spielwiese
Last change
on this file since adb2ed was
adb2ed,
checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
|
Fixes to allow out-of-tree compilation
- Add $(top_builddir)/.. to INCLUDES in various places
- Set CFLAGS, etc. for tests in omalloc/configure.ac to find omalloc-header-files
|
-
Property mode set to
100644
|
File size:
923 bytes
|
Rev | Line | |
---|
[1628d3b] | 1 | lib_LIBRARIES=libmisc.a libmisc_g.a |
---|
[9ddc41] | 2 | |
---|
[53ca3d] | 3 | CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions |
---|
[1628d3b] | 4 | |
---|
[53ca3d] | 5 | libmisc_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
| 6 | libmisc_g_a_CFLAGS = ${PIPE} |
---|
[1628d3b] | 7 | |
---|
[53ca3d] | 8 | libmisc_a_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
| 9 | libmisc_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
| 10 | # -fdiagnostics-show-option |
---|
[1628d3b] | 11 | |
---|
[53ca3d] | 12 | libmisc_a_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H |
---|
| 13 | libmisc_g_a_CPPFLAGS = -DHAVE_CONFIG_H |
---|
[1628d3b] | 14 | |
---|
[adb2ed] | 15 | INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. |
---|
[1628d3b] | 16 | |
---|
[f27003] | 17 | SOURCES = intvec.cc options.c |
---|
[53ca3d] | 18 | libmisc_a_SOURCES = $(SOURCES) |
---|
[1628d3b] | 19 | libmisc_g_a_SOURCES = $(SOURCES) |
---|
| 20 | |
---|
[53ca3d] | 21 | libmisc_a_includedir =$(includedir)/libpolys/misc |
---|
| 22 | libmisc_g_a_includedir=$(includedir)/libpolys/misc |
---|
| 23 | |
---|
| 24 | MISCHEADERS = auxiliary.h mylimits.h options.h intvec.h |
---|
| 25 | libmisc_a_include_HEADERS = $(MISCHEADERS) |
---|
| 26 | libmisc_g_a_include_HEADERS = $(MISCHEADERS) |
---|
| 27 | |
---|
| 28 | |
---|
| 29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.