Changeset 9a6ff99 in git for libpolys/reporter


Ignore:
Timestamp:
Jan 8, 2014, 7:35:55 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
933be85ceaea1bf014a474707bd09e82af0a8bde
Parents:
997a5b282af0b323c9bb89271696d95981d58835
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 19:35:55+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 19:39:54+01:00
Message:
Merge sublibraries into bigger ones (packages)

libpolys: libmisc, libreporter, libcoeffs
libSingular: libkernel, libnumeric +?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/Makefile.am

    r997a5b2 r9a6ff99  
    33AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. 
    44
    5 libreporter_LTLIBRARIES = libreporter.la
     5noinst_LTLIBRARIES = libreporter.la
     6#### libreporterdir = $(libdir)/singular
    67
    7 libreporterdir = $(libdir)/singular
     8libreporter_la_SOURCES  = dError.cc reporter.cc
     9## libreporter_la_LDFLAGS  = -release ${PACKAGE_VERSION}
     10## libreporter_la_LIBADD   = ${top_builddir}/misc/libmisc.la
    811
    9 libreporter_la_SOURCES   = dError.cc reporter.cc
     12libreporter_la_includedir  =$(includedir)/singular/reporter
     13libreporter_la_include_HEADERS   = reporter.h
    1014
    11 ## libreporter_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    1215
    13 libreporter_includedir  =$(includedir)/singular/reporter
    14 
    15 libreporter_include_HEADERS   = reporter.h
    16 
    17 libreporter_la_LIBADD = ${top_builddir}/misc/libmisc.la
    18 
Note: See TracChangeset for help on using the changeset viewer.