home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Examples / TreeView / Makefile < prev    next >
Encoding:
Makefile  |  1994-01-07  |  1.1 KB  |  52 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. CLASSES = Line.m NamedTree.m String.m TreeButton.m TreeButtonCell.m\
  21.           TreeController.m TreeView.m
  22.  
  23. HFILES = Line.h NamedTree.h String.h TreeButton.h TreeButtonCell.h\
  24.          TreeController.h TreeView.h
  25.  
  26. MFILES = TreeView_main.m
  27.  
  28. OTHERSRCS = Makefile
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. MAKEFILE = app.make
  33. INSTALLDIR = /LocalApps
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. ICONSECTIONS =    -sectcreate __ICON app Tree.tiff \
  38.         -sectcreate __ICON Tree2 Tree2.tiff
  39.  
  40. LIBS = -lMedia_s -lMiscKit -lNeXT_s
  41. DEBUG_LIBS = $(LIBS)
  42. PROF_LIBS = $(LIBS)
  43.  
  44.  
  45. -include Makefile.preamble
  46.  
  47. include $(MAKEFILEDIR)/$(MAKEFILE)
  48.  
  49. -include Makefile.postamble
  50.  
  51. -include Makefile.dependencies
  52.