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

fieker-DuValspielwiese
Last change on this file since ebf138 was ebf138, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
adaptation to clang + disable a GMP hack CHG: removed gcc-specific flags --no-rtti --no-exceptions (since not available in clang) CHG: tricks with __cpluplus (around include gmp.h) lead can to errors (e.g. in clang)
  • Property mode set to 100644
File size: 919 bytes
RevLine 
[4fdf15]1noinst_LTLIBRARIES = libmisc.la libmisc_g.la
2# libmiscdir = $(libdir)/singular
[9ddc41]3
[ebf138]4CXXTEMPLFLAGS      =  ## -fno-implicit-templates
[1628d3b]5
[6d672b4]6libmisc_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
7libmisc_g_la_CFLAGS = ${PIPE}
[1628d3b]8
[ebf138]9libmisc_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
[6d672b4]10libmisc_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
[53ca3d]11# -fdiagnostics-show-option
[1628d3b]12
[1d3be3]13libmisc_la_CPPFLAGS   = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
14libmisc_g_la_CPPFLAGS = -DHAVE_CONFIG_H
[1628d3b]15
[adb2ed]16INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
[1628d3b]17
[1745e5]18SOURCES  = intvec.cc int64vec.cc options.c
[6d672b4]19libmisc_la_SOURCES   = $(SOURCES)
20libmisc_g_la_SOURCES = $(SOURCES)
[1628d3b]21
[42ceaa]22
[c2eb2e]23libmisc_includedir = $(includedir)/singular/misc
[42ceaa]24libmisc_include_HEADERS = mylimits.h options.h intvec.h int64vec.h
25
26nodist_libmisc_la_SOURCES   = auxiliary.h
27nodist_libmisc_g_la_SOURCES = auxiliary.h
[53ca3d]28
29
30
31
Note: See TracBrowser for help on using the repository browser.