home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / YellowBox / Productivity / EggTimer-2.5-I / Makefile < prev    next >
Encoding:
Makefile  |  1998-04-01  |  2.7 KB  |  80 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 = EggTimer
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = EggTimer.tiff
  17. WINDOWS_APPICON = EggTimer.ico
  18. ICONSECTIONS =    -sectcreate __ICON app EggTimer.tiff
  19.  
  20. LOCAL_RESOURCES = EggTimer-macintosh.nib EggTimer-nextstep.nib\
  21.                   EggTimer-windows.nib InfoPanel.nib
  22.  
  23. GLOBAL_RESOURCES = AbsoluteTime.tiff Add.tiff ButtonBackground.tiff\
  24.                    CalendarBackground.tiff Cancel.tiff Delete.tiff\
  25.                    EggTimer.ico EggTimer.tiff EggTimerText.tiff\
  26.                    Expired.tiff Help.tiff MiniTimer.tiff OpenStep.tiff\
  27.                    PanelOff.tiff PanelOn.tiff RelativeTime.tiff\
  28.                    RepeatOff.tiff RepeatOn.tiff Replace.tiff\
  29.                    Rhapsody.tiff SilverBackground.tiff SoundOff.tiff\
  30.                    SoundOn.tiff TagLine.tiff Valid.tiff EggTimer.README\
  31.                    EggTimerHelp.html OnlineHelp
  32.  
  33. HELP_FILES = AddButtonHelp.rtf ArrangeInFrontMenuHelp.rtf\
  34.              CancelButtonHelp.rtf CloseWindowMenuHelp.rtf\
  35.              CommandsMenuHelp.rtf ContextHelpButtonHelp.rtf\
  36.              DateFieldHelp.rtf DateTimeFieldHelp.rtf\
  37.              DeleteButtonHelp.rtf EditMenuHelp.rtf FormatMenuHelp.rtf\
  38.              HelpMenuHelp.rtf HideMenuHelp.rtf InfoMenuHelp.rtf\
  39.              InfoPanelMenuHelp.rtf MiniaturizeWindowMenuHelp.rtf\
  40.              PanelSwitchHelp.rtf PreferencesMenuHelp.rtf\
  41.              PrintMenuHelp.rtf QuitMenuHelp.rtf ReminderFieldHelp.rtf\
  42.              RemindersMenuHelp.rtf RemindersTableViewHelp.rtf\
  43.              RepeatSwitchHelp.rtf ReplaceButtonHelp.rtf\
  44.              ServicesMenuHelp.rtf ShowWindowMenuHelp.rtf\
  45.              SoundSwitchHelp.rtf TimeFieldHelp.rtf TimeFieldsHelp.rtf\
  46.              TimeSlidersHelp.rtf TimeSwitchHelp.rtf WindowsMenuHelp.rtf
  47.  
  48. CLASSES = InfoController.m Reminder.m ReminderController.m
  49.  
  50. HFILES = InfoController.h Reminder.h ReminderController.h
  51.  
  52. MFILES = EggTimer_main.m
  53.  
  54. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  55.             h.template
  56.  
  57.  
  58. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  59. CODE_GEN_STYLE = DYNAMIC
  60. MAKEFILE = app.make
  61. NEXTSTEP_INSTALLDIR = $(HOME)/Apps
  62. WINDOWS_INSTALLDIR = /MyApps
  63. LIBS = 
  64. DEBUG_LIBS = $(LIBS)
  65. PROF_LIBS = $(LIBS)
  66.  
  67.  
  68. FRAMEWORKS = -framework AppKit -framework Foundation
  69.  
  70.  
  71. include $(MAKEFILEDIR)/platform.make
  72.  
  73. -include Makefile.preamble
  74.  
  75. include $(MAKEFILEDIR)/$(MAKEFILE)
  76.  
  77. -include Makefile.postamble
  78.  
  79. -include Makefile.dependencies
  80.