1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/programs/localized/C/Imakefile

22 lines
453 B
Text

XCOMM $TOG: Imakefile /main/5 1998/08/10 15:48:46 mgreess $
/*
* Imakefile for the localized directories.
*/
#ifdef SunArchitecture
.NO_PARALLEL: # don't build subdirs in parallel
#endif
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
SUBDIRS = \
app-defaults \
config \
types \
msg \
palettes \
backdrops
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))