Changeset 9ba92b in git for libpolys/reporter/Makefile.am


Ignore:
Timestamp:
May 13, 2013, 6:15:41 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
  • libpolys/reporter/Makefile.am

    r2c889f r9ba92b  
    1 CXXTEMPLFLAGS =-ftrapv 
     1ACLOCAL_AMFLAGS = -I ../../m4
     2
     3# CXXTEMPLFLAGS =-ftrapv 
    24## -fno-implicit-templates
    35
    4 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
     6AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..  -DHAVE_CONFIG_H
    57
    6 if WANT_DEBUG
    7   LIB_G=libreporter_g.la
    8 else
    9   LIB_G=
    10 endif
     8# if WANT_DEBUG
     9#   LIB_G=libreporter_g.la
     10# else
     11#   LIB_G=
     12# endif
    1113
    12 libreporter_LTLIBRARIES = libreporter.la ${LIB_G}
     14libreporter_LTLIBRARIES = libreporter.la
     15# ${LIB_G}
    1316libreporterdir = $(libdir)/singular
    1417
    15 libreporter_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
    16 libreporter_g_la_CFLAGS = ${PIPE}
     18# libreporter_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
     19# libreporter_g_la_CFLAGS = ${PIPE}
     20#
     21# libreporter_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
     22# libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     23# # -fdiagnostics-show-option
    1724
    18 libreporter_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
    19 libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    20 # -fdiagnostics-show-option
    21 
    22 libreporter_la_CPPFLAGS   = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    23 libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
     25# libreporter_la_CPPFLAGS   = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
     26# libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
     27# libreporter_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    2428
    2529
    2630SOURCES  = dError.cc reporter.cc
    2731libreporter_la_SOURCES   = $(SOURCES)
    28 libreporter_g_la_SOURCES = $(SOURCES)
     32# libreporter_g_la_SOURCES = $(SOURCES)
     33
     34libreporter_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    2935
    3036libreporter_includedir  =$(includedir)/singular/reporter
Note: See TracChangeset for help on using the changeset viewer.