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
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | if WANT_DEBUG |
---|
4 | LIB_G=libomalloc_g.la |
---|
5 | else |
---|
6 | LIB_G= |
---|
7 | endif |
---|
8 | |
---|
9 | lib_LTLIBRARIES=libomalloc.la ${LIB_G} |
---|
10 | lib_LIBRARIES=libomalloc.a |
---|
11 | ## libomallocdir = $(libdir)/ |
---|
12 | |
---|
13 | libomalloc_includedir=$(includedir)/omalloc |
---|
14 | |
---|
15 | libomalloc_include_HEADERS = omalloc.h |
---|
16 | |
---|
17 | SOURCES = dummy.c |
---|
18 | |
---|
19 | AM_CPPFLAGS = -I${srcdir} |
---|
20 | |
---|
21 | libomalloc_la_SOURCES =$(SOURCES) |
---|
22 | libomalloc_g_la_SOURCES=$(SOURCES) |
---|
23 | |
---|
24 | libomalloc_la_CFLAGS = -O3 ${PIPE} |
---|
25 | libomalloc_g_la_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} |
---|
26 | |
---|
27 | libomalloc_la_CXXFLAGS = -O3 ${PIPE} |
---|
28 | libomalloc_g_la_CXXFLAGS= -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} |
---|
29 | |
---|
30 | libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
31 | libomalloc_g_la_CPPFLAGS= ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.