home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / config / Imakefile.orig < prev    next >
Encoding:
Text File  |  1991-07-24  |  638 b   |  29 lines

  1. /*
  2.  * $XConsortium: Imakefile,v 1.13 91/04/15 17:58:26 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. #undef ImakeDependency
  16. #define ImakeDependency(dummy) @@\
  17. Makefile::  imake
  18.  
  19. SimpleProgramTarget(imake)
  20.  
  21. BuildIncludes($(HEADERS),config,..)
  22.  
  23. InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
  24.  
  25. depend::
  26.  
  27. clean::
  28.     $(RM) ccimake
  29.