-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)
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,
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)