14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
XCOMM $TOG: Imakefile /main/8 1998/08/10 15:55:36 mgreess $
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
|
|
SUBDIRS=etc C.ISO-8859-1 ja_JP.EUC-JP
|
|
|
|
LinkFile(C,C.ISO-8859-1)
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
NamedTargetSubdirs(install_buildtools,$(SUBDIRS),\
|
|
install_buildtools,,install_buildtools)
|