19 lines
353 B
Plaintext
19 lines
353 B
Plaintext
XCOMM $TOG: Imakefile /main/5 1998/08/10 15:49:57 mgreess $
|
|
/*
|
|
* Imakefile for the localized directories.
|
|
*/
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
|
|
SUBDIRS = \
|
|
msg \
|
|
app-defaults \
|
|
config \
|
|
types \
|
|
palettes \
|
|
backdrops
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|