From 0a4c1dc2066fe32bdb7fc9aa519522d236967711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 28 Apr 2015 11:35:09 +0000 Subject: [PATCH] Get rid of the old ACGMakeFiles git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1253 fdac6126-5c0c-442c-9429-916003d36597 --- ACGMakefile | 17 --------- Doc/ACGMakefile | 28 -------------- Doc/Tutorial/01-build_cube/ACGMakefile | 24 ------------ Doc/Tutorial/02-iterators/ACGMakefile | 24 ------------ Doc/Tutorial/03-properties/ACGMakefile | 24 ------------ Doc/Tutorial/04-stl_algorithms/ACGMakefile | 24 ------------ Doc/Tutorial/05-std_properties/ACGMakefile | 24 ------------ Doc/Tutorial/06-attributes/ACGMakefile | 24 ------------ Doc/Tutorial/07-traits/ACGMakefile | 24 ------------ Doc/Tutorial/08-io_options/ACGMakefile | 24 ------------ Doc/Tutorial/09-persistence/ACGMakefile | 24 ------------ Doc/Tutorial/ACGMakefile | 17 --------- src/OpenMesh/ACGMakefile | 17 --------- src/OpenMesh/ACGMakefile.proj | 7 ---- src/OpenMesh/Apps/ProgViewer/ACGMakefile | 18 --------- .../Apps/Unsupported/IvViewer/ACGMakefile | 37 ------------------- .../Apps/Unsupported/OsgViewer/ACGMakefile | 21 ----------- .../Unsupported/Streaming-qt4/ACGMakefile | 16 -------- .../Streaming-qt4/Client/ACGMakefile | 19 ---------- .../Streaming-qt4/Server/ACGMakefile | 18 --------- .../Apps/Unsupported/Streaming/ACGMakefile | 16 -------- .../Unsupported/Streaming/Client/ACGMakefile | 19 ---------- .../Unsupported/Streaming/Server/ACGMakefile | 18 --------- src/OpenMesh/Core/ACGMakefile | 19 ---------- src/OpenMesh/Core/Geometry/ACGMakefile | 17 --------- src/OpenMesh/Core/IO/ACGMakefile | 17 --------- src/OpenMesh/Core/IO/exporter/ACGMakefile | 17 --------- src/OpenMesh/Core/IO/importer/ACGMakefile | 17 --------- src/OpenMesh/Core/IO/reader/ACGMakefile | 17 --------- src/OpenMesh/Core/IO/writer/ACGMakefile | 17 --------- src/OpenMesh/Core/Mesh/ACGMakefile | 17 --------- src/OpenMesh/Core/System/ACGMakefile | 17 --------- src/OpenMesh/Core/Utils/ACGMakefile | 17 --------- src/OpenMesh/Tools/ACGMakefile | 19 ---------- src/OpenMesh/Tools/Decimater/ACGMakefile | 17 --------- src/OpenMesh/Tools/Kernel_OSG/ACGMakefile | 17 --------- src/OpenMesh/Tools/Subdivider/ACGMakefile | 17 --------- .../Tools/Subdivider/Adaptive/ACGMakefile | 17 --------- .../Subdivider/Adaptive/Composite/ACGMakefile | 17 --------- .../Tools/Subdivider/Uniform/ACGMakefile | 17 --------- .../Subdivider/Uniform/Composite/ACGMakefile | 17 --------- src/OpenMesh/Tools/Utils/ACGMakefile | 17 --------- src/OpenMesh/Tools/VDPM/ACGMakefile | 18 --------- 43 files changed, 829 deletions(-) delete mode 100644 ACGMakefile delete mode 100644 Doc/ACGMakefile delete mode 100644 Doc/Tutorial/01-build_cube/ACGMakefile delete mode 100644 Doc/Tutorial/02-iterators/ACGMakefile delete mode 100644 Doc/Tutorial/03-properties/ACGMakefile delete mode 100644 Doc/Tutorial/04-stl_algorithms/ACGMakefile delete mode 100644 Doc/Tutorial/05-std_properties/ACGMakefile delete mode 100644 Doc/Tutorial/06-attributes/ACGMakefile delete mode 100644 Doc/Tutorial/07-traits/ACGMakefile delete mode 100644 Doc/Tutorial/08-io_options/ACGMakefile delete mode 100644 Doc/Tutorial/09-persistence/ACGMakefile delete mode 100644 Doc/Tutorial/ACGMakefile delete mode 100644 src/OpenMesh/ACGMakefile delete mode 100644 src/OpenMesh/ACGMakefile.proj delete mode 100644 src/OpenMesh/Apps/ProgViewer/ACGMakefile delete mode 100644 src/OpenMesh/Apps/Unsupported/IvViewer/ACGMakefile delete mode 100644 src/OpenMesh/Apps/Unsupported/OsgViewer/ACGMakefile delete mode 100644 src/OpenMesh/Apps/Unsupported/Streaming-qt4/ACGMakefile delete mode 100644 src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/ACGMakefile delete mode 100644 src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ACGMakefile delete mode 100644 src/OpenMesh/Apps/Unsupported/Streaming/ACGMakefile delete mode 100644 src/OpenMesh/Apps/Unsupported/Streaming/Client/ACGMakefile delete mode 100644 src/OpenMesh/Apps/Unsupported/Streaming/Server/ACGMakefile delete mode 100644 src/OpenMesh/Core/ACGMakefile delete mode 100644 src/OpenMesh/Core/Geometry/ACGMakefile delete mode 100644 src/OpenMesh/Core/IO/ACGMakefile delete mode 100644 src/OpenMesh/Core/IO/exporter/ACGMakefile delete mode 100644 src/OpenMesh/Core/IO/importer/ACGMakefile delete mode 100644 src/OpenMesh/Core/IO/reader/ACGMakefile delete mode 100644 src/OpenMesh/Core/IO/writer/ACGMakefile delete mode 100644 src/OpenMesh/Core/Mesh/ACGMakefile delete mode 100644 src/OpenMesh/Core/System/ACGMakefile delete mode 100644 src/OpenMesh/Core/Utils/ACGMakefile delete mode 100644 src/OpenMesh/Tools/ACGMakefile delete mode 100644 src/OpenMesh/Tools/Decimater/ACGMakefile delete mode 100644 src/OpenMesh/Tools/Kernel_OSG/ACGMakefile delete mode 100644 src/OpenMesh/Tools/Subdivider/ACGMakefile delete mode 100644 src/OpenMesh/Tools/Subdivider/Adaptive/ACGMakefile delete mode 100644 src/OpenMesh/Tools/Subdivider/Adaptive/Composite/ACGMakefile delete mode 100644 src/OpenMesh/Tools/Subdivider/Uniform/ACGMakefile delete mode 100644 src/OpenMesh/Tools/Subdivider/Uniform/Composite/ACGMakefile delete mode 100644 src/OpenMesh/Tools/Utils/ACGMakefile delete mode 100644 src/OpenMesh/Tools/VDPM/ACGMakefile diff --git a/ACGMakefile b/ACGMakefile deleted file mode 100644 index d0ab7749..00000000 --- a/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = src/OpenMesh Doc - -PACKAGES := - -PROJ_LIBS := - -MODULES := - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/ACGMakefile b/Doc/ACGMakefile deleted file mode 100644 index 51c316cd..00000000 --- a/Doc/ACGMakefile +++ /dev/null @@ -1,28 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -MODULES := doxygen - -DOXY_PROJECT_NAME = OpenMesh - -DOXY_FILE_PATTERNS = *.cc *.hh *.docu -DOXY_EXCLUDE_DIRS = $(cur-dir)/Examples $(proj-dir)/Tools/Test $(proj-dir)/Apps -DOXY_EXCLUDE_PATTERNS = CVS $(build-dir) *.moc.cc footer.hh -DOXY_EXAMPLE_PATH = $(cur-dir)/Examples $(cur-dir)/Tutorial -DOXY_EXAMPLE_PATTERNS = *.cc *.hh -DOXY_MACROS = OM_Attribute=class - -DOXY_GENERATE_HTML = YES -DOXY_GENERATE_LATEX = NO -DOXY_GENERATE_RTF = NO -DOXY_GENERATE_MAN = NO -DOXY_USE_PDFLATEX = YES -DOXY_ACG_STYLE = YES -DOXY_HAVE_DOT = NO -DOXY_COLLABORATION_GRAPH = NO - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/01-build_cube/ACGMakefile b/Doc/Tutorial/01-build_cube/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/01-build_cube/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/02-iterators/ACGMakefile b/Doc/Tutorial/02-iterators/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/02-iterators/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/03-properties/ACGMakefile b/Doc/Tutorial/03-properties/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/03-properties/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/04-stl_algorithms/ACGMakefile b/Doc/Tutorial/04-stl_algorithms/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/04-stl_algorithms/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/05-std_properties/ACGMakefile b/Doc/Tutorial/05-std_properties/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/05-std_properties/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/06-attributes/ACGMakefile b/Doc/Tutorial/06-attributes/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/06-attributes/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/07-traits/ACGMakefile b/Doc/Tutorial/07-traits/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/07-traits/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/08-io_options/ACGMakefile b/Doc/Tutorial/08-io_options/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/08-io_options/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/09-persistence/ACGMakefile b/Doc/Tutorial/09-persistence/ACGMakefile deleted file mode 100644 index d1ff6370..00000000 --- a/Doc/Tutorial/09-persistence/ACGMakefile +++ /dev/null @@ -1,24 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -# subdirs to process -SUBDIRS = $(call find-subdirs) - -# programms (files containing main(), w/o suffix) -EXECS = $(call cxx-find-execs) - -# packages (qt, opengl, ...) -PACKAGES := - -# project DSOs -PROJ_LIBS := OpenMesh/Core - -# modules to use (cxx, c, moc, uic, yacc) ! order-dependent ! -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/Doc/Tutorial/ACGMakefile b/Doc/Tutorial/ACGMakefile deleted file mode 100644 index fa3f9465..00000000 --- a/Doc/Tutorial/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/ACGMakefile b/src/OpenMesh/ACGMakefile deleted file mode 100644 index 591272cc..00000000 --- a/src/OpenMesh/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = Core Tools ../Doc - -PACKAGES := - -PROJ_LIBS := - -MODULES := - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/ACGMakefile.proj b/src/OpenMesh/ACGMakefile.proj deleted file mode 100644 index f8e5fd17..00000000 --- a/src/OpenMesh/ACGMakefile.proj +++ /dev/null @@ -1,7 +0,0 @@ -# for gcc the max. template depth has to be increased -ifeq ($(CXX_COMP),g++) - CXX_DEFS += -ftemplate-depth-100 -fPIC -endif - -# place links to all executables in ./bin -BINARY_DIR := bin diff --git a/src/OpenMesh/Apps/ProgViewer/ACGMakefile b/src/OpenMesh/Apps/ProgViewer/ACGMakefile deleted file mode 100644 index dd5b34d0..00000000 --- a/src/OpenMesh/Apps/ProgViewer/ACGMakefile +++ /dev/null @@ -1,18 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - -CXX_CFLAGS += -DQT_THREAD_SUPPORT - -SUBDIRS = $(call find-subdirs) - -PACKAGES := qt4 glut opengl x11 math - -PROJ_LIBS = OpenMesh/Apps/QtViewer OpenMesh/Tools OpenMesh/Core - -MODULES := moc4 cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Apps/Unsupported/IvViewer/ACGMakefile b/src/OpenMesh/Apps/Unsupported/IvViewer/ACGMakefile deleted file mode 100644 index 0b7543d8..00000000 --- a/src/OpenMesh/Apps/Unsupported/IvViewer/ACGMakefile +++ /dev/null @@ -1,37 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS := $(call find-subdirs) - -USE_COIN := no -USE_SOQT := no - -ifeq ($(USE_COIN),yes) - USE_SOQT := yes -endif - -ifeq ($(USE_SOQT),yes) - - CXX_DEFS += -DUSE_SOQT=1 - -ifeq ($(USE_COIN),yes) - PACKAGES := coin soqt_coin glut opengl qt -else - PACKAGES := Inventor soqt_inventor glut opengl qt -endif - -else - PACKAGES := inventor opengl x11 -endif - - -PROJ_LIBS = OpenMesh/Core - -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Apps/Unsupported/OsgViewer/ACGMakefile b/src/OpenMesh/Apps/Unsupported/OsgViewer/ACGMakefile deleted file mode 100644 index 8c47783a..00000000 --- a/src/OpenMesh/Apps/Unsupported/OsgViewer/ACGMakefile +++ /dev/null @@ -1,21 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - -#CXX_SRC_EXT := .cc -#CXX_HDR_EXT := .h - -CXX_CFLAGS += -DOM_USE_OSG=1 - -SUBDIRS = - -PACKAGES := osg qt glut opengl x11 math - -PROJ_LIBS = OpenMesh/Apps/QtViewer OpenMesh/Tools OpenMesh/Core - -MODULES := moc cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/ACGMakefile b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/ACGMakefile deleted file mode 100644 index 3e506776..00000000 --- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/ACGMakefile +++ /dev/null @@ -1,16 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/ACGMakefile b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/ACGMakefile deleted file mode 100644 index 7be85569..00000000 --- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/ACGMakefile +++ /dev/null @@ -1,19 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - -CXX_CFLAGS += -DQT_THREAD_SUPPORT - -SUBDIRS = $(call find-subdirs) - -PACKAGES := qt4 glut opengl - -PROJ_LIBS := OpenMesh/Apps/QtViewer \ - OpenMesh/Core OpenMesh/Tools - -MODULES := moc4 cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ACGMakefile b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ACGMakefile deleted file mode 100644 index 4be1fea8..00000000 --- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ACGMakefile +++ /dev/null @@ -1,18 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - -CXX_CFLAGS += -DQT_THREAD_SUPPORT - -SUBDIRS = $(call find-subdirs) - -PACKAGES := qt4 glut opengl - -PROJ_LIBS := OpenMesh/Core OpenMesh/Tools - -MODULES := moc4 cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/ACGMakefile b/src/OpenMesh/Apps/Unsupported/Streaming/ACGMakefile deleted file mode 100644 index d05cdf75..00000000 --- a/src/OpenMesh/Apps/Unsupported/Streaming/ACGMakefile +++ /dev/null @@ -1,16 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/ACGMakefile b/src/OpenMesh/Apps/Unsupported/Streaming/Client/ACGMakefile deleted file mode 100644 index b862f196..00000000 --- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/ACGMakefile +++ /dev/null @@ -1,19 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - -CXX_CFLAGS += -DQT_THREAD_SUPPORT - -SUBDIRS = $(call find-subdirs) - -PACKAGES := qt glut opengl - -PROJ_LIBS := OpenMesh/Apps/QtViewer \ - OpenMesh/Core OpenMesh/Tools - -MODULES := moc cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ACGMakefile b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ACGMakefile deleted file mode 100644 index b9cfe765..00000000 --- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ACGMakefile +++ /dev/null @@ -1,18 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - -CXX_CFLAGS += -DQT_THREAD_SUPPORT - -SUBDIRS = $(call find-subdirs) - -PACKAGES := qt glut opengl - -PROJ_LIBS := OpenMesh/Core OpenMesh/Tools - -MODULES := moc cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/ACGMakefile b/src/OpenMesh/Core/ACGMakefile deleted file mode 100644 index 8c763067..00000000 --- a/src/OpenMesh/Core/ACGMakefile +++ /dev/null @@ -1,19 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = Geometry Utils Mesh IO Tools System - -PACKAGES := - -PROJ_LIBS := - -CXXLIB_BUILD_LIB := yes - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/Geometry/ACGMakefile b/src/OpenMesh/Core/Geometry/ACGMakefile deleted file mode 100644 index bbd4512f..00000000 --- a/src/OpenMesh/Core/Geometry/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/IO/ACGMakefile b/src/OpenMesh/Core/IO/ACGMakefile deleted file mode 100644 index 6d85b985..00000000 --- a/src/OpenMesh/Core/IO/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/IO/exporter/ACGMakefile b/src/OpenMesh/Core/IO/exporter/ACGMakefile deleted file mode 100644 index 6d85b985..00000000 --- a/src/OpenMesh/Core/IO/exporter/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/IO/importer/ACGMakefile b/src/OpenMesh/Core/IO/importer/ACGMakefile deleted file mode 100644 index 6d85b985..00000000 --- a/src/OpenMesh/Core/IO/importer/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/IO/reader/ACGMakefile b/src/OpenMesh/Core/IO/reader/ACGMakefile deleted file mode 100644 index 6d85b985..00000000 --- a/src/OpenMesh/Core/IO/reader/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/IO/writer/ACGMakefile b/src/OpenMesh/Core/IO/writer/ACGMakefile deleted file mode 100644 index 6d85b985..00000000 --- a/src/OpenMesh/Core/IO/writer/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/Mesh/ACGMakefile b/src/OpenMesh/Core/Mesh/ACGMakefile deleted file mode 100644 index 6d85b985..00000000 --- a/src/OpenMesh/Core/Mesh/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/System/ACGMakefile b/src/OpenMesh/Core/System/ACGMakefile deleted file mode 100644 index 6d85b985..00000000 --- a/src/OpenMesh/Core/System/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Core/Utils/ACGMakefile b/src/OpenMesh/Core/Utils/ACGMakefile deleted file mode 100644 index 6d85b985..00000000 --- a/src/OpenMesh/Core/Utils/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/ACGMakefile b/src/OpenMesh/Tools/ACGMakefile deleted file mode 100644 index 80d64f89..00000000 --- a/src/OpenMesh/Tools/ACGMakefile +++ /dev/null @@ -1,19 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = Utils Decimater Subdivider VDPM Smoother - -PACKAGES := math - -PROJ_LIBS := OpenMesh/Core - -CXXLIB_BUILD_LIB := yes - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/Decimater/ACGMakefile b/src/OpenMesh/Tools/Decimater/ACGMakefile deleted file mode 100644 index f959ef41..00000000 --- a/src/OpenMesh/Tools/Decimater/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := opensg boost - -PROJ_LIBS := OpenMesh/Core - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/Kernel_OSG/ACGMakefile b/src/OpenMesh/Tools/Kernel_OSG/ACGMakefile deleted file mode 100644 index f959ef41..00000000 --- a/src/OpenMesh/Tools/Kernel_OSG/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := opensg boost - -PROJ_LIBS := OpenMesh/Core - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/Subdivider/ACGMakefile b/src/OpenMesh/Tools/Subdivider/ACGMakefile deleted file mode 100644 index bbd4512f..00000000 --- a/src/OpenMesh/Tools/Subdivider/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/ACGMakefile b/src/OpenMesh/Tools/Subdivider/Adaptive/ACGMakefile deleted file mode 100644 index 14572293..00000000 --- a/src/OpenMesh/Tools/Subdivider/Adaptive/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := qt glut opengl x11 math - -PROJ_LIBS = OpenMesh/Core - -MODULES := moc cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/ACGMakefile b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/ACGMakefile deleted file mode 100644 index 1a042f5d..00000000 --- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = - -PACKAGES := math - -PROJ_LIBS = OpenMesh/Core - -MODULES := cxx - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/ACGMakefile b/src/OpenMesh/Tools/Subdivider/Uniform/ACGMakefile deleted file mode 100644 index bbd4512f..00000000 --- a/src/OpenMesh/Tools/Subdivider/Uniform/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/ACGMakefile b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/ACGMakefile deleted file mode 100644 index bbd4512f..00000000 --- a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/Utils/ACGMakefile b/src/OpenMesh/Tools/Utils/ACGMakefile deleted file mode 100644 index bbd4512f..00000000 --- a/src/OpenMesh/Tools/Utils/ACGMakefile +++ /dev/null @@ -1,17 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - - -SUBDIRS = $(call find-subdirs) - -PACKAGES := - -PROJ_LIBS := - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#============================================================================== diff --git a/src/OpenMesh/Tools/VDPM/ACGMakefile b/src/OpenMesh/Tools/VDPM/ACGMakefile deleted file mode 100644 index 97abf4fe..00000000 --- a/src/OpenMesh/Tools/VDPM/ACGMakefile +++ /dev/null @@ -1,18 +0,0 @@ -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Config -#============================================================================== - -CXX_CFLAGS += -DQT_THREAD_SUPPORT - -SUBDIRS = $(call find-subdirs) - -PACKAGES := qt glut opengl x11 math - -PROJ_LIBS = OpenMesh/Core - -MODULES := cxxlib - - -#== SYSTEM PART -- DON'T TOUCH ============================================== -include $(ACGMAKE)/Rules -#==============================================================================