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

spielwiese
Last change on this file since c70920 was c70920, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Better BS: use libtool dependency libs and LIBADD automake feature + cleanup NOTE: libpolys should not check for flint (only factory works with it)
  • Property mode set to 100644
File size: 487 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../m4
2
3AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..  -DHAVE_CONFIG_H
4
5libreporter_LTLIBRARIES = libreporter.la
6
7libreporterdir = $(libdir)/singular
8
9libreporter_la_SOURCES   = dError.cc reporter.cc
10
11## libreporter_la_LDFLAGS    = -release ${PACKAGE_VERSION}
12
13libreporter_includedir  =$(includedir)/singular/reporter
14
15libreporter_include_HEADERS   = reporter.h
16
17libreporter_la_LIBADD = ${top_builddir}/misc/libmisc.la
18
Note: See TracBrowser for help on using the repository browser.