source: git/libpolys/misc/Makefile.am @ f1d2c9

spielwiese
Last change on this file since f1d2c9 was f1d2c9, checked in by Hans Schoenemann <hannes@…>, 10 years ago
mvoed siRand to libpolys/misc/sirandom.*
  • Property mode set to 100644
File size: 707 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  libintvec.la
6##### libmiscdir = $(libdir)/singular
7
8libmisc_la_LIBADD = libintvec.la
9## ${top_builddir}/../omalloc/libomalloc.la ${top_builddir}/../resources/libresources.la
10
11## libmisc_la_LDFLAGS    = -release ${PACKAGE_VERSION}
12
13libmisc_la_SOURCES   = int64vec.cc options.c sirandom.c
14
15libmisc_la_includedir = $(includedir)/singular/misc
16libmisc_la_include_HEADERS = mylimits.h options.h intvec.h int64vec.h sirandom.h
17
18nodist_libmisc_la_include_HEADERS = auxiliary.h
19nodist_libmisc_la_SOURCES   = auxiliary.h
20
21libintvec_la_SOURCES = intvec.cc
22
23
Note: See TracBrowser for help on using the repository browser.