19 lines
329 B
Plaintext
19 lines
329 B
Plaintext
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 13:23:03 rswiston $
|
|
/*
|
|
* Imakefile for the localized directories.
|
|
*/
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
|
|
SUBDIRS = \
|
|
types \
|
|
config \
|
|
msg \
|
|
app-defaults \
|
|
palettes \
|
|
backdrops
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|