Imakefile 733 B

12345678910111213141516171819202122232425262728
  1. XCOMM $TOG: Imakefile /main/5 1997/03/05 11:10:37 damon $
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags
  4. /* due to split-VOB setup, force help to come last in make Makefiles */
  5. #if defined(LinuxArchitecture) || defined(BSDArchitecture)
  6. XCOMM we cannot build guides on linux yet
  7. SUBDIRS = help
  8. BSUBDIRS = help
  9. #else
  10. SUBDIRS = guides m-guides help
  11. BSUBDIRS = help guides m-guides
  12. #endif
  13. XCOMM work around local clearcase vobs setup
  14. MakeDirectories(all,help-sdl cde.dti)
  15. XCOMM We need to build Motif documentation as part of CDE
  16. MakeDirectories(Makefiles,m-guides)
  17. Makefiles::
  18. $(RM) m-guides/?*; \
  19. cd m-guides; \
  20. $(LN) ../$(MDOCSRC)/ja_JP.dt-eucJP/guides/?* .; \
  21. cd ..
  22. MakeSubdirs($(BSUBDIRS))
  23. clean::
  24. $(RM) -r help-sdl cde.dti