Просмотр исходного кода

Merge branch 'resource-manager' of https://github.com/taylor001/crown into resource-manager

Conflicts:
	src/CMakeLists.txt
	src/Device.cpp
	src/ResourceLoader.cpp
	src/core/settings/IntSetting.h
	src/os/linux/LinuxOS.cpp
Daniele Bartolini 12 лет назад
Родитель
Сommit
428cf85b58
100 измененных файлов с 1196 добавлено и 3085 удалено
  1. 14 0
      .gitignore
  2. 5 4
      BUILD.txt
  3. 31 5
      CMakeLists.txt
  4. 21 0
      android/AndroidManifest.xml
  5. 92 0
      android/build.xml
  6. 105 0
      android/jni/Android.mk
  7. 3 0
      android/jni/Application.mk
  8. 1 0
      android/jni/ArchiveResourceArchive.cpp
  9. 1 0
      android/jni/ArchiveResourceArchive.h
  10. 1 0
      android/jni/CMakeLists.txt
  11. 1 0
      android/jni/Camera.cpp
  12. 1 0
      android/jni/Camera.h
  13. 1 0
      android/jni/Config.h
  14. 1 0
      android/jni/Config.h.in
  15. 1 0
      android/jni/Crown.h
  16. 1 0
      android/jni/Device.cpp
  17. 1 0
      android/jni/Device.h
  18. 1 0
      android/jni/EventBuffer.cpp
  19. 1 0
      android/jni/EventBuffer.h
  20. 1 0
      android/jni/FPSSystem.cpp
  21. 1 0
      android/jni/FPSSystem.h
  22. 1 0
      android/jni/FileResourceArchive.cpp
  23. 1 0
      android/jni/FileResourceArchive.h
  24. 1 0
      android/jni/Filesystem.cpp
  25. 1 0
      android/jni/Filesystem.h
  26. 1 0
      android/jni/Font.cpp
  27. 1 0
      android/jni/Font.h
  28. 1 0
      android/jni/Glyph.h
  29. 1 0
      android/jni/Image.cpp
  30. 1 0
      android/jni/Image.h
  31. 1 0
      android/jni/JSONParser.cpp
  32. 1 0
      android/jni/JSONParser.h
  33. 1 0
      android/jni/Log.cpp
  34. 1 0
      android/jni/Log.h
  35. 1 0
      android/jni/MaterialResource.cpp
  36. 1 0
      android/jni/MaterialResource.h
  37. 1 0
      android/jni/MovableCamera.cpp
  38. 1 0
      android/jni/MovableCamera.h
  39. 1 0
      android/jni/Pixel.cpp
  40. 1 0
      android/jni/Pixel.h
  41. 1 0
      android/jni/Resource.h
  42. 1 0
      android/jni/ResourceArchive.h
  43. 1 0
      android/jni/ResourceLoader.cpp
  44. 1 0
      android/jni/ResourceLoader.h
  45. 1 0
      android/jni/ResourceManager.cpp
  46. 1 0
      android/jni/ResourceManager.h
  47. 1 0
      android/jni/Skybox.cpp
  48. 1 0
      android/jni/Skybox.h
  49. 1 0
      android/jni/System.h
  50. 1 0
      android/jni/Terrain.cpp
  51. 1 0
      android/jni/Terrain.h
  52. 1 0
      android/jni/TextResource.cpp
  53. 1 0
      android/jni/TextResource.h
  54. 1 0
      android/jni/TextureResource.cpp
  55. 1 0
      android/jni/TextureResource.h
  56. 1 0
      android/jni/World.cpp
  57. 1 0
      android/jni/World.h
  58. 1 0
      android/jni/core
  59. 1 0
      android/jni/input
  60. 1 0
      android/jni/network
  61. 1 0
      android/jni/os
  62. 1 0
      android/jni/renderers
  63. 1 0
      android/jni/samples
  64. 20 0
      android/proguard-project.txt
  65. 14 0
      android/project.properties
  66. 144 0
      android/src/crown/android/CrownActivity.java
  67. 16 0
      android/src/crown/android/CrownEnum.java
  68. 27 0
      android/src/crown/android/CrownLib.java
  69. 185 0
      android/src/crown/android/CrownSensor.java
  70. 64 0
      android/src/crown/android/CrownTouch.java
  71. 352 0
      android/src/crown/android/CrownView.java
  72. 47 0
      game/Game.h
  73. 0 5
      proj/netbeans/crown/.dep.inc
  74. 0 109
      proj/netbeans/crown/Makefile
  75. 0 3
      proj/netbeans/crown/nbproject/.directory
  76. 0 613
      proj/netbeans/crown/nbproject/Makefile-Debug.mk
  77. 0 613
      proj/netbeans/crown/nbproject/Makefile-Release.mk
  78. 0 133
      proj/netbeans/crown/nbproject/Makefile-impl.mk
  79. 0 35
      proj/netbeans/crown/nbproject/Makefile-variables.mk
  80. 0 75
      proj/netbeans/crown/nbproject/Package-Debug.bash
  81. 0 75
      proj/netbeans/crown/nbproject/Package-Release.bash
  82. 0 408
      proj/netbeans/crown/nbproject/configurations.xml
  83. 0 7
      proj/netbeans/crown/nbproject/private/Makefile-variables.mk
  84. 0 78
      proj/netbeans/crown/nbproject/private/configurations.xml
  85. 0 8
      proj/netbeans/crown/nbproject/private/private.xml
  86. 0 28
      proj/netbeans/crown/nbproject/project.xml
  87. 0 5
      proj/netbeans/tests/.dep.inc
  88. 0 109
      proj/netbeans/tests/Makefile
  89. 0 89
      proj/netbeans/tests/nbproject/Makefile-Debug.mk
  90. 0 87
      proj/netbeans/tests/nbproject/Makefile-Release.mk
  91. 0 133
      proj/netbeans/tests/nbproject/Makefile-impl.mk
  92. 0 35
      proj/netbeans/tests/nbproject/Makefile-variables.mk
  93. 0 75
      proj/netbeans/tests/nbproject/Package-Debug.bash
  94. 0 75
      proj/netbeans/tests/nbproject/Package-Release.bash
  95. 0 155
      proj/netbeans/tests/nbproject/configurations.xml
  96. 0 7
      proj/netbeans/tests/nbproject/private/Makefile-variables.mk
  97. 0 78
      proj/netbeans/tests/nbproject/private/configurations.xml
  98. 0 8
      proj/netbeans/tests/nbproject/private/private.xml
  99. 0 0
      proj/netbeans/tests/nbproject/project.properties
  100. 0 30
      proj/netbeans/tests/nbproject/project.xml

+ 14 - 0
.gitignore

@@ -1,2 +1,16 @@
 # Ignore build directory
 /build
+
+# Ignore CMake-generated config files
+/src/Config.h
+
+# Ignore some android directories
+/android/bin
+/android/gen
+/android/libs
+/android/obj
+/android/res
+/android/local.properties
+
+# Ignore python stuff
+__pycache__

+ 5 - 4
BUILD.txt

@@ -1,17 +1,18 @@
 //-----------------------------------------------------------------------------
 How to build Crown:
 
-in root directory:
+Type these commands in the root directory (i.e. the same as this file):
 
 1. $ mkdir build
 2. $ cd build
-3. $ cmake ..
-4. $ make terrain
+3. $ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/your/install/directory
+4. $ make
+5. $ make install
 
 //-----------------------------------------------------------------------------
 In order to select different build configurations you have to do the following:
 
-in root directory:
+In the root directory
 
 1. $ mkdir build
 2. $ cd build

+ 31 - 5
CMakeLists.txt

@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 2.8)
 
 project(crown)
 
+set (CROWN_VERSION_MAJOR 0)
+set (CROWN_VERSION_MINOR 1)
+set (CROWN_VERSION_MICRO 0)
+
 option (CROWN_USE_FLOAT "Whether to use float or double for representing real numbers." ON)
 option (CROWN_BUILD_OPENGL "Whether to build the OpenGL renderer or not." ON)
 option (CROWN_BUILD_OPENGLES "Whether to build the OpenGL|ES 1.0 renderer or not." OFF)
@@ -20,28 +24,50 @@ set (INCLUDES
 	${CMAKE_SOURCE_DIR}/src/core/streams
 	${CMAKE_SOURCE_DIR}/src/core/strings
 	${CMAKE_SOURCE_DIR}/src/core/threads
+	${CMAKE_SOURCE_DIR}/src/core/settings
 	${CMAKE_SOURCE_DIR}/src/os
 	${CMAKE_SOURCE_DIR}/src/os/linux
 	${CMAKE_SOURCE_DIR}/src/input
 	${CMAKE_SOURCE_DIR}/src/renderers
-	${CMAKE_SOURCE_DIR}/src/renderers/gl
-	${CMAKE_SOURCE_DIR}/src/renderers/gles
 	${CMAKE_SOURCE_DIR}/src/network
+
+	${CMAKE_SOURCE_DIR}/game
 )
 
 include_directories(${INCLUDES})
 add_definitions(-pipe -ansi -W -Wall -Wextra -Wno-long-long -pedantic -fPIC -g -pg)
 
