home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-08-30 | 1.5 KB | 62 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 = Yap
-
- PROJECTVERSION = 2.6
- PROJECT_TYPE = Application
- LANGUAGE = English
-
- NEXTSTEP_APPICON = Yap.tiff
- WINDOWS_APPICON = YapApp.ico
- ICONSECTIONS = -sectcreate __ICON app Yap.tiff
-
- LOCAL_RESOURCES = Document.nib FindPanel.nib Info.nib Preferences.nib\
- Yap.nib Yap-winnt.nib FindPanel.strings\
- IntegerFormatter.strings Localizable.strings
-
- GLOBAL_RESOURCES = Yap.tiff YapApp.ico YapTitle.tiff
-
- CLASSES = Controller.m Document.m IntegerFormatter.m Preferences.m\
- TextFinder.m YapOutput.m YapDocument.m
-
- HFILES = Controller.h Document.h IntegerFormatter.h Preferences.h\
- TextFinder.h YapOutput.h YapDocument.h
-
- MFILES = Yap_main.m
-
- PSWFILES = YapWrap.psw
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
- h.template README.rtf
-
-
- MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
- CODE_GEN_STYLE = DYNAMIC
- MAKEFILE = app.make
- NEXTSTEP_INSTALLDIR = /NextDeveloper/Apps
- WINDOWS_INSTALLDIR = /NextDemos
- 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
-