source: git/libpolys/misc/Makefile.am @ 5e069f

spielwiese
Last change on this file since 5e069f was 5e069f, checked in by Hans Schoenemann <hannes@…>, 9 years ago
cleanup (warnings, building debug stuff,...)
  • Property mode set to 100644
File size: 539 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../m4
2
3AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
4
5noinst_LTLIBRARIES = libmisc.la
6##### libmiscdir = $(libdir)/singular
7
8## libmisc_la_LDFLAGS    = -release ${PACKAGE_VERSION}
9
10libmisc_la_SOURCES   = int64vec.cc options.c sirandom.c intvec.cc
11
12libmisc_la_includedir = $(includedir)/singular/misc
13libmisc_la_include_HEADERS = mylimits.h options.h intvec.h int64vec.h sirandom.h
14
15nodist_libmisc_la_include_HEADERS = auxiliary.h
16nodist_libmisc_la_SOURCES   = auxiliary.h
17
Note: See TracBrowser for help on using the repository browser.