libDtHelp: Cov 88952
[oweals/cde.git] / cde / lib / Imakefile
1 XCOMM $XConsortium: Imakefile /main/12 1996/04/24 14:31:52 lehors $
2 #define IHaveSubdirs
3 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
4
5 #if CDE_USEXINERAMA
6 XINDIR = DtXinerama
7 #endif
8
9 #if defined(UsePamLibrary) && UsePamLibrary
10 PAMDIR = pam
11 #else
12 PAMDIR =
13 #endif
14
15 SUBDIRS = $(XINDIR) $(PAMDIR) tt DtSvc DtSearch DtWidget DtHelp DtPrint \
16         DtTerm DtMrm csa
17
18 MakeSubdirs($(SUBDIRS))
19 DependSubdirs($(SUBDIRS))
20
21 LinkFile(DtMmdb,$(PROGRAMSRC)/dtinfo/DtMmdb)