+# detect operating system
+if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+	set(LINUX 1)
+	add_subdirectory(src/os/linux)
+endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+
+if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
+	set (WINDOWS 1)
+	add_subdirectory(src/os/win)
+endif (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
+
+# add build directories
 add_subdirectory(src)
 
+if (CROWN_BUILD_OPENGL)
+	add_subdirectory(src/renderers/gl)
+endif (CROWN_BUILD_OPENGL)
+
+if (CROWN_BUILD_OPENGLES)
+	add_subdirectory(src/renderers/gles)
+endif (CROWN_BUILD_OPENGLES)
+
 if (CROWN_BUILD_TOOLS)
-add_subdirectory(tools)
+	add_subdirectory(tools)
 endif (CROWN_BUILD_TOOLS)
 
 if (CROWN_BUILD_SAMPLES)
-add_subdirectory(samples)
+	add_subdirectory(samples)
 endif (CROWN_BUILD_SAMPLES)
 
 if (CROWN_BUILD_TESTS)
-add_subdirectory(tests)
+	add_subdirectory(tests)
 endif (CROWN_BUILD_TESTS)
+

+ 21 - 0
android/AndroidManifest.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+      package="crown.android"
+      android:versionCode="1"
+      android:versionName="1.0">
+    <uses-sdk
+        android:minSdkVersion="9"/>
+
+    <application android:label="Crown" >
+        <activity android:name="CrownActivity"
+                  android:label="Crown"
+				  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+				  android:screenOrientation="landscape" 
+				  android:configChanges="orientation|keyboardHidden">
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+</manifest> 

+ 92 - 0
android/build.xml

@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="crown" default="help">
+
+    <!-- The local.properties file is created and updated by the 'android' tool.
+         It contains the path to the SDK. It should *NOT* be checked into
+         Version Control Systems. -->
+    <property file="local.properties" />
+
+    <!-- The ant.properties file can be created by you. It is only edited by the
+         'android' tool to add properties to it.
+         This is the place to change some Ant specific build properties.
+         Here are some properties you may want to change/update:
+
+         source.dir
+             The name of the source directory. Default is 'src'.
+         out.dir
+             The name of the output directory. Default is 'bin'.
+
+         For other overridable properties, look at the beginning of the rules
+         files in the SDK, at tools/ant/build.xml
+
+         Properties related to the SDK location or the project target should
+         be updated using the 'android' tool with the 'update' action.
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems.
+
+         -->
+    <property file="ant.properties" />
+
+    <!-- if sdk.dir was not set from one of the property file, then
+         get it from the ANDROID_HOME env var.
+         This must be done before we load project.properties since
+         the proguard config can use sdk.dir -->
+    <property environment="env" />
+    <condition property="sdk.dir" value="${env.ANDROID_HOME}">
+        <isset property="env.ANDROID_HOME" />
+    </condition>
+
+    <!-- The project.properties file is created and updated by the 'android'
+         tool, as well as ADT.
+
+         This contains project specific properties such as project target, and library
+         dependencies. Lower level build properties are stored in ant.properties
+         (or in .classpath for Eclipse projects).
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems. -->
+    <loadproperties srcFile="project.properties" />
+
+    <!-- quick check on sdk.dir -->
+    <fail
+            message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
+            unless="sdk.dir"
+    />
+
+    <!--
+        Import per project custom build rules if present at the root of the project.
+        This is the place to put custom intermediary targets such as:
+            -pre-build
+            -pre-compile
+            -post-compile (This is typically used for code obfuscation.
+                           Compiled code location: ${out.classes.absolute.dir}
+                           If this is not done in place, override ${out.dex.input.absolute.dir})
+            -post-package
+            -post-build
+            -pre-clean
+    -->
+    <import file="custom_rules.xml" optional="true" />
+
+    <!-- Import the actual build file.
+
+         To customize existing targets, there are two options:
+         - Customize only one target:
+             - copy/paste the target into this file, *before* the
+               <import> task.
+             - customize it to your needs.
+         - Customize the whole content of build.xml
+             - copy/paste the content of the rules files (minus the top node)
+               into this file, replacing the <import> task.
+             - customize to your needs.
+
+         ***********************
+         ****** IMPORTANT ******
+         ***********************
+         In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
+         in order to avoid having your file be overridden by tools such as "android update project"
+    -->
+    <!-- version-tag: 1 -->
+    <import file="${sdk.dir}/tools/ant/build.xml" />
+
+</project>

+ 105 - 0
android/jni/Android.mk

@@ -0,0 +1,105 @@
+# Copyright (C) 2010 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE    := crown
+LOCAL_SRC_FILES :=\
+	core/bv/Circle.cpp\
+	core/bv/Frustum.cpp\
+	core/bv/Rect.cpp\
+	core/containers/Generic.cpp\
+	core/math/Color4.cpp\
+	core/math/Mat3.cpp\
+	core/math/Mat4.cpp\
+	core/math/MathUtils.cpp\
+	core/math/Plane.cpp\
+	core/math/Quat.cpp\
+	core/math/Shape.cpp\
+	core/math/Vec2.cpp\
+	core/math/Vec3.cpp\
+	core/math/Vec4.cpp\
+	core/mem/MallocAllocator.cpp\
+	core/streams/FileStream.cpp\
+	core/streams/MemoryStream.cpp\
+	core/streams/Stream.cpp\
+	core/threads/Thread.cpp\
+	core/threads/Mutex.cpp\
+\
+	input/EventDispatcher.cpp\
+	input/InputManager.cpp\
+\
+	os/OS.cpp\
+	os/android/AndroidOS.cpp\
+	os/android/AndroidInput.cpp\
+	os/android/AndroidDevice.cpp\
+	os/android/File.cpp\
+\
+	Filesystem.cpp\
+\
+	renderers/gles/GLESIndexBuffer.cpp\
+	renderers/gles/GLESRenderer.cpp\
+	renderers/gles/GLESUtils.cpp\
+	renderers/gles/GLESVertexBuffer.cpp\
+\
+	Camera.cpp\
+	Device.cpp\
+	Font.cpp\
+	Image.cpp\
+	Log.cpp\
+	MaterialResource.cpp\
+	MovableCamera.cpp\
+	Pixel.cpp\
+	ResourceManager.cpp\
+	ResourceLoader.cpp\
+	FileResourceArchive.cpp\
+	ArchiveResourceArchive.cpp\
+	TextureResource.cpp\
+	TextResource.cpp\
+	Skybox.cpp\
+	FPSSystem.cpp\
+\
+	samples/android/triangle.cpp\
+\
+
+LOCAL_C_INCLUDES	:=\
+	$(LOCAL_PATH)/core\
+	$(LOCAL_PATH)/core/math\
+	$(LOCAL_PATH)/core/compressors\
+	$(LOCAL_PATH)/core/containers\
+	$(LOCAL_PATH)/core/strings\
+	$(LOCAL_PATH)/core/threads\
+	$(LOCAL_PATH)/core/bv\
+	$(LOCAL_PATH)/core/mem\
+	$(LOCAL_PATH)/core/streams\
+	$(LOCAL_PATH)/core/threads\
+	$(LOCAL_PATH)/core/settings\
+	$(LOCAL_PATH)/loaders\
+	$(LOCAL_PATH)/os\
+	$(LOCAL_PATH)/os/android\
+	$(LOCAL_PATH)/renderers\
+	$(LOCAL_PATH)/things\
+	$(LOCAL_PATH)/filesystem\
+	$(LOCAL_PATH)/renderers/gles\
+	$(LOCAL_PATH)/renderers/gles/egl\
+	$(LOCAL_PATH)/input\
+	$(LOCAL_PATH)/samples\
+
+
+LOCAL_CPPFLAGS	:= -g -fexceptions
+LOCAL_LDLIBS	:= -llog -landroid -lGLESv1_CM
+include $(BUILD_SHARED_LIBRARY)
+#(call import-module, android/native_app_glue)

+ 3 - 0
android/jni/Application.mk

@@ -0,0 +1,3 @@
+APP_PLATFORM := android-9
+APP_STL := gnustl_static
+APP_ABI := armeabi-v7a

+ 1 - 0
android/jni/ArchiveResourceArchive.cpp

@@ -0,0 +1 @@
+../../src/ArchiveResourceArchive.cpp

+ 1 - 0
android/jni/ArchiveResourceArchive.h

@@ -0,0 +1 @@
+../../src/ArchiveResourceArchive.h

+ 1 - 0
android/jni/CMakeLists.txt

@@ -0,0 +1 @@
+../../src/CMakeLists.txt

+ 1 - 0
android/jni/Camera.cpp

@@ -0,0 +1 @@
+../../src/Camera.cpp

+ 1 - 0
android/jni/Camera.h

@@ -0,0 +1 @@
+../../src/Camera.h

+ 1 - 0
android/jni/Config.h

@@ -0,0 +1 @@
+../../src/Config.h

+ 1 - 0
android/jni/Config.h.in

@@ -0,0 +1 @@
+../../src/Config.h.in

+ 1 - 0
android/jni/Crown.h

@@ -0,0 +1 @@
+../../src/Crown.h

+ 1 - 0
android/jni/Device.cpp

@@ -0,0 +1 @@
+../../src/Device.cpp

+ 1 - 0
android/jni/Device.h

@@ -0,0 +1 @@
+../../src/Device.h

+ 1 - 0
android/jni/EventBuffer.cpp

@@ -0,0 +1 @@
+../../src/EventBuffer.cpp

+ 1 - 0
android/jni/EventBuffer.h

@@ -0,0 +1 @@
+../../src/EventBuffer.h

+ 1 - 0
android/jni/FPSSystem.cpp

@@ -0,0 +1 @@
+../../src/FPSSystem.cpp

+ 1 - 0
android/jni/FPSSystem.h

@@ -0,0 +1 @@
+../../src/FPSSystem.h

+ 1 - 0
android/jni/FileResourceArchive.cpp

@@ -0,0 +1 @@
+../../src/FileResourceArchive.cpp

+ 1 - 0
android/jni/FileResourceArchive.h

@@ -0,0 +1 @@
+../../src/FileResourceArchive.h

+ 1 - 0
android/jni/Filesystem.cpp

@@ -0,0 +1 @@
+../../src/Filesystem.cpp

+ 1 - 0
android/jni/Filesystem.h

@@ -0,0 +1 @@
+../../src/Filesystem.h

+ 1 - 0
android/jni/Font.cpp

@@ -0,0 +1 @@
+../../src/Font.cpp

+ 1 - 0
android/jni/Font.h

@@ -0,0 +1 @@
+../../src/Font.h

+ 1 - 0
android/jni/Glyph.h

@@ -0,0 +1 @@
+../../src/Glyph.h

+ 1 - 0
android/jni/Image.cpp

@@ -0,0 +1 @@
+../../src/Image.cpp

+ 1 - 0
android/jni/Image.h

@@ -0,0 +1 @@
+../../src/Image.h

+ 1 - 0
android/jni/JSONParser.cpp

@@ -0,0 +1 @@
+../../src/JSONParser.cpp

+ 1 - 0
android/jni/JSONParser.h

@@ -0,0 +1 @@
+../../src/JSONParser.h

+ 1 - 0
android/jni/Log.cpp

@@ -0,0 +1 @@
+../../src/Log.cpp

+ 1 - 0
android/jni/Log.h

@@ -0,0 +1 @@
+../../src/Log.h

+ 1 - 0
android/jni/MaterialResource.cpp

@@ -0,0 +1 @@
+../../src/MaterialResource.cpp

+ 1 - 0
android/jni/MaterialResource.h

@@ -0,0 +1 @@
+../../src/MaterialResource.h

+ 1 - 0
android/jni/MovableCamera.cpp

@@ -0,0 +1 @@
+../../src/MovableCamera.cpp

+ 1 - 0
android/jni/MovableCamera.h

@@ -0,0 +1 @@
+../../src/MovableCamera.h

+ 1 - 0
android/jni/Pixel.cpp

@@ -0,0 +1 @@
+../../src/Pixel.cpp

+ 1 - 0
android/jni/Pixel.h

@@ -0,0 +1 @@
+../../src/Pixel.h

+ 1 - 0
android/jni/Resource.h

@@ -0,0 +1 @@
+../../src/Resource.h

+ 1 - 0
android/jni/ResourceArchive.h

@@ -0,0 +1 @@
+../../src/ResourceArchive.h

+ 1 - 0
android/jni/ResourceLoader.cpp

@@ -0,0 +1 @@
+../../src/ResourceLoader.cpp

+ 1 - 0
android/jni/ResourceLoader.h

@@ -0,0 +1 @@
+../../src/ResourceLoader.h

+ 1 - 0
android/jni/ResourceManager.cpp

@@ -0,0 +1 @@
+../../src/ResourceManager.cpp

+ 1 - 0
android/jni/ResourceManager.h

@@ -0,0 +1 @@
+../../src/ResourceManager.h

+ 1 - 0
android/jni/Skybox.cpp

@@ -0,0 +1 @@
+../../src/Skybox.cpp

+ 1 - 0
android/jni/Skybox.h

@@ -0,0 +1 @@
+../../src/Skybox.h

+ 1 - 0
android/jni/System.h

@@ -0,0 +1 @@
+../../src/System.h

+ 1 - 0
android/jni/Terrain.cpp

@@ -0,0 +1 @@
+../../src/Terrain.cpp

+ 1 - 0
android/jni/Terrain.h

@@ -0,0 +1 @@
+../../src/Terrain.h

+ 1 - 0
android/jni/TextResource.cpp

@@ -0,0 +1 @@
+../../src/TextResource.cpp

+ 1 - 0
android/jni/TextResource.h

@@ -0,0 +1 @@
+../../src/TextResource.h

+ 1 - 0
android/jni/TextureResource.cpp

@@ -0,0 +1 @@
+../../src/TextureResource.cpp

+ 1 - 0
android/jni/TextureResource.h

@@ -0,0 +1 @@
+../../src/TextureResource.h

+ 1 - 0
android/jni/World.cpp

@@ -0,0 +1 @@
+../../src/World.cpp

+ 1 - 0
android/jni/World.h

@@ -0,0 +1 @@
+../../src/World.h

+ 1 - 0
android/jni/core

@@ -0,0 +1 @@
+../../src/core

+ 1 - 0
android/jni/input

@@ -0,0 +1 @@
+../../src/input

+ 1 - 0
android/jni/network

@@ -0,0 +1 @@
+../../src/network

+ 1 - 0
android/jni/os

@@ -0,0 +1 @@
+../../src/os

+ 1 - 0
android/jni/renderers

@@ -0,0 +1 @@
+../../src/renderers

+ 1 - 0
android/jni/samples

@@ -0,0 +1 @@
+../../samples/

+ 20 - 0
android/proguard-project.txt

@@ -0,0 +1,20 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# For more details, see
+#   http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+#   public *;
+#}

+ 14 - 0
android/project.properties

@@ -0,0 +1,14 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system edit
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+#
+# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
+#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
+
+# Project target.
+target=android-17

+ 144 - 0
android/src/crown/android/CrownActivity.java

@@ -0,0 +1,144 @@
+package crown.android;
+
+import android.app.Activity;
+import android.os.Bundle;
+import android.util.Log;
+import android.view.WindowManager;
+import android.view.MotionEvent;
+import android.hardware.Sensor;
+import android.hardware.SensorEvent;
+import android.hardware.SensorEventListener;
+import android.hardware.SensorManager;
+import android.content.Context;
+import android.widget.Toast;
+import android.content.res.AssetManager;
+import android.view.ScaleGestureDetector;
+
+import crown.android.CrownEnum;
+
+/**
+*	BootStrap of Android Application
+*/
+public class CrownActivity extends Activity
+{
+
+	// Debug
+	public static String TAG = "CrownActivity";
+
+	// Resource attributes
+    static AssetManager 		mAssetManager;
+
+	// Graphic attributes
+	private CrownView 			mView;
+
+	// Input attributes
+	private CrownTouch 			mTouch;
+	private CrownSensor			mSensor;
+
+	// Gestures detectors
+	private ScaleGestureDetector mScaleDetector;
+
+//-----------------------------------------------------------------------------------
+    public void onCreate(Bundle savedInstanceState)
+    {
+        super.onCreate(savedInstanceState);
+
+		// init AssetManager
+		mAssetManager = getAssets();
+		CrownLib.initAssetManager(mAssetManager);
+
+        // Init GLSurfaceView for rendering
+        mView = new CrownView(getApplication());
+		setContentView(mView);
+
+		// Init Input
+		mTouch = new CrownTouch(this);
+		mSensor = new CrownSensor(this);
+		
+	    mScaleDetector = new ScaleGestureDetector(this, new ScaleListener());
+    }
+
+//-----------------------------------------------------------------------------------
+	public void onStart()
+	{
+		super.onStart();
+	}
+
+//-----------------------------------------------------------------------------------
+	public void onRestart()
+	{
+		super.onRestart();
+	}
+
+//-----------------------------------------------------------------------------------
+	public void onResume()
+	{
+		super.onResume();
+        mView.onResume();
+		
+		// init accelerometer
+		if (!mSensor.startListening(this))
+		{
+			finish();
+		}
+	}
+
+//-----------------------------------------------------------------------------------
+	public void onPause()
+	{
+		super.onPause();
+        mView.onPause();
+	}
+
+//-----------------------------------------------------------------------------------
+	public void onStop()
+	{
+		super.onStop();
+
+		// stop accelerometer
+		mSensor.stopListening();
+	}
+
+//-----------------------------------------------------------------------------------
+	public void onDestroy()
+	{
+		super.onDestroy();
+	}
+
+//-----------------------------------------------------------------------------------
+	public boolean onTouchEvent(MotionEvent event)
+	{
+		mScaleDetector.onTouchEvent(event);
+
+		mTouch.onTouch(event);
+        return super.onTouchEvent(event);
+	}
+
+//-----------------------------------------------------------------------------------
+	public boolean hasMultiTouchSupport(Context context)
+	{
+		return context.getPackageManager().hasSystemFeature("android.hardware.touchscreen.multitouch");
+	}
+
+
+//-----------------------------------------------------------------------------------
+	private class ScaleListener extends ScaleGestureDetector.SimpleOnScaleGestureListener
+	{
+	    public boolean onScale(ScaleGestureDetector detector) 
+	    {
+	    	Log.i(TAG, "onScale.");
+	    	return true;
+	    }
+
+	    public boolean onScaleBegin(ScaleGestureDetector detector) 
+	    {
+	    	Log.i(TAG, "onScaleBegin.");
+	    	return true;
+	    }
+
+	    public void onScaleEnd(ScaleGestureDetector detector) 
+	    {
+	    	Log.i(TAG, "onScaleBegin.");
+	    }
+	};
+}

+ 16 - 0
android/src/crown/android/CrownEnum.java

@@ -0,0 +1,16 @@
+package crown.android;
+
+public class CrownEnum
+{
+	// OSEventType enum in OS.h
+	public static int OSET_NONE				= 0;
+	public static int OSET_KEY_PRESS		= 1;
+	public static int OSET_KEY_RELEASE		= 2;
+	public static int OSET_BUTTON_PRESS		= 3;
+	public static int OSET_BUTTON_RELEASE	= 4;
+	public static int OSET_MOTION_NOTIFY	= 5;
+	public static int OSET_TOUCH_DOWN 		= 6;
+	public static int OSET_TOUCH_MOVE		= 7;
+	public static int OSET_TOUCH_UP			= 8;
+	public static int OSET_ACCELEROMETER	= 9; 
+}

+ 27 - 0
android/src/crown/android/CrownLib.java

@@ -0,0 +1,27 @@
+package crown.android;
+
+import android.content.res.AssetManager;
+
+public class CrownLib
+{
+	static 
+	{
+		System.loadLibrary("crown");
+	}
+	
+	// Device functions
+	public static native void init();
+	public static native void frame();
+	public static native void shutdown();
+
+	// AssetManager functions
+	public static native void initAssetManager(AssetManager assetManager);
+
+	// InputManager functions
+	public static native void pushIntEvent(int type, int a, int b, int c, int d);
+	public static native void pushFloatEvent(int type, float a, float b, float c, float d);
+
+	// RenderWindow functions
+	public static native void setRenderWindowMetrics(int width, int height);
+
+}

+ 185 - 0
android/src/crown/android/CrownSensor.java

@@ -0,0 +1,185 @@
+package crown.android;
+
+import java.util.List;
+import java.lang.Math;
+
+import android.content.Context;
+import android.util.Log;
+import android.hardware.Sensor;
+import android.hardware.SensorEvent;
+import android.hardware.SensorEventListener;
+import android.hardware.SensorManager;
+
+import crown.android.CrownEnum;
+
+
+/**
+*	CrownSensor manage sensors for Android Devices.
+*/
+public class CrownSensor
+{
+    private final float MIN_VALUE = -1.0f;
+    private final float MAX_VALUE = 1.0f;
+    private final static float RAD2DEG = (float) (180.0f / Math.PI);
+
+    private SensorManager sensorManager;
+    private Sensor mAccelerometerSensor;
+    private Sensor mCompassSensor;
+    private SensorEventListener mAccelerometerEventListener;
+    private SensorEventListener mCompassEventListener;
+    private boolean isAccelerometerAvailable;
+    private boolean isCompassAvailable;
+
+    private float[] mRotationMatrix;
+    private float[] mGravity;
+    private float[] mLastGravity;
+    private float[] mBufferedAccelGData;
+    private float[] mGeoMagn;
+    private float[] mBufferedMagnetData;
+    private float[] mOrientation;
+
+    private float[] mRotAngle;
+ 
+
+//-----------------------------------------------------------------------------------
+    public CrownSensor(Context context)
+    {
+        mRotationMatrix = new float[16];
+        mGravity = new float[3];
+        mLastGravity = new float[3];
+        mGeoMagn = new float[3];
+        mOrientation = new float[3];
+        mRotAngle = new float[3];
+
+        isAccelerometerAvailable = context.getPackageManager().hasSystemFeature("android.hardware.sensor.accelerometer");
+        isCompassAvailable = context.getPackageManager().hasSystemFeature("android.hardware.sensor.compass");
+
+        if (hasAccelerometerSupport())
+        {
+            mAccelerometerEventListener = new SensorEventListener()
+            {
+                public void onAccuracyChanged(Sensor sensor, int accuracy) 
+                {
+                }
+
+                public void onSensorChanged(SensorEvent event)
+                {
+                    mGravity[0] = (mGravity[0] * 2 + event.values[0]) * 0.33334f * RAD2DEG;
+                    mGravity[1] = (mGravity[1] * 2 + event.values[1]) * 0.33334f * RAD2DEG;
+                    mGravity[2] = (mGravity[2] * 2 + event.values[2]) * 0.33334f * RAD2DEG;
+
+                    norm();
+
+                    CrownLib.pushFloatEvent(CrownEnum.OSET_ACCELEROMETER, mGravity[0], mGravity[1], mGravity[2], 0.0f);
+                }
+            };           
+        }
+
+        if (hasCompassSupport())
+        {
+            mCompassEventListener = new SensorEventListener()
+            {
+                public void onAccuracyChanged(Sensor sensor, int accuracy) 
+                {
+                }
+
+                public void onSensorChanged(SensorEvent event)
+                {
+                    mGeoMagn[0] = (mGeoMagn[0] + event.values[0]) * 0.5f;
+                    mGeoMagn[1] = (mGeoMagn[1] + event.values[1]) * 0.5f;
+                    mGeoMagn[2] = (mGeoMagn[2] + event.values[2]) * 0.5f; 
+
+                    // CrownLib.pushFloatEvent(CrownEnum.OSET_ACCELEROMETER, mGeoMagn[0], mGeoMagn[1], mGeoMagn[2], 0.0f);
+                }                
+            };
+        }
+    }
+
+//-----------------------------------------------------------------------------------
+    public boolean startListening(Context context)
+    {
+        sensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
+
+        mAccelerometerSensor = sensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER);
+        mCompassSensor = sensorManager.getDefaultSensor(Sensor.TYPE_MAGNETIC_FIELD);
+
+        sensorManager.registerListener(mAccelerometerEventListener, mAccelerometerSensor, SensorManager.SENSOR_DELAY_GAME);
+        sensorManager.registerListener(mCompassEventListener, mCompassSensor, SensorManager.SENSOR_DELAY_GAME);
+
+        return true;
+    }
+
+//-----------------------------------------------------------------------------------
+    public void stopListening()
+    {
+    	sensorManager.unregisterListener(mAccelerometerEventListener);
+        sensorManager.unregisterListener(mCompassEventListener);
+    }
+
+//-----------------------------------------------------------------------------------
+    public boolean hasAccelerometerSupport()
+    {
+        return isAccelerometerAvailable;       
+    }
+
+//-----------------------------------------------------------------------------------
+    public boolean hasCompassSupport()
+    {   
+        return isCompassAvailable;
+    }
+
+ //-----------------------------------------------------------------------------------
+//     private void lowPassFiltering(float x, float y, float z)
+//     {
+//         float updateFreq = 30; // match this to your update speed
+//         float cutOffFreq = 0.9f;
+//         float timeRC = 1.0f / cutOffFreq;
+//         float dt = 1.0f / updateFreq;
+//         float filterConstant = timeRC / (dt + timeRC);
+//         float alpha = filterConstant;                 
+//         float kAccelerometerMinStep = 0.033f;
+//         float kAccelerometerNoiseAttenuation = 3.0f;
+
+//         float d = clamp((Math.abs(norm(mGravity[0], mGravity[1], mGravity[2]) - norm(x, y, z)) / kAccelerometerMinStep - 1.0f), MIN_VALUE, MAX_VALUE);
+//         alpha = d * filterConstant / kAccelerometerNoiseAttenuation + (1.0f - d) * filterConstant;
+
+//         mGravity[0] = (float) (alpha * (mGravity[0] + x - mLastGravity[0]));
+//         mGravity[1] = (float) (alpha * (mGravity[1] + y - mLastGravity[1]));
+//         mGravity[2] = (float) (alpha * (mGravity[2] + z - mLastGravity[2]));
+
+//         mLastGravity[0] = mGravity[0];
+//         mLastGravity[1] = mGravity[1];
+//         mLastGravity[2] = mGravity[2];
+//     }
+
+//-----------------------------------------------------------------------------------
+    private float clamp(float v, float min, float max)
+    {
+        if (v < min)
+        {
+            v = min;
+        }
+        else if (v > max)
+        {
+            v = max;
+        }
+
+        return v;
+    }
+
+//-----------------------------------------------------------------------------------
+    private void norm()
+    {
+        float v = mGravity[0] * mGravity[0] + mGravity[1] * mGravity[1] + mGravity[2] * mGravity[2];
+        float magnitude = (float)Math.sqrt(v);
+        float invMagnitude = 1 / magnitude;
+
+        mGravity[0] *= invMagnitude;
+        mGravity[1] *= invMagnitude;
+        mGravity[2] *= invMagnitude;
+
+        mGravity[0] = clamp(mGravity[0], MIN_VALUE, MAX_VALUE);
+        mGravity[1] = clamp(mGravity[1], MIN_VALUE, MAX_VALUE);
+        mGravity[2] = clamp(mGravity[2], MIN_VALUE, MAX_VALUE);
+    }
+}

+ 64 - 0
android/src/crown/android/CrownTouch.java

@@ -0,0 +1,64 @@
+package crown.android;
+
+import android.content.Context;
+import android.util.Log;
+import android.view.MotionEvent;
+
+
+/**
+* CrownTouch manages touch and gesture events passing them to Crown Engine
+*/
+
+//TODO: gestures doesn't work...fix them
+public class CrownTouch
+{
+	private boolean 				isListening;
+
+//-----------------------------------------------------------------------------------
+	public CrownTouch(Context context)
+	{
+		isListening = false;
+	}
+
+//-----------------------------------------------------------------------------------
+	public void onTouch(MotionEvent event)
+	{
+		final int pointerIndex = event.getActionIndex();
+		final int pointerCount = event.getPointerCount();
+
+		final int pointerId = event.getPointerId(pointerIndex);
+		final float x = event.getX(pointerIndex);
+		final float y = event.getY(pointerIndex);
+
+		final int actionMasked = event.getActionMasked();
+
+		switch (actionMasked) 
+		{	
+			case MotionEvent.ACTION_DOWN:
+			case MotionEvent.ACTION_POINTER_DOWN:
+			{
+				CrownLib.pushIntEvent(CrownEnum.OSET_TOUCH_DOWN, pointerId, (int)x, (int)y, 0);
+				break;			
+			}
+
+			case MotionEvent.ACTION_UP:
+			case MotionEvent.ACTION_POINTER_UP:
+			case MotionEvent.ACTION_OUTSIDE:
+			case MotionEvent.ACTION_CANCEL:
+			{
+				CrownLib.pushIntEvent(CrownEnum.OSET_TOUCH_UP, pointerId, (int)x, (int)y, 0);
+				break;			
+			}
+			
+			case MotionEvent.ACTION_MOVE:
+			{
+				for (int index = 0; index < pointerCount; index++)
+				{
+					CrownLib.pushIntEvent(CrownEnum.OSET_TOUCH_MOVE, event.getPointerId(index), (int)event.getX(index), (int)event.getY(index), 0);
+				}
+
+				break;
+			}
+		}
+	}
+}

+ 352 - 0
android/src/crown/android/CrownView.java

