From 52c6ccf5f5dc7e6943e7291c781d9113e3b462e7 Mon Sep 17 00:00:00 2001 From: Maxime Curioni Date: Tue, 9 Sep 2008 15:41:40 +0000 Subject: soc-2008-mxcurioni: file cleanup (swig, extgl, pbuffer, python...) --- .../freestyle/intern/scene_graph/scene_graph.pro | 86 ---------------------- .../blender/freestyle/intern/scene_graph/src.pri | 41 ----------- 2 files changed, 127 deletions(-) delete mode 100755 source/blender/freestyle/intern/scene_graph/scene_graph.pro delete mode 100755 source/blender/freestyle/intern/scene_graph/src.pri (limited to 'source/blender/freestyle/intern/scene_graph') diff --git a/source/blender/freestyle/intern/scene_graph/scene_graph.pro b/source/blender/freestyle/intern/scene_graph/scene_graph.pro deleted file mode 100755 index 5736104a597..00000000000 --- a/source/blender/freestyle/intern/scene_graph/scene_graph.pro +++ /dev/null @@ -1,86 +0,0 @@ -# This file should be viewed as a -*- mode: Makefile -*- - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# W A R N I N G ! ! ! # -# a u t h o r i z e d p e r s o n a l o n l y # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - -include(../Config.pri) - -TEMPLATE = lib - -TARGET = $${LIB_SCENE_GRAPH} -VERSION = $${APPVERSION} -TARGET_VERSION_EXT = $${APPVERSION_MAJ}.$${APPVERSION_MID} - -# -# CONFIG -# -####################################### - -CONFIG *= dll 3ds$${LIB3DS_VERSION_MAJ}.$${LIB3DS_VERSION_MIN} - - -exists (../libconfig.pri) { - include (../libconfig.pri) -} -# -# DEFINES -# -####################################### - -win32:DEFINES *= MAKE_LIB_SCENE_GRAPH_DLL - -# -# INCLUDE PATH -# -####################################### - -#INCLUDEPATH *= ../geometry ../system - -# -# BUILD DIRECTORIES -# -####################################### - -BUILD_DIR = ../../build - -OBJECTS_DIR = $${BUILD_DIR}/$${REL_OBJECTS_DIR} -!win32:DESTDIR = $${BUILD_DIR}/$${REL_DESTDIR}/lib -win32:DESTDIR = $${BUILD_DIR}/$${REL_DESTDIR} - -# -# LIBS -# -####################################### - -win32:LIBS *= $${DESTDIR}/$${LIB_GEOMETRY}$${LIBVERSION}.lib \ - $${DESTDIR}/$${LIB_SYSTEM}$${LIBVERSION}.lib -!win32 { - lib_bundle { - LIBS += -F$${DESTDIR} -framework $${LIB_GEOMETRY} \ - -framework $${LIB_SYSTEM} - } else { - LIBS *= -L$${DESTDIR}/ -l$${LIB_GEOMETRY} -l$${LIB_SYSTEM} - } -} - -# -# INSTALL -# -####################################### - -LIB_DIR = ../../lib -# install library -target.path = $$LIB_DIR -# "make install" configuration options -INSTALLS += target - -# -# SOURCES & HEADERS -# -####################################### - -!static { - include(src.pri) -} diff --git a/source/blender/freestyle/intern/scene_graph/src.pri b/source/blender/freestyle/intern/scene_graph/src.pri deleted file mode 100755 index 994db200812..00000000000 --- a/source/blender/freestyle/intern/scene_graph/src.pri +++ /dev/null @@ -1,41 +0,0 @@ -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# W A R N I N G ! ! ! # -# a u t h o r i z e d p e r s o n a l o n l y # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - -SCENE_GRAPH_DIR = ../scene_graph - -SOURCES *= $${SCENE_GRAPH_DIR}/IndexedFaceSet.cpp \ - $${SCENE_GRAPH_DIR}/LineRep.cpp \ - $${SCENE_GRAPH_DIR}/MaxFileLoader.cpp \ - $${SCENE_GRAPH_DIR}/NodeCamera.cpp \ - $${SCENE_GRAPH_DIR}/NodeDrawingStyle.cpp \ - $${SCENE_GRAPH_DIR}/NodeGroup.cpp \ - $${SCENE_GRAPH_DIR}/NodeLight.cpp \ - $${SCENE_GRAPH_DIR}/NodeShape.cpp \ - $${SCENE_GRAPH_DIR}/NodeTransform.cpp \ - $${SCENE_GRAPH_DIR}/OrientedLineRep.cpp \ - $${SCENE_GRAPH_DIR}/ScenePrettyPrinter.cpp \ - $${SCENE_GRAPH_DIR}/TriangleRep.cpp \ - $${SCENE_GRAPH_DIR}/VertexRep.cpp \ - $${SCENE_GRAPH_DIR}/Rep.cpp \ - $${SCENE_GRAPH_DIR}/SceneVisitor.cpp - -HEADERS *= $${SCENE_GRAPH_DIR}/DrawingStyle.h \ - $${SCENE_GRAPH_DIR}/IndexedFaceSet.h \ - $${SCENE_GRAPH_DIR}/LineRep.h \ - $${SCENE_GRAPH_DIR}/Material.h \ - $${SCENE_GRAPH_DIR}/MaxFileLoader.h \ - $${SCENE_GRAPH_DIR}/Node.h \ - $${SCENE_GRAPH_DIR}/NodeCamera.h \ - $${SCENE_GRAPH_DIR}/NodeDrawingStyle.h \ - $${SCENE_GRAPH_DIR}/NodeGroup.h \ - $${SCENE_GRAPH_DIR}/NodeLight.h \ - $${SCENE_GRAPH_DIR}/NodeShape.h \ - $${SCENE_GRAPH_DIR}/NodeTransform.h \ - $${SCENE_GRAPH_DIR}/OrientedLineRep.h \ - $${SCENE_GRAPH_DIR}/Rep.h \ - $${SCENE_GRAPH_DIR}/ScenePrettyPrinter.h \ - $${SCENE_GRAPH_DIR}/SceneVisitor.h \ - $${SCENE_GRAPH_DIR}/TriangleRep.h \ - $${SCENE_GRAPH_DIR}/VertexRep.h -- cgit v1.2.3