12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
XCOMM $TOG: Imakefile /main/6 1998/08/10 15:56:00 mgreess $
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
|
|
SUBDIRS = SGML
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
NamedTargetSubdirs(install_buildtools,$(SUBDIRS),\
|
|
install_buildtools,,install_buildtools)
|