home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / CompositeLab / Makefile < prev    next >
Makefile  |  1997-01-12  |  1KB  |  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 = CompositeLab
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = BBall.tiff
  17. WINDOWS_APPICON = BBall.ico
  18. ICONSECTIONS =    -sectcreate __ICON app BBall.tiff
  19.  
  20. LOCAL_RESOURCES = CompositeLab-winnt.nib CompositeLab.nib\
  21.                   DefaultCustomImage.eps
  22.  
  23. GLOBAL_RESOURCES = Ali.tiff Bruce.tiff
  24.  
  25. CLASSES = CompositeView.m
  26.  
  27. HFILES = CompositeView.h
  28.  
  29. MFILES = CompositeLab_main.m
  30.  
  31. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  32.             h.template README.rtf BBall.tiff BBall.ico
  33.  
  34.  
  35. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  36. CODE_GEN_STYLE = DYNAMIC
  37. MAKEFILE = app.make
  38. NEXTSTEP_INSTALLDIR = /LocalDeveloper/Demos
  39. WINDOWS_INSTALLDIR = /LocalDeveloper/Demos
  40. PDO_UNIX_INSTALLDIR = $(HOME)/Apps
  41. LIBS = 
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. FRAMEWORKS = -framework AppKit -framework Foundation
  47.  
  48.  
  49. include $(MAKEFILEDIR)/platform.make
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.