spielwiese
Last change
on this file since 8d341e was
fd201f,
checked in by Oleksandr Motsak <motsak@…>, 11 years ago
|
install (sub)libraries to corrrect locations
|
-
Property mode set to
100644
|
File size:
722 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 | ## libomallocdir = $(libdir)/ |
---|
11 | |
---|
12 | libomalloc_includedir=$(includedir)/omalloc |
---|
13 | |
---|
14 | libomalloc_include_HEADERS = omalloc.h |
---|
15 | |
---|
16 | SOURCES = dummy.c |
---|
17 | |
---|
18 | AM_CPPFLAGS = -I${srcdir} |
---|
19 | |
---|
20 | libomalloc_la_SOURCES =$(SOURCES) |
---|
21 | libomalloc_g_la_SOURCES=$(SOURCES) |
---|
22 | |
---|
23 | libomalloc_la_CFLAGS = -O3 ${PIPE} |
---|
24 | libomalloc_g_la_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} |
---|
25 | |
---|
26 | libomalloc_la_CXXFLAGS = -O3 ${PIPE} |
---|
27 | libomalloc_g_la_CXXFLAGS= -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} |
---|
28 | |
---|
29 | libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
30 | libomalloc_g_la_CPPFLAGS= ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.