home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / YellowBox / Programming / OSCVS / Makefile < prev    next >
Encoding:
Makefile  |  1998-04-20  |  1008 b   |  49 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 = OSCVS
  11.  
  12. PROJECTVERSION = 2.3
  13. PROJECT_TYPE = Palette
  14. LANGUAGE = English
  15.  
  16. LOCAL_RESOURCES = Palette.nib CVSPalette.tiff
  17.  
  18. GLOBAL_RESOURCES = palette.table
  19.  
  20. CLASSES = CVSPalette.m
  21.  
  22. HFILES = CVSPalette.h
  23.  
  24. OTHERSRCS = Makefile ReadMe
  25.  
  26. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  27. CODE_GEN_STYLE = DYNAMIC
  28. MAKEFILE = palette.make
  29. NEXTSTEP_INSTALLDIR = $(HOME)/Library/Palettes
  30. WINDOWS_INSTALLDIR = /NextDeveloper/Palettes
  31. LIBS = 
  32. DEBUG_LIBS = $(LIBS)
  33. PROF_LIBS = $(LIBS)
  34.  
  35.  
  36. FRAMEWORK_PATHS =\
  37.                   -F${NEXT_ROOT}/NextLibrary/Frameworks/InterfaceBuilder.framework
  38.  
  39.  
  40. include $(MAKEFILEDIR)/platform.make
  41.  
  42. -include Makefile.preamble
  43.  
  44. include $(MAKEFILEDIR)/$(MAKEFILE)
  45.  
  46. -include Makefile.postamble
  47.  
  48. -include Makefile.dependencies
  49.