home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-10-22 | 1.1 KB | 49 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 = SearchBench
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- GLOBAL_RESOURCES = Info.nib SearchBench.nib MiscFindPanel.bundle
-
- CLASSES = SBApp.m Timer.m
-
- HFILES = MiscFindPanel.h MiscFindPanelClass.h MiscSearchText.h\
- MiscTBMK.h regexpr.h SBApp.h SearchableText.h Timer.h
-
- MFILES = MiscFindPanelClass.m SearchBench_main.m MiscSearchText.m
-
- CFILES = MiscTBMK.c regexpr.c
-
- OTHERSRCS = Makefile Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff
-
- LIBS = -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-