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

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