From 034adbc24b49ede479d99bf491d040bdebdc88d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 4 May 2009 07:04:45 +0000 Subject: [PATCH] Readded toplevel ACGMakefile git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@117 fdac6126-5c0c-442c-9429-916003d36597 --- ACGMakefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ACGMakefile diff --git a/ACGMakefile b/ACGMakefile new file mode 100644 index 00000000..d0ab7749 --- /dev/null +++ b/ACGMakefile @@ -0,0 +1,17 @@ +#== SYSTEM PART -- DON'T TOUCH ============================================== +include $(ACGMAKE)/Config +#============================================================================== + + +SUBDIRS = src/OpenMesh Doc + +PACKAGES := + +PROJ_LIBS := + +MODULES := + + +#== SYSTEM PART -- DON'T TOUCH ============================================== +include $(ACGMAKE)/Rules +#==============================================================================