Get rid of the old ACGMakeFiles

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1253 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-04-28 11:35:09 +00:00
parent 83486e0b5f
commit 0a4c1dc206
43 changed files with 0 additions and 829 deletions

View File

@@ -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
#==============================================================================