]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
more ideas
authorTom Tromey <tromey@redhat.com>
Tue, 14 Nov 1995 03:54:02 +0000 (03:54 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 14 Nov 1995 03:54:02 +0000 (03:54 +0000)
TODO

diff --git a/TODO b/TODO
index 8941a70744fea282538aa4922be7005c4100c993..df22fb6ae7d7b5791b3d9d18eab1708742adee63 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-if Makefile.am has "SOURCE =...", must omit it from output somehow.
-(This should probably just be invalid.  Should use extra_SOURCE or something)
-
 consider rules to re-make Makefile.in from Makefile.am
 
 must look at mkid to see how it works (for subdir usage)
@@ -16,6 +13,10 @@ clean.am: clean: if all the macros are empty, the rule expands to:
        rm -rf
 which should be fixed
 
+Must handle case where multiple programs are built in one directory
+and share many object files (eg pax, cpio).  (Right now conflicts
+occur in "make dist")
+
 ================================================================
 
 For CONFIG_HEADER,
@@ -54,3 +55,6 @@ Document:
 DIST_SUBDIRS are directories which are copied verbatim into the
 distribution.  Used eg for directories holding only example code
 (which don't have their own makefile).  This might be a bad idea.
+
+HEADERS should be used for all .h files as well as .c files that are
+conditionally compiled (eg LIBOBJS)