mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
12 lines
326 B
Text
12 lines
326 B
Text
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 10:40:52 rswiston $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)'
|
|
|
|
#if !UseCCMakeDepend
|
|
MDEP_DIR = makedepend
|
|
#endif
|
|
|
|
SUBDIRS = util build eltdef htag2 parser
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|