home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ClassEditor.0.4 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-07  |  2.4 KB  |  75 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 Info.nib Help
  19.  
  20. GLOBAL_RESOURCES = Category.tiff CategoryS.tiff CESmallObjectPink.tiff\
  21.                    Class.tiff ClassMethod.tiff ClassMethodS.tiff\
  22.                    ClassS.tiff ClosedLockS.tiff Dimple.tiff\
  23.                    InstanceMethod.tiff InstanceMethodS.tiff\
  24.                    MiscTabBegin.tiff MiscTabBeginSelected.tiff\
  25.                    MiscTabEnd.tiff MiscTabEndSelected.tiff\
  26.                    ObjectPink.rtf.m.h.tiff Protocol.tiff ProtocolS.tiff\
  27.                    CEClassDocuTemplate.rtf CEMethodDocuTemplate.rtf\
  28.                    ClassEditor.info DocuTemplate.rtf
  29.  
  30. CLASSES = Application_more.m CEAppManager.m CEBrowserCell.m\
  31.           CECellMatrix.m CEClassEditor+FileHandling.m CEClassEditor.m\
  32.           CEInfo.m CEListener.m CEMethod.m CESideSplitView.m
  33.  
  34. HFILES = Application_more.h CEAppManager.h CEBrowserCell.h\
  35.          CECellMatrix.h CEClassEditor+FileHandling.h CEClassEditor.h\
  36.          CEInfo.h CEListener.h CEMethod.h CESideSplitView.h
  37.  
  38. MFILES = ClassEditor_main.m
  39.  
  40. SUBPROJECTS = RZBrowserCell.subproj SideSplitView.subproj\
  41.               MiscSources.subproj Preferences.subproj\
  42.               CodeClasses.subproj
  43.  
  44. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  45.  
  46.  
  47. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  48. MAKEFILE = app.make
  49. INSTALLDIR = $(HOME)/Apps
  50. INSTALLFLAGS = -c -s -m 755
  51. SOURCEMODE = 444
  52.  
  53. ICONSECTIONS =    -sectcreate __ICON app SmallObjectClassEditor.tiff \
  54.         -sectcreate __ICON ObjectPink.m ObjectPink.m.tiff \
  55.         -sectcreate __ICON ObjectPink.h ObjectPink.h.tiff
  56.  
  57. LIBS = -lMiscProgressView -lMiscTabMatrix -lMedia_s -lNeXT_s\
  58.        -lIndexing_s -lMiscShell -lMiscKit -lMiscSwapKit
  59. DEBUG_LIBS = $(LIBS)
  60. PROF_LIBS = $(LIBS)
  61.  
  62.  
  63. HEADER_PATHS = -IMiscSources.subproj -IRZBrowserCell.subproj\
  64.                -IPreferences.subproj
  65. LIBRARY_PATHS = -L/LocalDeveloper/Libraries
  66.  
  67.  
  68. -include Makefile.preamble
  69.  
  70. include $(MAKEFILEDIR)/$(MAKEFILE)
  71.  
  72. -include Makefile.postamble
  73.  
  74. -include Makefile.dependencies
  75.