home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-04-01 | 2.7 KB | 80 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = EggTimer
-
- PROJECTVERSION = 2.6
- PROJECT_TYPE = Application
- LANGUAGE = English
-
- NEXTSTEP_APPICON = EggTimer.tiff
- WINDOWS_APPICON = EggTimer.ico
- ICONSECTIONS = -sectcreate __ICON app EggTimer.tiff
-
- LOCAL_RESOURCES = EggTimer-macintosh.nib EggTimer-nextstep.nib\
- EggTimer-windows.nib InfoPanel.nib
-
- GLOBAL_RESOURCES = AbsoluteTime.tiff Add.tiff ButtonBackground.tiff\
- CalendarBackground.tiff Cancel.tiff Delete.tiff\
- EggTimer.ico EggTimer.tiff EggTimerText.tiff\
- Expired.tiff Help.tiff MiniTimer.tiff OpenStep.tiff\
- PanelOff.tiff PanelOn.tiff RelativeTime.tiff\
- RepeatOff.tiff RepeatOn.tiff Replace.tiff\
- Rhapsody.tiff SilverBackground.tiff SoundOff.tiff\
- SoundOn.tiff TagLine.tiff Valid.tiff EggTimer.README\
- EggTimerHelp.html OnlineHelp
-
- HELP_FILES = AddButtonHelp.rtf ArrangeInFrontMenuHelp.rtf\
- CancelButtonHelp.rtf CloseWindowMenuHelp.rtf\
- CommandsMenuHelp.rtf ContextHelpButtonHelp.rtf\
- DateFieldHelp.rtf DateTimeFieldHelp.rtf\
- DeleteButtonHelp.rtf EditMenuHelp.rtf FormatMenuHelp.rtf\
- HelpMenuHelp.rtf HideMenuHelp.rtf InfoMenuHelp.rtf\
- InfoPanelMenuHelp.rtf MiniaturizeWindowMenuHelp.rtf\
- PanelSwitchHelp.rtf PreferencesMenuHelp.rtf\
- PrintMenuHelp.rtf QuitMenuHelp.rtf ReminderFieldHelp.rtf\
- RemindersMenuHelp.rtf RemindersTableViewHelp.rtf\
- RepeatSwitchHelp.rtf ReplaceButtonHelp.rtf\
- ServicesMenuHelp.rtf ShowWindowMenuHelp.rtf\
- SoundSwitchHelp.rtf TimeFieldHelp.rtf TimeFieldsHelp.rtf\
- TimeSlidersHelp.rtf TimeSwitchHelp.rtf WindowsMenuHelp.rtf
-
- CLASSES = InfoController.m Reminder.m ReminderController.m
-
- HFILES = InfoController.h Reminder.h ReminderController.h
-
- MFILES = EggTimer_main.m
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
- h.template
-
-
- MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
- CODE_GEN_STYLE = DYNAMIC
- MAKEFILE = app.make
- NEXTSTEP_INSTALLDIR = $(HOME)/Apps
- WINDOWS_INSTALLDIR = /MyApps
- LIBS =
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- FRAMEWORKS = -framework AppKit -framework Foundation
-
-
- include $(MAKEFILEDIR)/platform.make
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-