spielwiese
Last change
on this file since 82102f was
82102f,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
xalloc is usable instead of omalloc
ADD: xalloc is a standalone (stub) library with configure.ac and Makefile.am
ADD: added missing required macros and constants
USAGE: just replace omalloc/ with xalloc/ (or sym-link)
|
-
Property mode set to
100644
|
File size:
641 bytes
|
Rev | Line | |
---|
[82102f] | 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 | INCLUDES = -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 = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
| 24 | libomalloc_g_la_CPPFLAGS= -DHAVE_CONFIG_H |
---|
| 25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.