From 07c201de0ab9f94474440b74e6608e179d09b57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 17 Feb 2009 18:35:20 +0000 Subject: [PATCH] Readded toplevel ACGMakefiles git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@80 fdac6126-5c0c-442c-9429-916003d36597 --- ACGMakefile | 17 +++++++++++++++++ ACGMakefile.proj | 7 +++++++ 2 files changed, 24 insertions(+) create mode 100644 ACGMakefile create mode 100644 ACGMakefile.proj diff --git a/ACGMakefile b/ACGMakefile new file mode 100644 index 00000000..ba3bb53b --- /dev/null +++ b/ACGMakefile @@ -0,0 +1,17 @@ +#== 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/ACGMakefile.proj b/ACGMakefile.proj new file mode 100644 index 00000000..f8e5fd17 --- /dev/null +++ b/ACGMakefile.proj @@ -0,0 +1,7 @@ +# 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