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