Remove -DDEBUG_TRACE from CGAL makefile.

This commit is contained in:
Laurent Saboret 2006-05-18 11:57:01 +00:00
parent 089f75c1c1
commit 35efac102b
11 changed files with 11 additions and 22 deletions

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for Solaris/Sun compiler
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = taucs sunperf fsu lF77 M77 sunmath cx c malloc
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for Windows/Intel MKL
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = libtaucs mkl_c libguide40 libmetis vcf2c
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for Windows/Atlas
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = libtaucs liblapack libf77blas libcblas libatlas libmetis vcf2c
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for Linux/Atlas
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = taucs lapack f77blas cblas atlas metis g2c
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for Linux/Intel MKL
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = taucs mkl32_lapack mkl32_def mkl32_p3 pthread metis g2c
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for Linux/Intel compiler
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = taucs lapack blas_aux.o f77blas cblas atlas metis CEPCF90 IEPCF90 intrins F90 imf pthread
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for Linux/MUMPS
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = taucs lapack dmumps pord mpiseq f77blas cblas atlas g2c metis CEPCF90 IEPCF90 intrins F90 imf pthread
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for Darwin
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS = -framework vecLib
LIBS = taucs metis f2c crypto
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for FreeBSD/Atlas
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = taucs lapack f77blas cblas atlas metis g2c compat
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for IRIX 32 bits
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = taucs complib.sgimath metis32 c
REQUIRES =

View File

@ -1,9 +1,8 @@
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# Note: "-DDEBUG_TRACE" turns on TAUCS trace (temporary).
DESCRIPTION = TAUCS for IRIX 64 bits
PROVIDES = TAUCS
CXXFLAGS = -DDEBUG_TRACE
CXXFLAGS =
LDFLAGS =
LIBS = taucs complib.sgimath_mp metis64 c
REQUIRES =