17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 09:24:17 rswiston $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)'
|
|
|
|
#if !UseCCMakeDepend
|
|
MDEP_DIR = makedepend
|
|
#endif
|
|
|
|
#ifdef SunArchitecture
|
|
.NO_PARALLEL:
|
|
#endif
|
|
|
|
SUBDIRS = util build eltdef helptag parser
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|