jengelh-datetimespielwiese
Last change
on this file since 2abbc76 was
2abbc76,
checked in by Hans Schoenemann <hannes@…>, 10 years ago
|
fix: build libomalloc.a as (additional) target
|
-
Property mode set to
100644
|
File size:
749 bytes
|
Rev | Line | |
---|
[82102f] | 1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
| 2 | |
---|
[2b43ac] | 3 | if WANT_DEBUG |
---|
| 4 | LIB_G=libomalloc_g.la |
---|
| 5 | else |
---|
| 6 | LIB_G= |
---|
| 7 | endif |
---|
| 8 | |
---|
[fd201f] | 9 | lib_LTLIBRARIES=libomalloc.la ${LIB_G} |
---|
[2abbc76] | 10 | lib_LIBRARIES=libomalloc.a |
---|
[fd201f] | 11 | ## libomallocdir = $(libdir)/ |
---|
[82102f] | 12 | |
---|
| 13 | libomalloc_includedir=$(includedir)/omalloc |
---|
| 14 | |
---|
| 15 | libomalloc_include_HEADERS = omalloc.h |
---|
| 16 | |
---|
| 17 | SOURCES = dummy.c |
---|
| 18 | |
---|
[4bc0ab9] | 19 | AM_CPPFLAGS = -I${srcdir} |
---|
[82102f] | 20 | |
---|
| 21 | libomalloc_la_SOURCES =$(SOURCES) |
---|
| 22 | libomalloc_g_la_SOURCES=$(SOURCES) |
---|
| 23 | |
---|
| 24 | libomalloc_la_CFLAGS = -O3 ${PIPE} |
---|
[5e28ea] | 25 | libomalloc_g_la_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} |
---|
[82102f] | 26 | |
---|
| 27 | libomalloc_la_CXXFLAGS = -O3 ${PIPE} |
---|
[5e28ea] | 28 | libomalloc_g_la_CXXFLAGS= -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} |
---|
[82102f] | 29 | |
---|
[4bc0ab9] | 30 | libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
| 31 | libomalloc_g_la_CPPFLAGS= ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
[82102f] | 32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.