source: git/libpolys/misc/Makefile.am @ 48620a

spielwiese
Last change on this file since 48620a was bf5914, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: -fdiagnostics-show-option is not supported by gcc 4.0.1 (standard under Mac OS X 10.5)
  • Property mode set to 100644
File size: 645 bytes
Line 
1lib_LIBRARIES=libmisc.a libmisc_g.a
2
3AM_CFLAGS       = -O3 -w -fomit-frame-pointer ${PIPE}
4CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
5AM_CXXFLAGS     = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
6INCLUDES        = -I${top_srcdir}/.. -I${top_srcdir}/../.. -I${top_builddir}/..
7AM_CPPFLAGS     = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
8
9SOURCES = intvec.cc
10
11libmisc_a_SOURCES = $(SOURCES)
12
13libmisc_a_includedir=$(includedir)/libpolys/misc
14
15libmisc_a_include_HEADERS = auxiliary.h mylimits.h options.h intvec.h
16
17libmisc_g_a_SOURCES = $(SOURCES)
18
19libmisc_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
20# -fdiagnostics-show-option
Note: See TracBrowser for help on using the repository browser.