@@ -0,0 +1,352 @@
+package crown.android;
+
+import android.content.Context;
+import android.graphics.PixelFormat;
+import android.opengl.GLSurfaceView;
+import android.util.AttributeSet;
+import android.util.Log;
+import android.view.KeyEvent;
+
+import javax.microedition.khronos.egl.EGL10;
+import javax.microedition.khronos.egl.EGLConfig;
+import javax.microedition.khronos.egl.EGLContext;
+import javax.microedition.khronos.egl.EGLDisplay;
+import javax.microedition.khronos.opengles.GL10;
+
+
+/**
+*	This class provides a GL context used by 
+*	Crown for rendering
+*/
+class CrownView extends GLSurfaceView 
+{
+    private static String TAG = "CrownView";
+
+    private static final boolean DEBUG = false;
+
+	/**
+	*	Constructor
+	*/
+    public CrownView(Context context) 
+	{
+        super(context);
+        init(false, 0, 0);
+    }
+
+	/**
+	*	Constructor
+	*/
+    public CrownView(Context context, boolean translucent, int depth, int stencil) 
+	{
+        super(context);
+        init(translucent, depth, stencil);
+    }
+
+	/**
+	*	
+	*/
+    private void init(boolean translucent, int depth, int stencil) 
+	{
+
+        /* By default, GLSurfaceView() creates a RGB_565 opaque surface.
+         * If we want a translucent one, we should change the surface's
+         * format here, using PixelFormat.TRANSLUCENT for GL Surfaces
+         * is interpreted as any 32-bit surface with alpha by SurfaceFlinger.
+         */
+        if (translucent) 
+		{
+            this.getHolder().setFormat(PixelFormat.TRANSLUCENT);
+        }
+
+        /* Setup the context factory for 2.0 rendering.
+         * See ContextFactory class definition below
+         */
+        setEGLContextFactory(new ContextFactory());
+
+        /* We need to choose an EGLConfig that matches the format of
+         * our surface exactly. This is going to be done in our
+         * custom config chooser. See ConfigChooser class definition
+         * below.
+         */
+        setEGLConfigChooser( translucent ?
+                             new ConfigChooser(8, 8, 8, 8, depth, stencil) :
+                             new ConfigChooser(5, 6, 5, 0, depth, stencil) );
+
+        /* Set the renderer responsible for frame rendering */
+        setRenderer(new Renderer());
+    }
+
+	/**
+	* 	ContextFactory generate a EGL context that will be used by Crown
+	*/
+    private static class ContextFactory implements GLSurfaceView.EGLContextFactory 
+	{
+        private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098;
+
+        public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) 
+		{
+            Log.w(TAG, "creating EGL context");
+
+            checkEglError("Before eglCreateContext", egl);
+
+			// Create OpenGL|ES 1.1 context
+            int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 1, EGL10.EGL_NONE };
+			// Create OpenGL|ES 2 context
+//          int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
+
+            EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
+
+            checkEglError("After eglCreateContext", egl);
+
+            return context;
+        }
+
+        public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) 
+		{
+            egl.eglDestroyContext(display, context);
+        }
+    }
+
+	/**
+	*	check EGL fails
+	*/
+    private static void checkEglError(String prompt, EGL10 egl) 
+	{
+        int error;
+        while ((error = egl.eglGetError()) != EGL10.EGL_SUCCESS) 
+		{
+            Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
+        }
+    }
+
+	/**
+	*	ConfigChooser is used to set EGL configuration
+	*/
+    private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser 
+	{
+
+        public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) 
+		{
+            mRedSize = r;
+            mGreenSize = g;
+            mBlueSize = b;
+            mAlphaSize = a;
+            mDepthSize = depth;
+            mStencilSize = stencil;
+        }
+
+		// Choose OpenGL|ES 1 bit
+        private static int EGL_OPENGL_ES_BIT = 1;
+		// Choose OpenGl|ES 2 bit
+//        private static int EGL_OPENGL_ES_BIT = 4;
+        private static int[] s_configAttribs2 =
+        {
+            EGL10.EGL_RED_SIZE, 4,
+            EGL10.EGL_GREEN_SIZE, 4,
+            EGL10.EGL_BLUE_SIZE, 4,
+            EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT,
+            EGL10.EGL_NONE
+        };
+
+        public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) 
+		{
+			Log.i(TAG, "JAVA CHOOSE CONFIG CALLED.");
+            /* Get the number of minimally matching EGL configurations
+             */
+            int[] num_config = new int[1];
+            egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
+
+            int numConfigs = num_config[0];
+
+            if (numConfigs <= 0) 
+			{
+                throw new IllegalArgumentException("No configs match configSpec");
+            }
+
+            /* Allocate then read the array of minimally matching EGL configs
+             */
+            EGLConfig[] configs = new EGLConfig[numConfigs];
+            egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
+
+            if (DEBUG) 
+			{
+                 printConfigs(egl, display, configs);
+            }
+            /* Now return the "best" one
+             */
+            return chooseConfig(egl, display, configs);
+        }
+
+        public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, EGLConfig[] configs) 
+		{
+            for(EGLConfig config : configs) 
+			{
+                int d = findConfigAttrib(egl, display, config,
+                        EGL10.EGL_DEPTH_SIZE, 0);
+                int s = findConfigAttrib(egl, display, config,
+                        EGL10.EGL_STENCIL_SIZE, 0);
+
+                // We need at least mDepthSize and mStencilSize bits
+                if (d < mDepthSize || s < mStencilSize)
+                    continue;
+
+                // We want an *exact* match for red/green/blue/alpha
+                int r = findConfigAttrib(egl, display, config,
+                        EGL10.EGL_RED_SIZE, 0);
+                int g = findConfigAttrib(egl, display, config,
+                            EGL10.EGL_GREEN_SIZE, 0);
+                int b = findConfigAttrib(egl, display, config,
+                            EGL10.EGL_BLUE_SIZE, 0);
+                int a = findConfigAttrib(egl, display, config,
+                        EGL10.EGL_ALPHA_SIZE, 0);
+
+                if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
+				{
+                    return config;	
+				}
+            }
+            return null;
+        }
+
+        private int findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) 
+		{
+            if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) 
+			{
+                return mValue[0];
+            }
+            return defaultValue;
+        }
+
+        private void printConfigs(EGL10 egl, EGLDisplay display, EGLConfig[] configs) 
+		{
+//            int numConfigs = configs.length;
+//            Log.w(TAG, String.format("%d configurations", numConfigs));
+//            for (int i = 0; i < numConfigs; i++) 
+//			{
+//                Log.w(TAG, String.format("Configuration %d:\n", i));
+//                printConfig(egl, display, configs[i]);
+//            }
+        }
+
+        private void printConfig(EGL10 egl, EGLDisplay display, EGLConfig config) 
+		{
+//            int[] attributes = {
+//				                    EGL10.EGL_BUFFER_SIZE,
+//            				        EGL10.EGL_ALPHA_SIZE,
+//                    				EGL10.EGL_BLUE_SIZE,
+//                   					EGL10.EGL_GREEN_SIZE,
+//                    				EGL10.EGL_RED_SIZE,
+//                    				EGL10.EGL_DEPTH_SIZE,
+//                   	 				EGL10.EGL_STENCIL_SIZE,
+//                    				EGL10.EGL_CONFIG_CAVEAT,
+//                    				EGL10.EGL_CONFIG_ID,
+//                    				EGL10.EGL_LEVEL,
+//                    				EGL10.EGL_MAX_PBUFFER_HEIGHT,
+//                    				EGL10.EGL_MAX_PBUFFER_PIXELS,
+//                    				EGL10.EGL_MAX_PBUFFER_WIDTH,
+//                    				EGL10.EGL_NATIVE_RENDERABLE,
+//								    EGL10.EGL_NATIVE_VISUAL_ID,
+//								    EGL10.EGL_NATIVE_VISUAL_TYPE,
+//								    0x3030, // EGL10.EGL_PRESERVED_RESOURCES,
+//								    EGL10.EGL_SAMPLES,
+//								    EGL10.EGL_SAMPLE_BUFFERS,
+//								    EGL10.EGL_SURFACE_TYPE,
+//								    EGL10.EGL_TRANSPARENT_TYPE,
+//								    EGL10.EGL_TRANSPARENT_RED_VALUE,
+//								    EGL10.EGL_TRANSPARENT_GREEN_VALUE,
+//								    EGL10.EGL_TRANSPARENT_BLUE_VALUE,
+//								    0x3039, // EGL10.EGL_BIND_TO_TEXTURE_RGB,
+//								    0x303A, // EGL10.EGL_BIND_TO_TEXTURE_RGBA,
+//								    0x303B, // EGL10.EGL_MIN_SWAP_INTERVAL,
+//								    0x303C, // EGL10.EGL_MAX_SWAP_INTERVAL,
+//								    EGL10.EGL_LUMINANCE_SIZE,
+//								    EGL10.EGL_ALPHA_MASK_SIZE,
+//								    EGL10.EGL_COLOR_BUFFER_TYPE,
+//								    EGL10.EGL_RENDERABLE_TYPE,
+//								    0x3042 // EGL10.EGL_CONFORMANT
+//            };
+//            String[] names = {
+//								    "EGL_BUFFER_SIZE",
+//								    "EGL_ALPHA_SIZE",
+//								    "EGL_BLUE_SIZE",
+//								    "EGL_GREEN_SIZE",
+//								    "EGL_RED_SIZE",
+//								    "EGL_DEPTH_SIZE",
+//								    "EGL_STENCIL_SIZE",
+//								    "EGL_CONFIG_CAVEAT",
+//								    "EGL_CONFIG_ID",
+//								    "EGL_LEVEL",
+//								    "EGL_MAX_PBUFFER_HEIGHT",
+//								    "EGL_MAX_PBUFFER_PIXELS",
+//								    "EGL_MAX_PBUFFER_WIDTH",
+//								    "EGL_NATIVE_RENDERABLE",
+//								    "EGL_NATIVE_VISUAL_ID",
+//								    "EGL_NATIVE_VISUAL_TYPE",
+//								    "EGL_PRESERVED_RESOURCES",
+//								    "EGL_SAMPLES",
+//								    "EGL_SAMPLE_BUFFERS",
+//								    "EGL_SURFACE_TYPE",
+//								    "EGL_TRANSPARENT_TYPE",
+//								    "EGL_TRANSPARENT_RED_VALUE",
+//								    "EGL_TRANSPARENT_GREEN_VALUE",
+//								    "EGL_TRANSPARENT_BLUE_VALUE",
+//								    "EGL_BIND_TO_TEXTURE_RGB",
+//								    "EGL_BIND_TO_TEXTURE_RGBA",
+//								    "EGL_MIN_SWAP_INTERVAL",
+//								    "EGL_MAX_SWAP_INTERVAL",
+//								    "EGL_LUMINANCE_SIZE",
+//								    "EGL_ALPHA_MASK_SIZE",
+//								    "EGL_COLOR_BUFFER_TYPE",
+//								    "EGL_RENDERABLE_TYPE",
+//								    "EGL_CONFORMANT"
+//            };
+
+//            int[] value = new int[1];
+//            for (int i = 0; i < attributes.length; i++) 
+//			{
+//                int attribute = attributes[i];
+//                String name = names[i];
+//                if ( egl.eglGetConfigAttrib(display, config, attribute, value))
+//				{
+//                    Log.w(TAG, String.format("  %s: %d\n", name, value[0]));
+//                } 
+//				else 
+//				{
+//                    // Log.w(TAG, String.format("  %s: failed\n", name));
+//                    while (egl.eglGetError() != EGL10.EGL_SUCCESS);
+//                }
+//            }
+        }
+
+        // Subclasses can adjust these values:
+        protected int mRedSize;
+        protected int mGreenSize;
+        protected int mBlueSize;
+        protected int mAlphaSize;
+        protected int mDepthSize;
+        protected int mStencilSize;
+        private int[] mValue = new int[1];
+    }
+	
+	/**
+	*	Renderer wraps Crown rendering functions
+	*/
+    private static class Renderer implements GLSurfaceView.Renderer
+	{
+        public void onDrawFrame(GL10 gl)
+		{
+			CrownLib.frame();
+        }
+
+        public void onSurfaceChanged(GL10 gl, int width, int height)
+		{
+			CrownLib.init();
+            CrownLib.setRenderWindowMetrics(width, height);
+        }
+
+        public void onSurfaceCreated(GL10 gl, EGLConfig config)
+		{
+
+        }
+    }
+}

+ 47 - 0
game/Game.h

@@ -0,0 +1,47 @@
+/*
+Copyright (c) 2012 Daniele Bartolini, Simone Boscaratto
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+*/
+
+#pragma once
+
+namespace crown
+{
+
+class Game
+{
+public:
+
+					Game() {}
+	virtual			~Game() {}
+
+	virtual void	init() = 0;
+	virtual void	shutdown() = 0;
+	virtual void	update() = 0;
+};
+
+typedef Game* create_game_t();
+typedef void destroy_game_t(Game* game);
+
+} // namespace crown
+

+ 0 - 5
proj/netbeans/crown/.dep.inc

@@ -1,5 +0,0 @@
-# This code depends on make tool being used
-DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
-ifneq (${DEPFILES},)
-include ${DEPFILES}
-endif

+ 0 - 109
proj/netbeans/crown/Makefile

@@ -1,109 +0,0 @@
-#
-#  There exist several targets which are by default empty and which can be 
-#  used for execution of your targets. These targets are usually executed 
-#  before and after some main targets. They are: 
-#
-#     .build-pre:              called before 'build' target
-#     .build-post:             called after 'build' target
-#     .clean-pre:              called before 'clean' target
-#     .clean-post:             called after 'clean' target
-#     .clobber-pre:            called before 'clobber' target
-#     .clobber-post:           called after 'clobber' target
-#     .all-pre:                called before 'all' target
-#     .all-post:               called after 'all' target
-#     .help-pre:               called before 'help' target
-#     .help-post:              called after 'help' target
-#
-#  Targets beginning with '.' are not intended to be called on their own.
-#
-#  Main targets can be executed directly, and they are:
-#  
-#     build                    build a specific configuration
-#     clean                    remove built files from a configuration
-#     clobber                  remove all built files
-#     all                      build all configurations
-#     help                     print help mesage
-#  
-#  Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and
-#  .help-impl are implemented in nbproject/makefile-impl.mk.
-#
-#  Available make variables:
-#
-#     CND_BASEDIR                base directory for relative paths
-#     CND_DISTDIR                default top distribution directory (build artifacts)
-#     CND_BUILDDIR               default top build directory (object files, ...)
-#     CONF                       name of current configuration
-#     CND_PLATFORM_${CONF}       platform name (current configuration)
-#     CND_ARTIFACT_DIR_${CONF}   directory of build artifact (current configuration)
-#     CND_ARTIFACT_NAME_${CONF}  name of build artifact (current configuration)
-#     CND_ARTIFACT_PATH_${CONF}  path to build artifact (current configuration)
-#     CND_PACKAGE_DIR_${CONF}    directory of package (current configuration)
-#     CND_PACKAGE_NAME_${CONF}   name of package (current configuration)
-#     CND_PACKAGE_PATH_${CONF}   path to package (current configuration)
-#
-# NOCDDL
-
-
-# Environment 
-MKDIR=mkdir
-CP=cp
-CCADMIN=CCadmin
-RANLIB=ranlib
-
-
-# build
-build: .build-post
-
-.build-pre:
-# Add your pre 'build' code here...
-
-.build-post: .build-impl
-# Add your post 'build' code here...
-
-
-# clean
-clean: .clean-post
-
-.clean-pre:
-# Add your pre 'clean' code here...
-
-.clean-post: .clean-impl
-# Add your post 'clean' code here...
-
-
-# clobber
-clobber: .clobber-post
-
-.clobber-pre:
-# Add your pre 'clobber' code here...
-
-.clobber-post: .clobber-impl
-# Add your post 'clobber' code here...
-
-
-# all
-all: .all-post
-
-.all-pre:
-# Add your pre 'all' code here...
-
-.all-post: .all-impl
-# Add your post 'all' code here...
-
-
-# help
-help: .help-post
-
-.help-pre:
-# Add your pre 'help' code here...
-
-.help-post: .help-impl
-# Add your post 'help' code here...
-
-
-
-# include project implementation makefile
-include nbproject/Makefile-impl.mk
-
-# include project make variables
-include nbproject/Makefile-variables.mk

+ 0 - 3
proj/netbeans/crown/nbproject/.directory

@@ -1,3 +0,0 @@
-[Dolphin]
-Timestamp=2010,11,3,14,15,15
-ViewMode=1

+ 0 - 613
proj/netbeans/crown/nbproject/Makefile-Debug.mk

