Changeset c70920 in git for libpolys/reporter


Ignore:
Timestamp:
Jan 7, 2014, 6:35:13 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f1b9ef6df309b52fb845716a27f07a3e7e39f2bb
Parents:
b3d84d43d109ae0e6239276d5c0df8c449da58d0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-07 18:35:13+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 10:22:23+01:00
Message:
Better BS: use libtool dependency libs and LIBADD automake feature + cleanup

NOTE: libpolys should not check for flint (only factory works with it)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/Makefile.am

    rb3d84d rc70920  
    11ACLOCAL_AMFLAGS = -I ../../m4
    2 
    3 # CXXTEMPLFLAGS =-ftrapv 
    4 ## -fno-implicit-templates
    52
    63AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..  -DHAVE_CONFIG_H
    74
    8 # if WANT_DEBUG
    9 #   LIB_G=libreporter_g.la
    10 # else
    11 #   LIB_G=
    12 # endif
     5libreporter_LTLIBRARIES = libreporter.la
    136
    14 libreporter_LTLIBRARIES = libreporter.la
    15 # ${LIB_G}
    167libreporterdir = $(libdir)/singular
    178
    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
    24 
    25 # libreporter_la_CPPFLAGS   = ${AM_CPPFLAGS} -DSING_NDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    26 # libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    27 # libreporter_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    28 
    29 
    30 SOURCES  = dError.cc reporter.cc
    31 libreporter_la_SOURCES   = $(SOURCES)
    32 # libreporter_g_la_SOURCES = $(SOURCES)
     9libreporter_la_SOURCES   = dError.cc reporter.cc
    3310
    3411## libreporter_la_LDFLAGS    = -release ${PACKAGE_VERSION}
     
    3815libreporter_include_HEADERS   = reporter.h
    3916
     17libreporter_la_LIBADD = ${top_builddir}/misc/libmisc.la
    4018
    41 
Note: See TracChangeset for help on using the changeset viewer.