Changeset 8baa37 in git for libpolys/reporter/Makefile.am


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/Makefile.am

    r7661e1 r8baa37  
    11ACLOCAL_AMFLAGS = -I ../../m4
    22
    3 # CXXTEMPLFLAGS =-ftrapv 
    4 ## -fno-implicit-templates
     3AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. 
    54
    6 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..  -DHAVE_CONFIG_H
     5noinst_LTLIBRARIES = libreporter.la
     6#### libreporterdir = $(libdir)/singular
    77
    8 # if WANT_DEBUG
    9 #   LIB_G=libreporter_g.la
    10 # else
    11 #   LIB_G=
    12 # endif
     8libreporter_la_SOURCES  = dError.cc reporter.cc
     9## libreporter_la_LDFLAGS  = -release ${PACKAGE_VERSION}
     10## libreporter_la_LIBADD   = ${top_builddir}/misc/libmisc.la
    1311
    14 libreporter_LTLIBRARIES = libreporter.la
    15 # ${LIB_G}
    16 libreporterdir = $(libdir)/singular
    17 
    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} -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
     12libreporter_la_includedir  =$(includedir)/singular/reporter
     13libreporter_la_include_HEADERS   = reporter.h
    2814
    2915
    30 SOURCES  = dError.cc reporter.cc
    31 libreporter_la_SOURCES   = $(SOURCES)
    32 # libreporter_g_la_SOURCES = $(SOURCES)
    33 
    34 ## libreporter_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    35 
    36 libreporter_includedir  =$(includedir)/singular/reporter
    37 
    38 libreporter_include_HEADERS   = reporter.h
    39 
    40 
    41 
Note: See TracChangeset for help on using the changeset viewer.