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

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