home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / Rhapsody / Graphics / ImageBrowser-1.0 / Makefile < prev    next >
Encoding:
Makefile  |  1998-01-12  |  1.4 KB  |  58 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 = ImageBrowser
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = FinderListMode.tiff
  17. ICONSECTIONS =    -sectcreate __ICON app FinderListMode.tiff
  18.  
  19. LOCAL_RESOURCES = DAImageBrowser.nib ImageBrowser.nib DAAbout.nib\
  20.                   DAPreferences.nib
  21.  
  22. GLOBAL_RESOURCES = FinderListMode.tiff annotatedPW.gif
  23.  
  24. CLASSES = FilteredFileInfo.m FileInfo.m DAImageBrowser.m Controller.m\
  25.           DAAbout.m DASubController.m DAPreferences.m
  26.  
  27. HFILES = FilteredFileInfo.h FileInfo.h DAImageBrowser.h Controller.h\
  28.          DAAbout.h DASubController.h DAPreferences.h
  29.  
  30. MFILES = ImageBrowser_main.m
  31.  
  32. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  33.             h.template java.template ImageBrowser.README
  34.  
  35.  
  36. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  37. CODE_GEN_STYLE = DYNAMIC
  38. MAKEFILE = app.make
  39. NEXTSTEP_INSTALLDIR = /LocalApps
  40. WINDOWS_INSTALLDIR = /MyApps
  41. LIBS = 
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. FRAMEWORKS = -framework AppKit -framework Foundation
  47.  
  48.  
  49. include $(MAKEFILEDIR)/platform.make
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.