blob: 8a0377cc2c965788a307106a3d182759b3ac1441 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- 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
|