23 lines
576 B
Text
23 lines
576 B
Text
|
--- Imakefile.BAK Sat Feb 21 21:53:52 1998
|
||
|
+++ Imakefile Sat Feb 21 21:56:04 1998
|
||
|
@@ -2,13 +2,14 @@
|
||
|
#define IHaveSubDirs
|
||
|
#define PassCDebugFlags CDEBUGFLAGS='$(CDEBUGFLAGS)'
|
||
|
|
||
|
-SUBDIRS = ccitt adpcm2pcm ieee FWF src
|
||
|
+SUBDIRS = ccitt adpcm2pcm ieee src
|
||
|
+ALLSUBDIRS= FWF ${SUBDIRS}
|
||
|
|
||
|
-MakeSubdirs($(SUBDIRS))
|
||
|
+MakeSubdirs($(ALLSUBDIRS))
|
||
|
InstallSubdirs($(SUBDIRS))
|
||
|
-DependSubdirs($(SUBDIRS))
|
||
|
-CleanSubdirs($(SUBDIRS))
|
||
|
-MakefileSubdirs($(SUBDIRS))
|
||
|
+DependSubdirs($(ALLSUBDIRS))
|
||
|
+CleanSubdirs($(ALLSUBDIRS))
|
||
|
+MakefileSubdirs($(ALLSUBDIRS))
|
||
|
|
||
|
clean::
|
||
|
@rm -rf lib include man
|