home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 594a.lha / imake / Imakefile < prev    next >
Makefile  |  1991-10-19  |  595b  |  28 lines

  1. /*
  2.  * $XConsortium: Imakefile,v 1.7 89/12/12 12:37:28 jim 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) Imake.rules Imake.tmpl Project.tmpl site.def *.bac *.cf
  11. DEFINES = $(SIGNAL_DEFINES)
  12.  
  13. #undef ImakeDependency
  14. #define ImakeDependency(dummy) @@\
  15. Makefile::  imake
  16.  
  17. SimpleProgramTarget(imake)
  18.  
  19. BuildIncludes($(HEADERS),config,..)
  20.  
  21. MakeDirectories(install,$(CONFIGDIR))
  22. InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
  23.  
  24. depend::
  25.  
  26. clean::
  27.     $(RM) ccimake
  28.