blob: abc6f9aed04ee2453487ec1401ae0544354288ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
XCOMM $XConsortium: Imakefile,v 1.18 91/07/22 22:53:06 rws Exp $
#define IHaveSubdirs
#define PassCDebugFlags
#ifndef NeedBerklib
#define NeedBerklib NO
#endif
#if NeedBerklib
OTHERDIRS = Berk
#endif
LINTSUBDIRS = Xau X oldX Xt Xmu Xaw Xdmcp
SUBDIRS = $(OTHERDIRS) $(LINTSUBDIRS) nls
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(LINTSUBDIRS))
MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)
|