spielwiese
Last change
on this file since 276a00 was
276a00,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Use @SINGULAR_CFLAGS@ instead of '-D(SING|OM)_NDEBUG' in lib*-config/*.pc (according to --enable-debug/--disable-optimization!)
chg: also some minor BS cleanup
|
-
Property mode set to
100644
|
File size:
391 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | noinst_LTLIBRARIES=libomalloc.la |
---|
4 | |
---|
5 | # lib_LTLIBRARIES=libomalloc.la |
---|
6 | # lib_LIBRARIES=libomalloc.a |
---|
7 | |
---|
8 | # libomallocdir = $(libdir)/ |
---|
9 | |
---|
10 | # libomalloc_includedir=$(includedir)/omalloc |
---|
11 | # libomalloc_include_HEADERS = omalloc.h |
---|
12 | |
---|
13 | SOURCES = dummy.c omalloc.h |
---|
14 | |
---|
15 | AM_CPPFLAGS = -I${srcdir} |
---|
16 | |
---|
17 | libomalloc_la_SOURCES =$(SOURCES) |
---|
18 | |
---|
19 | libomalloc_la_LDFLAGS = -release ${PACKAGE_VERSION} |
---|
20 | |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.