home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / SimpleService / Makefile < prev    next >
Makefile  |  1997-01-12  |  1KB  |  50 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 = SimpleService
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. ICONSECTIONS =    -sectcreate __ICON app /NextLibrary/Frameworks/AppKit.framework/Resources/NSDefaultApplicationIcon.tiff
  17.  
  18. CLASSES = ServiceTest.m
  19.  
  20. HFILES = ServiceTest.h
  21.  
  22. MFILES = SimpleService_main.m
  23.  
  24. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  25.             h.template CustomInfo.plist README.rtf
  26.  
  27.  
  28. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  29. CODE_GEN_STYLE = DYNAMIC
  30. MAKEFILE = app.make
  31. NEXTSTEP_INSTALLDIR = /LocalLibrary/Services
  32. WINDOWS_INSTALLDIR = /LocalLibrary/Services
  33. LIBS = 
  34. DEBUG_LIBS = $(LIBS)
  35. PROF_LIBS = $(LIBS)
  36.  
  37.  
  38. FRAMEWORKS = -framework AppKit -framework Foundation
  39.  
  40.  
  41. include $(MAKEFILEDIR)/platform.make
  42.  
  43. -include Makefile.preamble
  44.  
  45. include $(MAKEFILEDIR)/$(MAKEFILE)
  46.  
  47. -include Makefile.postamble
  48.  
  49. -include Makefile.dependencies
  50.