home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-07-31 | 856 b | 43 lines |
- #
- # This file adapted from NeXT Makefile for Non IB makes
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = ObjDB
-
- CLASSES =
- MFILES = Test.m ObjDB.m
- CFILES =
- OTHERSRCS = ObjDB.h
- TEST_OUT =
- DATA_FILES = TestObj.dfd test.input $(TEST_OUT) $(MAKEFILEDIR)/app.make \
- $(MAKEFILEDIR)/common.make README
- HELP_FILES =
- OTHER_GARBAGE =
- SOURCEMODE = 444
-
- CFLAGS = -O -g -Wall
- LIBS = -lNeXT_s -lsys_s
- DEBUG_LIBS = -lMallocDebug $(LIBS)
- PROF_LIBS = -lNeXT_p -lsys_p
-
- MAKEFILEDIR = .
- TARFILEDIR = $(HOME)/tarfiles
- SRCROOT = src
- ICONSECTIONS =
- APPWRAPPER = NO
- NOMACHO = YES
-
- INSTALLDIR = $(HOME)/bin
- INSTALLFLAGS = -c -s -m 755
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-