From 63da0de2b4ce0f70452e38ce9b325ddc9f2d9536 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 14 Nov 1995 03:54:02 +0000 Subject: [PATCH] more ideas --- TODO | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 8941a70..df22fb6 100644 --- 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) -- 2.7.4