blob: 9e14c48cbea2509204918bb1a99990930f0b1b86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-an,v 1.2 1998/08/07 10:36:25 agc Exp $
--- 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
|