]> https://gitweb.dealii.org/ - dealii.git/blob
1c1cd6a82203cdd6f2b816dc808d39fb43b74503
[dealii.git] /
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 612CD8DD11F573FC00A587B2 /* Game_of_life.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 612CD8DB11F573FC00A587B2 /* Game_of_life.cpp */; };
11                 612CD8DE11F573FC00A587B2 /* Update_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 612CD8DC11F573FC00A587B2 /* Update_state.cpp */; };
12                 612CD8E111F5742000A587B2 /* Evolution.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 612CD8E011F5742000A587B2 /* Evolution.cpp */; };
13                 A1F593B70B8F06F900073279 /* libtbb.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = A1F593B30B8F06F900073279 /* libtbb.dylib */; };
14                 A1F593BB0B8F072500073279 /* libtbb.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = A1F593B30B8F06F900073279 /* libtbb.dylib */; };
15 /* End PBXBuildFile section */
16
17 /* Begin PBXCopyFilesBuildPhase section */
18                 8DD76F690486A84900D96B5E /* CopyFiles */ = {
19                         isa = PBXCopyFilesBuildPhase;
20                         buildActionMask = 12;
21                         dstPath = "";
22                         dstSubfolderSpec = 16;
23                         files = (
24                                 A1F593BB0B8F072500073279 /* libtbb.dylib in CopyFiles */,
25                         );
26                         runOnlyForDeploymentPostprocessing = 0;
27                 };
28 /* End PBXCopyFilesBuildPhase section */
29
30 /* Begin PBXFileReference section */
31                 612CD8DB11F573FC00A587B2 /* Game_of_life.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Game_of_life.cpp; path = ../src/Game_of_life.cpp; sourceTree = SOURCE_ROOT; };
32                 612CD8DC11F573FC00A587B2 /* Update_state.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Update_state.cpp; path = ../src/Update_state.cpp; sourceTree = SOURCE_ROOT; };
33                 612CD8E011F5742000A587B2 /* Evolution.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Evolution.cpp; path = ../src/Evolution.cpp; sourceTree = SOURCE_ROOT; };
34                 8DD76F6C0486A84900D96B5E /* game_of_life */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = game_of_life; sourceTree = BUILT_PRODUCTS_DIR; };
35                 A1F593B30B8F06F900073279 /* libtbb.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtbb.dylib; path = ../../../../lib/libtbb.dylib; sourceTree = SOURCE_ROOT; };
36 /* End PBXFileReference section */
37
38 /* Begin PBXFrameworksBuildPhase section */
39                 8DD76F660486A84900D96B5E /* Frameworks */ = {
40                         isa = PBXFrameworksBuildPhase;
41                         buildActionMask = 2147483647;
42                         files = (
43                                 A1F593B70B8F06F900073279 /* libtbb.dylib in Frameworks */,
44                         );
45                         runOnlyForDeploymentPostprocessing = 0;
46                 };
47 /* End PBXFrameworksBuildPhase section */
48
49 /* Begin PBXGroup section */
50                 08FB7794FE84155DC02AAC07 /* game_of_life */ = {
51                         isa = PBXGroup;
52                         children = (
53                                 08FB7795FE84155DC02AAC07 /* Source */,
54                                 A1F593B20B8F06F900073279 /* External Frameworks and Libraries */,
55                                 1AB674ADFE9D54B511CA2CBB /* Products */,
56                         );
57                         name = game_of_life;
58                         sourceTree = "<group>";
59                 };
60                 08FB7795FE84155DC02AAC07 /* Source */ = {
61                         isa = PBXGroup;
62                         children = (
63                                 612CD8E011F5742000A587B2 /* Evolution.cpp */,
64                                 612CD8DB11F573FC00A587B2 /* Game_of_life.cpp */,
65                                 612CD8DC11F573FC00A587B2 /* Update_state.cpp */,
66                         );
67                         name = Source;
68                         sourceTree = "<group>";
69                 };
70                 1AB674ADFE9D54B511CA2CBB /* Products */ = {
71                         isa = PBXGroup;
72                         children = (
73                                 8DD76F6C0486A84900D96B5E /* game_of_life */,
74                         );
75                         name = Products;
76                         sourceTree = "<group>";
77                 };
78                 A1F593B20B8F06F900073279 /* External Frameworks and Libraries */ = {
79                         isa = PBXGroup;
80                         children = (
81                                 A1F593B30B8F06F900073279 /* libtbb.dylib */,
82                         );
83                         name = "External Frameworks and Libraries";
84                         sourceTree = "<group>";
85                 };
86 /* End PBXGroup section */
87
88 /* Begin PBXNativeTarget section */
89                 8DD76F620486A84900D96B5E /* game_of_life */ = {
90                         isa = PBXNativeTarget;
91                         buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "game_of_life" */;
92                         buildPhases = (
93                                 8DD76F640486A84900D96B5E /* Sources */,
94                                 8DD76F660486A84900D96B5E /* Frameworks */,
95                                 8DD76F690486A84900D96B5E /* CopyFiles */,
96                         );
97                         buildRules = (
98                         );
99                         dependencies = (
100                         );
101                         name = game_of_life;
102                         productInstallPath = "$(HOME)/bin";
103                         productName = game_of_life;
104                         productReference = 8DD76F6C0486A84900D96B5E /* game_of_life */;
105                         productType = "com.apple.product-type.tool";
106                 };
107 /* End PBXNativeTarget section */
108
109 /* Begin PBXProject section */
110                 08FB7793FE84155DC02AAC07 /* Project object */ = {
111                         isa = PBXProject;
112                         attributes = {
113                                 LastUpgradeCheck = 0410;
114                         };
115                         buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "game_of_life" */;
116                         compatibilityVersion = "Xcode 3.2";
117                         developmentRegion = English;
118                         hasScannedForEncodings = 1;
119                         knownRegions = (
120                                 en,
121                         );
122                         mainGroup = 08FB7794FE84155DC02AAC07 /* game_of_life */;
123                         projectDirPath = "";
124                         projectRoot = "";
125                         targets = (
126                                 8DD76F620486A84900D96B5E /* game_of_life */,
127                         );
128                 };
129 /* End PBXProject section */
130
131 /* Begin PBXSourcesBuildPhase section */
132                 8DD76F640486A84900D96B5E /* Sources */ = {
133                         isa = PBXSourcesBuildPhase;
134                         buildActionMask = 2147483647;
135                         files = (
136                                 612CD8DD11F573FC00A587B2 /* Game_of_life.cpp in Sources */,
137                                 612CD8DE11F573FC00A587B2 /* Update_state.cpp in Sources */,
138                                 612CD8E111F5742000A587B2 /* Evolution.cpp in Sources */,
139                         );
140                         runOnlyForDeploymentPostprocessing = 0;
141                 };
142 /* End PBXSourcesBuildPhase section */
143
144 /* Begin XCBuildConfiguration section */
145                 1DEB923208733DC60010E9CD /* Debug */ = {
146                         isa = XCBuildConfiguration;
147                         buildSettings = {
148                                 COPY_PHASE_STRIP = NO;
149                                 GCC_DYNAMIC_NO_PIC = NO;
150                                 GCC_OPTIMIZATION_LEVEL = 0;
151                                 GCC_PREPROCESSOR_DEFINITIONS = _CONSOLE;
152                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
153                                 HEADER_SEARCH_PATHS = ../../../../include;
154                                 INSTALL_PATH = "$(HOME)/bin";
155                                 LIBRARY_SEARCH_PATHS = (
156                                         "$(inherited)",
157                                         ../../../../lib,
158                                 );
159                                 PRODUCT_NAME = game_of_life;
160                                 ZERO_LINK = NO;
161                         };
162                         name = Debug;
163                 };
164                 1DEB923308733DC60010E9CD /* Release */ = {
165                         isa = XCBuildConfiguration;
166                         buildSettings = {
167                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
168                                 GCC_PREPROCESSOR_DEFINITIONS = _CONSOLE;
169                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
170                                 HEADER_SEARCH_PATHS = ../../../../include;
171                                 INSTALL_PATH = "$(HOME)/bin";
172                                 LIBRARY_SEARCH_PATHS = (
173                                         "$(inherited)",
174                                         ../../../../lib,
175                                 );
176                                 PRODUCT_NAME = game_of_life;
177                                 ZERO_LINK = NO;
178                         };
179                         name = Release;
180                 };
181                 1DEB923608733DC60010E9CD /* Debug */ = {
182                         isa = XCBuildConfiguration;
183                         buildSettings = {
184                                 ALWAYS_SEARCH_USER_PATHS = NO;
185                                 ARCHS = i386;
186                                 GCC_ENABLE_CPP_RTTI = YES;
187                                 GCC_MODEL_TUNING = "";
188                                 GCC_VERSION = 4.0;
189                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
190                                 GCC_WARN_UNUSED_VARIABLE = YES;
191                                 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
192                                 SYMROOT = "/tmp/tbb-$(USER)";
193                         };
194                         name = Debug;
195                 };
196                 1DEB923708733DC60010E9CD /* Release */ = {
197                         isa = XCBuildConfiguration;
198                         buildSettings = {
199                                 ALWAYS_SEARCH_USER_PATHS = NO;
200                                 ARCHS = i386;
201                                 GCC_ENABLE_CPP_RTTI = YES;
202                                 GCC_MODEL_TUNING = "";
203                                 GCC_VERSION = 4.0;
204                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
205                                 GCC_WARN_UNUSED_VARIABLE = YES;
206                                 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
207                                 SYMROOT = "/tmp/tbb-$(USER)";
208                         };
209                         name = Release;
210                 };
211                 A1F593C60B8F0E6E00073279 /* Debug64 */ = {
212                         isa = XCBuildConfiguration;
213                         buildSettings = {
214                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
215                                 COPY_PHASE_STRIP = NO;
216                                 GCC_DYNAMIC_NO_PIC = NO;
217                                 GCC_OPTIMIZATION_LEVEL = 0;
218                                 GCC_PREPROCESSOR_DEFINITIONS = _CONSOLE;
219                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
220                                 HEADER_SEARCH_PATHS = ../../../../include;
221                                 INSTALL_PATH = "$(HOME)/bin";
222                                 LIBRARY_SEARCH_PATHS = (
223                                         "$(inherited)",
224                                         ../../../../lib,
225                                 );
226                                 PRODUCT_NAME = game_of_life;
227                                 ZERO_LINK = NO;
228                         };
229                         name = Debug64;
230                 };
231                 A1F593C70B8F0E6E00073279 /* Release64 */ = {
232                         isa = XCBuildConfiguration;
233                         buildSettings = {
234                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
235                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
236                                 GCC_PREPROCESSOR_DEFINITIONS = _CONSOLE;
237                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
238                                 HEADER_SEARCH_PATHS = ../../../../include;
239                                 INSTALL_PATH = "$(HOME)/bin";
240                                 LIBRARY_SEARCH_PATHS = (
241                                         "$(inherited)",
242                                         ../../../../lib,
243                                 );
244                                 PRODUCT_NAME = game_of_life;
245                                 ZERO_LINK = NO;
246                         };
247                         name = Release64;
248                 };
249                 A1F593C80B8F0E6E00073279 /* Debug64 */ = {
250                         isa = XCBuildConfiguration;
251                         buildSettings = {
252                                 ALWAYS_SEARCH_USER_PATHS = NO;
253                                 ARCHS = i386;
254                                 GCC_ENABLE_CPP_RTTI = YES;
255                                 GCC_MODEL_TUNING = "";
256                                 GCC_VERSION = 4.0;
257                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
258                                 GCC_WARN_UNUSED_VARIABLE = YES;
259                                 OTHER_CPLUSPLUSFLAGS = (
260                                         "$(OTHER_CFLAGS)",
261                                         "-m64",
262                                 );
263                                 OTHER_LDFLAGS = "-m64";
264                                 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
265                                 SYMROOT = "/tmp/tbb-$(USER)";
266                         };
267                         name = Debug64;
268                 };
269                 A1F593C90B8F0E6E00073279 /* Release64 */ = {
270                         isa = XCBuildConfiguration;
271                         buildSettings = {
272                                 ALWAYS_SEARCH_USER_PATHS = NO;
273                                 ARCHS = i386;
274                                 GCC_ENABLE_CPP_RTTI = YES;
275                                 GCC_MODEL_TUNING = "";
276                                 GCC_VERSION = 4.0;
277                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
278                                 GCC_WARN_UNUSED_VARIABLE = YES;
279                                 OTHER_CPLUSPLUSFLAGS = (
280                                         "$(OTHER_CFLAGS)",
281                                         "-m64",
282                                 );
283                                 OTHER_LDFLAGS = "-m64";
284                                 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
285                                 SYMROOT = "/tmp/tbb-$(USER)";
286                         };
287                         name = Release64;
288                 };
289 /* End XCBuildConfiguration section */
290
291 /* Begin XCConfigurationList section */
292                 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "game_of_life" */ = {
293                         isa = XCConfigurationList;
294                         buildConfigurations = (
295                                 1DEB923208733DC60010E9CD /* Debug */,
296                                 A1F593C60B8F0E6E00073279 /* Debug64 */,
297                                 1DEB923308733DC60010E9CD /* Release */,
298                                 A1F593C70B8F0E6E00073279 /* Release64 */,
299                         );
300                         defaultConfigurationIsVisible = 0;
301                         defaultConfigurationName = Release;
302                 };
303                 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "game_of_life" */ = {
304                         isa = XCConfigurationList;
305                         buildConfigurations = (
306                                 1DEB923608733DC60010E9CD /* Debug */,
307                                 A1F593C80B8F0E6E00073279 /* Debug64 */,
308                                 1DEB923708733DC60010E9CD /* Release */,
309                                 A1F593C90B8F0E6E00073279 /* Release64 */,
310                         );
311                         defaultConfigurationIsVisible = 0;
312                         defaultConfigurationName = Release;
313                 };
314 /* End XCConfigurationList section */
315         };
316         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
317 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.