home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-12-08 | 1.1 KB | 54 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
- PROJECT_TYPE = Tool
- 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 = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
- CODE_GEN_STYLE = DYNAMIC
- MAKEFILE = tool.make
- LIBS =
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- FRAMEWORKS = -framework Foundation
-
-
- include $(MAKEFILEDIR)/platform.make
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-