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