home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-22 | 457 b | 21 lines |
- XCOMM $XConsortium: Imakefile,v 1.18 91/07/22 22:53:06 rws Exp $
- #define IHaveSubdirs
- #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
-
- #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)
-