Imakefile 796 B

12345678910111213141516171819202122232425262728
  1. XCOMM $XConsortium: Imakefile /main/10 1996/07/23 22:00:00 rws $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags
  4. /* due to split-VOB setup, force help to come last in make Makefiles */
  5. SUBDIRS = man guides m-guides help
  6. BSUBDIRS = help man guides m-guides
  7. XCOMM work around local clearcase vobs setup
  8. MakeDirectories(all,help-sdl cde.dti)
  9. XCOMM We need to build Motif documentation as part of CDE
  10. MakeDirectories(Makefiles,m-guides)
  11. Makefiles::
  12. $(RM) -r m-guides/?*; \
  13. cd m-guides; \
  14. if test -f ../$(MDOCSRC)/C/guides/bookcase.bc; \
  15. then $(LN) ../$(MDOCSRC)/C/guides/?* .; \
  16. else $(CP) /dev/null ./Imakefile; \
  17. $(MKDIRHIER) ./common; \
  18. $(LN) ../../guides/common/ManLinksMotif.sgm common/ManLinks.sgm; \
  19. fi; \
  20. cd ..
  21. MakeSubdirs($(BSUBDIRS))
  22. clean::
  23. $(RM) -r help-sdl cde.dti