diff options
author | Edward Rudd | 2004-04-03 18:27:23 +0000 |
---|---|---|
committer | Edward Rudd | 2004-04-03 18:27:23 +0000 |
commit | bf387bc750caf37fe2cbe45a901161861fc50b01 (patch) | |
tree | 85d2e54ac072eb4804ff97da1efc441767e05911 /Makefile.in | |
parent | d14dcc25d77a556940bcbb6feb71f0b6e67c2674 (diff) |
Added gen_todo.pl to extract TODO items from source code.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2789904..4061629 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -74,6 +74,9 @@ all-subdirs install-subdirs activate-subdirs clean-subdirs distclean-subdirs: | |||
74 | fi; \ | 74 | fi; \ |
75 | done; | 75 | done; |
76 | 76 | ||
77 | TODO: TODO.in | ||
78 | @./gen_todo.pl | ||
79 | |||
77 | $(TARGET): $(SOURCES) $(HEADERS) | 80 | $(TARGET): $(SOURCES) $(HEADERS) |
78 | @@APXS_BIN@ -c -o $(TARGET) $(INCLUDES) $(CFLAGS) \ | 81 | @@APXS_BIN@ -c -o $(TARGET) $(INCLUDES) $(CFLAGS) \ |
79 | $(LDADD) @DEFS@ @APACHE_DEFS@ $(SOURCES) | 82 | $(LDADD) @DEFS@ @APACHE_DEFS@ $(SOURCES) |