home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / EL2 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.0 KB  |  53 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = EL2
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = emacs.tiff
  16. DOCICONS = emacsM.tiff emacsH.tiff emacsC.tiff
  17.  
  18. GLOBAL_RESOURCES = EL2.nib emacs.tiff
  19.  
  20. CLASSES = Controller.m EmacsApp.m
  21.  
  22. HFILES = Controller.h EmacsApp.h
  23.  
  24. MFILES = EL2_main.m
  25.  
  26. CFILES = emacs_client.c
  27.  
  28.  
  29.  
  30. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  31. MAKEFILE = app.make
  32. INSTALLDIR = $(HOME)/Apps
  33. INSTALLFLAGS = -c -s -m 755
  34. SOURCEMODE = 444
  35.  
  36. ICONSECTIONS =    -sectcreate __ICON app emacs.tiff \
  37.         -sectcreate __ICON emacsM emacsM.tiff \
  38.         -sectcreate __ICON emacsH emacsH.tiff \
  39.         -sectcreate __ICON emacsC emacsC.tiff
  40.  
  41. LIBS = -lMedia_s -lNeXT_s
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/$(MAKEFILE)
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.