home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ClassEditor.0.3 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-02-11  |  1.8 KB  |  62 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 = ClassEditor
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = SmallObjectClassEditor.tiff
  16. DOCICONS = ObjectPink.m.tiff ObjectPink.h.tiff
  17.  
  18. LOCAL_RESOURCES = ClassEditor.nib ClassWindow.nib Help
  19.  
  20. GLOBAL_RESOURCES = CESmallObjectPink.tiff MiscTabBegin.tiff\
  21.                    MiscTabBeginSelected.tiff MiscTabEnd.tiff\
  22.                    MiscTabEndSelected.tiff ObjectPink.rtf.m.h.tiff\
  23.                    CEClassDocuTemplate.rtf CEMethodDocuTemplate.rtf\
  24.                    ClassEditor.info DocuTemplate.rtf
  25.  
  26. CLASSES = Application_more.m CEAppManager.m CEBrowserCell.m\
  27.           CEClassEditor.m CEListener.m CEMethod.m MiscCompletionText.m\
  28.           MiscStringArray_List.m Text_MiscExtensions.m
  29.  
  30. HFILES = Application_more.h CEAppManager.h CEBrowserCell.h\
  31.          CEClassEditor.h CEListener.h CEMethod.h MiscCompletionText.h\
  32.          MiscStringArray_List.h Text_MiscExtensions.h
  33.  
  34. MFILES = ClassEditor_main.m
  35.  
  36. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  37.  
  38.  
  39. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  40. MAKEFILE = app.make
  41. INSTALLDIR = $(HOME)/Apps
  42. INSTALLFLAGS = -c -s -m 755
  43. SOURCEMODE = 444
  44.  
  45. ICONSECTIONS =    -sectcreate __ICON app SmallObjectClassEditor.tiff \
  46.         -sectcreate __ICON ObjectPink.m ObjectPink.m.tiff \
  47.         -sectcreate __ICON ObjectPink.h ObjectPink.h.tiff
  48.  
  49. LIBS = -lMiscTabMatrix -lMiscSwapKit -lMiscShell -lMedia_s -lMiscKit\
  50.        -lNeXT_s -lIndexing_s
  51. DEBUG_LIBS = $(LIBS)
  52. PROF_LIBS = $(LIBS)
  53.  
  54.  
  55. -include Makefile.preamble
  56.  
  57. include $(MAKEFILEDIR)/$(MAKEFILE)
  58.  
  59. -include Makefile.postamble
  60.  
  61. -include Makefile.dependencies
  62.