1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
cde/cde/lib/Imakefile

16 lines
399 B
Text

XCOMM $XConsortium: Imakefile /main/12 1996/04/24 14:31:52 lehors $
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
#if defined(UsePamLibrary) && UsePamLibrary
PAMDIR = pam
#else
PAMDIR =
#endif
SUBDIRS = $(PAMDIR) tt DtSvc DtSearch DtWidget DtHelp DtPrint DtTerm DtMrm csa
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
LinkFile(DtMmdb,$(PROGRAMSRC)/dtinfo/DtMmdb)