mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
19 lines
354 B
Text
19 lines
354 B
Text
XCOMM $TOG: Imakefile /main/5 1998/08/10 15:47: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))
|