Imakefile 460 B

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