Changeset 9ba92b in git for numeric/Makefile.am


Ignore:
Timestamp:
May 13, 2013, 6:15:41 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
b5c26ceea134a59045fa059dc743890650cc31af
Parents:
2c889feac51678743ef6b5578f907f6042a0698f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-13 18:15:41+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-23 22:47:01+02:00
Message:
BS cleanup: singular targets (no simultanious debug version)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • numeric/Makefile.am

    r2c889f r9ba92b  
    1 if WANT_DEBUG
    2   LIB_G=libnumeric_g.la
    3 else
    4   LIB_G=
    5 endif
     1ACLOCAL_AMFLAGS = -I ../m4
    62
    7 libnumeric_LTLIBRARIES = libnumeric.la ${LIB_G}
     3# if WANT_DEBUG
     4#   LIB_G=libnumeric_g.la
     5# else
     6#   LIB_G=
     7# endif
     8#
     9libnumeric_LTLIBRARIES = libnumeric.la
     10# ${LIB_G}
    811libnumericdir = $(libdir)/singular
    912
    10 CXXTEMPLFLAGS =-ftrapv  ## -fno-implicit-templates
     13# CXXTEMPLFLAGS =-ftrapv  ## -fno-implicit-templates
     14#
     15# libnumeric_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
     16# libnumeric_g_la_CFLAGS = ${PIPE}
     17#
     18# libnumeric_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
     19# libnumeric_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     20# # -fdiagnostics-show-option
    1121
    12 libnumeric_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
    13 libnumeric_g_la_CFLAGS = ${PIPE}
     22AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys ${GMP_CFLAGS} -I${top_srcdir}/factory/include -I${top_builddir}/factory/include ${FACTORY_CFLAGS} ${NTL_CFLAGS}  -DHAVE_CONFIG_H
    1423
    15 libnumeric_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
    16 libnumeric_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    17 # -fdiagnostics-show-option
    18 
    19 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys ${GMP_CFLAGS} -I${top_srcdir}/factory/include -I${top_builddir}/factory/include ${FACTORY_CFLAGS} ${NTL_CFLAGS}
    20 
    21 libnumeric_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
    22 libnumeric_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
     24# libnumeric_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
     25# libnumeric_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
     26# libnumeric_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    2327
    2428SOURCES  = mpr_base.cc mpr_inout.cc mpr_numeric.cc
    2529libnumeric_la_SOURCES   = $(SOURCES)
    26 libnumeric_g_la_SOURCES = $(SOURCES)
     30# libnumeric_g_la_SOURCES = $(SOURCES)
     31
     32libnumeric_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    2733
    2834libnumeric_includedir  =$(includedir)/singular/numeric/
Note: See TracChangeset for help on using the changeset viewer.