OSDN Git Service

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