source: git/libpolys/reporter/Makefile.am @ f7e671

fieker-DuValspielwiese
Last change on this file since f7e671 was 54561a, checked in by Hans Schoenemann <hannes@…>, 2 years ago
NTL_CPPFLGAS -> NTL_CXXFLAGS (-stdc0..), NTL_CPPFLAGS (-I..)
  • Property mode set to 100644
File size: 636 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../m4
2
3AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..  $(FACTORY_INCLUDES)  ${FLINT_CFLAGS} $(NTL_CXXFLAGS) ${NTL_CPPFLAGS} ${GMP_CPPFLAGS}
4
5noinst_LTLIBRARIES = libreporter.la
6#### libreporterdir = $(libdir)/singular
7
8libreporter_la_SOURCES  = dError.cc reporter.cc s_buff.cc
9libreporter_la_LDFLAGS = $(SINGULAR_LDFLAGS)
10## libreporter_la_LDFLAGS  = -release ${PACKAGE_VERSION}
11## libreporter_la_LIBADD   = ${top_builddir}/misc/libmisc.la
12
13libreporter_la_includedir  =$(includedir)/singular/reporter
14libreporter_la_include_HEADERS   = reporter.h s_buff.h si_signals.h
15
16
Note: See TracBrowser for help on using the repository browser.