home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / config / Imakefile < prev    next >
Encoding:
Makefile  |  1993-07-21  |  686 b   |  33 lines

  1. /*
  2.  * $XConsortium: Imakefile,v 1.14 91/12/02 11:24:14 rws Exp $
  3.  * 
  4.  * This is used to recreate imake.  Makefile.ini is used to generate imake
  5.  * the first time.
  6.  */
  7.  
  8. DEPLIBS = 
  9. HEADERS = imakemdep.h 
  10. CFFILES = $(HEADERS) *.rules *.tmpl site.def *.bac *.cf
  11. CPP_PROGRAM = CppCmd
  12. INCLUDES = -I$(BUILDINCDIR)
  13. DEFINES = $(SIGNAL_DEFINES) $(BOOTSTRAPCFLAGS) -DCPP_PROGRAM=\"$(CPP_PROGRAM)\"
  14.  
  15. #ifdef MacIIArchitecture
  16. XBSDLIB = /**/
  17. #endif
  18.  
  19. #undef ImakeDependency
  20. #define ImakeDependency(dummy) @@\
  21. Makefile::  imake
  22.  
  23. SimpleProgramTarget(imake)
  24.  
  25. BuildIncludes($(HEADERS),config,..)
  26.  
  27. InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
  28.  
  29. depend::
  30.  
  31. clean::
  32.     $(RM) ccimake
  33.