home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-16 | 405 b | 18 lines |
- XCOMM $XConsortium: Imakefile,v 1.13 91/07/16 23:10:30 gildea Exp $
- #define IHaveSubdirs
- #define PassCDebugFlags
-
- #if BuildServer
- SERVERSUBDIRS = server
- #else
- #if BuildPexClients
- SERVERSUBDIRS = server/PEX/dipex/swap
- #endif
- #endif
- SUBDIRS = $(SERVERSUBDIRS) lib include test
-
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
- MakeLintLibSubdirs(lib)
- MakeLintSubdirs(lib,install.ln,install.ln)
-