home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Yap / Makefile < prev    next >
Makefile  |  1996-08-30  |  2KB  |  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 = Yap
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = Yap.tiff
  17. WINDOWS_APPICON = YapApp.ico
  18. ICONSECTIONS =    -sectcreate __ICON app Yap.tiff
  19.  
  20. LOCAL_RESOURCES = Document.nib FindPanel.nib Info.nib Preferences.nib\
  21.                   Yap.nib Yap-winnt.nib FindPanel.strings\
  22.                   IntegerFormatter.strings Localizable.strings
  23.  
  24. GLOBAL_RESOURCES = Yap.tiff YapApp.ico YapTitle.tiff
  25.  
  26. CLASSES = Controller.m Document.m IntegerFormatter.m Preferences.m\
  27.           TextFinder.m YapOutput.m YapDocument.m
  28.  
  29. HFILES = Controller.h Document.h IntegerFormatter.h Preferences.h\
  30.          TextFinder.h YapOutput.h YapDocument.h
  31.  
  32. MFILES = Yap_main.m
  33.  
  34. PSWFILES = YapWrap.psw
  35.  
  36. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  37.             h.template README.rtf
  38.  
  39.  
  40. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  41. CODE_GEN_STYLE = DYNAMIC
  42. MAKEFILE = app.make
  43. NEXTSTEP_INSTALLDIR = /NextDeveloper/Apps
  44. WINDOWS_INSTALLDIR = /NextDemos
  45. LIBS = 
  46. DEBUG_LIBS = $(LIBS)
  47. PROF_LIBS = $(LIBS)
  48.  
  49.  
  50. FRAMEWORKS = -framework AppKit -framework Foundation
  51.  
  52.  
  53. include $(MAKEFILEDIR)/platform.make
  54.  
  55. -include Makefile.preamble
  56.  
  57. include $(MAKEFILEDIR)/$(MAKEFILE)
  58.  
  59. -include Makefile.postamble
  60.  
  61. -include Makefile.dependencies
  62.