OSDN Git Service

単語抽出の向上
[chnosproject/CHNOSProject.git] / CHNOSProject / AI003 / AI003.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 17289436174406B600071834 /* AITestData_en.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 172894331744069100071834 /* AITestData_en.txt */; };
11                 17289437174406BB00071834 /* AITestData_ja.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 172894351744069800071834 /* AITestData_ja.txt */; };
12                 173BB42616C6600100126A00 /* config.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 173BB42316C65FBB00126A00 /* config.txt */; };
13                 173BB42816C6618500126A00 /* words.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 173BB42716C660E000126A00 /* words.txt */; };
14                 175A87A516B5827800F5166E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 175A87A416B5827800F5166E /* main.c */; };
15                 175A87A716B5827800F5166E /* AI003.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 175A87A616B5827800F5166E /* AI003.1 */; };
16                 17D0F41216DA374300C62B79 /* libchn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 17D0F41116DA374300C62B79 /* libchn.a */; };
17 /* End PBXBuildFile section */
18
19 /* Begin PBXContainerItemProxy section */
20                 17EE908D16DA4AC6005238B2 /* PBXContainerItemProxy */ = {
21                         isa = PBXContainerItemProxy;
22                         containerPortal = 17D0F40D16DA33F700C62B79 /* chn.xcodeproj */;
23                         proxyType = 2;
24                         remoteGlobalIDString = 17D0F3ED16DA305000C62B79;
25                         remoteInfo = chn;
26                 };
27 /* End PBXContainerItemProxy section */
28
29 /* Begin PBXCopyFilesBuildPhase section */
30                 173BB42516C65FEF00126A00 /* CopyFiles */ = {
31                         isa = PBXCopyFilesBuildPhase;
32                         buildActionMask = 2147483647;
33                         dstPath = "";
34                         dstSubfolderSpec = 16;
35                         files = (
36                                 17289437174406BB00071834 /* AITestData_ja.txt in CopyFiles */,
37                                 17289436174406B600071834 /* AITestData_en.txt in CopyFiles */,
38                                 173BB42816C6618500126A00 /* words.txt in CopyFiles */,
39                                 173BB42616C6600100126A00 /* config.txt in CopyFiles */,
40                         );
41                         runOnlyForDeploymentPostprocessing = 0;
42                 };
43                 175A879E16B5827800F5166E /* CopyFiles */ = {
44                         isa = PBXCopyFilesBuildPhase;
45                         buildActionMask = 2147483647;
46                         dstPath = /usr/share/man/man1/;
47                         dstSubfolderSpec = 0;
48                         files = (
49                                 175A87A716B5827800F5166E /* AI003.1 in CopyFiles */,
50                         );
51                         runOnlyForDeploymentPostprocessing = 1;
52                 };
53 /* End PBXCopyFilesBuildPhase section */
54
55 /* Begin PBXFileReference section */
56                 172894331744069100071834 /* AITestData_en.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = AITestData_en.txt; sourceTree = "<group>"; };
57                 172894351744069800071834 /* AITestData_ja.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = AITestData_ja.txt; sourceTree = "<group>"; };
58                 173BB42316C65FBB00126A00 /* config.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; lineEnding = 2; path = config.txt; sourceTree = "<group>"; };
59                 173BB42716C660E000126A00 /* words.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; lineEnding = 2; path = words.txt; sourceTree = "<group>"; };
60                 175A87A016B5827800F5166E /* AI003 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AI003; sourceTree = BUILT_PRODUCTS_DIR; };
61                 175A87A416B5827800F5166E /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; lineEnding = 2; path = main.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
62                 175A87A616B5827800F5166E /* AI003.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = AI003.1; sourceTree = "<group>"; };
63                 175A87AF16B5833500F5166E /* core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 2; path = core.h; sourceTree = "<group>"; };
64                 17D0F40D16DA33F700C62B79 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = ../chn/chn.xcodeproj; sourceTree = "<group>"; };
65                 17D0F41116DA374300C62B79 /* libchn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchn.a; path = ../DerivedData/CHNOSProject/Build/Products/Debug/libchn.a; sourceTree = "<group>"; };
66 /* End PBXFileReference section */
67
68 /* Begin PBXFrameworksBuildPhase section */
69                 175A879D16B5827800F5166E /* Frameworks */ = {
70                         isa = PBXFrameworksBuildPhase;
71                         buildActionMask = 2147483647;
72                         files = (
73                                 17D0F41216DA374300C62B79 /* libchn.a in Frameworks */,
74                         );
75                         runOnlyForDeploymentPostprocessing = 0;
76                 };
77 /* End PBXFrameworksBuildPhase section */
78
79 /* Begin PBXGroup section */
80                 175A879516B5827800F5166E = {
81                         isa = PBXGroup;
82                         children = (
83                                 17D0F41116DA374300C62B79 /* libchn.a */,
84                                 17D0F40D16DA33F700C62B79 /* chn.xcodeproj */,
85                                 175A87A316B5827800F5166E /* AI003 */,
86                                 175A87A116B5827800F5166E /* Products */,
87                         );
88                         sourceTree = "<group>";
89                 };
90                 175A87A116B5827800F5166E /* Products */ = {
91                         isa = PBXGroup;
92                         children = (
93                                 175A87A016B5827800F5166E /* AI003 */,
94                         );
95                         name = Products;
96                         sourceTree = "<group>";
97                 };
98                 175A87A316B5827800F5166E /* AI003 */ = {
99                         isa = PBXGroup;
100                         children = (
101                                 175A87A616B5827800F5166E /* AI003.1 */,
102                                 173BB42316C65FBB00126A00 /* config.txt */,
103                                 175A87AF16B5833500F5166E /* core.h */,
104                                 175A87A416B5827800F5166E /* main.c */,
105                                 173BB42716C660E000126A00 /* words.txt */,
106                                 172894331744069100071834 /* AITestData_en.txt */,
107                                 172894351744069800071834 /* AITestData_ja.txt */,
108                         );
109                         path = AI003;
110                         sourceTree = "<group>";
111                 };
112                 17EE908716DA4AC6005238B2 /* Products */ = {
113                         isa = PBXGroup;
114                         children = (
115                                 17EE908E16DA4AC6005238B2 /* libchn.a */,
116                         );
117                         name = Products;
118                         sourceTree = "<group>";
119                 };
120 /* End PBXGroup section */
121
122 /* Begin PBXNativeTarget section */
123                 175A879F16B5827800F5166E /* AI003 */ = {
124                         isa = PBXNativeTarget;
125                         buildConfigurationList = 175A87AA16B5827800F5166E /* Build configuration list for PBXNativeTarget "AI003" */;
126                         buildPhases = (
127                                 175A879C16B5827800F5166E /* Sources */,
128                                 175A879D16B5827800F5166E /* Frameworks */,
129                                 175A879E16B5827800F5166E /* CopyFiles */,
130                                 173BB42516C65FEF00126A00 /* CopyFiles */,
131                         );
132                         buildRules = (
133                         );
134                         dependencies = (
135                         );
136                         name = AI003;
137                         productName = AI003;
138                         productReference = 175A87A016B5827800F5166E /* AI003 */;
139                         productType = "com.apple.product-type.tool";
140                 };
141 /* End PBXNativeTarget section */
142
143 /* Begin PBXProject section */
144                 175A879716B5827800F5166E /* Project object */ = {
145                         isa = PBXProject;
146                         attributes = {
147                                 LastUpgradeCheck = 0450;
148                                 ORGANIZATIONNAME = "Hikaru Nishida";
149                         };
150                         buildConfigurationList = 175A879A16B5827800F5166E /* Build configuration list for PBXProject "AI003" */;
151                         compatibilityVersion = "Xcode 3.2";
152                         developmentRegion = English;
153                         hasScannedForEncodings = 0;
154                         knownRegions = (
155                                 en,
156                         );
157                         mainGroup = 175A879516B5827800F5166E;
158                         productRefGroup = 175A87A116B5827800F5166E /* Products */;
159                         projectDirPath = "";
160                         projectReferences = (
161                                 {
162                                         ProductGroup = 17EE908716DA4AC6005238B2 /* Products */;
163                                         ProjectRef = 17D0F40D16DA33F700C62B79 /* chn.xcodeproj */;
164                                 },
165                         );
166                         projectRoot = "";
167                         targets = (
168                                 175A879F16B5827800F5166E /* AI003 */,
169                         );
170                 };
171 /* End PBXProject section */
172
173 /* Begin PBXReferenceProxy section */
174                 17EE908E16DA4AC6005238B2 /* libchn.a */ = {
175                         isa = PBXReferenceProxy;
176                         fileType = archive.ar;
177                         path = libchn.a;
178                         remoteRef = 17EE908D16DA4AC6005238B2 /* PBXContainerItemProxy */;
179                         sourceTree = BUILT_PRODUCTS_DIR;
180                 };
181 /* End PBXReferenceProxy section */
182
183 /* Begin PBXSourcesBuildPhase section */
184                 175A879C16B5827800F5166E /* Sources */ = {
185                         isa = PBXSourcesBuildPhase;
186                         buildActionMask = 2147483647;
187                         files = (
188                                 175A87A516B5827800F5166E /* main.c in Sources */,
189                         );
190                         runOnlyForDeploymentPostprocessing = 0;
191                 };
192 /* End PBXSourcesBuildPhase section */
193
194 /* Begin XCBuildConfiguration section */
195                 175A87A816B5827800F5166E /* Debug */ = {
196                         isa = XCBuildConfiguration;
197                         buildSettings = {
198                                 ALWAYS_SEARCH_USER_PATHS = NO;
199                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
200                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
201                                 CLANG_CXX_LIBRARY = "libc++";
202                                 CLANG_WARN_EMPTY_BODY = YES;
203                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
204                                 COPY_PHASE_STRIP = NO;
205                                 GCC_C_LANGUAGE_STANDARD = gnu99;
206                                 GCC_DYNAMIC_NO_PIC = NO;
207                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
208                                 GCC_OPTIMIZATION_LEVEL = 0;
209                                 GCC_PREPROCESSOR_DEFINITIONS = (
210                                         "DEBUG=1",
211                                         "$(inherited)",
212                                 );
213                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
214                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
215                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
216                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
217                                 GCC_WARN_UNUSED_VARIABLE = YES;
218                                 "HEADER_SEARCH_PATHS[arch=*]" = (
219                                         "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include",
220                                         "$(INSTALL_ROOT)/usr/local/include",
221                                 );
222                                 MACOSX_DEPLOYMENT_TARGET = 10.6;
223                                 ONLY_ACTIVE_ARCH = YES;
224                                 SDKROOT = macosx;
225                         };
226                         name = Debug;
227                 };
228                 175A87A916B5827800F5166E /* Release */ = {
229                         isa = XCBuildConfiguration;
230                         buildSettings = {
231                                 ALWAYS_SEARCH_USER_PATHS = NO;
232                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
233                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
234                                 CLANG_CXX_LIBRARY = "libc++";
235                                 CLANG_WARN_EMPTY_BODY = YES;
236                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
237                                 COPY_PHASE_STRIP = YES;
238                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
239                                 GCC_C_LANGUAGE_STANDARD = gnu99;
240                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
241                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
242                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
243                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
244                                 GCC_WARN_UNUSED_VARIABLE = YES;
245                                 "HEADER_SEARCH_PATHS[arch=*]" = "$(INSTALL_ROOT)/usr/local/include";
246                                 MACOSX_DEPLOYMENT_TARGET = 10.6;
247                                 SDKROOT = macosx;
248                         };
249                         name = Release;
250                 };
251                 175A87AB16B5827800F5166E /* Debug */ = {
252                         isa = XCBuildConfiguration;
253                         buildSettings = {
254                                 LIBRARY_SEARCH_PATHS = (
255                                         "$(inherited)",
256                                         "\"/Users/hikaru/Library/Developer/Xcode/DerivedData/CHNOSProject-gnwoplkymhzfwnfwujfxmsiruzbr/Build/Products/Debug\"",
257                                         "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"",
258                                 );
259                                 PRODUCT_NAME = "$(TARGET_NAME)";
260                         };
261                         name = Debug;
262                 };
263                 175A87AC16B5827800F5166E /* Release */ = {
264                         isa = XCBuildConfiguration;
265                         buildSettings = {
266                                 "HEADER_SEARCH_PATHS[arch=*]" = (
267                                         "$(INSTALL_ROOT)/usr/local/include",
268                                         "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include",
269                                 );
270                                 LIBRARY_SEARCH_PATHS = (
271                                         "$(inherited)",
272                                         "\"/Users/hikaru/Library/Developer/Xcode/DerivedData/CHNOSProject-gnwoplkymhzfwnfwujfxmsiruzbr/Build/Products/Debug\"",
273                                         "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"",
274                                 );
275                                 PRODUCT_NAME = "$(TARGET_NAME)";
276                         };
277                         name = Release;
278                 };
279 /* End XCBuildConfiguration section */
280
281 /* Begin XCConfigurationList section */
282                 175A879A16B5827800F5166E /* Build configuration list for PBXProject "AI003" */ = {
283                         isa = XCConfigurationList;
284                         buildConfigurations = (
285                                 175A87A816B5827800F5166E /* Debug */,
286                                 175A87A916B5827800F5166E /* Release */,
287                         );
288                         defaultConfigurationIsVisible = 0;
289                         defaultConfigurationName = Release;
290                 };
291                 175A87AA16B5827800F5166E /* Build configuration list for PBXNativeTarget "AI003" */ = {
292                         isa = XCConfigurationList;
293                         buildConfigurations = (
294                                 175A87AB16B5827800F5166E /* Debug */,
295                                 175A87AC16B5827800F5166E /* Release */,
296                         );
297                         defaultConfigurationIsVisible = 0;
298                         defaultConfigurationName = Release;
299                 };
300 /* End XCConfigurationList section */
301         };
302         rootObject = 175A879716B5827800F5166E /* Project object */;
303 }