forked from mpw/MPWFoundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
94 lines (72 loc) · 3.31 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#
# Generated by the Apple 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 = MPWFoundation
PROJECTVERSION = 2.8
PROJECT_TYPE = Framework
GLOBAL_RESOURCES = Concepts.rtf Log.rtf Notes.rtf Readme.rtf
CLASSES = MPWObject.m NSNil.m NSInvocationAdditions.m\
NSStringAdditions.m CodingAdditions.m MPWObjectCache.m\
NSRectAdditions.m MPWScanner.m NSDictAdditions.m\
MPWRuntimeAdditions.m NSObjectAdditions.m MPWPoint.m\
MPWRect.m NSDataPrivateMemoryMapping.m MPWTrampoline.m\
MPWMsgExpression.m MPWAssociation.m MPWIgnoreTrampoline.m
HFILES = AccessorMacros.h DebugMacros.h MPWObject.h NSNil.h\
MPWFoundation.h NSInvocationAdditions.h NSStringAdditions.h\
NSInvocationAdditions_lookup.h CodingAdditions.h\
MPWObjectCache.h NSRectAdditions.h MPWScanner.h\
NSDictAdditions.h MPWRuntimeAdditions.h NSObjectAdditions.h\
MPWPoint.h MPWRect.h MPWTrampoline.h MPWMsgExpression.h\
MPWAssociation.h MPWIgnoreTrampoline.h bytecoding.h
CFILES = bytecoding.c
SUBPROJECTS = Comm.subproj Collections.subproj Streams.subproj\
Threading.subproj
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
h.template
MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CURRENTLY_ACTIVE_VERSION = YES
DEPLOY_WITH_VERSION_NAME = A
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = framework.make
NEXTSTEP_INSTALLDIR = /Local/Library/Frameworks
WINDOWS_INSTALLDIR = $(NEXT_ROOT)/Local/Library/Frameworks
PDO_UNIX_INSTALLDIR = /Local/Library/Frameworks
LIBS =
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
FRAMEWORK_PATHS = -F$(NEXT_ROOT)/Local/Library/Frameworks
NEXTSTEP_PB_CFLAGS = -O4
FRAMEWORKS = -framework Foundation -framework System
PUBLIC_HEADERS = AccessorMacros.h DebugMacros.h MPWFoundation.h\
MPWObject.h NSInvocationAdditions.h\
NSInvocationAdditions_lookup.h CodingAdditions.h\
MPWObjectCache.h NSRectAdditions.h MPWScanner.h\
NSStringAdditions.h NSObjectAdditions.h MPWRect.h\
MPWPoint.h MPWTrampoline.h MPWMsgExpression.h\
MPWAssociation.h MPWIgnoreTrampoline.h bytecoding.h\
MPWRuntimeAdditions.h
PROJECT_HEADERS = AccessorMacros.h DebugMacros.h MPWFoundation.h\
MPWObject.h NSInvocationAdditions.h\
NSInvocationAdditions_lookup.h CodingAdditions.h\
MPWObjectCache.h NSRectAdditions.h MPWScanner.h\
MPWRuntimeAdditions.h NSStringAdditions.h\
NSObjectAdditions.h MPWRect.h MPWPoint.h\
MPWTrampoline.h MPWMsgExpression.h MPWAssociation.h\
MPWIgnoreTrampoline.h bytecoding.h
PRECOMPILED_HEADERS = MPWFoundation.h
NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
include $(MAKEFILEDIR)/platform.make
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies