set constants in conf.py properly
[progcomp10.git] / src / link / C / c-link-lib.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 45;
7         objects = {
8
9 /* Begin PBXFileReference section */
10                 2208AFE6118F28D800770C92 /* c_wash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_wash.c; sourceTree = "<group>"; };
11                 2208AFE7118F28F400770C92 /* c_agents.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = c_agents.py; sourceTree = "<group>"; };
12                 2291A1BB117EDB9600854CBE /* c_link.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_link.c; sourceTree = "<group>"; };
13                 2291A1BD117EE3FD00854CBE /* c_angel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_angel.c; sourceTree = "<group>"; };
14                 2291A1BE117EE3FD00854CBE /* c_lucifer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_lucifer.c; sourceTree = "<group>"; };
15                 2291A1BF117EE3FD00854CBE /* c_streetfighter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_streetfighter.c; sourceTree = "<group>"; };
16                 22CAFECF11D48750001ECDEF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
17                 22F652F5117C679300A3793D /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
18                 22F652F6117C6C9500A3793D /* c_link.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = c_link.h; sourceTree = "<group>"; };
19 /* End PBXFileReference section */
20
21 /* Begin PBXGroup section */
22                 08FB7794FE84155DC02AAC07 /* c-link-lib */ = {
23                         isa = PBXGroup;
24                         children = (
25                                 22CAFECF11D48750001ECDEF /* README */,
26                                 2208AFE7118F28F400770C92 /* c_agents.py */,
27                                 2291A1BC117EE3FD00854CBE /* agents */,
28                                 22F652F6117C6C9500A3793D /* c_link.h */,
29                                 2291A1BB117EDB9600854CBE /* c_link.c */,
30                                 22F652F5117C679300A3793D /* Makefile */,
31                         );
32                         name = "c-link-lib";
33                         sourceTree = "<group>";
34                 };
35                 2291A1BC117EE3FD00854CBE /* agents */ = {
36                         isa = PBXGroup;
37                         children = (
38                                 2291A1BD117EE3FD00854CBE /* c_angel.c */,
39                                 2291A1BE117EE3FD00854CBE /* c_lucifer.c */,
40                                 2291A1BF117EE3FD00854CBE /* c_streetfighter.c */,
41                                 2208AFE6118F28D800770C92 /* c_wash.c */,
42                         );
43                         path = agents;
44                         sourceTree = "<group>";
45                 };
46 /* End PBXGroup section */
47
48 /* Begin PBXLegacyTarget section */
49                 D28A88AD04BDD90700651E21 /* c-link-lib */ = {
50                         isa = PBXLegacyTarget;
51                         buildArgumentsString = "$(ACTION)";
52                         buildConfigurationList = 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "c-link-lib" */;
53                         buildPhases = (
54                         );
55                         buildToolPath = /usr/bin/make;
56                         buildWorkingDirectory = "";
57                         dependencies = (
58                         );
59                         name = "c-link-lib";
60                         passBuildSettingsInEnvironment = 1;
61                         productName = "c-link-lib";
62                 };
63 /* End PBXLegacyTarget section */
64
65 /* Begin PBXProject section */
66                 08FB7793FE84155DC02AAC07 /* Project object */ = {
67                         isa = PBXProject;
68                         buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "c-link-lib" */;
69                         compatibilityVersion = "Xcode 3.1";
70                         hasScannedForEncodings = 1;
71                         mainGroup = 08FB7794FE84155DC02AAC07 /* c-link-lib */;
72                         projectDirPath = "";
73                         projectRoot = "";
74                         targets = (
75                                 D28A88AD04BDD90700651E21 /* c-link-lib */,
76                         );
77                 };
78 /* End PBXProject section */
79
80 /* Begin XCBuildConfiguration section */
81                 1DEB919008733D9F0010E9CD /* Debug */ = {
82                         isa = XCBuildConfiguration;
83                         buildSettings = {
84                                 COPY_PHASE_STRIP = NO;
85                                 DEBUGGING_SYMBOLS = YES;
86                                 GCC_DYNAMIC_NO_PIC = NO;
87                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
88                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
89                                 GCC_OPTIMIZATION_LEVEL = 0;
90                                 OTHER_CFLAGS = "";
91                                 OTHER_LDFLAGS = "";
92                                 PRODUCT_NAME = "c-link-lib";
93                         };
94                         name = Debug;
95                 };
96                 1DEB919108733D9F0010E9CD /* Release */ = {
97                         isa = XCBuildConfiguration;
98                         buildSettings = {
99                                 COPY_PHASE_STRIP = YES;
100                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
101                                 OTHER_CFLAGS = "";
102                                 OTHER_LDFLAGS = "";
103                                 PRODUCT_NAME = "c-link-lib";
104                         };
105                         name = Release;
106                 };
107                 1DEB919408733D9F0010E9CD /* Debug */ = {
108                         isa = XCBuildConfiguration;
109                         buildSettings = {
110                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
111                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
112                                 GCC_WARN_UNUSED_VARIABLE = YES;
113                                 ONLY_ACTIVE_ARCH = YES;
114                                 PREBINDING = NO;
115                                 SDKROOT = macosx10.6;
116                         };
117                         name = Debug;
118                 };
119                 1DEB919508733D9F0010E9CD /* Release */ = {
120                         isa = XCBuildConfiguration;
121                         buildSettings = {
122                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
123                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
124                                 GCC_WARN_UNUSED_VARIABLE = YES;
125                                 PREBINDING = NO;
126                                 SDKROOT = macosx10.6;
127                         };
128                         name = Release;
129                 };
130 /* End XCBuildConfiguration section */
131
132 /* Begin XCConfigurationList section */
133                 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "c-link-lib" */ = {
134                         isa = XCConfigurationList;
135                         buildConfigurations = (
136                                 1DEB919008733D9F0010E9CD /* Debug */,
137                                 1DEB919108733D9F0010E9CD /* Release */,
138                         );
139                         defaultConfigurationIsVisible = 0;
140                         defaultConfigurationName = Release;
141                 };
142                 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "c-link-lib" */ = {
143                         isa = XCConfigurationList;
144                         buildConfigurations = (
145                                 1DEB919408733D9F0010E9CD /* Debug */,
146                                 1DEB919508733D9F0010E9CD /* Release */,
147                         );
148                         defaultConfigurationIsVisible = 0;
149                         defaultConfigurationName = Release;
150                 };
151 /* End XCConfigurationList section */
152         };
153         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
154 }

UCC git Repository :: git.ucc.asn.au