OSDN Git Service

5eb0138b6590f26d4b3cf4ef465e07108c07f577
[chnosproject/CHNOSProject.git] / CHNOSProject / libtest / libtest.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 17EE90A216DB67DB005238B2 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 17EE90A116DB67DB005238B2 /* main.c */; };
11                 17EE90A416DB67DB005238B2 /* libtest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17EE90A316DB67DB005238B2 /* libtest.1 */; };
12                 17EE90B616DB6898005238B2 /* libchn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 17EE90B516DB6898005238B2 /* libchn.a */; };
13 /* End PBXBuildFile section */
14
15 /* Begin PBXContainerItemProxy section */
16                 177AEBB616E54AAC00F19AB1 /* PBXContainerItemProxy */ = {
17                         isa = PBXContainerItemProxy;
18                         containerPortal = 17EE90B416DB6890005238B2 /* chn.xcodeproj */;
19                         proxyType = 2;
20                         remoteGlobalIDString = 17D0F3ED16DA305000C62B79;
21                         remoteInfo = chn;
22                 };
23 /* End PBXContainerItemProxy section */
24
25 /* Begin PBXCopyFilesBuildPhase section */
26                 17EE909C16DB67DB005238B2 /* CopyFiles */ = {
27                         isa = PBXCopyFilesBuildPhase;
28                         buildActionMask = 2147483647;
29                         dstPath = /usr/share/man/man1/;
30                         dstSubfolderSpec = 0;
31                         files = (
32                                 17EE90A416DB67DB005238B2 /* libtest.1 in CopyFiles */,
33                         );
34                         runOnlyForDeploymentPostprocessing = 1;
35                 };
36 /* End PBXCopyFilesBuildPhase section */
37
38 /* Begin PBXFileReference section */
39                 17EE909E16DB67DB005238B2 /* libtest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libtest; sourceTree = BUILT_PRODUCTS_DIR; };
40                 17EE90A116DB67DB005238B2 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
41                 17EE90A316DB67DB005238B2 /* libtest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = libtest.1; sourceTree = "<group>"; };
42                 17EE90B416DB6890005238B2 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = ../chn/chn.xcodeproj; sourceTree = "<group>"; };
43                 17EE90B516DB6898005238B2 /* libchn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchn.a; path = ../DerivedData/CHNOSProject/Build/Products/Debug/libchn.a; sourceTree = "<group>"; };
44 /* End PBXFileReference section */
45
46 /* Begin PBXFrameworksBuildPhase section */
47                 17EE909B16DB67DB005238B2 /* Frameworks */ = {
48                         isa = PBXFrameworksBuildPhase;
49                         buildActionMask = 2147483647;
50                         files = (
51                                 17EE90B616DB6898005238B2 /* libchn.a in Frameworks */,
52                         );
53                         runOnlyForDeploymentPostprocessing = 0;
54                 };
55 /* End PBXFrameworksBuildPhase section */
56
57 /* Begin PBXGroup section */
58                 177AEBB316E54AAC00F19AB1 /* Products */ = {
59                         isa = PBXGroup;
60                         children = (
61                                 177AEBB716E54AAC00F19AB1 /* libchn.a */,
62                         );
63                         name = Products;
64                         sourceTree = "<group>";
65                 };
66                 17EE909516DB67DB005238B2 = {
67                         isa = PBXGroup;
68                         children = (
69                                 17EE90B516DB6898005238B2 /* libchn.a */,
70                                 17EE90B416DB6890005238B2 /* chn.xcodeproj */,
71                                 17EE90A016DB67DB005238B2 /* libtest */,
72                                 17EE909F16DB67DB005238B2 /* Products */,
73                         );
74                         sourceTree = "<group>";
75                 };
76                 17EE909F16DB67DB005238B2 /* Products */ = {
77                         isa = PBXGroup;
78                         children = (
79                                 17EE909E16DB67DB005238B2 /* libtest */,
80                         );
81                         name = Products;
82                         sourceTree = "<group>";
83                 };
84                 17EE90A016DB67DB005238B2 /* libtest */ = {
85                         isa = PBXGroup;
86                         children = (
87                                 17EE90A116DB67DB005238B2 /* main.c */,
88                                 17EE90A316DB67DB005238B2 /* libtest.1 */,
89                         );
90                         path = libtest;
91                         sourceTree = "<group>";
92                 };
93 /* End PBXGroup section */
94
95 /* Begin PBXNativeTarget section */
96                 17EE909D16DB67DB005238B2 /* libtest */ = {
97                         isa = PBXNativeTarget;
98                         buildConfigurationList = 17EE90A716DB67DB005238B2 /* Build configuration list for PBXNativeTarget "libtest" */;
99                         buildPhases = (
100                                 17EE909A16DB67DB005238B2 /* Sources */,
101                                 17EE909B16DB67DB005238B2 /* Frameworks */,
102                                 17EE909C16DB67DB005238B2 /* CopyFiles */,
103                         );
104                         buildRules = (
105                         );
106                         dependencies = (
107                         );
108                         name = libtest;
109                         productName = libtest;
110                         productReference = 17EE909E16DB67DB005238B2 /* libtest */;
111                         productType = "com.apple.product-type.tool";
112                 };
113 /* End PBXNativeTarget section */
114
115 /* Begin PBXProject section */
116                 17EE909616DB67DB005238B2 /* Project object */ = {
117                         isa = PBXProject;
118                         attributes = {
119                                 LastUpgradeCheck = 0460;
120                                 ORGANIZATIONNAME = "Hikaru Nishida";
121                         };
122                         buildConfigurationList = 17EE909916DB67DB005238B2 /* Build configuration list for PBXProject "libtest" */;
123                         compatibilityVersion = "Xcode 3.2";
124                         developmentRegion = English;
125                         hasScannedForEncodings = 0;
126                         knownRegions = (
127                                 en,
128                         );
129                         mainGroup = 17EE909516DB67DB005238B2;
130                         productRefGroup = 17EE909F16DB67DB005238B2 /* Products */;
131                         projectDirPath = "";
132                         projectReferences = (
133                                 {
134                                         ProductGroup = 177AEBB316E54AAC00F19AB1 /* Products */;
135                                         ProjectRef = 17EE90B416DB6890005238B2 /* chn.xcodeproj */;
136                                 },
137                         );
138                         projectRoot = "";
139                         targets = (
140                                 17EE909D16DB67DB005238B2 /* libtest */,
141                         );
142                 };
143 /* End PBXProject section */
144
145 /* Begin PBXReferenceProxy section */
146                 177AEBB716E54AAC00F19AB1 /* libchn.a */ = {
147                         isa = PBXReferenceProxy;
148                         fileType = archive.ar;
149                         path = libchn.a;
150                         remoteRef = 177AEBB616E54AAC00F19AB1 /* PBXContainerItemProxy */;
151                         sourceTree = BUILT_PRODUCTS_DIR;
152                 };
153 /* End PBXReferenceProxy section */
154
155 /* Begin PBXSourcesBuildPhase section */
156                 17EE909A16DB67DB005238B2 /* Sources */ = {
157                         isa = PBXSourcesBuildPhase;
158                         buildActionMask = 2147483647;
159                         files = (
160                                 17EE90A216DB67DB005238B2 /* main.c in Sources */,
161                         );
162                         runOnlyForDeploymentPostprocessing = 0;
163                 };
164 /* End PBXSourcesBuildPhase section */
165
166 /* Begin XCBuildConfiguration section */
167                 17EE90A516DB67DB005238B2 /* Debug */ = {
168                         isa = XCBuildConfiguration;
169                         buildSettings = {
170                                 ALWAYS_SEARCH_USER_PATHS = NO;
171                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
172                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
173                                 CLANG_CXX_LIBRARY = "libc++";
174                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
175                                 CLANG_WARN_EMPTY_BODY = YES;
176                                 CLANG_WARN_ENUM_CONVERSION = YES;
177                                 CLANG_WARN_INT_CONVERSION = YES;
178                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
179                                 COPY_PHASE_STRIP = NO;
180                                 GCC_C_LANGUAGE_STANDARD = gnu99;
181                                 GCC_DYNAMIC_NO_PIC = NO;
182                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
183                                 GCC_OPTIMIZATION_LEVEL = 0;
184                                 GCC_PREPROCESSOR_DEFINITIONS = (
185                                         "DEBUG=1",
186                                         "$(inherited)",
187                                 );
188                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
189                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
190                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
191                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
192                                 GCC_WARN_UNUSED_VARIABLE = YES;
193                                 HEADER_SEARCH_PATHS = (
194                                         "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include",
195                                         "$(INSTALL_ROOT)/usr/local/include",
196                                 );
197                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
198                                 ONLY_ACTIVE_ARCH = YES;
199                                 SDKROOT = macosx;
200                         };
201                         name = Debug;
202                 };
203                 17EE90A616DB67DB005238B2 /* Release */ = {
204                         isa = XCBuildConfiguration;
205                         buildSettings = {
206                                 ALWAYS_SEARCH_USER_PATHS = NO;
207                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
208                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
209                                 CLANG_CXX_LIBRARY = "libc++";
210                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
211                                 CLANG_WARN_EMPTY_BODY = YES;
212                                 CLANG_WARN_ENUM_CONVERSION = YES;
213                                 CLANG_WARN_INT_CONVERSION = YES;
214                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
215                                 COPY_PHASE_STRIP = YES;
216                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
217                                 GCC_C_LANGUAGE_STANDARD = gnu99;
218                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
219                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
220                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
221                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
222                                 GCC_WARN_UNUSED_VARIABLE = YES;
223                                 HEADER_SEARCH_PATHS = (
224                                         "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include",
225                                         "$(INSTALL_ROOT)/usr/local/include",
226                                 );
227                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
228                                 SDKROOT = macosx;
229                         };
230                         name = Release;
231                 };
232                 17EE90A816DB67DB005238B2 /* Debug */ = {
233                         isa = XCBuildConfiguration;
234                         buildSettings = {
235                                 LIBRARY_SEARCH_PATHS = (
236                                         "$(inherited)",
237                                         "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"",
238                                 );
239                                 PRODUCT_NAME = "$(TARGET_NAME)";
240                         };
241                         name = Debug;
242                 };
243                 17EE90A916DB67DB005238B2 /* Release */ = {
244                         isa = XCBuildConfiguration;
245                         buildSettings = {
246                                 LIBRARY_SEARCH_PATHS = (
247                                         "$(inherited)",
248                                         "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"",
249                                 );
250                                 PRODUCT_NAME = "$(TARGET_NAME)";
251                         };
252                         name = Release;
253                 };
254 /* End XCBuildConfiguration section */
255
256 /* Begin XCConfigurationList section */
257                 17EE909916DB67DB005238B2 /* Build configuration list for PBXProject "libtest" */ = {
258                         isa = XCConfigurationList;
259                         buildConfigurations = (
260                                 17EE90A516DB67DB005238B2 /* Debug */,
261                                 17EE90A616DB67DB005238B2 /* Release */,
262                         );
263                         defaultConfigurationIsVisible = 0;
264                         defaultConfigurationName = Release;
265                 };
266                 17EE90A716DB67DB005238B2 /* Build configuration list for PBXNativeTarget "libtest" */ = {
267                         isa = XCConfigurationList;
268                         buildConfigurations = (
269                                 17EE90A816DB67DB005238B2 /* Debug */,
270                                 17EE90A916DB67DB005238B2 /* Release */,
271                         );
272                         defaultConfigurationIsVisible = 0;
273                         defaultConfigurationName = Release;
274                 };
275 /* End XCConfigurationList section */
276         };
277         rootObject = 17EE909616DB67DB005238B2 /* Project object */;
278 }