home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-16 | 425 b | 26 lines |
- XCOMM $XConsortium: Imakefile,v 1.8 91/07/16 22:44:07 gildea Exp $
- #define IHaveSubdirs
- #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
-
- INSTALLFLAGS = $(INSTDATFLAGS)
-
- #ifndef BuildXimp
- #define BuildXimp NO
- #endif
- #ifndef BuildXsi
- #if !BuildXimp
- #define BuildXsi YES
- #endif
- #endif
-
- #if BuildXsi
- SUBDIRS = Xsi
- #endif
-
- #if BuildXimp
- SUBDIRS = Ximp
- #endif /* BuildXsi */
-
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
-