spielwiese
Last change
on this file since 4bc0ab9 was
4bc0ab9,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
updated all active automake files: INCLUDES -> AM_CPPFLAGS
chg: ... and some minor cleanup
|
-
Property mode set to
100644
|
File size:
674 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | libomalloc_LTLIBRARIES=libomalloc.la libomalloc_g.la |
---|
4 | libomallocdir = $(libdir)/ |
---|
5 | |
---|
6 | libomalloc_includedir=$(includedir)/omalloc |
---|
7 | |
---|
8 | libomalloc_include_HEADERS = omalloc.h |
---|
9 | |
---|
10 | SOURCES = dummy.c |
---|
11 | |
---|
12 | AM_CPPFLAGS = -I${srcdir} |
---|
13 | |
---|
14 | libomalloc_la_SOURCES =$(SOURCES) |
---|
15 | libomalloc_g_la_SOURCES=$(SOURCES) |
---|
16 | |
---|
17 | libomalloc_la_CFLAGS = -O3 ${PIPE} |
---|
18 | libomalloc_g_la_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} |
---|
19 | |
---|
20 | libomalloc_la_CXXFLAGS = -O3 ${PIPE} |
---|
21 | libomalloc_g_la_CXXFLAGS= -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} |
---|
22 | |
---|
23 | libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
24 | libomalloc_g_la_CPPFLAGS= ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.