|
|
1.1 root 1: {
2: DOCICONFILES = ();
3: DYNAMIC_CODE_GEN = NO;
4: FILESTABLE = {
5: CLASSES = (
6: HashTable.m,
7: hashtable.m,
8: List.m,
9: maptable.m,
10: NXBundle.m,
11: NXCharacterSet.m,
12: NXConstantString.m,
13: NXMutableString.m,
14: NXPropertyList.m,
15: NXReadOnlyString.m,
16: NXReadOnlySubstring.m,
17: NXReadWriteString.m,
18: NXSimpleReadOnlyString.m,
19: NXString.m,
20: NXStringTable.m,
21: NXUniquedString.m,
22: "objc-class.m",
23: "objc-errors.m",
24: "objc-globaldata.m",
25: "objc-globaltext.m",
26: "objc-load.m",
27: "objc-runtime.m",
28: "objc-sel.m",
29: Object.m,
30: Protocol.m,
31: Storage.m,
32: StreamTable.m,
33: typedstream.m
34: );
35: C_FILES = ();
1.1.1.2 ! root 36: HEADERSEARCH = (., /System/Library/Frameworks/System.framework/PrivateHeaders);
1.1 root 37: H_FILES = (
38: error.h,
39: HashTable.h,
40: hashtable.h,
41: List.h,
42: maptable.h,
43: NXBundle.h,
44: NXBundlePrivate.h,
45: NXCharacterSet.h,
46: NXPropertyList.h,
47: NXString.h,
48: NXStringPrivate.h,
49: NXStringTable.h,
50: "objc-class.h",
51: "objc-dispatch.h",
52: "objc-load.h",
53: "objc-private.h",
54: "objc-runtime.h",
55: objc.h,
56: Object.h,
57: Protocol.h,
58: Storage.h,
59: StreamTable.h,
60: typedstream.h,
61: typedstreamprivate.h,
62: unichar.h,
63: vectors.h,
64: "objc-config.h"
65: );
66: OTHER_LINKED = ("objc-msg.s", cplus_init.c, except.c, "objc-moninit.c");
67: OTHER_SOURCES = (
68: Makefile.preamble,
69: Makefile,
70: Makefile.postamble,
71: m.template,
72: h.template,
73: "objc-msg-hppa-copycache-lock.s",
74: "objc-msg-m68k-copycache-lock.s",
75: "objc-msg-hppa-lock.s",
76: "objc-msg-m68k-lock.s",
77: "objc-msg-hppa-nolock.s",
78: "objc-msg-m68k-nolock.s",
79: "objc-msg-i386-copycache-lock.s",
80: "objc-msg-i386-lock.s",
81: "objc-msg-ppc.s",
82: "objc-msg-i386-nolock.s",
83: "objc-msg-sparc.s",
84: PB.project
85: );
86: };
87: GENERATEMAIN = YES;
88: LANGUAGE = English;
89: LOCALIZABLE_FILES = {};
90: MAKEFILEDIR = "$(MAKEFILEPATH)/project";
91: NEXTSTEP_BUILDDIR = "";
92: NEXTSTEP_BUILDTOOL = /bin/gnumake;
93: NEXTSTEP_COMPILEROPTIONS = "-pipe";
94: PDO_UNIX_BUILDDIR = "";
95: PDO_UNIX_BUILDTOOL = $NEXT_ROOT/Developer/bin/make;
96: PDO_UNIX_COMPILEROPTIONS = "-pipe";
97: PROJECTNAME = objc;
98: PROJECTTYPE = Library;
99: PROJECTVERSION = 2.6;
100: TARGETS = (all, kernel, library, profile, shlib, build);
101: WINDOWS_BUILDDIR = "";
102: WINDOWS_BUILDTOOL = $NEXT_ROOT/Developer/Executables/make;
103: WINDOWS_COMPILEROPTIONS = "-pipe";
104: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.