]> https://gitweb.dealii.org/ - dealii.git/blob
df9408d1209c09202328ab581ca78379e03d3453
[dealii.git] /
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 84011722152D687A00B07E4D /* fractal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84011720152D687A00B07E4D /* fractal.cpp */; };
11                 84B8DA19152C9AC600D59B95 /* libtbb.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 84B8DA13152C9AC600D59B95 /* libtbb.dylib */; };
12                 84B8DA77152CA90100D59B95 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA6F152CA90100D59B95 /* main.m */; };
13                 84B8DA78152CA90100D59B95 /* OpenGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA71152CA90100D59B95 /* OpenGLView.m */; };
14                 84B8DA79152CA90100D59B95 /* tbbAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA73152CA90100D59B95 /* tbbAppDelegate.m */; };
15                 84B8DA7A152CA90100D59B95 /* (null) in Resources */ = {isa = PBXBuildFile; };
16                 84B8DA80152CA97B00D59B95 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84B8DA7C152CA97B00D59B95 /* InfoPlist.strings */; };
17                 84B8DA81152CA97B00D59B95 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84B8DA7E152CA97B00D59B95 /* MainMenu.xib */; };
18                 84B8DA87152CA99C00D59B95 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA82152CA99C00D59B95 /* main.cpp */; };
19                 84B8DA9A152CADF400D59B95 /* macvideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA99152CADF400D59B95 /* macvideo.cpp */; };
20                 84D017561527431F0008A4E0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D017551527431F0008A4E0 /* Cocoa.framework */; };
21                 84D01776152744BD0008A4E0 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D01775152744BD0008A4E0 /* OpenGL.framework */; };
22 /* End PBXBuildFile section */
23
24 /* Begin PBXFileReference section */
25                 8401171F152D687A00B07E4D /* fractal_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fractal_video.h; path = ../fractal_video.h; sourceTree = "<group>"; };
26                 84011720152D687A00B07E4D /* fractal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fractal.cpp; path = ../fractal.cpp; sourceTree = "<group>"; };
27                 84011721152D687A00B07E4D /* fractal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fractal.h; path = ../fractal.h; sourceTree = "<group>"; };
28                 84B8DA13152C9AC600D59B95 /* libtbb.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtbb.dylib; path = ../../../../lib/libtbb.dylib; sourceTree = "<group>"; };
29                 84B8DA6F152CA90100D59B95 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../../../common/gui/xcode/tbbExample/main.m; sourceTree = "<group>"; };
30                 84B8DA70152CA90100D59B95 /* OpenGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OpenGLView.h; path = ../../../common/gui/xcode/tbbExample/OpenGLView.h; sourceTree = "<group>"; };
31                 84B8DA71152CA90100D59B95 /* OpenGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OpenGLView.m; path = ../../../common/gui/xcode/tbbExample/OpenGLView.m; sourceTree = "<group>"; };
32                 84B8DA72152CA90100D59B95 /* tbbAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tbbAppDelegate.h; path = ../../../common/gui/xcode/tbbExample/tbbAppDelegate.h; sourceTree = "<group>"; };
33                 84B8DA73152CA90100D59B95 /* tbbAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = tbbAppDelegate.m; path = ../../../common/gui/xcode/tbbExample/tbbAppDelegate.m; sourceTree = "<group>"; };
34                 84B8DA75152CA90100D59B95 /* tbbExample-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "tbbExample-Prefix.pch"; path = "../../../common/gui/xcode/tbbExample/tbbExample-Prefix.pch"; sourceTree = "<group>"; };
35                 84B8DA7D152CA97B00D59B95 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = InfoPlist.strings; sourceTree = "<group>"; };
36                 84B8DA7F152CA97B00D59B95 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = MainMenu.xib; sourceTree = "<group>"; };
37                 84B8DA82152CA99C00D59B95 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../main.cpp; sourceTree = "<group>"; };
38                 84B8DA99152CADF400D59B95 /* macvideo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = macvideo.cpp; path = ../../../common/gui/macvideo.cpp; sourceTree = "<group>"; };
39                 84D017511527431F0008A4E0 /* tbbExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tbbExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
40                 84D017551527431F0008A4E0 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
41                 84D017581527431F0008A4E0 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
42                 84D017591527431F0008A4E0 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
43                 84D0175A1527431F0008A4E0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
44                 84D01775152744BD0008A4E0 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
45 /* End PBXFileReference section */
46
47 /* Begin PBXFrameworksBuildPhase section */
48                 84D0174E1527431F0008A4E0 /* Frameworks */ = {
49                         isa = PBXFrameworksBuildPhase;
50                         buildActionMask = 2147483647;
51                         files = (
52                                 84D01776152744BD0008A4E0 /* OpenGL.framework in Frameworks */,
53                                 84D017561527431F0008A4E0 /* Cocoa.framework in Frameworks */,
54                                 84B8DA19152C9AC600D59B95 /* libtbb.dylib in Frameworks */,
55                         );
56                         runOnlyForDeploymentPostprocessing = 0;
57                 };
58 /* End PBXFrameworksBuildPhase section */
59
60 /* Begin PBXGroup section */
61                 84011727152D68D200B07E4D /* Sources */ = {
62                         isa = PBXGroup;
63                         children = (
64                                 8401171F152D687A00B07E4D /* fractal_video.h */,
65                                 84B8DA82152CA99C00D59B95 /* main.cpp */,
66                                 84011720152D687A00B07E4D /* fractal.cpp */,
67                                 84011721152D687A00B07E4D /* fractal.h */,
68                         );
69                         name = Sources;
70                         sourceTree = "<group>";
71                 };
72                 84B8DA6C152CA8D900D59B95 /* tbbExample */ = {
73                         isa = PBXGroup;
74                         children = (
75                                 84011727152D68D200B07E4D /* Sources */,
76                                 84B8DA98152CAD8600D59B95 /* Gui layer */,
77                                 84B8DA7B152CA97B00D59B95 /* Resources */,
78                         );
79                         name = tbbExample;
80                         sourceTree = "<group>";
81                 };
82                 84B8DA7B152CA97B00D59B95 /* Resources */ = {
83                         isa = PBXGroup;
84                         children = (
85                                 84B8DA7C152CA97B00D59B95 /* InfoPlist.strings */,
86                                 84B8DA7E152CA97B00D59B95 /* MainMenu.xib */,
87                         );
88                         name = Resources;
89                         path = ../../../common/gui/xcode/tbbExample/en.lproj;
90                         sourceTree = "<group>";
91                 };
92                 84B8DA98152CAD8600D59B95 /* Gui layer */ = {
93                         isa = PBXGroup;
94                         children = (
95                                 84B8DA99152CADF400D59B95 /* macvideo.cpp */,
96                                 84B8DA6F152CA90100D59B95 /* main.m */,
97                                 84B8DA70152CA90100D59B95 /* OpenGLView.h */,
98                                 84B8DA71152CA90100D59B95 /* OpenGLView.m */,
99                                 84B8DA72152CA90100D59B95 /* tbbAppDelegate.h */,
100                                 84B8DA73152CA90100D59B95 /* tbbAppDelegate.m */,
101                                 84B8DA75152CA90100D59B95 /* tbbExample-Prefix.pch */,
102                         );
103                         name = "Gui layer";
104                         sourceTree = "<group>";
105                 };
106                 84D017461527431F0008A4E0 = {
107                         isa = PBXGroup;
108                         children = (
109                                 84B8DA6C152CA8D900D59B95 /* tbbExample */,
110                                 84D017541527431F0008A4E0 /* Frameworks */,
111                                 84D017521527431F0008A4E0 /* Products */,
112                         );
113                         sourceTree = "<group>";
114                 };
115                 84D017521527431F0008A4E0 /* Products */ = {
116                         isa = PBXGroup;
117                         children = (
118                                 84D017511527431F0008A4E0 /* tbbExample.app */,
119                         );
120                         name = Products;
121                         sourceTree = "<group>";
122                 };
123                 84D017541527431F0008A4E0 /* Frameworks */ = {
124                         isa = PBXGroup;
125                         children = (
126                                 84D01775152744BD0008A4E0 /* OpenGL.framework */,
127                                 84D017551527431F0008A4E0 /* Cocoa.framework */,
128                                 84D017571527431F0008A4E0 /* Other Frameworks */,
129                         );
130                         name = Frameworks;
131                         sourceTree = "<group>";
132                 };
133                 84D017571527431F0008A4E0 /* Other Frameworks */ = {
134                         isa = PBXGroup;
135                         children = (
136                                 84B8DA13152C9AC600D59B95 /* libtbb.dylib */,
137                                 84D017581527431F0008A4E0 /* AppKit.framework */,
138                                 84D017591527431F0008A4E0 /* CoreData.framework */,
139                                 84D0175A1527431F0008A4E0 /* Foundation.framework */,
140                         );
141                         name = "Other Frameworks";
142                         sourceTree = "<group>";
143                 };
144 /* End PBXGroup section */
145
146 /* Begin PBXNativeTarget section */
147                 84D017501527431F0008A4E0 /* tbbExample */ = {
148                         isa = PBXNativeTarget;
149                         buildConfigurationList = 84D01772152743200008A4E0 /* Build configuration list for PBXNativeTarget "tbbExample" */;
150                         buildPhases = (
151                                 84D0174D1527431F0008A4E0 /* Sources */,
152                                 84D0174E1527431F0008A4E0 /* Frameworks */,
153                                 84D0174F1527431F0008A4E0 /* Resources */,
154                         );
155                         buildRules = (
156                         );
157                         dependencies = (
158                         );
159                         name = tbbExample;
160                         productName = tbbExample;
161                         productReference = 84D017511527431F0008A4E0 /* tbbExample.app */;
162                         productType = "com.apple.product-type.application";
163                 };
164 /* End PBXNativeTarget section */
165
166 /* Begin PBXProject section */
167                 84D017481527431F0008A4E0 /* Project object */ = {
168                         isa = PBXProject;
169                         attributes = {
170                                 CLASSPREFIX = tbb;
171                                 LastUpgradeCheck = 0430;
172                         };
173                         buildConfigurationList = 84D0174B1527431F0008A4E0 /* Build configuration list for PBXProject "fractal" */;
174                         compatibilityVersion = "Xcode 3.2";
175                         developmentRegion = English;
176                         hasScannedForEncodings = 0;
177                         knownRegions = (
178                                 en,
179                         );
180                         mainGroup = 84D017461527431F0008A4E0;
181                         productRefGroup = 84D017521527431F0008A4E0 /* Products */;
182                         projectDirPath = "";
183                         projectRoot = "";
184                         targets = (
185                                 84D017501527431F0008A4E0 /* tbbExample */,
186                         );
187                 };
188 /* End PBXProject section */
189
190 /* Begin PBXResourcesBuildPhase section */
191                 84D0174F1527431F0008A4E0 /* Resources */ = {
192                         isa = PBXResourcesBuildPhase;
193                         buildActionMask = 2147483647;
194                         files = (
195                                 84B8DA7A152CA90100D59B95 /* (null) in Resources */,
196                                 84B8DA80152CA97B00D59B95 /* InfoPlist.strings in Resources */,
197                                 84B8DA81152CA97B00D59B95 /* MainMenu.xib in Resources */,
198                         );
199                         runOnlyForDeploymentPostprocessing = 0;
200                 };
201 /* End PBXResourcesBuildPhase section */
202
203 /* Begin PBXSourcesBuildPhase section */
204                 84D0174D1527431F0008A4E0 /* Sources */ = {
205                         isa = PBXSourcesBuildPhase;
206                         buildActionMask = 2147483647;
207                         files = (
208                                 84B8DA77152CA90100D59B95 /* main.m in Sources */,
209                                 84B8DA78152CA90100D59B95 /* OpenGLView.m in Sources */,
210                                 84B8DA79152CA90100D59B95 /* tbbAppDelegate.m in Sources */,
211                                 84B8DA87152CA99C00D59B95 /* main.cpp in Sources */,
212                                 84B8DA9A152CADF400D59B95 /* macvideo.cpp in Sources */,
213                                 84011722152D687A00B07E4D /* fractal.cpp in Sources */,
214                         );
215                         runOnlyForDeploymentPostprocessing = 0;
216                 };
217 /* End PBXSourcesBuildPhase section */
218
219 /* Begin PBXVariantGroup section */
220                 84B8DA7C152CA97B00D59B95 /* InfoPlist.strings */ = {
221                         isa = PBXVariantGroup;
222                         children = (
223                                 84B8DA7D152CA97B00D59B95 /* en */,
224                         );
225                         name = InfoPlist.strings;
226                         sourceTree = "<group>";
227                 };
228                 84B8DA7E152CA97B00D59B95 /* MainMenu.xib */ = {
229                         isa = PBXVariantGroup;
230                         children = (
231                                 84B8DA7F152CA97B00D59B95 /* en */,
232                         );
233                         name = MainMenu.xib;
234                         sourceTree = "<group>";
235                 };
236 /* End PBXVariantGroup section */
237
238 /* Begin XCBuildConfiguration section */
239                 84D01770152743200008A4E0 /* Debug */ = {
240                         isa = XCBuildConfiguration;
241                         buildSettings = {
242                                 ALWAYS_SEARCH_USER_PATHS = YES;
243                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
244                                 CLANG_ENABLE_OBJC_ARC = YES;
245                                 COPY_PHASE_STRIP = NO;
246                                 GCC_C_LANGUAGE_STANDARD = gnu99;
247                                 GCC_DYNAMIC_NO_PIC = NO;
248                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
249                                 GCC_OPTIMIZATION_LEVEL = 0;
250                                 GCC_PREPROCESSOR_DEFINITIONS = (
251                                         "DEBUG=1",
252                                         "$(inherited)",
253                                 );
254                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
255                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
256                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
257                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
258                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
259                                 GCC_WARN_UNUSED_VARIABLE = YES;
260                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
261                                 ONLY_ACTIVE_ARCH = YES;
262                                 SDKROOT = macosx;
263                         };
264                         name = Debug;
265                 };
266                 84D01771152743200008A4E0 /* Release */ = {
267                         isa = XCBuildConfiguration;
268                         buildSettings = {
269                                 ALWAYS_SEARCH_USER_PATHS = YES;
270                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
271                                 CLANG_ENABLE_OBJC_ARC = YES;
272                                 COPY_PHASE_STRIP = YES;
273                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
274                                 GCC_C_LANGUAGE_STANDARD = gnu99;
275                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
276                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
277                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
278                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
279                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
280                                 GCC_WARN_UNUSED_VARIABLE = YES;
281                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
282                                 SDKROOT = macosx;
283                         };
284                         name = Release;
285                 };
286                 84D01773152743200008A4E0 /* Debug */ = {
287                         isa = XCBuildConfiguration;
288                         buildSettings = {
289                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
290                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
291                                 GCC_PREFIX_HEADER = "../../../common/gui/xcode/tbbExample/tbbExample-Prefix.pch";
292                                 HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../../include\"";
293                                 INFOPLIST_FILE = "../../../common/gui/xcode/tbbExample/tbbExample-Info.plist";
294                                 LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../lib\"";
295                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
296                                 PRODUCT_NAME = "$(TARGET_NAME)";
297                                 RUN_CLANG_STATIC_ANALYZER = YES;
298                                 USER_HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../../include\"";
299                                 VERSION_INFO_BUILDER = "$(TARGET_NAME)";
300                                 WRAPPER_EXTENSION = app;
301                         };
302                         name = Debug;
303                 };
304                 84D01774152743200008A4E0 /* Release */ = {
305                         isa = XCBuildConfiguration;
306                         buildSettings = {
307                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
308                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
309                                 GCC_PREFIX_HEADER = "../../../common/gui/xcode/tbbExample/tbbExample-Prefix.pch";
310                                 HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../../include\"";
311                                 INFOPLIST_FILE = "../../../common/gui/xcode/tbbExample/tbbExample-Info.plist";
312                                 LIBRARY_SEARCH_PATHS = (
313                                         "\"$(SRCROOT)/../../../../lib\"",
314                                         "\"$(SRCROOT)\"",
315                                 );
316                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
317                                 PRODUCT_NAME = "$(TARGET_NAME)";
318                                 RUN_CLANG_STATIC_ANALYZER = YES;
319                                 USER_HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../../include\"";
320                                 VERSION_INFO_BUILDER = "$(TARGET_NAME)";
321                                 WRAPPER_EXTENSION = app;
322                         };
323                         name = Release;
324                 };
325 /* End XCBuildConfiguration section */
326
327 /* Begin XCConfigurationList section */
328                 84D0174B1527431F0008A4E0 /* Build configuration list for PBXProject "fractal" */ = {
329                         isa = XCConfigurationList;
330                         buildConfigurations = (
331                                 84D01770152743200008A4E0 /* Debug */,
332                                 84D01771152743200008A4E0 /* Release */,
333                         );
334                         defaultConfigurationIsVisible = 0;
335                         defaultConfigurationName = Release;
336                 };
337                 84D01772152743200008A4E0 /* Build configuration list for PBXNativeTarget "tbbExample" */ = {
338                         isa = XCConfigurationList;
339                         buildConfigurations = (
340                                 84D01773152743200008A4E0 /* Debug */,
341                                 84D01774152743200008A4E0 /* Release */,
342                         );
343                         defaultConfigurationIsVisible = 0;
344                         defaultConfigurationName = Release;
345                 };
346 /* End XCConfigurationList section */
347         };
348         rootObject = 84D017481527431F0008A4E0 /* Project object */;
349 }

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.