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

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