28 lines
573 B
Plaintext
28 lines
573 B
Plaintext
XCOMM $XConsortium: Imakefile /main/12 1996/04/24 14:31:52 lehors $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
|
|
#if CDE_USEXINERAMA
|
|
XINDIR = DtXinerama
|
|
#endif
|
|
|
|
#if defined(UsePamLibrary) && UsePamLibrary
|
|
PAMDIR = pam
|
|
#else
|
|
PAMDIR =
|
|
#endif
|
|
|
|
#if defined(HasPamLibrary) && HasPamLibrary
|
|
DTPAMSVCDIR = DtPamSvc
|
|
#else
|
|
DTPAMSVCDIR =
|
|
#endif
|
|
|
|
SUBDIRS = $(XINDIR) $(PAMDIR) $(DTPAMSVCDIR) tt DtSvc DtSearch DtWidget DtHelp \
|
|
DtPrint DtTerm DtMrm csa
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|
|
LinkFile(DtMmdb,$(PROGRAMSRC)/dtinfo/DtMmdb)
|