home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-03-23 | 3.0 KB | 84 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 = Python
-
- PROJECTVERSION = 2.6
- PROJECT_TYPE = Framework
- LANGUAGE = English
-
- GLOBAL_RESOURCES = config.h Lib
-
- HFILES = abstract.h accessobject.h allobjects.h assert.h bitset.h\
- bltinmodule.h ceval.h cgensupport.h classobject.h cobject.h\
- compile.h complexobject.h dictobject.h errcode.h eval.h\
- fileobject.h floatobject.h frameobject.h funcobject.h\
- graminit.h grammar.h import.h intobject.h intrcheck.h\
- listobject.h longintrepr.h longobject.h mappingobject.h\
- marshal.h metagrammar.h methodobject.h modsupport.h\
- moduleobject.h myctype.h mymalloc.h mymath.h myproto.h\
- myselect.h mytime.h node.h object.h objimpl.h opcode.h\
- osdefs.h parsetok.h patchlevel.h pgenheaders.h pydebug.h\
- pyerrors.h Python.h pythonrun.h rangeobject.h rename2.h\
- sliceobject.h stringobject.h structmember.h sysmodule.h\
- thread.h token.h traceback.h tupleobject.h
-
- SUBPROJECTS = Python.subproj Parser.subproj Objects.subproj\
- Modules.subproj
-
- BUNDLES = pyrl.bproj
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
-
- MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
- CURRENTLY_ACTIVE_VERSION = YES
- DEPLOY_WITH_VERSION_NAME = A
- CODE_GEN_STYLE = DYNAMIC
- MAKEFILE = framework.make
- NEXTSTEP_INSTALLDIR = /LocalLibrary/Frameworks
- WINDOWS_INSTALLDIR = $(HOMEDRIVE)/MyFrameworks
- LIBS =
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- LIBRARY_PATHS = -L/usr/local/include
- FRAMEWORK_PATHS = -F/usr/local/gnu/Frameworks
- FRAMEWORKS = -framework Foundation -framework Gdbm
- PUBLIC_HEADERS = abstract.h accessobject.h allobjects.h assert.h\
- bitset.h bltinmodule.h ceval.h cgensupport.h\
- classobject.h cobject.h compile.h complexobject.h\
- config.h dictobject.h errcode.h eval.h fileobject.h\
- floatobject.h frameobject.h funcobject.h graminit.h\
- grammar.h import.h intobject.h intrcheck.h\
- listobject.h longintrepr.h longobject.h\
- mappingobject.h marshal.h metagrammar.h methodobject.h\
- modsupport.h moduleobject.h myctype.h mymalloc.h\
- mymath.h myproto.h myselect.h mytime.h node.h\
- object.h objimpl.h opcode.h osdefs.h parsetok.h\
- patchlevel.h pgenheaders.h pydebug.h pyerrors.h\
- Python.h pythonrun.h rangeobject.h rename2.h\
- sliceobject.h stringobject.h structmember.h\
- sysmodule.h thread.h token.h traceback.h\
- tupleobject.h
-
- PRECOMPILED_HEADERS = Python.h
-
-
-
- include $(MAKEFILEDIR)/platform.make
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-