OSDN Git Service

chnlib:CHNLIB_UUID(UUIDv4), メルセンヌ・ツイスターを利用した乱数生成器CHNLIB_RandomGeneratorMTを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chn / chn.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 174CE470177FEF23004FE674 /* chnlib05.c in Sources */ = {isa = PBXBuildFile; fileRef = 174CE46F177FEF23004FE674 /* chnlib05.c */; };
11                 174CE472177FFE16004FE674 /* chnlib06.c in Sources */ = {isa = PBXBuildFile; fileRef = 174CE471177FFE16004FE674 /* chnlib06.c */; };
12                 17D0F40116DA313700C62B79 /* chnlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FA16DA313700C62B79 /* chnlib.c */; };
13                 17D0F40216DA313700C62B79 /* chnlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 17D0F3FB16DA313700C62B79 /* chnlib.h */; settings = {ATTRIBUTES = (Public, ); }; };
14                 17D0F40316DA313700C62B79 /* chnlib00.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FC16DA313700C62B79 /* chnlib00.c */; };
15                 17D0F40416DA313700C62B79 /* chnlib01.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FD16DA313700C62B79 /* chnlib01.c */; };
16                 17D0F40516DA313700C62B79 /* chnlib02.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FE16DA313700C62B79 /* chnlib02.c */; };
17                 17D0F40616DA313700C62B79 /* chnlib03.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FF16DA313700C62B79 /* chnlib03.c */; };
18                 17D0F40716DA313700C62B79 /* chnlib04.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F40016DA313700C62B79 /* chnlib04.c */; };
19 /* End PBXBuildFile section */
20
21 /* Begin PBXFileReference section */
22                 174CE46F177FEF23004FE674 /* chnlib05.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib05.c; sourceTree = "<group>"; };
23                 174CE471177FFE16004FE674 /* chnlib06.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib06.c; sourceTree = "<group>"; };
24                 17D0F3ED16DA305000C62B79 /* libchn.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libchn.a; sourceTree = BUILT_PRODUCTS_DIR; };
25                 17D0F3FA16DA313700C62B79 /* chnlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib.c; sourceTree = "<group>"; };
26                 17D0F3FB16DA313700C62B79 /* chnlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 2; path = chnlib.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
27                 17D0F3FC16DA313700C62B79 /* chnlib00.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib00.c; sourceTree = "<group>"; };
28                 17D0F3FD16DA313700C62B79 /* chnlib01.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib01.c; sourceTree = "<group>"; };
29                 17D0F3FE16DA313700C62B79 /* chnlib02.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; path = chnlib02.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
30                 17D0F3FF16DA313700C62B79 /* chnlib03.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib03.c; sourceTree = "<group>"; };
31                 17D0F40016DA313700C62B79 /* chnlib04.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib04.c; sourceTree = "<group>"; };
32 /* End PBXFileReference section */
33
34 /* Begin PBXFrameworksBuildPhase section */
35                 17D0F3EA16DA305000C62B79 /* Frameworks */ = {
36                         isa = PBXFrameworksBuildPhase;
37                         buildActionMask = 2147483647;
38                         files = (
39                         );
40                         runOnlyForDeploymentPostprocessing = 0;
41                 };
42 /* End PBXFrameworksBuildPhase section */
43
44 /* Begin PBXGroup section */
45                 17D0F3E416DA305000C62B79 = {
46                         isa = PBXGroup;
47                         children = (
48                                 17D0F3FA16DA313700C62B79 /* chnlib.c */,
49                                 17D0F3FB16DA313700C62B79 /* chnlib.h */,
50                                 17D0F3FC16DA313700C62B79 /* chnlib00.c */,
51                                 17D0F3FD16DA313700C62B79 /* chnlib01.c */,
52                                 17D0F3FE16DA313700C62B79 /* chnlib02.c */,
53                                 17D0F3FF16DA313700C62B79 /* chnlib03.c */,
54                                 17D0F40016DA313700C62B79 /* chnlib04.c */,
55                                 174CE46F177FEF23004FE674 /* chnlib05.c */,
56                                 174CE471177FFE16004FE674 /* chnlib06.c */,
57                                 17D0F3EE16DA305000C62B79 /* Products */,
58                         );
59                         sourceTree = "<group>";
60                 };
61                 17D0F3EE16DA305000C62B79 /* Products */ = {
62                         isa = PBXGroup;
63                         children = (
64                                 17D0F3ED16DA305000C62B79 /* libchn.a */,
65                         );
66                         name = Products;
67                         sourceTree = "<group>";
68                 };
69 /* End PBXGroup section */
70
71 /* Begin PBXHeadersBuildPhase section */
72                 17D0F3EB16DA305000C62B79 /* Headers */ = {
73                         isa = PBXHeadersBuildPhase;
74                         buildActionMask = 2147483647;
75                         files = (
76                                 17D0F40216DA313700C62B79 /* chnlib.h in Headers */,
77                         );
78                         runOnlyForDeploymentPostprocessing = 0;
79                 };
80 /* End PBXHeadersBuildPhase section */
81
82 /* Begin PBXNativeTarget section */
83                 17D0F3EC16DA305000C62B79 /* chn */ = {
84                         isa = PBXNativeTarget;
85                         buildConfigurationList = 17D0F3F116DA305000C62B79 /* Build configuration list for PBXNativeTarget "chn" */;
86                         buildPhases = (
87                                 17D0F3E916DA305000C62B79 /* Sources */,
88                                 17D0F3EA16DA305000C62B79 /* Frameworks */,
89                                 17D0F3EB16DA305000C62B79 /* Headers */,
90                         );
91                         buildRules = (
92                         );
93                         dependencies = (
94                         );
95                         name = chn;
96                         productName = chn;
97                         productReference = 17D0F3ED16DA305000C62B79 /* libchn.a */;
98                         productType = "com.apple.product-type.library.static";
99                 };
100 /* End PBXNativeTarget section */
101
102 /* Begin PBXProject section */
103                 17D0F3E516DA305000C62B79 /* Project object */ = {
104                         isa = PBXProject;
105                         attributes = {
106                                 LastUpgradeCheck = 0460;
107                                 ORGANIZATIONNAME = "Hikaru Nishida";
108                         };
109                         buildConfigurationList = 17D0F3E816DA305000C62B79 /* Build configuration list for PBXProject "chn" */;
110                         compatibilityVersion = "Xcode 3.2";
111                         developmentRegion = English;
112                         hasScannedForEncodings = 0;
113                         knownRegions = (
114                                 en,
115                         );
116                         mainGroup = 17D0F3E416DA305000C62B79;
117                         productRefGroup = 17D0F3EE16DA305000C62B79 /* Products */;
118                         projectDirPath = "";
119                         projectRoot = "";
120                         targets = (
121                                 17D0F3EC16DA305000C62B79 /* chn */,
122                         );
123                 };
124 /* End PBXProject section */
125
126 /* Begin PBXSourcesBuildPhase section */
127                 17D0F3E916DA305000C62B79 /* Sources */ = {
128                         isa = PBXSourcesBuildPhase;
129                         buildActionMask = 2147483647;
130                         files = (
131                                 17D0F40116DA313700C62B79 /* chnlib.c in Sources */,
132                                 17D0F40316DA313700C62B79 /* chnlib00.c in Sources */,
133                                 17D0F40416DA313700C62B79 /* chnlib01.c in Sources */,
134                                 17D0F40516DA313700C62B79 /* chnlib02.c in Sources */,
135                                 17D0F40616DA313700C62B79 /* chnlib03.c in Sources */,
136                                 17D0F40716DA313700C62B79 /* chnlib04.c in Sources */,
137                                 174CE470177FEF23004FE674 /* chnlib05.c in Sources */,
138                                 174CE472177FFE16004FE674 /* chnlib06.c in Sources */,
139                         );
140                         runOnlyForDeploymentPostprocessing = 0;
141                 };
142 /* End PBXSourcesBuildPhase section */
143
144 /* Begin XCBuildConfiguration section */
145                 17D0F3EF16DA305000C62B79 /* Debug */ = {
146                         isa = XCBuildConfiguration;
147                         buildSettings = {
148                                 ALWAYS_SEARCH_USER_PATHS = NO;
149                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
150                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
151                                 CLANG_CXX_LIBRARY = "libc++";
152                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
153                                 CLANG_WARN_EMPTY_BODY = YES;
154                                 CLANG_WARN_ENUM_CONVERSION = YES;
155                                 CLANG_WARN_INT_CONVERSION = YES;
156                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
157                                 COPY_PHASE_STRIP = NO;
158                                 GCC_C_LANGUAGE_STANDARD = gnu99;
159                                 GCC_DYNAMIC_NO_PIC = NO;
160                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
161                                 GCC_OPTIMIZATION_LEVEL = 0;
162                                 GCC_PREPROCESSOR_DEFINITIONS = (
163                                         "DEBUG=1",
164                                         "$(inherited)",
165                                 );
166                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
167                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
168                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
169                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
170                                 GCC_WARN_UNUSED_VARIABLE = YES;
171                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
172                                 ONLY_ACTIVE_ARCH = YES;
173                                 SDKROOT = macosx;
174                         };
175                         name = Debug;
176                 };
177                 17D0F3F016DA305000C62B79 /* Release */ = {
178                         isa = XCBuildConfiguration;
179                         buildSettings = {
180                                 ALWAYS_SEARCH_USER_PATHS = NO;
181                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
182                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
183                                 CLANG_CXX_LIBRARY = "libc++";
184                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
185                                 CLANG_WARN_EMPTY_BODY = YES;
186                                 CLANG_WARN_ENUM_CONVERSION = YES;
187                                 CLANG_WARN_INT_CONVERSION = YES;
188                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
189                                 COPY_PHASE_STRIP = YES;
190                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
191                                 GCC_C_LANGUAGE_STANDARD = gnu99;
192                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
193                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
194                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
195                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
196                                 GCC_WARN_UNUSED_VARIABLE = YES;
197                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
198                                 SDKROOT = macosx;
199                         };
200                         name = Release;
201                 };
202                 17D0F3F216DA305000C62B79 /* Debug */ = {
203                         isa = XCBuildConfiguration;
204                         buildSettings = {
205                                 COMBINE_HIDPI_IMAGES = YES;
206                                 EXECUTABLE_PREFIX = lib;
207                                 PRODUCT_NAME = "$(TARGET_NAME)";
208                         };
209                         name = Debug;
210                 };
211                 17D0F3F316DA305000C62B79 /* Release */ = {
212                         isa = XCBuildConfiguration;
213                         buildSettings = {
214                                 COMBINE_HIDPI_IMAGES = YES;
215                                 EXECUTABLE_PREFIX = lib;
216                                 PRODUCT_NAME = "$(TARGET_NAME)";
217                         };
218                         name = Release;
219                 };
220 /* End XCBuildConfiguration section */
221
222 /* Begin XCConfigurationList section */
223                 17D0F3E816DA305000C62B79 /* Build configuration list for PBXProject "chn" */ = {
224                         isa = XCConfigurationList;
225                         buildConfigurations = (
226                                 17D0F3EF16DA305000C62B79 /* Debug */,
227                                 17D0F3F016DA305000C62B79 /* Release */,
228                         );
229                         defaultConfigurationIsVisible = 0;
230                         defaultConfigurationName = Release;
231                 };
232                 17D0F3F116DA305000C62B79 /* Build configuration list for PBXNativeTarget "chn" */ = {
233                         isa = XCConfigurationList;
234                         buildConfigurations = (
235                                 17D0F3F216DA305000C62B79 /* Debug */,
236                                 17D0F3F316DA305000C62B79 /* Release */,
237                         );
238                         defaultConfigurationIsVisible = 0;
239                         defaultConfigurationName = Release;
240                 };
241 /* End XCConfigurationList section */
242         };
243         rootObject = 17D0F3E516DA305000C62B79 /* Project object */;
244 }