]>
Commit | Line | Data |
---|---|---|
5958d7c0 | 1 | { |
009ee3c6 A |
2 | "CURRENTLY_ACTIVE_VERSION" = YES; |
3 | "DEPLOY_WITH_VERSION_NAME" = A; | |
4 | "DYNAMIC_CODE_GEN" = YES; | |
5958d7c0 | 5 | FILESTABLE = { |
009ee3c6 | 6 | FRAMEWORKS = ("CoreFoundation.framework"); |
5958d7c0 | 7 | FRAMEWORKSEARCH = (); |
009ee3c6 A |
8 | HEADERSEARCH = ( |
9 | "$(NEXT_ROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" | |
5958d7c0 | 10 | ); |
009ee3c6 A |
11 | "H_FILES" = ( |
12 | "SystemConfiguration.h", | |
13 | "SCPrivate.h", | |
14 | "SCDPlugin.h", | |
15 | "config_types.h", | |
16 | "SCDynamicStoreInternal.h", | |
17 | "SCDynamicStore.h", | |
18 | "SCDynamicStorePrivate.h", | |
19 | "SCDynamicStoreKey.h", | |
20 | "SCDynamicStoreCopySpecific.h", | |
21 | "SCDynamicStoreCopySpecificPrivate.h", | |
22 | "SCDynamicStoreSetSpecificPrivate.h", | |
23 | "SCPreferencesInternal.h", | |
24 | "SCPreferences.h", | |
25 | "SCPreferencesPrivate.h", | |
26 | "SCPreferencesPath.h", | |
27 | "SCPreferencesSetSpecific.h", | |
28 | "SCNetwork.h", | |
29 | "SCNetworkConnection.h", | |
30 | "SCNetworkReachability.h", | |
31 | "SCValidation.h", | |
32 | "ppp.h", | |
33 | "DHCPClientPreferences.h", | |
34 | "SCDynamicStoreCopyDHCPInfo.h", | |
35 | "moh_msg.h", | |
36 | "moh.h", | |
37 | "DeviceOnHold.h", | |
38 | "LinkConfiguration.h", | |
4c5e92e2 A |
39 | "dy_framework.h", |
40 | "VLANConfiguration.h", | |
41 | "VLANConfigurationPrivate.h" | |
5958d7c0 | 42 | ); |
009ee3c6 A |
43 | "OTHER_LIBS" = (); |
44 | "OTHER_LINKED" = ( | |
45 | "SCD.c", | |
46 | "SCDKeys.c", | |
47 | "SCDPrivate.c", | |
48 | "SCDPlugin.c", | |
49 | "SCDOpen.c", | |
50 | "SCDLock.c", | |
51 | "SCDUnlock.c", | |
52 | "SCDList.c", | |
53 | "SCDAdd.c", | |
54 | "SCDAddSession.c", | |
55 | "SCDGet.c", | |
56 | "SCDSet.c", | |
57 | "SCDRemove.c", | |
58 | "SCDTouch.c", | |
59 | "SCDNotify.c", | |
60 | "SCDNotifierSetKeys.c", | |
61 | "SCDNotifierAdd.c", | |
62 | "SCDNotifierRemove.c", | |
63 | "SCDNotifierGetChanges.c", | |
64 | "SCDNotifierWait.c", | |
65 | "SCDNotifierInformViaCallback.c", | |
66 | "SCDNotifierInformViaMachPort.c", | |
67 | "SCDNotifierInformViaFD.c", | |
68 | "SCDNotifierInformViaSignal.c", | |
69 | "SCDNotifierCancel.c", | |
70 | "SCDSnapshot.c", | |
71 | "SCP.c", | |
72 | "SCPOpen.c", | |
73 | "SCPLock.c", | |
74 | "SCPUnlock.c", | |
75 | "SCPList.c", | |
76 | "SCPGet.c", | |
77 | "SCPAdd.c", | |
78 | "SCPSet.c", | |
79 | "SCPRemove.c", | |
80 | "SCPCommit.c", | |
81 | "SCPApply.c", | |
82 | "SCPPath.c", | |
83 | "SCDConsoleUser.c", | |
84 | "SCDHostName.c", | |
85 | "SCLocation.c", | |
86 | "SCNetwork.c", | |
87 | "SCNetworkConnection.c", | |
88 | "SCNetworkReachability.c", | |
89 | "SCProxies.c", | |
90 | "ppp.c", | |
91 | "DHCP.c", | |
92 | "moh.c", | |
93 | "DeviceOnHold.c", | |
94 | "LinkConfiguration.c", | |
4c5e92e2 A |
95 | "dy_framework.c", |
96 | "VLANConfiguration.c" | |
009ee3c6 A |
97 | ); |
98 | "OTHER_SOURCES" = ( | |
99 | "Makefile.preamble", | |
5958d7c0 | 100 | Makefile, |
009ee3c6 A |
101 | "Makefile.postamble", |
102 | "m.template", | |
103 | "h.template", | |
104 | "config.defs", | |
105 | "genSCPreferences.c", | |
106 | "CustomInfo.plist" | |
5958d7c0 | 107 | ); |
009ee3c6 A |
108 | "PRECOMPILED_HEADERS" = (); |
109 | "PROJECT_HEADERS" = ( | |
110 | "SystemConfiguration.h", | |
111 | "SCPrivate.h", | |
112 | "config_types.h", | |
113 | "SCDynamicStoreInternal.h", | |
114 | "SCDynamicStore.h", | |
115 | "SCDynamicStorePrivate.h", | |
116 | "SCDynamicStoreKey.h", | |
117 | "SCDynamicStoreCopySpecific.h", | |
118 | "SCDynamicStoreCopySpecificPrivate.h", | |
119 | "SCDynamicStoreSetSpecificPrivate.h", | |
120 | "SCPreferencesInternal.h", | |
121 | "SCPreferences.h", | |
122 | "SCPreferencesPrivate.h", | |
123 | "SCPreferencesPath.h", | |
124 | "SCPreferencesSetSpecific.h", | |
125 | "SCNetwork.h", | |
126 | "SCNetworkConnection.h", | |
127 | "SCNetworkReachability.h", | |
4c5e92e2 A |
128 | "SCValidation.h", |
129 | "VLANConfigurationPrivate.h" | |
5958d7c0 | 130 | ); |
009ee3c6 A |
131 | "PUBLIC_HEADERS" = ( |
132 | "SystemConfiguration.h", | |
133 | "SCDynamicStore.h", | |
134 | "SCDynamicStoreKey.h", | |
135 | "SCDynamicStoreCopySpecific.h", | |
136 | "SCPreferences.h", | |
137 | "SCPreferencesPath.h", | |
138 | "SCPreferencesSetSpecific.h", | |
139 | "SCNetwork.h", | |
140 | "SCNetworkConnection.h", | |
141 | "SCNetworkReachability.h", | |
142 | "DHCPClientPreferences.h", | |
143 | "SCDynamicStoreCopyDHCPInfo.h" | |
5958d7c0 A |
144 | ); |
145 | SUBPROJECTS = (); | |
146 | }; | |
147 | LANGUAGE = English; | |
148 | MAKEFILEDIR = "$(MAKEFILEPATH)/pb_makefiles"; | |
009ee3c6 A |
149 | "NEXTSTEP_BUILDTOOL" = "/usr/bin/gnumake"; |
150 | "NEXTSTEP_COMPILEROPTIONS" = "-fconstant-cfstrings -DBIND_8_COMPAT -DCHECK_IPV6_REACHABILITY"; | |
151 | "NEXTSTEP_INSTALLDIR" = "$(SYSTEM_LIBRARY_DIR)/Frameworks"; | |
152 | "NEXTSTEP_JAVA_COMPILER" = "/usr/bin/javac"; | |
153 | "NEXTSTEP_OBJCPLUS_COMPILER" = "/usr/bin/cc"; | |
154 | "PDO_UNIX_BUILDTOOL" = "$NEXT_ROOT/Developer/bin/make"; | |
155 | "PDO_UNIX_INSTALLDIR" = "/Library/Frameworks"; | |
156 | "PDO_UNIX_JAVA_COMPILER" = "$(JDKBINDIR)/javac"; | |
157 | "PDO_UNIX_OBJCPLUS_COMPILER" = "$(NEXTDEV_BIN)/gcc"; | |
5958d7c0 A |
158 | PROJECTNAME = SystemConfiguration; |
159 | PROJECTTYPE = Framework; | |
009ee3c6 A |
160 | PROJECTVERSION = "2.8"; |
161 | "WINDOWS_BUILDTOOL" = "$NEXT_ROOT/Developer/Executables/make"; | |
162 | "WINDOWS_INSTALLDIR" = "/Library/Frameworks"; | |
163 | "WINDOWS_JAVA_COMPILER" = "$(JDKBINDIR)/javac.exe"; | |
164 | "WINDOWS_OBJCPLUS_COMPILER" = "$(DEVDIR)/gcc"; | |
5958d7c0 | 165 | } |