source: git/libpolys/misc/Makefile.am @ 3b7b36

spielwiese
Last change on this file since 3b7b36 was 3b7b36, checked in by Erik M. Bray <erik.bray@…>, 7 years ago
Updated configure.ac and Makefile.am files to work on Windows, taking advantage of the new SING_WIN_FLAGS macro. * In configure.ac use SING_WIN_FLAGS, and also use LT_INIT([win32-dll]) to tell libtool to build DLLs. * In Makefile.am add $(SINGULAR_LDFLAGS) to _la_LDFLAGS variables--on most platforms $(SINGULAR_LDFLAGS) will be empty, currently, but this is used on Windows to pass the required -no-undefined flag to libtool. * In some Makefile.am files add/update _la_LIBADD variables to ensure that libSingular.la is found by modules that need symbols from libSingular.
  • Property mode set to 100644
File size: 571 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../m4
2
3AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. \
4$(FACTORY_INCLUDES)
5
6noinst_LTLIBRARIES = libmisc.la
7##### libmiscdir = $(libdir)/singular
8
9## libmisc_la_LDFLAGS    = -release ${PACKAGE_VERSION}
10
11libmisc_la_SOURCES   = int64vec.cc options.c sirandom.c intvec.cc prime.cc
12libmisc_la_LDFLAGS = $(SINGULAR_LDFLAGS)
13
14libmisc_la_includedir = $(includedir)/singular/misc
15libmisc_la_include_HEADERS = mylimits.h options.h intvec.h int64vec.h \
16                             sirandom.h prime.h auxiliary.h
17
Note: See TracBrowser for help on using the repository browser.