Imakefile 1.0 KB

123456789101112131415161718192021222324252627282930
  1. XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  4. #if UseNSGMLS
  5. NSGMLSDIR = nsgmls
  6. #endif
  7. EXTRADIRS = types localized tttypes $(NSGMLSDIR) util dtopen
  8. SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
  9. dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
  10. dtcalc dtaction dtspcd \
  11. dtscreen dtksh dtcm dtsearchpath \
  12. dtappbuilder dtappintegrate dtprintegrate dtconfig \
  13. dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
  14. dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
  15. dtpdmd dtinfo $(EXTRADIRS)
  16. LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
  17. dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
  18. dtcalc dtaction dtcreate \
  19. dtscreen dtksh dtcm dtsearchpath \
  20. dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
  21. dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
  22. dtpdmd dtinfo $(EXTRADIRS)
  23. MakeSubdirs($(SUBDIRS))
  24. DependSubdirs($(SUBDIRS))
  25. LintSubdirs($(LINTSUBDIRS))