Changeset 9ba92b in git for libpolys/reporter/Makefile.am
- Timestamp:
- May 13, 2013, 6:15:41 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/reporter/Makefile.am
r2c889f r9ba92b 1 CXXTEMPLFLAGS =-ftrapv 1 ACLOCAL_AMFLAGS = -I ../../m4 2 3 # CXXTEMPLFLAGS =-ftrapv 2 4 ## -fno-implicit-templates 3 5 4 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. 6 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -DHAVE_CONFIG_H 5 7 6 if WANT_DEBUG7 LIB_G=libreporter_g.la8 else9 LIB_G=10 endif8 # if WANT_DEBUG 9 # LIB_G=libreporter_g.la 10 # else 11 # LIB_G= 12 # endif 11 13 12 libreporter_LTLIBRARIES = libreporter.la ${LIB_G} 14 libreporter_LTLIBRARIES = libreporter.la 15 # ${LIB_G} 13 16 libreporterdir = $(libdir)/singular 14 17 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 17 24 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 24 28 25 29 26 30 SOURCES = dError.cc reporter.cc 27 31 libreporter_la_SOURCES = $(SOURCES) 28 libreporter_g_la_SOURCES = $(SOURCES) 32 # libreporter_g_la_SOURCES = $(SOURCES) 33 34 libreporter_la_LDFLAGS = -release ${PACKAGE_VERSION} 29 35 30 36 libreporter_includedir =$(includedir)/singular/reporter
Note: See TracChangeset
for help on using the changeset viewer.