home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / config / Makefile.ini < prev    next >
Encoding:
Makefile  |  1991-04-15  |  1.1 KB  |  56 lines

  1. #
  2. #   WARNING    WARNING    WARNING    WARNING    WARNING    WARNING    WARNING
  3. #
  4. # This is NOT an automatically generated Makefile!  It is hand-crafted as a 
  5. # bootstrap, may need editing for your system.  The BOOTSTRAPCFLAGS variable
  6. # may be given at the top of the build tree for systems that do not define
  7. # any machine-specific preprocessor symbols.
  8. #
  9.  
  10. BOOTSTRAPCFLAGS = 
  11.     CDEBUGFLAGS = -O
  12.        INCLUDES = -I../include
  13.          CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS) $(INCLUDES)
  14.           SHELL = /bin/sh
  15.              RM = rm -f
  16.            MAKE = make
  17.          RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
  18.             tags TAGS make.log
  19.           NPROC = 1
  20.  
  21. imake::
  22.     @echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)"
  23.  
  24. imake:: imake.o
  25.     $(CC) -o imake imake.o
  26.  
  27. imake.o: ccimake imake.c
  28.     $(CC) -c $(CFLAGS) `./ccimake` imake.c
  29.  
  30. ccimake: ccimake.c
  31.     $(CC) -o ccimake $(CFLAGS) ccimake.c
  32.  
  33. relink:
  34.     $(RM) imake
  35.     $(MAKE) $(MFLAGS) imake
  36.  
  37. clean:
  38.     $(RM) ccimake imake.o imake
  39.     $(RM_CMD) \#*
  40.  
  41. depend:
  42.  
  43.  
  44. # for manual use
  45.  
  46. Makefile: imake
  47.     imake -DNEWTOP=../
  48.  
  49. tags:
  50.  
  51. install:
  52.  
  53. install.man:
  54.  
  55. Makefiles:
  56.