home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Utilities / VMPages-1.0-I / Makefile < prev    next >
Encoding:
Makefile  |  1997-01-14  |  1.2 KB  |  56 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 = VMPages
  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. LOCAL_RESOURCES = NEXTSTEP_VMPages.nib WINDOWS_VMPages.nib
  19.  
  20. GLOBAL_RESOURCES = NeXT.tiff tile.tiff
  21.  
  22. CLASSES = VMApp.m
  23.  
  24. HFILES = VMApp.h
  25.  
  26. MFILES = VMPages_main.m
  27.  
  28. PSWFILES = cheese.psw
  29.  
  30. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  31.             h.template
  32.  
  33.  
  34. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  35. CODE_GEN_STYLE = DYNAMIC
  36. MAKEFILE = app.make
  37. NEXTSTEP_INSTALLDIR = $(HOME)/Apps
  38. WINDOWS_INSTALLDIR = /MyApps
  39. LIBS = 
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44. FRAMEWORKS = -framework AppKit -framework Foundation
  45.  
  46.  
  47. include $(MAKEFILEDIR)/platform.make
  48.  
  49. -include Makefile.preamble
  50.  
  51. include $(MAKEFILEDIR)/$(MAKEFILE)
  52.  
  53. -include Makefile.postamble
  54.  
  55. -include Makefile.dependencies
  56.