home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Programming / GDBbundle-1.0-MIS / src / TextEdit / GdbBundle.bproj / Makefile < prev    next >
Encoding:
Makefile  |  1997-04-14  |  1.4 KB  |  54 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 = GdbBundle
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Loadable Bundle
  14. LANGUAGE = English
  15.  
  16. GLOBAL_RESOURCES = GdbController.nib square.tiff dotImageH.tiff\
  17.                    squareH.tiff dotImage.tiff
  18.  
  19. CLASSES = GdbDisplayController.m Stack.m Frame.m Variable.m\
  20.           GdbBrowserCell.m ControllerCategory.m NSScannerAddition.m\
  21.           NSArrayAdditions.m FrameBrowserCell.m
  22.  
  23. HFILES = GdbDisplayController.h Stack.h Frame.h Variable.h\
  24.          GdbBrowserCell.h ControllerCategory.h NSScannerAddition.h\
  25.          NSArrayAdditions.h FrameBrowserCell.h
  26.  
  27. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  28.             h.template DisplaySupport
  29.  
  30.  
  31. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  32. CODE_GEN_STYLE = DYNAMIC
  33. MAKEFILE = bundle.make
  34. NEXTSTEP_INSTALLDIR = $(HOME)/Apps
  35. LIBS = 
  36. DEBUG_LIBS = $(LIBS)
  37. PROF_LIBS = $(LIBS)
  38. BUNDLE_EXTENSION = bundle
  39.  
  40.  
  41. NEXTSTEP_PB_CFLAGS = -IDisplaySupport
  42. FRAMEWORKS = -framework Foundation
  43.  
  44.  
  45. include $(MAKEFILEDIR)/platform.make
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/$(MAKEFILE)
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.