@@ -1,613 +0,0 @@
-#
-# Generated Makefile - do not edit!
-#
-# Edit the Makefile in the project folder instead (../Makefile). Each target
-# has a -pre and a -post target defined where you can add customized code.
-#
-# This makefile implements configuration specific macros and targets.
-
-
-# Environment
-MKDIR=mkdir
-CP=cp
-GREP=grep
-NM=nm
-CCADMIN=CCadmin
-RANLIB=ranlib
-CC=gcc
-CCC=g++
-CXX=g++
-FC=gfortran
-AS=as
-
-# Macros
-CND_PLATFORM=GNU-Linux-x86
-CND_CONF=Debug
-CND_DISTDIR=dist
-CND_BUILDDIR=build
-
-# Include project Makefile
-include Makefile
-
-# Object Directory
-OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
-
-# Object Files
-OBJECTFILES= \
-	${OBJECTDIR}/_ext/869353830/XMLReader.o \
-	${OBJECTDIR}/_ext/1386528437/SceneNode.o \
-	${OBJECTDIR}/_ext/1386528437/Scene.o \
-	${OBJECTDIR}/_ext/1602971067/Filesystem.o \
-	${OBJECTDIR}/_ext/869353830/BMPImageLoader.o \
-	${OBJECTDIR}/_ext/1386528437/Device.o \
-	${OBJECTDIR}/_ext/1981702495/LunaTheme.o \
-	${OBJECTDIR}/_ext/613309208/Widget.o \
-	${OBJECTDIR}/_ext/613309208/Bind.o \
-	${OBJECTDIR}/_ext/845317374/GLXRenderWindow.o \
-	${OBJECTDIR}/_ext/1386528437/MeshChunk.o \
-	${OBJECTDIR}/_ext/1134220929/ManagedObject.o \
-	${OBJECTDIR}/_ext/1386528437/Font.o \
-	${OBJECTDIR}/_ext/613309208/Themes.o \
-	${OBJECTDIR}/_ext/1487432554/Frustum.o \
-	${OBJECTDIR}/_ext/1386528437/WindowEventHandler.o \
-	${OBJECTDIR}/_ext/801113954/Angles.o \
-	${OBJECTDIR}/_ext/1550003496/StringUtils.o \
-	${OBJECTDIR}/_ext/1386528437/RenderWindow.o \
-	${OBJECTDIR}/_ext/801113954/Vec4.o \
-	${OBJECTDIR}/_ext/1386528437/Log.o \
-	${OBJECTDIR}/_ext/2049961054/GLRenderer.o \
-	${OBJECTDIR}/_ext/801113954/Mat4.o \
-	${OBJECTDIR}/_ext/2049961054/GLTextRenderer.o \
-	${OBJECTDIR}/_ext/613309208/DragArea.o \
-	${OBJECTDIR}/_ext/869353830/XWMLReader.o \
-	${OBJECTDIR}/_ext/1386528437/ResourceManager.o \
-	${OBJECTDIR}/_ext/1386528437/Timer.o \
-	${OBJECTDIR}/_ext/801113954/Point2.o \
-	${OBJECTDIR}/_ext/801113954/Vec2.o \
-	${OBJECTDIR}/_ext/1386528437/Camera.o \
-	${OBJECTDIR}/_ext/1386528437/FontManager.o \
-	${OBJECTDIR}/_ext/1386528437/MeshManager.o \
-	${OBJECTDIR}/_ext/1575338083/FileStream.o \
-	${OBJECTDIR}/_ext/1550003496/Generic.o \
-	${OBJECTDIR}/_ext/4811410/StackLayout.o \
-	${OBJECTDIR}/_ext/801113954/Color.o \
-	${OBJECTDIR}/_ext/1386528437/Frame.o \
-	${OBJECTDIR}/_ext/1386528437/XCursorControl.o \
-	${OBJECTDIR}/_ext/1386528437/App.o \
-	${OBJECTDIR}/_ext/801113954/Vec3.o \
-	${OBJECTDIR}/_ext/869353830/TGAImageLoader.o \
-	${OBJECTDIR}/_ext/2049961054/GLVertexBuffer.o \
-	${OBJECTDIR}/_ext/1386528437/Image.o \
-	${OBJECTDIR}/_ext/801113954/Plane.o \
-	${OBJECTDIR}/_ext/1386528437/MovableCamera.o \
-	${OBJECTDIR}/_ext/1134220929/GarbageBin.o \
-	${OBJECTDIR}/_ext/1386528437/Pixel.o \
-	${OBJECTDIR}/_ext/1386528437/Light.o \
-	${OBJECTDIR}/_ext/845302165/WGLRenderWindow.o \
-	${OBJECTDIR}/_ext/1602971067/Path.o \
-	${OBJECTDIR}/_ext/613309208/Window.o \
-	${OBJECTDIR}/_ext/608447161/Observable.o \
-	${OBJECTDIR}/_ext/613309208/ListView.o \
-	${OBJECTDIR}/_ext/1386528437/RenderTarget.o \
-	${OBJECTDIR}/_ext/845302165/WGLGLSupport.o \
-	${OBJECTDIR}/_ext/801113954/Mat3.o \
-	${OBJECTDIR}/_ext/2049961054/GLTextureManager.o \
-	${OBJECTDIR}/_ext/1386528437/Material.o \
-	${OBJECTDIR}/_ext/4811410/CanvasLayout.o \
-	${OBJECTDIR}/_ext/2049961054/GLIndexBuffer.o \
-	${OBJECTDIR}/_ext/613309208/WindowsManager.o \
-	${OBJECTDIR}/_ext/613309208/TextBox.o \
-	${OBJECTDIR}/_ext/1386528437/Entity.o \
-	${OBJECTDIR}/_ext/608447161/Object.o \
-	${OBJECTDIR}/_ext/1575338083/Stream.o \
-	${OBJECTDIR}/_ext/613309208/Label.o \
-	${OBJECTDIR}/_ext/2049961054/GLTexture.o \
-	${OBJECTDIR}/_ext/801113954/Quat.o \
-	${OBJECTDIR}/_ext/1093628612/TextInputWindow.o \
-	${OBJECTDIR}/_ext/2049961054/GLOcclusionQuery.o \
-	${OBJECTDIR}/_ext/801113954/MathUtils.o \
-	${OBJECTDIR}/_ext/1575338083/FileSubStream.o \
-	${OBJECTDIR}/_ext/1386528437/Sprite.o \
-	${OBJECTDIR}/_ext/845317374/GLXGLSupport.o \
-	${OBJECTDIR}/_ext/869353830/CRWDecoder.o \
-	${OBJECTDIR}/_ext/1386528437/Mesh.o \
-	${OBJECTDIR}/_ext/1386528437/Skybox.o \
-	${OBJECTDIR}/_ext/2049961054/GLSupport.o \
-	${OBJECTDIR}/_ext/1093628612/MessageWindow.o \
-	${OBJECTDIR}/_ext/613309208/ScrollArea.o \
-	${OBJECTDIR}/_ext/613309208/Button.o \
-	${OBJECTDIR}/_ext/1386528437/WinCursorControl.o \
-	${OBJECTDIR}/_ext/1386528437/SceneManager.o \
-	${OBJECTDIR}/_ext/845317374/GLXRenderContext.o \
-	${OBJECTDIR}/_ext/845302165/WGLRenderContext.o \
-	${OBJECTDIR}/_ext/1386528437/Viewport.o \
-	${OBJECTDIR}/_ext/1575338083/MemoryStream.o \
-	${OBJECTDIR}/_ext/1386528437/LogManager.o
-
-
-# C Compiler Flags
-CFLAGS=
-
-# CC Compiler Flags
-CCFLAGS=-ansi -W -Wall -Wextra -pedantic -Wno-long-long
-CXXFLAGS=-ansi -W -Wall -Wextra -pedantic -Wno-long-long
-
-# Fortran Compiler Flags
-FFLAGS=
-
-# Assembler Flags
-ASFLAGS=
-
-# Link Libraries and Options
-LDLIBSOPTIONS=
-
-# Build Targets
-.build-conf: ${BUILD_SUBPROJECTS}
-	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-
-${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a: ${OBJECTFILES}
-	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
-	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-	${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a ${OBJECTFILES} 
-	$(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-
-${OBJECTDIR}/_ext/869353830/XMLReader.o: ../../../src/loaders/XMLReader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/XMLReader.o ../../../src/loaders/XMLReader.cpp
-
-${OBJECTDIR}/_ext/1386528437/SceneNode.o: ../../../src/SceneNode.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/SceneNode.o ../../../src/SceneNode.cpp
-
-${OBJECTDIR}/_ext/1386528437/Scene.o: ../../../src/Scene.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Scene.o ../../../src/Scene.cpp
-
-${OBJECTDIR}/_ext/1602971067/Filesystem.o: ../../../src/filesystem/Filesystem.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1602971067
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1602971067/Filesystem.o ../../../src/filesystem/Filesystem.cpp
-
-${OBJECTDIR}/_ext/869353830/BMPImageLoader.o: ../../../src/loaders/BMPImageLoader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/BMPImageLoader.o ../../../src/loaders/BMPImageLoader.cpp
-
-${OBJECTDIR}/_ext/1386528437/Device.o: ../../../src/Device.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Device.o ../../../src/Device.cpp
-
-${OBJECTDIR}/_ext/1981702495/LunaTheme.o: ../../../src/windowing/themes/LunaTheme.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1981702495
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1981702495/LunaTheme.o ../../../src/windowing/themes/LunaTheme.cpp
-
-${OBJECTDIR}/_ext/613309208/Widget.o: ../../../src/windowing/Widget.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Widget.o ../../../src/windowing/Widget.cpp
-
-${OBJECTDIR}/_ext/613309208/Bind.o: ../../../src/windowing/Bind.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Bind.o ../../../src/windowing/Bind.cpp
-
-${OBJECTDIR}/_ext/845317374/GLXRenderWindow.o: ../../../src/renderers/gl/glx/GLXRenderWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845317374
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845317374/GLXRenderWindow.o ../../../src/renderers/gl/glx/GLXRenderWindow.cpp
-
-${OBJECTDIR}/_ext/1386528437/MeshChunk.o: ../../../src/MeshChunk.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/MeshChunk.o ../../../src/MeshChunk.cpp
-
-${OBJECTDIR}/_ext/1134220929/ManagedObject.o: ../../../src/core/mem/ManagedObject.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1134220929
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1134220929/ManagedObject.o ../../../src/core/mem/ManagedObject.cpp
-
-${OBJECTDIR}/_ext/1386528437/Font.o: ../../../src/Font.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Font.o ../../../src/Font.cpp
-
-${OBJECTDIR}/_ext/613309208/Themes.o: ../../../src/windowing/Themes.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Themes.o ../../../src/windowing/Themes.cpp
-
-${OBJECTDIR}/_ext/1487432554/Frustum.o: ../../../src/core/bv/Frustum.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1487432554
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1487432554/Frustum.o ../../../src/core/bv/Frustum.cpp
-
-${OBJECTDIR}/_ext/1386528437/WindowEventHandler.o: ../../../src/WindowEventHandler.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/WindowEventHandler.o ../../../src/WindowEventHandler.cpp
-
-${OBJECTDIR}/_ext/801113954/Angles.o: ../../../src/core/math/Angles.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Angles.o ../../../src/core/math/Angles.cpp
-
-${OBJECTDIR}/_ext/1550003496/StringUtils.o: ../../../src/core/containers/StringUtils.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1550003496
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1550003496/StringUtils.o ../../../src/core/containers/StringUtils.cpp
-
-${OBJECTDIR}/_ext/1386528437/RenderWindow.o: ../../../src/RenderWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/RenderWindow.o ../../../src/RenderWindow.cpp
-
-${OBJECTDIR}/_ext/801113954/Vec4.o: ../../../src/core/math/Vec4.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Vec4.o ../../../src/core/math/Vec4.cpp
-
-${OBJECTDIR}/_ext/1386528437/Log.o: ../../../src/Log.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Log.o ../../../src/Log.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLRenderer.o: ../../../src/renderers/gl/GLRenderer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLRenderer.o ../../../src/renderers/gl/GLRenderer.cpp
-
-${OBJECTDIR}/_ext/801113954/Mat4.o: ../../../src/core/math/Mat4.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Mat4.o ../../../src/core/math/Mat4.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLTextRenderer.o: ../../../src/renderers/gl/GLTextRenderer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLTextRenderer.o ../../../src/renderers/gl/GLTextRenderer.cpp
-
-${OBJECTDIR}/_ext/613309208/DragArea.o: ../../../src/windowing/DragArea.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/DragArea.o ../../../src/windowing/DragArea.cpp
-
-${OBJECTDIR}/_ext/869353830/XWMLReader.o: ../../../src/loaders/XWMLReader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/XWMLReader.o ../../../src/loaders/XWMLReader.cpp
-
-${OBJECTDIR}/_ext/1386528437/ResourceManager.o: ../../../src/ResourceManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/ResourceManager.o ../../../src/ResourceManager.cpp
-
-${OBJECTDIR}/_ext/1386528437/Timer.o: ../../../src/Timer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Timer.o ../../../src/Timer.cpp
-
-${OBJECTDIR}/_ext/801113954/Point2.o: ../../../src/core/math/Point2.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Point2.o ../../../src/core/math/Point2.cpp
-
-${OBJECTDIR}/_ext/801113954/Vec2.o: ../../../src/core/math/Vec2.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Vec2.o ../../../src/core/math/Vec2.cpp
-
-${OBJECTDIR}/_ext/1386528437/Camera.o: ../../../src/Camera.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Camera.o ../../../src/Camera.cpp
-
-${OBJECTDIR}/_ext/1386528437/FontManager.o: ../../../src/FontManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/FontManager.o ../../../src/FontManager.cpp
-
-${OBJECTDIR}/_ext/1386528437/MeshManager.o: ../../../src/MeshManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/MeshManager.o ../../../src/MeshManager.cpp
-
-${OBJECTDIR}/_ext/1575338083/FileStream.o: ../../../src/core/streams/FileStream.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1575338083
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1575338083/FileStream.o ../../../src/core/streams/FileStream.cpp
-
-${OBJECTDIR}/_ext/1550003496/Generic.o: ../../../src/core/containers/Generic.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1550003496
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1550003496/Generic.o ../../../src/core/containers/Generic.cpp
-
-${OBJECTDIR}/_ext/4811410/StackLayout.o: ../../../src/windowing/layouts/StackLayout.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/4811410
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/4811410/StackLayout.o ../../../src/windowing/layouts/StackLayout.cpp
-
-${OBJECTDIR}/_ext/801113954/Color.o: ../../../src/core/math/Color.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Color.o ../../../src/core/math/Color.cpp
-
-${OBJECTDIR}/_ext/1386528437/Frame.o: ../../../src/Frame.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Frame.o ../../../src/Frame.cpp
-
-${OBJECTDIR}/_ext/1386528437/XCursorControl.o: ../../../src/XCursorControl.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/XCursorControl.o ../../../src/XCursorControl.cpp
-
-${OBJECTDIR}/_ext/1386528437/App.o: ../../../src/App.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/App.o ../../../src/App.cpp
-
-${OBJECTDIR}/_ext/801113954/Vec3.o: ../../../src/core/math/Vec3.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Vec3.o ../../../src/core/math/Vec3.cpp
-
-${OBJECTDIR}/_ext/869353830/TGAImageLoader.o: ../../../src/loaders/TGAImageLoader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/TGAImageLoader.o ../../../src/loaders/TGAImageLoader.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLVertexBuffer.o: ../../../src/renderers/gl/GLVertexBuffer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLVertexBuffer.o ../../../src/renderers/gl/GLVertexBuffer.cpp
-
-${OBJECTDIR}/_ext/1386528437/Image.o: ../../../src/Image.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Image.o ../../../src/Image.cpp
-
-${OBJECTDIR}/_ext/801113954/Plane.o: ../../../src/core/math/Plane.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Plane.o ../../../src/core/math/Plane.cpp
-
-${OBJECTDIR}/_ext/1386528437/MovableCamera.o: ../../../src/MovableCamera.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/MovableCamera.o ../../../src/MovableCamera.cpp
-
-${OBJECTDIR}/_ext/1134220929/GarbageBin.o: ../../../src/core/mem/GarbageBin.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1134220929
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1134220929/GarbageBin.o ../../../src/core/mem/GarbageBin.cpp
-
-${OBJECTDIR}/_ext/1386528437/Pixel.o: ../../../src/Pixel.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Pixel.o ../../../src/Pixel.cpp
-
-${OBJECTDIR}/_ext/1386528437/Light.o: ../../../src/Light.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Light.o ../../../src/Light.cpp
-
-${OBJECTDIR}/_ext/845302165/WGLRenderWindow.o: ../../../src/renderers/gl/wgl/WGLRenderWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845302165
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845302165/WGLRenderWindow.o ../../../src/renderers/gl/wgl/WGLRenderWindow.cpp
-
-${OBJECTDIR}/_ext/1602971067/Path.o: ../../../src/filesystem/Path.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1602971067
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1602971067/Path.o ../../../src/filesystem/Path.cpp
-
-${OBJECTDIR}/_ext/613309208/Window.o: ../../../src/windowing/Window.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Window.o ../../../src/windowing/Window.cpp
-
-${OBJECTDIR}/_ext/608447161/Observable.o: ../../../src/core/Observable.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/608447161
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/608447161/Observable.o ../../../src/core/Observable.cpp
-
-${OBJECTDIR}/_ext/613309208/ListView.o: ../../../src/windowing/ListView.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/ListView.o ../../../src/windowing/ListView.cpp
-
-${OBJECTDIR}/_ext/1386528437/RenderTarget.o: ../../../src/RenderTarget.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/RenderTarget.o ../../../src/RenderTarget.cpp
-
-${OBJECTDIR}/_ext/845302165/WGLGLSupport.o: ../../../src/renderers/gl/wgl/WGLGLSupport.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845302165
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845302165/WGLGLSupport.o ../../../src/renderers/gl/wgl/WGLGLSupport.cpp
-
-${OBJECTDIR}/_ext/801113954/Mat3.o: ../../../src/core/math/Mat3.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Mat3.o ../../../src/core/math/Mat3.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLTextureManager.o: ../../../src/renderers/gl/GLTextureManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLTextureManager.o ../../../src/renderers/gl/GLTextureManager.cpp
-
-${OBJECTDIR}/_ext/1386528437/Material.o: ../../../src/Material.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Material.o ../../../src/Material.cpp
-
-${OBJECTDIR}/_ext/4811410/CanvasLayout.o: ../../../src/windowing/layouts/CanvasLayout.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/4811410
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/4811410/CanvasLayout.o ../../../src/windowing/layouts/CanvasLayout.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLIndexBuffer.o: ../../../src/renderers/gl/GLIndexBuffer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLIndexBuffer.o ../../../src/renderers/gl/GLIndexBuffer.cpp
-
-${OBJECTDIR}/_ext/613309208/WindowsManager.o: ../../../src/windowing/WindowsManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/WindowsManager.o ../../../src/windowing/WindowsManager.cpp
-
-${OBJECTDIR}/_ext/613309208/TextBox.o: ../../../src/windowing/TextBox.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/TextBox.o ../../../src/windowing/TextBox.cpp
-
-${OBJECTDIR}/_ext/1386528437/Entity.o: ../../../src/Entity.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Entity.o ../../../src/Entity.cpp
-
-${OBJECTDIR}/_ext/608447161/Object.o: ../../../src/core/Object.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/608447161
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/608447161/Object.o ../../../src/core/Object.cpp
-
-${OBJECTDIR}/_ext/1575338083/Stream.o: ../../../src/core/streams/Stream.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1575338083
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1575338083/Stream.o ../../../src/core/streams/Stream.cpp
-
-${OBJECTDIR}/_ext/613309208/Label.o: ../../../src/windowing/Label.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Label.o ../../../src/windowing/Label.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLTexture.o: ../../../src/renderers/gl/GLTexture.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLTexture.o ../../../src/renderers/gl/GLTexture.cpp
-
-${OBJECTDIR}/_ext/801113954/Quat.o: ../../../src/core/math/Quat.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Quat.o ../../../src/core/math/Quat.cpp
-
-${OBJECTDIR}/_ext/1093628612/TextInputWindow.o: ../../../src/windowing/toolbox/TextInputWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1093628612
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1093628612/TextInputWindow.o ../../../src/windowing/toolbox/TextInputWindow.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLOcclusionQuery.o: ../../../src/renderers/gl/GLOcclusionQuery.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLOcclusionQuery.o ../../../src/renderers/gl/GLOcclusionQuery.cpp
-
-${OBJECTDIR}/_ext/801113954/MathUtils.o: ../../../src/core/math/MathUtils.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/MathUtils.o ../../../src/core/math/MathUtils.cpp
-
-${OBJECTDIR}/_ext/1575338083/FileSubStream.o: ../../../src/core/streams/FileSubStream.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1575338083
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1575338083/FileSubStream.o ../../../src/core/streams/FileSubStream.cpp
-
-${OBJECTDIR}/_ext/1386528437/Sprite.o: ../../../src/Sprite.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Sprite.o ../../../src/Sprite.cpp
-
-${OBJECTDIR}/_ext/845317374/GLXGLSupport.o: ../../../src/renderers/gl/glx/GLXGLSupport.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845317374
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845317374/GLXGLSupport.o ../../../src/renderers/gl/glx/GLXGLSupport.cpp
-
-${OBJECTDIR}/_ext/869353830/CRWDecoder.o: ../../../src/loaders/CRWDecoder.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/CRWDecoder.o ../../../src/loaders/CRWDecoder.cpp
-
-${OBJECTDIR}/_ext/1386528437/Mesh.o: ../../../src/Mesh.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Mesh.o ../../../src/Mesh.cpp
-
-${OBJECTDIR}/_ext/1386528437/Skybox.o: ../../../src/Skybox.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Skybox.o ../../../src/Skybox.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLSupport.o: ../../../src/renderers/gl/GLSupport.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLSupport.o ../../../src/renderers/gl/GLSupport.cpp
-
-${OBJECTDIR}/_ext/1093628612/MessageWindow.o: ../../../src/windowing/toolbox/MessageWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1093628612
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1093628612/MessageWindow.o ../../../src/windowing/toolbox/MessageWindow.cpp
-
-${OBJECTDIR}/_ext/613309208/ScrollArea.o: ../../../src/windowing/ScrollArea.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/ScrollArea.o ../../../src/windowing/ScrollArea.cpp
-
-${OBJECTDIR}/_ext/613309208/Button.o: ../../../src/windowing/Button.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Button.o ../../../src/windowing/Button.cpp
-
-${OBJECTDIR}/_ext/1386528437/WinCursorControl.o: ../../../src/WinCursorControl.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/WinCursorControl.o ../../../src/WinCursorControl.cpp
-
-${OBJECTDIR}/_ext/1386528437/SceneManager.o: ../../../src/SceneManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/SceneManager.o ../../../src/SceneManager.cpp
-
-${OBJECTDIR}/_ext/845317374/GLXRenderContext.o: ../../../src/renderers/gl/glx/GLXRenderContext.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845317374
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845317374/GLXRenderContext.o ../../../src/renderers/gl/glx/GLXRenderContext.cpp
-
-${OBJECTDIR}/_ext/845302165/WGLRenderContext.o: ../../../src/renderers/gl/wgl/WGLRenderContext.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845302165
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845302165/WGLRenderContext.o ../../../src/renderers/gl/wgl/WGLRenderContext.cpp
-
-${OBJECTDIR}/_ext/1386528437/Viewport.o: ../../../src/Viewport.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Viewport.o ../../../src/Viewport.cpp
-
-${OBJECTDIR}/_ext/1575338083/MemoryStream.o: ../../../src/core/streams/MemoryStream.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1575338083
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1575338083/MemoryStream.o ../../../src/core/streams/MemoryStream.cpp
-
-${OBJECTDIR}/_ext/1386528437/LogManager.o: ../../../src/LogManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/LogManager.o ../../../src/LogManager.cpp
-
-# Subprojects
-.build-subprojects:
-
-# Clean Targets
-.clean-conf: ${CLEAN_SUBPROJECTS}
-	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
-	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-
-# Subprojects
-.clean-subprojects:
-
-# Enable dependency checking
-.dep.inc: .depcheck-impl
-
-include .dep.inc

+ 0 - 613
proj/netbeans/crown/nbproject/Makefile-Release.mk

@@ -1,613 +0,0 @@
-#
-# Generated Makefile - do not edit!
-#
-# Edit the Makefile in the project folder instead (../Makefile). Each target
-# has a -pre and a -post target defined where you can add customized code.
-#
-# This makefile implements configuration specific macros and targets.
-
-
-# Environment
-MKDIR=mkdir
-CP=cp
-GREP=grep
-NM=nm
-CCADMIN=CCadmin
-RANLIB=ranlib
-CC=gcc
-CCC=g++
-CXX=g++
-FC=gfortran
-AS=as
-
-# Macros
-CND_PLATFORM=GNU-Linux-x86
-CND_CONF=Release
-CND_DISTDIR=dist
-CND_BUILDDIR=build
-
-# Include project Makefile
-include Makefile
-
-# Object Directory
-OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
-
-# Object Files
-OBJECTFILES= \
-	${OBJECTDIR}/_ext/869353830/XMLReader.o \
-	${OBJECTDIR}/_ext/1386528437/SceneNode.o \
-	${OBJECTDIR}/_ext/1386528437/Scene.o \
-	${OBJECTDIR}/_ext/1602971067/Filesystem.o \
-	${OBJECTDIR}/_ext/869353830/BMPImageLoader.o \
-	${OBJECTDIR}/_ext/1386528437/Device.o \
-	${OBJECTDIR}/_ext/1981702495/LunaTheme.o \
-	${OBJECTDIR}/_ext/613309208/Widget.o \
-	${OBJECTDIR}/_ext/613309208/Bind.o \
-	${OBJECTDIR}/_ext/845317374/GLXRenderWindow.o \
-	${OBJECTDIR}/_ext/1386528437/MeshChunk.o \
-	${OBJECTDIR}/_ext/1134220929/ManagedObject.o \
-	${OBJECTDIR}/_ext/1386528437/Font.o \
-	${OBJECTDIR}/_ext/613309208/Themes.o \
-	${OBJECTDIR}/_ext/1487432554/Frustum.o \
-	${OBJECTDIR}/_ext/1386528437/WindowEventHandler.o \
-	${OBJECTDIR}/_ext/801113954/Angles.o \
-	${OBJECTDIR}/_ext/1550003496/StringUtils.o \
-	${OBJECTDIR}/_ext/1386528437/RenderWindow.o \
-	${OBJECTDIR}/_ext/801113954/Vec4.o \
-	${OBJECTDIR}/_ext/1386528437/Log.o \
-	${OBJECTDIR}/_ext/2049961054/GLRenderer.o \
-	${OBJECTDIR}/_ext/801113954/Mat4.o \
-	${OBJECTDIR}/_ext/2049961054/GLTextRenderer.o \
-	${OBJECTDIR}/_ext/613309208/DragArea.o \
-	${OBJECTDIR}/_ext/869353830/XWMLReader.o \
-	${OBJECTDIR}/_ext/1386528437/ResourceManager.o \
-	${OBJECTDIR}/_ext/1386528437/Timer.o \
-	${OBJECTDIR}/_ext/801113954/Point2.o \
-	${OBJECTDIR}/_ext/801113954/Vec2.o \
-	${OBJECTDIR}/_ext/1386528437/Camera.o \
-	${OBJECTDIR}/_ext/1386528437/FontManager.o \
-	${OBJECTDIR}/_ext/1386528437/MeshManager.o \
-	${OBJECTDIR}/_ext/1575338083/FileStream.o \
-	${OBJECTDIR}/_ext/1550003496/Generic.o \
-	${OBJECTDIR}/_ext/4811410/StackLayout.o \
-	${OBJECTDIR}/_ext/801113954/Color.o \
-	${OBJECTDIR}/_ext/1386528437/Frame.o \
-	${OBJECTDIR}/_ext/1386528437/XCursorControl.o \
-	${OBJECTDIR}/_ext/1386528437/App.o \
-	${OBJECTDIR}/_ext/801113954/Vec3.o \
-	${OBJECTDIR}/_ext/869353830/TGAImageLoader.o \
-	${OBJECTDIR}/_ext/2049961054/GLVertexBuffer.o \
-	${OBJECTDIR}/_ext/1386528437/Image.o \
-	${OBJECTDIR}/_ext/801113954/Plane.o \
-	${OBJECTDIR}/_ext/1386528437/MovableCamera.o \
-	${OBJECTDIR}/_ext/1134220929/GarbageBin.o \
-	${OBJECTDIR}/_ext/1386528437/Pixel.o \
-	${OBJECTDIR}/_ext/1386528437/Light.o \
-	${OBJECTDIR}/_ext/845302165/WGLRenderWindow.o \
-	${OBJECTDIR}/_ext/1602971067/Path.o \
-	${OBJECTDIR}/_ext/613309208/Window.o \
-	${OBJECTDIR}/_ext/608447161/Observable.o \
-	${OBJECTDIR}/_ext/613309208/ListView.o \
-	${OBJECTDIR}/_ext/1386528437/RenderTarget.o \
-	${OBJECTDIR}/_ext/845302165/WGLGLSupport.o \
-	${OBJECTDIR}/_ext/801113954/Mat3.o \
-	${OBJECTDIR}/_ext/2049961054/GLTextureManager.o \
-	${OBJECTDIR}/_ext/1386528437/Material.o \
-	${OBJECTDIR}/_ext/4811410/CanvasLayout.o \
-	${OBJECTDIR}/_ext/2049961054/GLIndexBuffer.o \
-	${OBJECTDIR}/_ext/613309208/WindowsManager.o \
-	${OBJECTDIR}/_ext/613309208/TextBox.o \
-	${OBJECTDIR}/_ext/1386528437/Entity.o \
-	${OBJECTDIR}/_ext/608447161/Object.o \
-	${OBJECTDIR}/_ext/1575338083/Stream.o \
-	${OBJECTDIR}/_ext/613309208/Label.o \
-	${OBJECTDIR}/_ext/2049961054/GLTexture.o \
-	${OBJECTDIR}/_ext/801113954/Quat.o \
-	${OBJECTDIR}/_ext/1093628612/TextInputWindow.o \
-	${OBJECTDIR}/_ext/2049961054/GLOcclusionQuery.o \
-	${OBJECTDIR}/_ext/801113954/MathUtils.o \
-	${OBJECTDIR}/_ext/1575338083/FileSubStream.o \
-	${OBJECTDIR}/_ext/1386528437/Sprite.o \
-	${OBJECTDIR}/_ext/845317374/GLXGLSupport.o \
-	${OBJECTDIR}/_ext/869353830/CRWDecoder.o \
-	${OBJECTDIR}/_ext/1386528437/Mesh.o \
-	${OBJECTDIR}/_ext/1386528437/Skybox.o \
-	${OBJECTDIR}/_ext/2049961054/GLSupport.o \
-	${OBJECTDIR}/_ext/1093628612/MessageWindow.o \
-	${OBJECTDIR}/_ext/613309208/ScrollArea.o \
-	${OBJECTDIR}/_ext/613309208/Button.o \
-	${OBJECTDIR}/_ext/1386528437/WinCursorControl.o \
-	${OBJECTDIR}/_ext/1386528437/SceneManager.o \
-	${OBJECTDIR}/_ext/845317374/GLXRenderContext.o \
-	${OBJECTDIR}/_ext/845302165/WGLRenderContext.o \
-	${OBJECTDIR}/_ext/1386528437/Viewport.o \
-	${OBJECTDIR}/_ext/1575338083/MemoryStream.o \
-	${OBJECTDIR}/_ext/1386528437/LogManager.o
-
-
-# C Compiler Flags
-CFLAGS=
-
-# CC Compiler Flags
-CCFLAGS=-ansi -W -Wall -Wextra -pedantic -Wno-long-long
-CXXFLAGS=-ansi -W -Wall -Wextra -pedantic -Wno-long-long
-
-# Fortran Compiler Flags
-FFLAGS=
-
-# Assembler Flags
-ASFLAGS=
-
-# Link Libraries and Options
-LDLIBSOPTIONS=
-
-# Build Targets
-.build-conf: ${BUILD_SUBPROJECTS}
-	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-
-${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a: ${OBJECTFILES}
-	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
-	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-	${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a ${OBJECTFILES} 
-	$(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-
-${OBJECTDIR}/_ext/869353830/XMLReader.o: ../../../src/loaders/XMLReader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/XMLReader.o ../../../src/loaders/XMLReader.cpp
-
-${OBJECTDIR}/_ext/1386528437/SceneNode.o: ../../../src/SceneNode.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/SceneNode.o ../../../src/SceneNode.cpp
-
-${OBJECTDIR}/_ext/1386528437/Scene.o: ../../../src/Scene.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Scene.o ../../../src/Scene.cpp
-
-${OBJECTDIR}/_ext/1602971067/Filesystem.o: ../../../src/filesystem/Filesystem.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1602971067
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1602971067/Filesystem.o ../../../src/filesystem/Filesystem.cpp
-
-${OBJECTDIR}/_ext/869353830/BMPImageLoader.o: ../../../src/loaders/BMPImageLoader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/BMPImageLoader.o ../../../src/loaders/BMPImageLoader.cpp
-
-${OBJECTDIR}/_ext/1386528437/Device.o: ../../../src/Device.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Device.o ../../../src/Device.cpp
-
-${OBJECTDIR}/_ext/1981702495/LunaTheme.o: ../../../src/windowing/themes/LunaTheme.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1981702495
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1981702495/LunaTheme.o ../../../src/windowing/themes/LunaTheme.cpp
-
-${OBJECTDIR}/_ext/613309208/Widget.o: ../../../src/windowing/Widget.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Widget.o ../../../src/windowing/Widget.cpp
-
-${OBJECTDIR}/_ext/613309208/Bind.o: ../../../src/windowing/Bind.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Bind.o ../../../src/windowing/Bind.cpp
-
-${OBJECTDIR}/_ext/845317374/GLXRenderWindow.o: ../../../src/renderers/gl/glx/GLXRenderWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845317374
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845317374/GLXRenderWindow.o ../../../src/renderers/gl/glx/GLXRenderWindow.cpp
-
-${OBJECTDIR}/_ext/1386528437/MeshChunk.o: ../../../src/MeshChunk.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/MeshChunk.o ../../../src/MeshChunk.cpp
-
-${OBJECTDIR}/_ext/1134220929/ManagedObject.o: ../../../src/core/mem/ManagedObject.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1134220929
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1134220929/ManagedObject.o ../../../src/core/mem/ManagedObject.cpp
-
-${OBJECTDIR}/_ext/1386528437/Font.o: ../../../src/Font.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Font.o ../../../src/Font.cpp
-
-${OBJECTDIR}/_ext/613309208/Themes.o: ../../../src/windowing/Themes.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Themes.o ../../../src/windowing/Themes.cpp
-
-${OBJECTDIR}/_ext/1487432554/Frustum.o: ../../../src/core/bv/Frustum.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1487432554
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1487432554/Frustum.o ../../../src/core/bv/Frustum.cpp
-
-${OBJECTDIR}/_ext/1386528437/WindowEventHandler.o: ../../../src/WindowEventHandler.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/WindowEventHandler.o ../../../src/WindowEventHandler.cpp
-
-${OBJECTDIR}/_ext/801113954/Angles.o: ../../../src/core/math/Angles.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Angles.o ../../../src/core/math/Angles.cpp
-
-${OBJECTDIR}/_ext/1550003496/StringUtils.o: ../../../src/core/containers/StringUtils.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1550003496
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1550003496/StringUtils.o ../../../src/core/containers/StringUtils.cpp
-
-${OBJECTDIR}/_ext/1386528437/RenderWindow.o: ../../../src/RenderWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/RenderWindow.o ../../../src/RenderWindow.cpp
-
-${OBJECTDIR}/_ext/801113954/Vec4.o: ../../../src/core/math/Vec4.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Vec4.o ../../../src/core/math/Vec4.cpp
-
-${OBJECTDIR}/_ext/1386528437/Log.o: ../../../src/Log.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Log.o ../../../src/Log.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLRenderer.o: ../../../src/renderers/gl/GLRenderer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLRenderer.o ../../../src/renderers/gl/GLRenderer.cpp
-
-${OBJECTDIR}/_ext/801113954/Mat4.o: ../../../src/core/math/Mat4.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Mat4.o ../../../src/core/math/Mat4.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLTextRenderer.o: ../../../src/renderers/gl/GLTextRenderer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLTextRenderer.o ../../../src/renderers/gl/GLTextRenderer.cpp
-
-${OBJECTDIR}/_ext/613309208/DragArea.o: ../../../src/windowing/DragArea.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/DragArea.o ../../../src/windowing/DragArea.cpp
-
-${OBJECTDIR}/_ext/869353830/XWMLReader.o: ../../../src/loaders/XWMLReader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/XWMLReader.o ../../../src/loaders/XWMLReader.cpp
-
-${OBJECTDIR}/_ext/1386528437/ResourceManager.o: ../../../src/ResourceManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/ResourceManager.o ../../../src/ResourceManager.cpp
-
-${OBJECTDIR}/_ext/1386528437/Timer.o: ../../../src/Timer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Timer.o ../../../src/Timer.cpp
-
-${OBJECTDIR}/_ext/801113954/Point2.o: ../../../src/core/math/Point2.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Point2.o ../../../src/core/math/Point2.cpp
-
-${OBJECTDIR}/_ext/801113954/Vec2.o: ../../../src/core/math/Vec2.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Vec2.o ../../../src/core/math/Vec2.cpp
-
-${OBJECTDIR}/_ext/1386528437/Camera.o: ../../../src/Camera.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Camera.o ../../../src/Camera.cpp
-
-${OBJECTDIR}/_ext/1386528437/FontManager.o: ../../../src/FontManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/FontManager.o ../../../src/FontManager.cpp
-
-${OBJECTDIR}/_ext/1386528437/MeshManager.o: ../../../src/MeshManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/MeshManager.o ../../../src/MeshManager.cpp
-
-${OBJECTDIR}/_ext/1575338083/FileStream.o: ../../../src/core/streams/FileStream.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1575338083
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1575338083/FileStream.o ../../../src/core/streams/FileStream.cpp
-
-${OBJECTDIR}/_ext/1550003496/Generic.o: ../../../src/core/containers/Generic.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1550003496
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1550003496/Generic.o ../../../src/core/containers/Generic.cpp
-
-${OBJECTDIR}/_ext/4811410/StackLayout.o: ../../../src/windowing/layouts/StackLayout.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/4811410
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/4811410/StackLayout.o ../../../src/windowing/layouts/StackLayout.cpp
-
-${OBJECTDIR}/_ext/801113954/Color.o: ../../../src/core/math/Color.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Color.o ../../../src/core/math/Color.cpp
-
-${OBJECTDIR}/_ext/1386528437/Frame.o: ../../../src/Frame.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Frame.o ../../../src/Frame.cpp
-
-${OBJECTDIR}/_ext/1386528437/XCursorControl.o: ../../../src/XCursorControl.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/XCursorControl.o ../../../src/XCursorControl.cpp
-
-${OBJECTDIR}/_ext/1386528437/App.o: ../../../src/App.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/App.o ../../../src/App.cpp
-
-${OBJECTDIR}/_ext/801113954/Vec3.o: ../../../src/core/math/Vec3.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Vec3.o ../../../src/core/math/Vec3.cpp
-
-${OBJECTDIR}/_ext/869353830/TGAImageLoader.o: ../../../src/loaders/TGAImageLoader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/TGAImageLoader.o ../../../src/loaders/TGAImageLoader.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLVertexBuffer.o: ../../../src/renderers/gl/GLVertexBuffer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLVertexBuffer.o ../../../src/renderers/gl/GLVertexBuffer.cpp
-
-${OBJECTDIR}/_ext/1386528437/Image.o: ../../../src/Image.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Image.o ../../../src/Image.cpp
-
-${OBJECTDIR}/_ext/801113954/Plane.o: ../../../src/core/math/Plane.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Plane.o ../../../src/core/math/Plane.cpp
-
-${OBJECTDIR}/_ext/1386528437/MovableCamera.o: ../../../src/MovableCamera.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/MovableCamera.o ../../../src/MovableCamera.cpp
-
-${OBJECTDIR}/_ext/1134220929/GarbageBin.o: ../../../src/core/mem/GarbageBin.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1134220929
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1134220929/GarbageBin.o ../../../src/core/mem/GarbageBin.cpp
-
-${OBJECTDIR}/_ext/1386528437/Pixel.o: ../../../src/Pixel.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Pixel.o ../../../src/Pixel.cpp
-
-${OBJECTDIR}/_ext/1386528437/Light.o: ../../../src/Light.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Light.o ../../../src/Light.cpp
-
-${OBJECTDIR}/_ext/845302165/WGLRenderWindow.o: ../../../src/renderers/gl/wgl/WGLRenderWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845302165
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845302165/WGLRenderWindow.o ../../../src/renderers/gl/wgl/WGLRenderWindow.cpp
-
-${OBJECTDIR}/_ext/1602971067/Path.o: ../../../src/filesystem/Path.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1602971067
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1602971067/Path.o ../../../src/filesystem/Path.cpp
-
-${OBJECTDIR}/_ext/613309208/Window.o: ../../../src/windowing/Window.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Window.o ../../../src/windowing/Window.cpp
-
-${OBJECTDIR}/_ext/608447161/Observable.o: ../../../src/core/Observable.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/608447161
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/608447161/Observable.o ../../../src/core/Observable.cpp
-
-${OBJECTDIR}/_ext/613309208/ListView.o: ../../../src/windowing/ListView.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/ListView.o ../../../src/windowing/ListView.cpp
-
-${OBJECTDIR}/_ext/1386528437/RenderTarget.o: ../../../src/RenderTarget.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/RenderTarget.o ../../../src/RenderTarget.cpp
-
-${OBJECTDIR}/_ext/845302165/WGLGLSupport.o: ../../../src/renderers/gl/wgl/WGLGLSupport.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845302165
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845302165/WGLGLSupport.o ../../../src/renderers/gl/wgl/WGLGLSupport.cpp
-
-${OBJECTDIR}/_ext/801113954/Mat3.o: ../../../src/core/math/Mat3.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Mat3.o ../../../src/core/math/Mat3.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLTextureManager.o: ../../../src/renderers/gl/GLTextureManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLTextureManager.o ../../../src/renderers/gl/GLTextureManager.cpp
-
-${OBJECTDIR}/_ext/1386528437/Material.o: ../../../src/Material.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Material.o ../../../src/Material.cpp
-
-${OBJECTDIR}/_ext/4811410/CanvasLayout.o: ../../../src/windowing/layouts/CanvasLayout.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/4811410
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/4811410/CanvasLayout.o ../../../src/windowing/layouts/CanvasLayout.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLIndexBuffer.o: ../../../src/renderers/gl/GLIndexBuffer.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLIndexBuffer.o ../../../src/renderers/gl/GLIndexBuffer.cpp
-
-${OBJECTDIR}/_ext/613309208/WindowsManager.o: ../../../src/windowing/WindowsManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/WindowsManager.o ../../../src/windowing/WindowsManager.cpp
-
-${OBJECTDIR}/_ext/613309208/TextBox.o: ../../../src/windowing/TextBox.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/TextBox.o ../../../src/windowing/TextBox.cpp
-
-${OBJECTDIR}/_ext/1386528437/Entity.o: ../../../src/Entity.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Entity.o ../../../src/Entity.cpp
-
-${OBJECTDIR}/_ext/608447161/Object.o: ../../../src/core/Object.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/608447161
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/608447161/Object.o ../../../src/core/Object.cpp
-
-${OBJECTDIR}/_ext/1575338083/Stream.o: ../../../src/core/streams/Stream.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1575338083
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1575338083/Stream.o ../../../src/core/streams/Stream.cpp
-
-${OBJECTDIR}/_ext/613309208/Label.o: ../../../src/windowing/Label.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Label.o ../../../src/windowing/Label.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLTexture.o: ../../../src/renderers/gl/GLTexture.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLTexture.o ../../../src/renderers/gl/GLTexture.cpp
-
-${OBJECTDIR}/_ext/801113954/Quat.o: ../../../src/core/math/Quat.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/Quat.o ../../../src/core/math/Quat.cpp
-
-${OBJECTDIR}/_ext/1093628612/TextInputWindow.o: ../../../src/windowing/toolbox/TextInputWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1093628612
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1093628612/TextInputWindow.o ../../../src/windowing/toolbox/TextInputWindow.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLOcclusionQuery.o: ../../../src/renderers/gl/GLOcclusionQuery.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLOcclusionQuery.o ../../../src/renderers/gl/GLOcclusionQuery.cpp
-
-${OBJECTDIR}/_ext/801113954/MathUtils.o: ../../../src/core/math/MathUtils.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/801113954
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/801113954/MathUtils.o ../../../src/core/math/MathUtils.cpp
-
-${OBJECTDIR}/_ext/1575338083/FileSubStream.o: ../../../src/core/streams/FileSubStream.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1575338083
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1575338083/FileSubStream.o ../../../src/core/streams/FileSubStream.cpp
-
-${OBJECTDIR}/_ext/1386528437/Sprite.o: ../../../src/Sprite.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Sprite.o ../../../src/Sprite.cpp
-
-${OBJECTDIR}/_ext/845317374/GLXGLSupport.o: ../../../src/renderers/gl/glx/GLXGLSupport.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845317374
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845317374/GLXGLSupport.o ../../../src/renderers/gl/glx/GLXGLSupport.cpp
-
-${OBJECTDIR}/_ext/869353830/CRWDecoder.o: ../../../src/loaders/CRWDecoder.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/869353830
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/869353830/CRWDecoder.o ../../../src/loaders/CRWDecoder.cpp
-
-${OBJECTDIR}/_ext/1386528437/Mesh.o: ../../../src/Mesh.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Mesh.o ../../../src/Mesh.cpp
-
-${OBJECTDIR}/_ext/1386528437/Skybox.o: ../../../src/Skybox.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Skybox.o ../../../src/Skybox.cpp
-
-${OBJECTDIR}/_ext/2049961054/GLSupport.o: ../../../src/renderers/gl/GLSupport.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/2049961054
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/2049961054/GLSupport.o ../../../src/renderers/gl/GLSupport.cpp
-
-${OBJECTDIR}/_ext/1093628612/MessageWindow.o: ../../../src/windowing/toolbox/MessageWindow.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1093628612
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1093628612/MessageWindow.o ../../../src/windowing/toolbox/MessageWindow.cpp
-
-${OBJECTDIR}/_ext/613309208/ScrollArea.o: ../../../src/windowing/ScrollArea.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/ScrollArea.o ../../../src/windowing/ScrollArea.cpp
-
-${OBJECTDIR}/_ext/613309208/Button.o: ../../../src/windowing/Button.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/613309208
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/613309208/Button.o ../../../src/windowing/Button.cpp
-
-${OBJECTDIR}/_ext/1386528437/WinCursorControl.o: ../../../src/WinCursorControl.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/WinCursorControl.o ../../../src/WinCursorControl.cpp
-
-${OBJECTDIR}/_ext/1386528437/SceneManager.o: ../../../src/SceneManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/SceneManager.o ../../../src/SceneManager.cpp
-
-${OBJECTDIR}/_ext/845317374/GLXRenderContext.o: ../../../src/renderers/gl/glx/GLXRenderContext.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845317374
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845317374/GLXRenderContext.o ../../../src/renderers/gl/glx/GLXRenderContext.cpp
-
-${OBJECTDIR}/_ext/845302165/WGLRenderContext.o: ../../../src/renderers/gl/wgl/WGLRenderContext.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/845302165
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/845302165/WGLRenderContext.o ../../../src/renderers/gl/wgl/WGLRenderContext.cpp
-
-${OBJECTDIR}/_ext/1386528437/Viewport.o: ../../../src/Viewport.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/Viewport.o ../../../src/Viewport.cpp
-
-${OBJECTDIR}/_ext/1575338083/MemoryStream.o: ../../../src/core/streams/MemoryStream.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1575338083
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1575338083/MemoryStream.o ../../../src/core/streams/MemoryStream.cpp
-
-${OBJECTDIR}/_ext/1386528437/LogManager.o: ../../../src/LogManager.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1386528437
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/themes -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/layouts -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1386528437/LogManager.o ../../../src/LogManager.cpp
-
-# Subprojects
-.build-subprojects:
-
-# Clean Targets
-.clean-conf: ${CLEAN_SUBPROJECTS}
-	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
-	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-
-# Subprojects
-.clean-subprojects:
-
-# Enable dependency checking
-.dep.inc: .depcheck-impl
-
-include .dep.inc

+ 0 - 133
proj/netbeans/crown/nbproject/Makefile-impl.mk

@@ -1,133 +0,0 @@
-# 
-# Generated Makefile - do not edit! 
-# 
-# Edit the Makefile in the project folder instead (../Makefile). Each target
-# has a pre- and a post- target defined where you can add customization code.
-#
-# This makefile implements macros and targets common to all configurations.
-#
-# NOCDDL
-
-
-# Building and Cleaning subprojects are done by default, but can be controlled with the SUB
-# macro. If SUB=no, subprojects will not be built or cleaned. The following macro
-# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf
-# and .clean-reqprojects-conf unless SUB has the value 'no'
-SUB_no=NO
-SUBPROJECTS=${SUB_${SUB}}
-BUILD_SUBPROJECTS_=.build-subprojects
-BUILD_SUBPROJECTS_NO=
-BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}}
-CLEAN_SUBPROJECTS_=.clean-subprojects
-CLEAN_SUBPROJECTS_NO=
-CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
-
-
-# Project Name
-PROJECTNAME=crown
-
-# Active Configuration
-DEFAULTCONF=Debug
-CONF=${DEFAULTCONF}
-
-# All Configurations
-ALLCONFS=Debug Release 
-
-
-# build
-.build-impl: .build-pre .validate-impl .depcheck-impl
-	@#echo "=> Running $@... Configuration=$(CONF)"
-	"${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
-
-
-# clean
-.clean-impl: .clean-pre .validate-impl .depcheck-impl
-	@#echo "=> Running $@... Configuration=$(CONF)"
-	"${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
-
-
-# clobber 
-.clobber-impl: .clobber-pre .depcheck-impl
-	@#echo "=> Running $@..."
-	for CONF in ${ALLCONFS}; \
-	do \
-	    "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
-	done
-
-# all 
-.all-impl: .all-pre .depcheck-impl
-	@#echo "=> Running $@..."
-	for CONF in ${ALLCONFS}; \
-	do \
-	    "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
-	done
-
-# build tests
-.build-tests-impl: .build-impl .build-tests-pre
-	@#echo "=> Running $@... Configuration=$(CONF)"
-	"${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
-
-# run tests
-.test-impl: .build-tests-impl .test-pre
-	@#echo "=> Running $@... Configuration=$(CONF)"
-	"${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
-
-# dependency checking support
-.depcheck-impl:
-	@echo "# This code depends on make tool being used" >.dep.inc
-	@if [ -n "${MAKE_VERSION}" ]; then \
-	    echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \
-	    echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \
-	    echo "include \$${DEPFILES}" >>.dep.inc; \
-	    echo "endif" >>.dep.inc; \
-	else \
-	    echo ".KEEP_STATE:" >>.dep.inc; \
-	    echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \
-	fi
-
-# configuration validation
-.validate-impl:
-	@if [ ! -f nbproject/Makefile-${CONF}.mk ]; \
-	then \
-	    echo ""; \
-	    echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \
-	    echo "See 'make help' for details."; \
-	    echo "Current directory: " `pwd`; \
-	    echo ""; \
-	fi
-	@if [ ! -f nbproject/Makefile-${CONF}.mk ]; \
-	then \
-	    exit 1; \
-	fi
-
-
-# help
-.help-impl: .help-pre
-	@echo "This makefile supports the following configurations:"
-	@echo "    ${ALLCONFS}"
-	@echo ""
-	@echo "and the following targets:"
-	@echo "    build  (default target)"
-	@echo "    clean"
-	@echo "    clobber"
-	@echo "    all"
-	@echo "    help"
-	@echo ""
-	@echo "Makefile Usage:"
-	@echo "    make [CONF=<CONFIGURATION>] [SUB=no] build"
-	@echo "    make [CONF=<CONFIGURATION>] [SUB=no] clean"
-	@echo "    make [SUB=no] clobber"
-	@echo "    make [SUB=no] all"
-	@echo "    make help"
-	@echo ""
-	@echo "Target 'build' will build a specific configuration and, unless 'SUB=no',"
-	@echo "    also build subprojects."
-	@echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no',"
-	@echo "    also clean subprojects."
-	@echo "Target 'clobber' will remove all built files from all configurations and,"
-	@echo "    unless 'SUB=no', also from subprojects."
-	@echo "Target 'all' will will build all configurations and, unless 'SUB=no',"
-	@echo "    also build subprojects."
-	@echo "Target 'help' prints this message."
-	@echo ""
-

+ 0 - 35
proj/netbeans/crown/nbproject/Makefile-variables.mk

@@ -1,35 +0,0 @@
-#
-# Generated - do not edit!
-#
-# NOCDDL
-#
-CND_BASEDIR=`pwd`
-CND_BUILDDIR=build
-CND_DISTDIR=dist
-# Debug configuration
-CND_PLATFORM_Debug=GNU-Linux-x86
-CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux-x86
-CND_ARTIFACT_NAME_Debug=libcrown.a
-CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux-x86/libcrown.a
-CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux-x86/package
-CND_PACKAGE_NAME_Debug=crown.tar
-CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux-x86/package/crown.tar
-# Release configuration
-CND_PLATFORM_Release=GNU-Linux-x86
-CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux-x86
-CND_ARTIFACT_NAME_Release=libcrown.a
-CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux-x86/libcrown.a
-CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux-x86/package
-CND_PACKAGE_NAME_Release=crown.tar
-CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux-x86/package/crown.tar
-#
-# include compiler specific variables
-#
-# dmake command
-ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
-	(mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
-#
-# gmake command
-.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
-#
-include nbproject/private/Makefile-variables.mk

+ 0 - 75
proj/netbeans/crown/nbproject/Package-Debug.bash

@@ -1,75 +0,0 @@
-#!/bin/bash -x
-
-#
-# Generated - do not edit!
-#
-
-# Macros
-TOP=`pwd`
-CND_PLATFORM=GNU-Linux-x86
-CND_CONF=Debug
-CND_DISTDIR=dist
-CND_BUILDDIR=build
-NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
-TMPDIRNAME=tmp-packaging
-OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-OUTPUT_BASENAME=libcrown.a
-PACKAGE_TOP_DIR=crown/
-
-# Functions
-function checkReturnCode
-{
-    rc=$?
-    if [ $rc != 0 ]
-    then
-        exit $rc
-    fi
-}
-function makeDirectory
-# $1 directory path
-# $2 permission (optional)
-{
-    mkdir -p "$1"
-    checkReturnCode
-    if [ "$2" != "" ]
-    then
-      chmod $2 "$1"
-      checkReturnCode
-    fi
-}
-function copyFileToTmpDir
-# $1 from-file path
-# $2 to-file path
-# $3 permission
-{
-    cp "$1" "$2"
-    checkReturnCode
-    if [ "$3" != "" ]
-    then
-        chmod $3 "$2"
-        checkReturnCode
-    fi
-}
-
-# Setup
-cd "${TOP}"
-mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${NBTMPDIR}
-mkdir -p ${NBTMPDIR}
-
-# Copy files and create directories and links
-cd "${TOP}"
-makeDirectory "${NBTMPDIR}/crown/lib"
-copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
-
-
-# Generate tar file
-cd "${TOP}"
-rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/crown.tar
-cd ${NBTMPDIR}
-tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/crown.tar *
-checkReturnCode
-
-# Cleanup
-cd "${TOP}"
-rm -rf ${NBTMPDIR}

+ 0 - 75
proj/netbeans/crown/nbproject/Package-Release.bash

@@ -1,75 +0,0 @@
-#!/bin/bash -x
-
-#
-# Generated - do not edit!
-#
-
-# Macros
-TOP=`pwd`
-CND_PLATFORM=GNU-Linux-x86
-CND_CONF=Release
-CND_DISTDIR=dist
-CND_BUILDDIR=build
-NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
-TMPDIRNAME=tmp-packaging
-OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libcrown.a
-OUTPUT_BASENAME=libcrown.a
-PACKAGE_TOP_DIR=crown/
-
-# Functions
-function checkReturnCode
-{
-    rc=$?
-    if [ $rc != 0 ]
-    then
-        exit $rc
-    fi
-}
-function makeDirectory
-# $1 directory path
-# $2 permission (optional)
-{
-    mkdir -p "$1"
-    checkReturnCode
-    if [ "$2" != "" ]
-    then
-      chmod $2 "$1"
-      checkReturnCode
-    fi
-}
-function copyFileToTmpDir
-# $1 from-file path
-# $2 to-file path
-# $3 permission
-{
-    cp "$1" "$2"
-    checkReturnCode
-    if [ "$3" != "" ]
-    then
-        chmod $3 "$2"
-        checkReturnCode
-    fi
-}
-
-# Setup
-cd "${TOP}"
-mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${NBTMPDIR}
-mkdir -p ${NBTMPDIR}
-
-# Copy files and create directories and links
-cd "${TOP}"
-makeDirectory "${NBTMPDIR}/crown/lib"
-copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
-
-
-# Generate tar file
-cd "${TOP}"
-rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/crown.tar
-cd ${NBTMPDIR}
-tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/crown.tar *
-checkReturnCode
-
-# Cleanup
-cd "${TOP}"
-rm -rf ${NBTMPDIR}

+ 0 - 408
proj/netbeans/crown/nbproject/configurations.xml

@@ -1,408 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="79">
-  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
-    <logicalFolder name="HeaderFiles"
-                   displayName="Header Files"
-                   projectFiles="true">
-      <logicalFolder name="src" displayName="src" projectFiles="true">
-        <logicalFolder name="core" displayName="core" projectFiles="true">
-          <logicalFolder name="bv" displayName="bv" projectFiles="true">
-            <itemPath>../../../src/core/bv/Box.h</itemPath>
-            <itemPath>../../../src/core/bv/Frustum.h</itemPath>
-            <itemPath>../../../src/core/bv/Rectangle.h</itemPath>
-            <itemPath>../../../src/core/bv/Sphere.h</itemPath>
-          </logicalFolder>
-          <logicalFolder name="containers" displayName="containers" projectFiles="true">
-            <itemPath>../../../src/core/containers/Dictionary.h</itemPath>
-            <itemPath>../../../src/core/containers/Generic.h</itemPath>
-            <itemPath>../../../src/core/containers/IEnumerable.h</itemPath>
-            <itemPath>../../../src/core/containers/List.h</itemPath>
-            <itemPath>../../../src/core/containers/RBTree.h</itemPath>
-            <itemPath>../../../src/core/containers/StringUtils.h</itemPath>
-          </logicalFolder>
-          <logicalFolder name="math" displayName="math" projectFiles="true">
-            <itemPath>../../../src/core/math/Angles.h</itemPath>
-            <itemPath>../../../src/core/math/Color.h</itemPath>
-            <itemPath>../../../src/core/math/Interpolation.h</itemPath>
-            <itemPath>../../../src/core/math/Mat3.h</itemPath>
-            <itemPath>../../../src/core/math/Mat4.h</itemPath>
-            <itemPath>../../../src/core/math/MathUtils.h</itemPath>
-            <itemPath>../../../src/core/math/Plane.h</itemPath>
-            <itemPath>../../../src/core/math/Point2.h</itemPath>
-            <itemPath>../../../src/core/math/Quat.h</itemPath>
-            <itemPath>../../../src/core/math/Ray.h</itemPath>
-            <itemPath>../../../src/core/math/Vec2.h</itemPath>
-            <itemPath>../../../src/core/math/Vec3.h</itemPath>
-            <itemPath>../../../src/core/math/Vec4.h</itemPath>
-          </logicalFolder>
-          <logicalFolder name="mem" displayName="mem" projectFiles="true">
-            <itemPath>../../../src/core/mem/GarbageBin.h</itemPath>
-            <itemPath>../../../src/core/mem/ManagedObject.h</itemPath>
-          </logicalFolder>
-          <logicalFolder name="streams" displayName="streams" projectFiles="true">
-            <itemPath>../../../src/core/streams/FileStream.h</itemPath>
-            <itemPath>../../../src/core/streams/FileSubStream.h</itemPath>
-            <itemPath>../../../src/core/streams/MemoryStream.h</itemPath>
-            <itemPath>../../../src/core/streams/Stream.h</itemPath>
-          </logicalFolder>
-          <itemPath>../../../src/core/Auto.h</itemPath>
-          <itemPath>../../../src/core/Common.h</itemPath>
-          <itemPath>../../../src/core/CoreEventArgs.h</itemPath>
-          <itemPath>../../../src/core/Delegate.h</itemPath>
-          <itemPath>../../../src/core/Exceptions.h</itemPath>
-          <itemPath>../../../src/core/Object.h</itemPath>
-          <itemPath>../../../src/core/Observable.h</itemPath>
-          <itemPath>../../../src/core/Shared.h</itemPath>
-          <itemPath>../../../src/core/SignalSlot.h</itemPath>
-          <itemPath>../../../src/core/Types.h</itemPath>
-          <itemPath>../../../src/core/WithProperties.h</itemPath>
-        </logicalFolder>
-        <logicalFolder name="filesystem" displayName="filesystem" projectFiles="true">
-          <itemPath>../../../src/filesystem/ArchiveFile.h</itemPath>
-          <itemPath>../../../src/filesystem/Filesystem.h</itemPath>
-          <itemPath>../../../src/filesystem/Host.h</itemPath>
-          <itemPath>../../../src/filesystem/Path.h</itemPath>
-          <itemPath>../../../src/filesystem/RegularFile.h</itemPath>
-        </logicalFolder>
-        <logicalFolder name="gui" displayName="gui" projectFiles="true">
-        </logicalFolder>
-        <logicalFolder name="loaders" displayName="loaders" projectFiles="true">
-          <itemPath>../../../src/loaders/BMPImageLoader.h</itemPath>
-          <itemPath>../../../src/loaders/CRWDecoder.h</itemPath>
-          <itemPath>../../../src/loaders/TGAImageLoader.h</itemPath>
-          <itemPath>../../../src/loaders/XMLReader.h</itemPath>
-          <itemPath>../../../src/loaders/XWMLReader.h</itemPath>
-        </logicalFolder>
-        <logicalFolder name="renderers" displayName="renderers" projectFiles="true">
-          <logicalFolder name="gl" displayName="gl" projectFiles="true">
-            <logicalFolder name="glx" displayName="glx" projectFiles="true">
-              <itemPath>../../../src/renderers/gl/glx/GLXGLSupport.h</itemPath>
-              <itemPath>../../../src/renderers/gl/glx/GLXRenderContext.h</itemPath>
-              <itemPath>../../../src/renderers/gl/glx/GLXRenderWindow.h</itemPath>
-            </logicalFolder>
-            <logicalFolder name="wgl" displayName="wgl" projectFiles="true">
-              <itemPath>../../../src/renderers/gl/wgl/WGLGLSupport.h</itemPath>
-              <itemPath>../../../src/renderers/gl/wgl/WGLRenderContext.h</itemPath>
-              <itemPath>../../../src/renderers/gl/wgl/WGLRenderWindow.h</itemPath>
-            </logicalFolder>
-            <itemPath>../../../src/renderers/gl/GLIndexBuffer.h</itemPath>
-            <itemPath>../../../src/renderers/gl/GLOcclusionQuery.h</itemPath>
-            <itemPath>../../../src/renderers/gl/GLRenderer.h</itemPath>
-            <itemPath>../../../src/renderers/gl/GLSupport.h</itemPath>
-            <itemPath>../../../src/renderers/gl/GLTextRenderer.h</itemPath>
-            <itemPath>../../../src/renderers/gl/GLTexture.h</itemPath>
-            <itemPath>../../../src/renderers/gl/GLTextureManager.h</itemPath>
-            <itemPath>../../../src/renderers/gl/GLVertexBuffer.h</itemPath>
-          </logicalFolder>
-        </logicalFolder>
-        <logicalFolder name="utils" displayName="utils" projectFiles="true">
-        </logicalFolder>
-        <logicalFolder name="windowing" displayName="windowing" projectFiles="true">
-          <logicalFolder name="layouts" displayName="layouts" projectFiles="true">
-            <itemPath>../../../src/windowing/layouts/CanvasLayout.h</itemPath>
-            <itemPath>../../../src/windowing/layouts/StackLayout.h</itemPath>
-          </logicalFolder>
-          <logicalFolder name="templates" displayName="templates" projectFiles="true">
-            <itemPath>../../../src/windowing/templates/ITemplate.h</itemPath>
-          </logicalFolder>
-          <logicalFolder name="themes" displayName="themes" projectFiles="true">
-            <itemPath>../../../src/windowing/themes/LunaTheme.h</itemPath>
-          </logicalFolder>
-          <logicalFolder name="toolbox" displayName="toolbox" projectFiles="true">
-            <itemPath>../../../src/windowing/toolbox/MessageWindow.h</itemPath>
-            <itemPath>../../../src/windowing/toolbox/TextInputWindow.h</itemPath>
-          </logicalFolder>
-          <itemPath>../../../src/windowing/Bind.h</itemPath>
-          <itemPath>../../../src/windowing/Button.h</itemPath>
-          <itemPath>../../../src/windowing/DragArea.h</itemPath>
-          <itemPath>../../../src/windowing/ItemsSelector.h</itemPath>
-          <itemPath>../../../src/windowing/ItemsWidget.h</itemPath>
-          <itemPath>../../../src/windowing/Label.h</itemPath>
-          <itemPath>../../../src/windowing/ListView.h</itemPath>
-          <itemPath>../../../src/windowing/ScrollArea.h</itemPath>
-          <itemPath>../../../src/windowing/TextBox.h</itemPath>
-          <itemPath>../../../src/windowing/ThemeSpriteWidget.h</itemPath>
-          <itemPath>../../../src/windowing/Themes.h</itemPath>
-          <itemPath>../../../src/windowing/Widget.h</itemPath>
-          <itemPath>../../../src/windowing/Window.h</itemPath>
-          <itemPath>../../../src/windowing/WindowingEventArgs.h</itemPath>
-          <itemPath>../../../src/windowing/WindowsManager.h</itemPath>
-        </logicalFolder>
-        <itemPath>../../../src/App.h</itemPath>
-        <itemPath>../../../src/Camera.h</itemPath>
-        <itemPath>../../../src/Config.h</itemPath>
-        <itemPath>../../../src/Crown.h</itemPath>
-        <itemPath>../../../src/CursorControl.h</itemPath>
-        <itemPath>../../../src/Data.h</itemPath>
-        <itemPath>../../../src/Device.h</itemPath>
-        <itemPath>../../../src/Entity.h</itemPath>
-        <itemPath>../../../src/Event.h</itemPath>
-        <itemPath>../../../src/EventDispatcher.h</itemPath>
-        <itemPath>../../../src/EventReceiver.h</itemPath>
-        <itemPath>../../../src/Font.h</itemPath>
-        <itemPath>../../../src/FontFormat.h</itemPath>
-        <itemPath>../../../src/FontManager.h</itemPath>
-        <itemPath>../../../src/Frame.h</itemPath>
-        <itemPath>../../../src/Glyph.h</itemPath>
-        <itemPath>../../../src/Image.h</itemPath>
-        <itemPath>../../../src/ImageLoader.h</itemPath>
-        <itemPath>../../../src/IndexBuffer.h</itemPath>
-        <itemPath>../../../src/Light.h</itemPath>
-        <itemPath>../../../src/Log.h</itemPath>
-        <itemPath>../../../src/LogManager.h</itemPath>
-        <itemPath>../../../src/Material.h</itemPath>
-        <itemPath>../../../src/Mesh.h</itemPath>
-        <itemPath>../../../src/MeshChunk.h</itemPath>
-        <itemPath>../../../src/MeshLoader.h</itemPath>
-        <itemPath>../../../src/MeshManager.h</itemPath>
-        <itemPath>../../../src/MovableCamera.h</itemPath>
-        <itemPath>../../../src/OcclusionQuery.h</itemPath>
-        <itemPath>../../../src/OpenGl.h</itemPath>
-        <itemPath>../../../src/Pixel.h</itemPath>
-        <itemPath>../../../src/PixelFormat.h</itemPath>
-        <itemPath>../../../src/RenderContext.h</itemPath>
-        <itemPath>../../../src/RenderTarget.h</itemPath>
-        <itemPath>../../../src/RenderWindow.h</itemPath>
-        <itemPath>../../../src/Renderer.h</itemPath>
-        <itemPath>../../../src/ResourceManager.h</itemPath>
-        <itemPath>../../../src/Scene.h</itemPath>
-        <itemPath>../../../src/SceneManager.h</itemPath>
-        <itemPath>../../../src/SceneNode.h</itemPath>
-        <itemPath>../../../src/Skybox.h</itemPath>
-        <itemPath>../../../src/Sprite.h</itemPath>
-        <itemPath>../../../src/TextRenderer.h</itemPath>
-        <itemPath>../../../src/Texture.h</itemPath>
-        <itemPath>../../../src/Timer.h</itemPath>
-        <itemPath>../../../src/Vertex3.h</itemPath>
-        <itemPath>../../../src/VertexBuffer.h</itemPath>
-        <itemPath>../../../src/VideoMode.h</itemPath>
-        <itemPath>../../../src/Viewport.h</itemPath>
-        <itemPath>../../../src/WinCursorControl.h</itemPath>
-        <itemPath>../../../src/WindowEventHandler.h</itemPath>
-        <itemPath>../../../src/WindowsInclude.h</itemPath>
-        <itemPath>../../../src/XCursorControl.h</itemPath>
-      </logicalFolder>
-    </logicalFolder>
-    <logicalFolder name="ResourceFiles"
-                   displayName="Resource Files"
-                   projectFiles="true">
-    </logicalFolder>
-    <logicalFolder name="SourceFiles"
-                   displayName="Source Files"
-                   projectFiles="true">
-      <logicalFolder name="src" displayName="src" projectFiles="true">
-        <logicalFolder name="core" displayName="core" projectFiles="true">
-          <logicalFolder name="bv" displayName="bv" projectFiles="true">
-            <itemPath>../../../src/core/bv/Frustum.cpp</itemPath>
-          </logicalFolder>
-          <logicalFolder name="containers" displayName="containers" projectFiles="true">
-            <itemPath>../../../src/core/containers/Generic.cpp</itemPath>
-            <itemPath>../../../src/core/containers/StringUtils.cpp</itemPath>
-          </logicalFolder>
-          <logicalFolder name="math" displayName="math" projectFiles="true">
-            <itemPath>../../../src/core/math/Angles.cpp</itemPath>
-            <itemPath>../../../src/core/math/Color.cpp</itemPath>
-            <itemPath>../../../src/core/math/Mat3.cpp</itemPath>
-            <itemPath>../../../src/core/math/Mat4.cpp</itemPath>
-            <itemPath>../../../src/core/math/MathUtils.cpp</itemPath>
-            <itemPath>../../../src/core/math/Plane.cpp</itemPath>
-            <itemPath>../../../src/core/math/Point2.cpp</itemPath>
-            <itemPath>../../../src/core/math/Quat.cpp</itemPath>
-            <itemPath>../../../src/core/math/Vec2.cpp</itemPath>
-            <itemPath>../../../src/core/math/Vec3.cpp</itemPath>
-            <itemPath>../../../src/core/math/Vec4.cpp</itemPath>
-          </logicalFolder>
-          <logicalFolder name="mem" displayName="mem" projectFiles="true">
-            <itemPath>../../../src/core/mem/GarbageBin.cpp</itemPath>
-            <itemPath>../../../src/core/mem/ManagedObject.cpp</itemPath>
-          </logicalFolder>
-          <logicalFolder name="streams" displayName="streams" projectFiles="true">
-            <itemPath>../../../src/core/streams/FileStream.cpp</itemPath>
-            <itemPath>../../../src/core/streams/FileSubStream.cpp</itemPath>
-            <itemPath>../../../src/core/streams/MemoryStream.cpp</itemPath>
-            <itemPath>../../../src/core/streams/Stream.cpp</itemPath>
-          </logicalFolder>
-          <itemPath>../../../src/core/Object.cpp</itemPath>
-          <itemPath>../../../src/core/Observable.cpp</itemPath>
-        </logicalFolder>
-        <logicalFolder name="filesystem" displayName="filesystem" projectFiles="true">
-          <itemPath>../../../src/filesystem/Filesystem.cpp</itemPath>
-          <itemPath>../../../src/filesystem/Path.cpp</itemPath>
-        </logicalFolder>
-        <logicalFolder name="gui" displayName="gui" projectFiles="true">
-        </logicalFolder>
-        <logicalFolder name="loaders" displayName="loaders" projectFiles="true">
-          <itemPath>../../../src/loaders/BMPImageLoader.cpp</itemPath>
-          <itemPath>../../../src/loaders/CRWDecoder.cpp</itemPath>
-          <itemPath>../../../src/loaders/TGAImageLoader.cpp</itemPath>
-          <itemPath>../../../src/loaders/XMLReader.cpp</itemPath>
-          <itemPath>../../../src/loaders/XWMLReader.cpp</itemPath>
-        </logicalFolder>
-        <logicalFolder name="renderers" displayName="renderers" projectFiles="true">
-          <logicalFolder name="gl" displayName="gl" projectFiles="true">
-            <logicalFolder name="glx" displayName="glx" projectFiles="true">
-              <itemPath>../../../src/renderers/gl/glx/GLXGLSupport.cpp</itemPath>
-              <itemPath>../../../src/renderers/gl/glx/GLXRenderContext.cpp</itemPath>
-              <itemPath>../../../src/renderers/gl/glx/GLXRenderWindow.cpp</itemPath>
-            </logicalFolder>
-            <logicalFolder name="wgl" displayName="wgl" projectFiles="true">
-              <itemPath>../../../src/renderers/gl/wgl/WGLGLSupport.cpp</itemPath>
-              <itemPath>../../../src/renderers/gl/wgl/WGLRenderContext.cpp</itemPath>
-              <itemPath>../../../src/renderers/gl/wgl/WGLRenderWindow.cpp</itemPath>
-            </logicalFolder>
-            <itemPath>../../../src/renderers/gl/GLIndexBuffer.cpp</itemPath>
-            <itemPath>../../../src/renderers/gl/GLOcclusionQuery.cpp</itemPath>
-            <itemPath>../../../src/renderers/gl/GLRenderer.cpp</itemPath>
-            <itemPath>../../../src/renderers/gl/GLSupport.cpp</itemPath>
-            <itemPath>../../../src/renderers/gl/GLTextRenderer.cpp</itemPath>
-            <itemPath>../../../src/renderers/gl/GLTexture.cpp</itemPath>
-            <itemPath>../../../src/renderers/gl/GLTextureManager.cpp</itemPath>
-            <itemPath>../../../src/renderers/gl/GLVertexBuffer.cpp</itemPath>
-          </logicalFolder>
-        </logicalFolder>
-        <logicalFolder name="utils" displayName="utils" projectFiles="true">
-        </logicalFolder>
-        <logicalFolder name="windowing" displayName="windowing" projectFiles="true">
-          <logicalFolder name="layouts" displayName="layouts" projectFiles="true">
-            <itemPath>../../../src/windowing/layouts/CanvasLayout.cpp</itemPath>
-            <itemPath>../../../src/windowing/layouts/StackLayout.cpp</itemPath>
-          </logicalFolder>
-          <logicalFolder name="templates" displayName="templates" projectFiles="true">
-          </logicalFolder>
-          <logicalFolder name="themes" displayName="themes" projectFiles="true">
-            <itemPath>../../../src/windowing/themes/LunaTheme.cpp</itemPath>
-          </logicalFolder>
-          <logicalFolder name="toolbox" displayName="toolbox" projectFiles="true">
-            <itemPath>../../../src/windowing/toolbox/MessageWindow.cpp</itemPath>
-            <itemPath>../../../src/windowing/toolbox/TextInputWindow.cpp</itemPath>
-          </logicalFolder>
-          <itemPath>../../../src/windowing/Bind.cpp</itemPath>
-          <itemPath>../../../src/windowing/Button.cpp</itemPath>
-          <itemPath>../../../src/windowing/DragArea.cpp</itemPath>
-          <itemPath>../../../src/windowing/Label.cpp</itemPath>
-          <itemPath>../../../src/windowing/ListView.cpp</itemPath>
-          <itemPath>../../../src/windowing/ScrollArea.cpp</itemPath>
-          <itemPath>../../../src/windowing/TextBox.cpp</itemPath>
-          <itemPath>../../../src/windowing/Themes.cpp</itemPath>
-          <itemPath>../../../src/windowing/Widget.cpp</itemPath>
-          <itemPath>../../../src/windowing/Window.cpp</itemPath>
-          <itemPath>../../../src/windowing/WindowsManager.cpp</itemPath>
-        </logicalFolder>
-        <itemPath>../../../src/App.cpp</itemPath>
-        <itemPath>../../../src/Camera.cpp</itemPath>
-        <itemPath>../../../src/Device.cpp</itemPath>
-        <itemPath>../../../src/Entity.cpp</itemPath>
-        <itemPath>../../../src/Font.cpp</itemPath>
-        <itemPath>../../../src/FontManager.cpp</itemPath>
-        <itemPath>../../../src/Frame.cpp</itemPath>
-        <itemPath>../../../src/Image.cpp</itemPath>
-        <itemPath>../../../src/Light.cpp</itemPath>
-        <itemPath>../../../src/Log.cpp</itemPath>
-        <itemPath>../../../src/LogManager.cpp</itemPath>
-        <itemPath>../../../src/Material.cpp</itemPath>
-        <itemPath>../../../src/Mesh.cpp</itemPath>
-        <itemPath>../../../src/MeshChunk.cpp</itemPath>
-        <itemPath>../../../src/MeshManager.cpp</itemPath>
-        <itemPath>../../../src/MovableCamera.cpp</itemPath>
-        <itemPath>../../../src/Pixel.cpp</itemPath>
-        <itemPath>../../../src/RenderTarget.cpp</itemPath>
-        <itemPath>../../../src/RenderWindow.cpp</itemPath>
-        <itemPath>../../../src/ResourceManager.cpp</itemPath>
-        <itemPath>../../../src/Scene.cpp</itemPath>
-        <itemPath>../../../src/SceneManager.cpp</itemPath>
-        <itemPath>../../../src/SceneNode.cpp</itemPath>
-        <itemPath>../../../src/Skybox.cpp</itemPath>
-        <itemPath>../../../src/Sprite.cpp</itemPath>
-        <itemPath>../../../src/Timer.cpp</itemPath>
-        <itemPath>../../../src/Viewport.cpp</itemPath>
-        <itemPath>../../../src/WinCursorControl.cpp</itemPath>
-        <itemPath>../../../src/WindowEventHandler.cpp</itemPath>
-        <itemPath>../../../src/XCursorControl.cpp</itemPath>
-      </logicalFolder>
-    </logicalFolder>
-    <logicalFolder name="ExternalFiles"
-                   displayName="Important Files"
-                   projectFiles="false">
-      <itemPath>Makefile</itemPath>
-    </logicalFolder>
-  </logicalFolder>
-  <sourceRootList>
-    <Elem>../../../src</Elem>
-  </sourceRootList>
-  <projectmakefile>Makefile</projectmakefile>
-  <confs>
-    <conf name="Debug" type="3">
-      <toolsSet>
-        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
-        <compilerSet>GNU|GNU</compilerSet>
-      </toolsSet>
-      <compileType>
-        <ccTool>
-          <incDir>
-            <pElem>../../../src/windowing/toolbox</pElem>
-            <pElem>../../../src/core/math</pElem>
-            <pElem>../../../src/core/mem</pElem>
-            <pElem>../../../src/core</pElem>
-            <pElem>../../../src/renderers/gl</pElem>
-            <pElem>../../../src/renderers/gl/glx</pElem>
-            <pElem>../../../src/renderers/gl/wgl</pElem>
-            <pElem>../../../src/windowing</pElem>
-            <pElem>../../../src/core/bv</pElem>
-            <pElem>../../../src/windowing/layouts</pElem>
-            <pElem>../../../src</pElem>
-            <pElem>/usr/include/freetype2</pElem>
-            <pElem>../../../src/windowing/themes</pElem>
-            <pElem>../../../src/core/containers</pElem>
-            <pElem>../../../src/filesystem</pElem>
-            <pElem>../../../src/core/streams</pElem>
-            <pElem>../../../src/loaders</pElem>
-            <pElem>../../../src/windowing/templates</pElem>
-          </incDir>
-          <commandLine>-ansi -W -Wall -Wextra -pedantic -Wno-long-long</commandLine>
-        </ccTool>
-        <archiverTool>
-        </archiverTool>
-      </compileType>
-    </conf>
-    <conf name="Release" type="3">
-      <toolsSet>
-        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
-        <compilerSet>GNU|GNU</compilerSet>
-      </toolsSet>
-      <compileType>
-        <cTool>
-          <developmentMode>5</developmentMode>
-        </cTool>
-        <ccTool>
-          <developmentMode>5</developmentMode>
-          <incDir>
-            <pElem>../../../src/windowing/toolbox</pElem>
-            <pElem>../../../src/core/math</pElem>
-            <pElem>../../../src/core/mem</pElem>
-            <pElem>../../../src/core</pElem>
-            <pElem>../../../src/renderers/gl</pElem>
-            <pElem>../../../src/renderers/gl/glx</pElem>
-            <pElem>../../../src/renderers/gl/wgl</pElem>
-            <pElem>../../../src/windowing</pElem>
-            <pElem>../../../src/core/bv</pElem>
-            <pElem>../../../src/windowing/themes</pElem>
-            <pElem>../../../src</pElem>
-            <pElem>/usr/include/freetype2</pElem>
-            <pElem>../../../src/windowing/layouts</pElem>
-            <pElem>../../../src/core/containers</pElem>
-            <pElem>../../../src/filesystem</pElem>
-            <pElem>../../../src/core/streams</pElem>
-            <pElem>../../../src/loaders</pElem>
-            <pElem>../../../src/windowing/templates</pElem>
-          </incDir>
-          <commandLine>-ansi -W -Wall -Wextra -pedantic -Wno-long-long</commandLine>
-        </ccTool>
-        <fortranCompilerTool>
-          <developmentMode>5</developmentMode>
-        </fortranCompilerTool>
-        <archiverTool>
-        </archiverTool>
-      </compileType>
-    </conf>
-  </confs>
-</configurationDescriptor>

+ 0 - 7
proj/netbeans/crown/nbproject/private/Makefile-variables.mk

@@ -1,7 +0,0 @@
-#
-# Generated - do not edit!
-#
-# NOCDDL
-#
-# Debug configuration
-# Release configuration

+ 0 - 78
proj/netbeans/crown/nbproject/private/configurations.xml

@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="79">
-  <projectmakefile>Makefile</projectmakefile>
-  <confs>
-    <conf name="Debug" type="3">
-      <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <platform>2</platform>
-      </toolsSet>
-      <dbx_gdbdebugger version="1">
-        <gdb_pathmaps>
-        </gdb_pathmaps>
-        <gdb_interceptlist>
-          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
-        </gdb_interceptlist>
-        <gdb_options>
-          <DebugOptions>
-          </DebugOptions>
-        </gdb_options>
-        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
-      </dbx_gdbdebugger>
-      <gizmo_options version="3">
-        <configurationname>GizmoSimple</configurationname>
-      </gizmo_options>
-      <nativedebugger version="1">
-        <engine>gdb</engine>
-      </nativedebugger>
-      <runprofile version="9">
-        <runcommandpicklist>
-          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
-        </runcommandpicklist>
-        <runcommand>"${OUTPUT_PATH}"</runcommand>
-        <rundir></rundir>
-        <buildfirst>true</buildfirst>
-        <terminal-type>0</terminal-type>
-        <remove-instrumentation>0</remove-instrumentation>
-        <environment>
-        </environment>
-      </runprofile>
-    </conf>
-    <conf name="Release" type="3">
-      <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <platform>2</platform>
-      </toolsSet>
-      <dbx_gdbdebugger version="1">
-        <gdb_pathmaps>
-        </gdb_pathmaps>
-        <gdb_interceptlist>
-          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
-        </gdb_interceptlist>
-        <gdb_options>
-          <DebugOptions>
-          </DebugOptions>
-        </gdb_options>
-        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
-      </dbx_gdbdebugger>
-      <gizmo_options version="3">
-        <configurationname>GizmoSimple</configurationname>
-      </gizmo_options>
-      <nativedebugger version="1">
-        <engine>gdb</engine>
-      </nativedebugger>
-      <runprofile version="9">
-        <runcommandpicklist>
-          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
-        </runcommandpicklist>
-        <runcommand>"${OUTPUT_PATH}"</runcommand>
-        <rundir></rundir>
-        <buildfirst>true</buildfirst>
-        <terminal-type>0</terminal-type>
-        <remove-instrumentation>0</remove-instrumentation>
-        <environment>
-        </environment>
-      </runprofile>
-    </conf>
-  </confs>
-</configurationDescriptor>

+ 0 - 8
proj/netbeans/crown/nbproject/private/private.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
-    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
-        <activeConfTypeElem>3</activeConfTypeElem>
-        <activeConfIndexElem>0</activeConfIndexElem>
-    </data>
-    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
-</project-private>

+ 0 - 28
proj/netbeans/crown/nbproject/project.xml

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://www.netbeans.org/ns/project/1">
-    <type>org.netbeans.modules.cnd.makeproject</type>
-    <configuration>
-        <data xmlns="http://www.netbeans.org/ns/make-project/1">
-            <name>crown</name>
-            <make-project-type>0</make-project-type>
-            <c-extensions/>
-            <cpp-extensions>cpp</cpp-extensions>
-            <header-extensions>h</header-extensions>
-            <sourceEncoding>UTF-8</sourceEncoding>
-            <make-dep-projects/>
-            <sourceRootList>
-                <sourceRootElem>../../../src</sourceRootElem>
-            </sourceRootList>
-            <confList>
-                <confElem>
-                    <name>Debug</name>
-                    <type>3</type>
-                </confElem>
-                <confElem>
-                    <name>Release</name>
-                    <type>3</type>
-                </confElem>
-            </confList>
-        </data>
-    </configuration>
-</project>

+ 0 - 5
proj/netbeans/tests/.dep.inc

@@ -1,5 +0,0 @@
-# This code depends on make tool being used
-DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
-ifneq (${DEPFILES},)
-include ${DEPFILES}
-endif

+ 0 - 109
proj/netbeans/tests/Makefile

@@ -1,109 +0,0 @@
-#
-#  There exist several targets which are by default empty and which can be 
-#  used for execution of your targets. These targets are usually executed 
-#  before and after some main targets. They are: 
-#
-#     .build-pre:              called before 'build' target
-#     .build-post:             called after 'build' target
-#     .clean-pre:              called before 'clean' target
-#     .clean-post:             called after 'clean' target
-#     .clobber-pre:            called before 'clobber' target
-#     .clobber-post:           called after 'clobber' target
-#     .all-pre:                called before 'all' target
-#     .all-post:               called after 'all' target
-#     .help-pre:               called before 'help' target
-#     .help-post:              called after 'help' target
-#
-#  Targets beginning with '.' are not intended to be called on their own.
-#
-#  Main targets can be executed directly, and they are:
-#  
-#     build                    build a specific configuration
-#     clean                    remove built files from a configuration
-#     clobber                  remove all built files
-#     all                      build all configurations
-#     help                     print help mesage
-#  
-#  Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and
-#  .help-impl are implemented in nbproject/makefile-impl.mk.
-#
-#  Available make variables:
-#
-#     CND_BASEDIR                base directory for relative paths
-#     CND_DISTDIR                default top distribution directory (build artifacts)
-#     CND_BUILDDIR               default top build directory (object files, ...)
-#     CONF                       name of current configuration
-#     CND_PLATFORM_${CONF}       platform name (current configuration)
-#     CND_ARTIFACT_DIR_${CONF}   directory of build artifact (current configuration)
-#     CND_ARTIFACT_NAME_${CONF}  name of build artifact (current configuration)
-#     CND_ARTIFACT_PATH_${CONF}  path to build artifact (current configuration)
-#     CND_PACKAGE_DIR_${CONF}    directory of package (current configuration)
-#     CND_PACKAGE_NAME_${CONF}   name of package (current configuration)
-#     CND_PACKAGE_PATH_${CONF}   path to package (current configuration)
-#
-# NOCDDL
-
-
-# Environment 
-MKDIR=mkdir
-CP=cp
-CCADMIN=CCadmin
-RANLIB=ranlib
-
-
-# build
-build: .build-post
-
-.build-pre:
-# Add your pre 'build' code here...
-
-.build-post: .build-impl
-# Add your post 'build' code here...
-
-
-# clean
-clean: .clean-post
-
-.clean-pre:
-# Add your pre 'clean' code here...
-
-.clean-post: .clean-impl
-# Add your post 'clean' code here...
-
-
-# clobber
-clobber: .clobber-post
-
-.clobber-pre:
-# Add your pre 'clobber' code here...
-
-.clobber-post: .clobber-impl
-# Add your post 'clobber' code here...
-
-
-# all
-all: .all-post
-
-.all-pre:
-# Add your pre 'all' code here...
-
-.all-post: .all-impl
-# Add your post 'all' code here...
-
-
-# help
-help: .help-post
-
-.help-pre:
-# Add your pre 'help' code here...
-
-.help-post: .help-impl
-# Add your post 'help' code here...
-
-
-
-# include project implementation makefile
-include nbproject/Makefile-impl.mk
-
-# include project make variables
-include nbproject/Makefile-variables.mk

+ 0 - 89
proj/netbeans/tests/nbproject/Makefile-Debug.mk

@@ -1,89 +0,0 @@
-#
-# Generated Makefile - do not edit!
-#
-# Edit the Makefile in the project folder instead (../Makefile). Each target
-# has a -pre and a -post target defined where you can add customized code.
-#
-# This makefile implements configuration specific macros and targets.
-
-
-# Environment
-MKDIR=mkdir
-CP=cp
-GREP=grep
-NM=nm
-CCADMIN=CCadmin
-RANLIB=ranlib
-CC=gcc
-CCC=g++
-CXX=g++
-FC=gfortran
-AS=as
-
-# Macros
-CND_PLATFORM=GNU-Linux-x86
-CND_CONF=Debug
-CND_DISTDIR=dist
-CND_BUILDDIR=build
-
-# Include project Makefile
-include Makefile
-
-# Object Directory
-OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
-
-# Object Files
-OBJECTFILES= \
-	${OBJECTDIR}/_ext/1694839831/XWMLReader.o
-
-
-# C Compiler Flags
-CFLAGS=
-
-# CC Compiler Flags
-CCFLAGS=-ansi -W -Wall -Wextra -pedantic -Wno-long-long
-CXXFLAGS=-ansi -W -Wall -Wextra -pedantic -Wno-long-long
-
-# Fortran Compiler Flags
-FFLAGS=
-
-# Assembler Flags
-ASFLAGS=
-
-# Link Libraries and Options
-LDLIBSOPTIONS=../crown/dist/Debug/GNU-Linux-x86/libcrown.a -lGL -lX11 -lGLEW -lXrandr -lfreetype
-
-# Build Targets
-.build-conf: ${BUILD_SUBPROJECTS}
-	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests
-
-${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests: ../crown/dist/Debug/GNU-Linux-x86/libcrown.a
-
-${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests: ${OBJECTFILES}
-	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
-	${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests ${OBJECTFILES} ${LDLIBSOPTIONS} 
-
-${OBJECTDIR}/_ext/1694839831/XWMLReader.o: ../../../src/tests/xwmlreader/XWMLReader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1694839831
-	${RM} [email protected]
-	$(COMPILE.cc) -g -I../../../src/tests -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -I../../../src/windowing/toolbox -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1694839831/XWMLReader.o ../../../src/tests/xwmlreader/XWMLReader.cpp
-
-# Subprojects
-.build-subprojects:
-	cd ../crown && ${MAKE}  -f Makefile CONF=Debug
-	cd ../crown && ${MAKE}  -f Makefile CONF=Debug
-
-# Clean Targets
-.clean-conf: ${CLEAN_SUBPROJECTS}
-	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
-	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests
-
-# Subprojects
-.clean-subprojects:
-	cd ../crown && ${MAKE}  -f Makefile CONF=Debug clean
-	cd ../crown && ${MAKE}  -f Makefile CONF=Debug clean
-
-# Enable dependency checking
-.dep.inc: .depcheck-impl
-
-include .dep.inc

+ 0 - 87
proj/netbeans/tests/nbproject/Makefile-Release.mk

@@ -1,87 +0,0 @@
-#
-# Generated Makefile - do not edit!
-#
-# Edit the Makefile in the project folder instead (../Makefile). Each target
-# has a -pre and a -post target defined where you can add customized code.
-#
-# This makefile implements configuration specific macros and targets.
-
-
-# Environment
-MKDIR=mkdir
-CP=cp
-GREP=grep
-NM=nm
-CCADMIN=CCadmin
-RANLIB=ranlib
-CC=gcc
-CCC=g++
-CXX=g++
-FC=gfortran
-AS=as
-
-# Macros
-CND_PLATFORM=GNU-Linux-x86
-CND_CONF=Release
-CND_DISTDIR=dist
-CND_BUILDDIR=build
-
-# Include project Makefile
-include Makefile
-
-# Object Directory
-OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
-
-# Object Files
-OBJECTFILES= \
-	${OBJECTDIR}/_ext/1694839831/XWMLReader.o
-
-
-# C Compiler Flags
-CFLAGS=
-
-# CC Compiler Flags
-CCFLAGS=-ansi -W -Wall -Wextra -pedantic -Wno-long-long
-CXXFLAGS=-ansi -W -Wall -Wextra -pedantic -Wno-long-long
-
-# Fortran Compiler Flags
-FFLAGS=
-
-# Assembler Flags
-ASFLAGS=
-
-# Link Libraries and Options
-LDLIBSOPTIONS=-lGL -lX11 -lGLEW -lXrandr ../crown/dist/Release/GNU-Linux-x86/libcrown.a -lfreetype
-
-# Build Targets
-.build-conf: ${BUILD_SUBPROJECTS}
-	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests
-
-${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests: ../crown/dist/Release/GNU-Linux-x86/libcrown.a
-
-${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests: ${OBJECTFILES}
-	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
-	${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests ${OBJECTFILES} ${LDLIBSOPTIONS} 
-
-${OBJECTDIR}/_ext/1694839831/XWMLReader.o: ../../../src/tests/xwmlreader/XWMLReader.cpp 
-	${MKDIR} -p ${OBJECTDIR}/_ext/1694839831
-	${RM} [email protected]
-	$(COMPILE.cc) -O2 -I../../../src/windowing/toolbox -I../../../src/core/math -I../../../src/core/mem -I../../../src/core -I../../../src/renderers/gl -I../../../src/renderers/gl/glx -I../../../src/renderers/gl/wgl -I../../../src/windowing -I../../../src/core/bv -I../../../src/windowing/layouts -I../../../src -I/usr/include/freetype2 -I../../../src/windowing/themes -I../../../src/core/containers -I../../../src/filesystem -I../../../src/core/streams -I../../../src/loaders -I../../../src/windowing/templates -MMD -MP -MF [email protected] -o ${OBJECTDIR}/_ext/1694839831/XWMLReader.o ../../../src/tests/xwmlreader/XWMLReader.cpp
-
-# Subprojects
-.build-subprojects:
-	cd ../crown && ${MAKE}  -f Makefile CONF=Release
-
-# Clean Targets
-.clean-conf: ${CLEAN_SUBPROJECTS}
-	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
-	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests
-
-# Subprojects
-.clean-subprojects:
-	cd ../crown && ${MAKE}  -f Makefile CONF=Release clean
-
-# Enable dependency checking
-.dep.inc: .depcheck-impl
-
-include .dep.inc

+ 0 - 133
proj/netbeans/tests/nbproject/Makefile-impl.mk

@@ -1,133 +0,0 @@
-# 
-# Generated Makefile - do not edit! 
-# 
-# Edit the Makefile in the project folder instead (../Makefile). Each target
-# has a pre- and a post- target defined where you can add customization code.
-#
-# This makefile implements macros and targets common to all configurations.
-#
-# NOCDDL
-
-
-# Building and Cleaning subprojects are done by default, but can be controlled with the SUB
-# macro. If SUB=no, subprojects will not be built or cleaned. The following macro
-# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf
-# and .clean-reqprojects-conf unless SUB has the value 'no'
-SUB_no=NO
-SUBPROJECTS=${SUB_${SUB}}
-BUILD_SUBPROJECTS_=.build-subprojects
-BUILD_SUBPROJECTS_NO=
-BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}}
-CLEAN_SUBPROJECTS_=.clean-subprojects
-CLEAN_SUBPROJECTS_NO=
-CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
-
-
-# Project Name
-PROJECTNAME=tests
-
-# Active Configuration
-DEFAULTCONF=Debug
-CONF=${DEFAULTCONF}
-
-# All Configurations
-ALLCONFS=Debug Release 
-
-
-# build
-.build-impl: .build-pre .validate-impl .depcheck-impl
-	@#echo "=> Running $@... Configuration=$(CONF)"
-	"${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
-
-
-# clean
-.clean-impl: .clean-pre .validate-impl .depcheck-impl
-	@#echo "=> Running $@... Configuration=$(CONF)"
-	"${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
-
-
-# clobber 
-.clobber-impl: .clobber-pre .depcheck-impl
-	@#echo "=> Running $@..."
-	for CONF in ${ALLCONFS}; \
-	do \
-	    "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
-	done
-
-# all 
-.all-impl: .all-pre .depcheck-impl
-	@#echo "=> Running $@..."
-	for CONF in ${ALLCONFS}; \
-	do \
-	    "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
-	done
-
-# build tests
-.build-tests-impl: .build-impl .build-tests-pre
-	@#echo "=> Running $@... Configuration=$(CONF)"
-	"${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
-
-# run tests
-.test-impl: .build-tests-impl .test-pre
-	@#echo "=> Running $@... Configuration=$(CONF)"
-	"${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
-
-# dependency checking support
-.depcheck-impl:
-	@echo "# This code depends on make tool being used" >.dep.inc
-	@if [ -n "${MAKE_VERSION}" ]; then \
-	    echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \
-	    echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \
-	    echo "include \$${DEPFILES}" >>.dep.inc; \
-	    echo "endif" >>.dep.inc; \
-	else \
-	    echo ".KEEP_STATE:" >>.dep.inc; \
-	    echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \
-	fi
-
-# configuration validation
-.validate-impl:
-	@if [ ! -f nbproject/Makefile-${CONF}.mk ]; \
-	then \
-	    echo ""; \
-	    echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \
-	    echo "See 'make help' for details."; \
-	    echo "Current directory: " `pwd`; \
-	    echo ""; \
-	fi
-	@if [ ! -f nbproject/Makefile-${CONF}.mk ]; \
-	then \
-	    exit 1; \
-	fi
-
-
-# help
-.help-impl: .help-pre
-	@echo "This makefile supports the following configurations:"
-	@echo "    ${ALLCONFS}"
-	@echo ""
-	@echo "and the following targets:"
-	@echo "    build  (default target)"
-	@echo "    clean"
-	@echo "    clobber"
-	@echo "    all"
-	@echo "    help"
-	@echo ""
-	@echo "Makefile Usage:"
-	@echo "    make [CONF=<CONFIGURATION>] [SUB=no] build"
-	@echo "    make [CONF=<CONFIGURATION>] [SUB=no] clean"
-	@echo "    make [SUB=no] clobber"
-	@echo "    make [SUB=no] all"
-	@echo "    make help"
-	@echo ""
-	@echo "Target 'build' will build a specific configuration and, unless 'SUB=no',"
-	@echo "    also build subprojects."
-	@echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no',"
-	@echo "    also clean subprojects."
-	@echo "Target 'clobber' will remove all built files from all configurations and,"
-	@echo "    unless 'SUB=no', also from subprojects."
-	@echo "Target 'all' will will build all configurations and, unless 'SUB=no',"
-	@echo "    also build subprojects."
-	@echo "Target 'help' prints this message."
-	@echo ""
-

+ 0 - 35
proj/netbeans/tests/nbproject/Makefile-variables.mk

@@ -1,35 +0,0 @@
-#
-# Generated - do not edit!
-#
-# NOCDDL
-#
-CND_BASEDIR=`pwd`
-CND_BUILDDIR=build
-CND_DISTDIR=dist
-# Debug configuration
-CND_PLATFORM_Debug=GNU-Linux-x86
-CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux-x86
-CND_ARTIFACT_NAME_Debug=tests
-CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux-x86/tests
-CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux-x86/package
-CND_PACKAGE_NAME_Debug=tests.tar
-CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux-x86/package/tests.tar
-# Release configuration
-CND_PLATFORM_Release=GNU-Linux-x86
-CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux-x86
-CND_ARTIFACT_NAME_Release=tests
-CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux-x86/tests
-CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux-x86/package
-CND_PACKAGE_NAME_Release=tests.tar
-CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux-x86/package/tests.tar
-#
-# include compiler specific variables
-#
-# dmake command
-ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
-	(mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
-#
-# gmake command
-.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
-#
-include nbproject/private/Makefile-variables.mk

+ 0 - 75
proj/netbeans/tests/nbproject/Package-Debug.bash

@@ -1,75 +0,0 @@
-#!/bin/bash -x
-
-#
-# Generated - do not edit!
-#
-
-# Macros
-TOP=`pwd`
-CND_PLATFORM=GNU-Linux-x86
-CND_CONF=Debug
-CND_DISTDIR=dist
-CND_BUILDDIR=build
-NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
-TMPDIRNAME=tmp-packaging
-OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests
-OUTPUT_BASENAME=tests
-PACKAGE_TOP_DIR=tests/
-
-# Functions
-function checkReturnCode
-{
-    rc=$?
-    if [ $rc != 0 ]
-    then
-        exit $rc
-    fi
-}
-function makeDirectory
-# $1 directory path
-# $2 permission (optional)
-{
-    mkdir -p "$1"
-    checkReturnCode
-    if [ "$2" != "" ]
-    then
-      chmod $2 "$1"
-      checkReturnCode
-    fi
-}
-function copyFileToTmpDir
-# $1 from-file path
-# $2 to-file path
-# $3 permission
-{
-    cp "$1" "$2"
-    checkReturnCode
-    if [ "$3" != "" ]
-    then
-        chmod $3 "$2"
-        checkReturnCode
-    fi
-}
-
-# Setup
-cd "${TOP}"
-mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${NBTMPDIR}
-mkdir -p ${NBTMPDIR}
-
-# Copy files and create directories and links
-cd "${TOP}"
-makeDirectory "${NBTMPDIR}/tests/bin"
-copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
-
-
-# Generate tar file
-cd "${TOP}"
-rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/tests.tar
-cd ${NBTMPDIR}
-tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/tests.tar *
-checkReturnCode
-
-# Cleanup
-cd "${TOP}"
-rm -rf ${NBTMPDIR}

+ 0 - 75
proj/netbeans/tests/nbproject/Package-Release.bash

@@ -1,75 +0,0 @@
-#!/bin/bash -x
-
-#
-# Generated - do not edit!
-#
-
-# Macros
-TOP=`pwd`
-CND_PLATFORM=GNU-Linux-x86
-CND_CONF=Release
-CND_DISTDIR=dist
-CND_BUILDDIR=build
-NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
-TMPDIRNAME=tmp-packaging
-OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/tests
-OUTPUT_BASENAME=tests
-PACKAGE_TOP_DIR=tests/
-
-# Functions
-function checkReturnCode
-{
-    rc=$?
-    if [ $rc != 0 ]
-    then
-        exit $rc
-    fi
-}
-function makeDirectory
-# $1 directory path
-# $2 permission (optional)
-{
-    mkdir -p "$1"
-    checkReturnCode
-    if [ "$2" != "" ]
-    then
-      chmod $2 "$1"
-      checkReturnCode
-    fi
-}
-function copyFileToTmpDir
-# $1 from-file path
-# $2 to-file path
-# $3 permission
-{
-    cp "$1" "$2"
-    checkReturnCode
-    if [ "$3" != "" ]
-    then
-        chmod $3 "$2"
-        checkReturnCode
-    fi
-}
-
-# Setup
-cd "${TOP}"
-mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${NBTMPDIR}
-mkdir -p ${NBTMPDIR}
-
-# Copy files and create directories and links
-cd "${TOP}"
-makeDirectory "${NBTMPDIR}/tests/bin"
-copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
-
-
-# Generate tar file
-cd "${TOP}"
-rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/tests.tar
-cd ${NBTMPDIR}
-tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/tests.tar *
-checkReturnCode
-
-# Cleanup
-cd "${TOP}"
-rm -rf ${NBTMPDIR}

+ 0 - 155
proj/netbeans/tests/nbproject/configurations.xml

@@ -1,155 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="79">
-  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
-    <logicalFolder name="HeaderFiles"
-                   displayName="Header Files"
-                   projectFiles="true">
-      <itemPath>../../../src/tests/TestApp.h</itemPath>
-      <itemPath>../../../src/tests/TestScene.h</itemPath>
-    </logicalFolder>
-    <logicalFolder name="ResourceFiles"
-                   displayName="Resource Files"
-                   projectFiles="true">
-    </logicalFolder>
-    <logicalFolder name="SourceFiles"
-                   displayName="Source Files"
-                   projectFiles="true">
-      <itemPath>../../../src/tests/xwmlreader/XWMLReader.cpp</itemPath>
-    </logicalFolder>
-    <logicalFolder name="ExternalFiles"
-                   displayName="Important Files"
-                   projectFiles="false">
-      <itemPath>Makefile</itemPath>
-    </logicalFolder>
-  </logicalFolder>
-  <sourceRootList>
-    <Elem>../../../src</Elem>
-  </sourceRootList>
-  <projectmakefile>Makefile</projectmakefile>
-  <confs>
-    <conf name="Debug" type="1">
-      <toolsSet>
-        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
-        <compilerSet>GNU|GNU</compilerSet>
-      </toolsSet>
-      <compileType>
-        <ccTool>
-          <incDir>
-            <pElem>../../../src/tests</pElem>
-            <pElem>../../../src/core/math</pElem>
-            <pElem>../../../src/core/mem</pElem>
-            <pElem>../../../src/core</pElem>
-            <pElem>../../../src/renderers/gl</pElem>
-            <pElem>../../../src/renderers/gl/glx</pElem>
-            <pElem>../../../src/renderers/gl/wgl</pElem>
-            <pElem>../../../src/windowing</pElem>
-            <pElem>../../../src/core/bv</pElem>
-            <pElem>../../../src/windowing/layouts</pElem>
-            <pElem>../../../src</pElem>
-            <pElem>/usr/include/freetype2</pElem>
-            <pElem>../../../src/windowing/themes</pElem>
-            <pElem>../../../src/core/containers</pElem>
-            <pElem>../../../src/filesystem</pElem>
-            <pElem>../../../src/core/streams</pElem>
-            <pElem>../../../src/loaders</pElem>
-            <pElem>../../../src/windowing/templates</pElem>
-            <pElem>../../../src/windowing/toolbox</pElem>
-          </incDir>
-          <commandLine>-ansi -W -Wall -Wextra -pedantic -Wno-long-long</commandLine>
-        </ccTool>
-        <linkerTool>
-          <linkerLibItems>
-            <linkerLibProjectItem>
-              <makeArtifact PL="../crown"
-                            CT="3"
-                            CN="Debug"
-                            AC="true"
-                            BL="true"
-                            WD="../crown"
-                            BC="${MAKE}  -f Makefile CONF=Debug"
-                            CC="${MAKE}  -f Makefile CONF=Debug clean"
-                            OP="dist/Debug/GNU-Linux-x86/libcrown.a">
-              </makeArtifact>
-            </linkerLibProjectItem>
-            <linkerLibLibItem>GL</linkerLibLibItem>
-            <linkerLibLibItem>X11</linkerLibLibItem>
-            <linkerLibLibItem>GLEW</linkerLibLibItem>
-            <linkerLibLibItem>Xrandr</linkerLibLibItem>
-            <linkerLibLibItem>freetype</linkerLibLibItem>
-          </linkerLibItems>
-        </linkerTool>
-        <requiredProjects>
-          <makeArtifact PL="../crown"
-                        CT="3"
-                        CN="Debug"
-                        AC="true"
-                        BL="true"
-                        WD="../crown"
-                        BC="${MAKE}  -f Makefile CONF=Debug"
-                        CC="${MAKE}  -f Makefile CONF=Debug clean"
-                        OP="dist/Debug/GNU-Linux-x86/libcrown.a">
-          </makeArtifact>
-        </requiredProjects>
-      </compileType>
-    </conf>
-    <conf name="Release" type="1">
-      <toolsSet>
-        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
-        <compilerSet>GNU|GNU</compilerSet>
-      </toolsSet>
-      <compileType>
-        <cTool>
-          <developmentMode>5</developmentMode>
-        </cTool>
-        <ccTool>
-          <developmentMode>5</developmentMode>
-          <incDir>
-            <pElem>../../../src/windowing/toolbox</pElem>
-            <pElem>../../../src/core/math</pElem>
-            <pElem>../../../src/core/mem</pElem>
-            <pElem>../../../src/core</pElem>
-            <pElem>../../../src/renderers/gl</pElem>
-            <pElem>../../../src/renderers/gl/glx</pElem>
-            <pElem>../../../src/renderers/gl/wgl</pElem>
-            <pElem>../../../src/windowing</pElem>
-            <pElem>../../../src/core/bv</pElem>
-            <pElem>../../../src/windowing/layouts</pElem>
-            <pElem>../../../src</pElem>
-            <pElem>/usr/include/freetype2</pElem>
-            <pElem>../../../src/windowing/themes</pElem>
-            <pElem>../../../src/core/containers</pElem>
-            <pElem>../../../src/filesystem</pElem>
-            <pElem>../../../src/core/streams</pElem>
-            <pElem>../../../src/loaders</pElem>
-            <pElem>../../../src/windowing/templates</pElem>
-          </incDir>
-          <commandLine>-ansi -W -Wall -Wextra -pedantic -Wno-long-long</commandLine>
-        </ccTool>
-        <fortranCompilerTool>
-          <developmentMode>5</developmentMode>
-        </fortranCompilerTool>
-        <linkerTool>
-          <linkerLibItems>
-            <linkerLibLibItem>GL</linkerLibLibItem>
-            <linkerLibLibItem>X11</linkerLibLibItem>
-            <linkerLibLibItem>GLEW</linkerLibLibItem>
-            <linkerLibLibItem>Xrandr</linkerLibLibItem>
-            <linkerLibProjectItem>
-              <makeArtifact PL="../crown"
-                            CT="3"
-                            CN="Release"
-                            AC="true"
-                            BL="true"
-                            WD="../crown"
-                            BC="${MAKE}  -f Makefile CONF=Release"
-                            CC="${MAKE}  -f Makefile CONF=Release clean"
-                            OP="dist/Release/GNU-Linux-x86/libcrown.a">
-              </makeArtifact>
-            </linkerLibProjectItem>
-            <linkerLibLibItem>freetype</linkerLibLibItem>
-          </linkerLibItems>
-        </linkerTool>
-      </compileType>
-    </conf>
-  </confs>
-</configurationDescriptor>

+ 0 - 7
proj/netbeans/tests/nbproject/private/Makefile-variables.mk

@@ -1,7 +0,0 @@
-#
-# Generated - do not edit!
-#
-# NOCDDL
-#
-# Debug configuration
-# Release configuration

+ 0 - 78
proj/netbeans/tests/nbproject/private/configurations.xml

@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="79">
-  <projectmakefile>Makefile</projectmakefile>
-  <confs>
-    <conf name="Debug" type="1">
-      <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <platform>2</platform>
-      </toolsSet>
-      <dbx_gdbdebugger version="1">
-        <gdb_pathmaps>
-        </gdb_pathmaps>
-        <gdb_interceptlist>
-          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
-        </gdb_interceptlist>
-        <gdb_options>
-          <DebugOptions>
-          </DebugOptions>
-        </gdb_options>
-        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
-      </dbx_gdbdebugger>
-      <gizmo_options version="3">
-        <configurationname>GizmoSimple</configurationname>
-      </gizmo_options>
-      <nativedebugger version="1">
-        <engine>gdb</engine>
-      </nativedebugger>
-      <runprofile version="9">
-        <runcommandpicklist>
-          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
-        </runcommandpicklist>
-        <runcommand>"${OUTPUT_PATH}"</runcommand>
-        <rundir>../../../src/tests/xwmlreader</rundir>
-        <buildfirst>true</buildfirst>
-        <terminal-type>0</terminal-type>
-        <remove-instrumentation>0</remove-instrumentation>
-        <environment>
-        </environment>
-      </runprofile>
-    </conf>
-    <conf name="Release" type="1">
-      <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <platform>2</platform>
-      </toolsSet>
-      <dbx_gdbdebugger version="1">
-        <gdb_pathmaps>
-        </gdb_pathmaps>
-        <gdb_interceptlist>
-          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
-        </gdb_interceptlist>
-        <gdb_options>
-          <DebugOptions>
-          </DebugOptions>
-        </gdb_options>
-        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
-      </dbx_gdbdebugger>
-      <gizmo_options version="3">
-        <configurationname>GizmoSimple</configurationname>
-      </gizmo_options>
-      <nativedebugger version="1">
-        <engine>gdb</engine>
-      </nativedebugger>
-      <runprofile version="9">
-        <runcommandpicklist>
-          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
-        </runcommandpicklist>
-        <runcommand>"${OUTPUT_PATH}"</runcommand>
-        <rundir></rundir>
-        <buildfirst>true</buildfirst>
-        <terminal-type>0</terminal-type>
-        <remove-instrumentation>0</remove-instrumentation>
-        <environment>
-        </environment>
-      </runprofile>
-    </conf>
-  </confs>
-</configurationDescriptor>

+ 0 - 8
proj/netbeans/tests/nbproject/private/private.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
-    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
-        <activeConfTypeElem>1</activeConfTypeElem>
-        <activeConfIndexElem>0</activeConfIndexElem>
-    </data>
-    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
-</project-private>

+ 0 - 0
proj/netbeans/tests/nbproject/project.properties


+ 0 - 30
proj/netbeans/tests/nbproject/project.xml

@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://www.netbeans.org/ns/project/1">
-    <type>org.netbeans.modules.cnd.makeproject</type>
-    <configuration>
-        <data xmlns="http://www.netbeans.org/ns/make-project/1">
-            <name>tests</name>
-            <make-project-type>0</make-project-type>
-            <c-extensions/>
-            <cpp-extensions>cpp</cpp-extensions>
-            <header-extensions>h</header-extensions>
-            <sourceEncoding>UTF-8</sourceEncoding>
-            <make-dep-projects>
-                <make-dep-project>../crown</make-dep-project>
-            </make-dep-projects>
-            <sourceRootList>
-                <sourceRootElem>../../../src</sourceRootElem>
-            </sourceRootList>
-            <confList>
-                <confElem>
-                    <name>Debug</name>
-                    <type>1</type>
-                </confElem>
-                <confElem>
-                    <name>Release</name>
-                    <type>1</type>
-                </confElem>
-            </confList>
-        </data>
-    </configuration>
-</project>

Некоторые файлы не были показаны из-за большого количества измененных файлов