home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / TreeView / Makefile < prev    next >
Encoding:
Makefile  |  1995-12-19  |  1.2 KB  |  58 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 = TreeView
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Tree.tiff
  16. DOCICONS = Tree2.tiff
  17.  
  18. LOCAL_RESOURCES = DocWindow.nib InfoPanel.nib TreeView.nib
  19.  
  20. GLOBAL_RESOURCES = Appkit.tree Balanced.tree Fruit.tree Test.tree
  21.  
  22. CLASSES = Line.m NamedTree.m TreeButton.m TreeButtonCell.m\
  23.           TreeController.m TreeView.m
  24.  
  25. HFILES = Line.h NamedTree.h TreeButton.h TreeButtonCell.h\
  26.          TreeController.h TreeView.h
  27.  
  28. MFILES = TreeView_main.m
  29.  
  30. SUBPROJECTS = SavePanelWithPopUp.subproj
  31.  
  32. OTHERSRCS = Makefile
  33.  
  34.  
  35. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  36. MAKEFILE = app.make
  37. INSTALLDIR = /LocalApps
  38. INSTALLFLAGS = -c -s -m 755
  39. SOURCEMODE = 444
  40.  
  41. ICONSECTIONS =    -sectcreate __ICON app Tree.tiff \
  42.         -sectcreate __ICON Tree2 Tree2.tiff
  43.  
  44. LIBS = -lMedia_s -lMiscKit -lNeXT_s
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49.  
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.