Readded toplevel ACGMakefiles
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@80 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
17
ACGMakefile
Normal file
17
ACGMakefile
Normal file
@@ -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
|
||||||
|
#==============================================================================
|
||||||
7
ACGMakefile.proj
Normal file
7
ACGMakefile.proj
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user