Imakefile 882 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. XCOMM $TOG: Imakefile /main/10 1997/04/30 15:39:17 kaleb $
  2. XCOMM Some compilers generate fatal errors if an -L directory does
  3. XCOMM not exist. Since BUILDLIBDIR may not exist yet suppress its use.
  4. LDPRELIB =
  5. LDPRELIBS =
  6. DEPLIBS =
  7. DEPEND_DEFINES = $(DEPENDDEFINES)
  8. INCLUDES = -I$(TOP)/include $(TOP_X_INCLUDES)/X11
  9. CPP_PROGRAM = CppCmd
  10. CPP_DEFINES = -DCPP_PROGRAM="\"$(CPP_PROGRAM)\""
  11. DEFINES = $(SIGNAL_DEFINES) $(BOOTSTRAPCFLAGS) $(CPP_DEFINES)
  12. #if defined(MacIIArchitecture) || defined(SequentArchitecture)
  13. XBSDLIB = /**/
  14. #endif
  15. #undef ImakeDependency
  16. #define ImakeDependency(dummy) @@\
  17. Makefile:: ProgramTargetName(imake)
  18. #if CrossCompiling
  19. SimpleHostProgramTarget(imake)
  20. #else
  21. SimpleProgramTarget(imake)
  22. #endif
  23. #if HasClearmake
  24. bootstrapdepend: depend
  25. #else
  26. bootstrapdepend:
  27. #endif
  28. clean::
  29. RemoveFile(ProgramTargetName(ccimake))
  30. $(RM) -r bootstrap