12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
XCOMM $TOG: Imakefile /main/12 1998/08/10 15:54:48 mgreess $
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
|
|
SUBDIRS=mmdb infolib install
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
NamedTargetSubdirs(install_buildtools,$(SUBDIRS),\
|
|
install_buildtools,,install_buildtools)
|