diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -103,6 +103,10 @@ Alex Hornby a single file containing all the macro assignments. then read this file via `include' unfortunately this can't be done because of conditionals + -- but it could be made to work if we also changed: + * automake to rewrite @FOO@ to $(FOO), and + * the implementation of conditionals to rely on some new + config.status magic * support prog_LIBS as override for LIBS @@ -410,11 +414,6 @@ Per> .class files from a list of .java source files. Jim's idea: should look for @setfilename and warn if filenames too long * guess split size -** many requests for a way to omit a file from the distribution. - Should be done like `!foo' or `~foo' in _SOURCES, etc. - Such files should be removed explicitly after the copy step! - Doing this requires rewriting macros before generating Makefile.in. - from joerg-martin schwarz: -- If Makefile.am contains $(CC), $(COMPILE), $(YLWRAP), .... in an explicitly written rule, you should emit the corresponding |