First attempt at a matlab link.
[progcomp10.git] / src / link / MATLAB / matlab-link.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 45;
7         objects = {
8
9 /* Begin PBXFileReference section */
10                 22286D4F11FFD7ED00C5AE4D /* matlab-link.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "matlab-link.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
11                 22286D6A11FFE54C00C5AE4D /* ml_angel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ml_angel.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
12                 22286D6D11FFEC5A00C5AE4D /* matlab-consts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "matlab-consts.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
13                 227E50DE12040D3E00A6CBB8 /* ml_agent_template.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ml_agent_template.m; sourceTree = "<group>"; };
14                 227E50DF12040D4500A6CBB8 /* NOTES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NOTES; sourceTree = "<group>"; };
15 /* End PBXFileReference section */
16
17 /* Begin PBXGroup section */
18                 08FB7794FE84155DC02AAC07 /* matlab-link */ = {
19                         isa = PBXGroup;
20                         children = (
21                                 22286D6D11FFEC5A00C5AE4D /* matlab-consts.m */,
22                                 22286D4F11FFD7ED00C5AE4D /* matlab-link.m */,
23                                 227E50DE12040D3E00A6CBB8 /* ml_agent_template.m */,
24                                 227E50DF12040D4500A6CBB8 /* NOTES */,
25                                 22286D6911FFE53300C5AE4D /* agents */,
26                         );
27                         name = "matlab-link";
28                         sourceTree = "<group>";
29                 };
30                 22286D6911FFE53300C5AE4D /* agents */ = {
31                         isa = PBXGroup;
32                         children = (
33                                 22286D6A11FFE54C00C5AE4D /* ml_angel.m */,
34                         );
35                         path = agents;
36                         sourceTree = "<group>";
37                 };
38 /* End PBXGroup section */
39
40 /* Begin PBXLegacyTarget section */
41                 D28A88AD04BDD90700651E21 /* matlab-link */ = {
42                         isa = PBXLegacyTarget;
43                         buildArgumentsString = "$(ACTION)";
44                         buildConfigurationList = 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "matlab-link" */;
45                         buildPhases = (
46                         );
47                         buildToolPath = /usr/bin/make;
48                         dependencies = (
49                         );
50                         name = "matlab-link";
51                         passBuildSettingsInEnvironment = 1;
52                         productName = "matlab-link";
53                 };
54 /* End PBXLegacyTarget section */
55
56 /* Begin PBXProject section */
57                 08FB7793FE84155DC02AAC07 /* Project object */ = {
58                         isa = PBXProject;
59                         buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "matlab-link" */;
60                         compatibilityVersion = "Xcode 3.1";
61                         hasScannedForEncodings = 1;
62                         mainGroup = 08FB7794FE84155DC02AAC07 /* matlab-link */;
63                         projectDirPath = "";
64                         projectRoot = "";
65                         targets = (
66                                 D28A88AD04BDD90700651E21 /* matlab-link */,
67                         );
68                 };
69 /* End PBXProject section */
70
71 /* Begin XCBuildConfiguration section */
72                 1DEB919008733D9F0010E9CD /* Debug */ = {
73                         isa = XCBuildConfiguration;
74                         buildSettings = {
75                                 COPY_PHASE_STRIP = NO;
76                                 DEBUGGING_SYMBOLS = YES;
77                                 GCC_DYNAMIC_NO_PIC = NO;
78                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
79                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
80                                 GCC_OPTIMIZATION_LEVEL = 0;
81                                 OTHER_CFLAGS = "";
82                                 OTHER_LDFLAGS = "";
83                                 PRODUCT_NAME = "matlab-link";
84                         };
85                         name = Debug;
86                 };
87                 1DEB919108733D9F0010E9CD /* Release */ = {
88                         isa = XCBuildConfiguration;
89                         buildSettings = {
90                                 COPY_PHASE_STRIP = YES;
91                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
92                                 OTHER_CFLAGS = "";
93                                 OTHER_LDFLAGS = "";
94                                 PRODUCT_NAME = "matlab-link";
95                         };
96                         name = Release;
97                 };
98                 1DEB919408733D9F0010E9CD /* Debug */ = {
99                         isa = XCBuildConfiguration;
100                         buildSettings = {
101                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
102                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
103                                 GCC_WARN_UNUSED_VARIABLE = YES;
104                                 ONLY_ACTIVE_ARCH = YES;
105                                 PREBINDING = NO;
106                                 SDKROOT = macosx10.6;
107                         };
108                         name = Debug;
109                 };
110                 1DEB919508733D9F0010E9CD /* Release */ = {
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                                 PREBINDING = NO;
117                                 SDKROOT = macosx10.6;
118                         };
119                         name = Release;
120                 };
121 /* End XCBuildConfiguration section */
122
123 /* Begin XCConfigurationList section */
124                 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "matlab-link" */ = {
125                         isa = XCConfigurationList;
126                         buildConfigurations = (
127                                 1DEB919008733D9F0010E9CD /* Debug */,
128                                 1DEB919108733D9F0010E9CD /* Release */,
129                         );
130                         defaultConfigurationIsVisible = 0;
131                         defaultConfigurationName = Release;
132                 };
133                 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "matlab-link" */ = {
134                         isa = XCConfigurationList;
135                         buildConfigurations = (
136                                 1DEB919408733D9F0010E9CD /* Debug */,
137                                 1DEB919508733D9F0010E9CD /* Release */,
138                         );
139                         defaultConfigurationIsVisible = 0;
140                         defaultConfigurationName = Release;
141                 };
142 /* End XCConfigurationList section */
143         };
144         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
145 }

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