12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
XCOMM $TOG: Imakefile /main/7 1998/08/10 15:55:12 mgreess $
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
|
|
SUBDIRS=src StyleSheet
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
NamedTargetSubdirs(install_buildtools,$(SUBDIRS),\
|
|
install_buildtools,,install_buildtools)
|