home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-12-08 | 1.1 KB | 53 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 = class-dump
-
- PROJECTVERSION = 2.6
- LANGUAGE = English
-
- CLASSES = MappedFile.m ObjcCategory.m ObjcClass.m ObjcIvar.m\
- ObjcMethod.m ObjcProtocol.m ObjcThing.m
-
- HFILES = class-dump.h datatypes.h MappedFile.h ObjcCategory.h\
- ObjcClass.h ObjcIvar.h ObjcMethod.h ObjcProtocol.h\
- ObjcThing.h my_regex.h
-
- OTHERLINKED = gram.y
-
- MFILES = class-dump.m datatypes.m
-
- CFILES = lexer.c my_regex.c
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
- h.template
-
- OTHERLINKEDOFILES = gram.o
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = tool.make
- INSTALLDIR = /usr/local/bin
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- LIBS = -lFoundation_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-