Changeset 276a00 in git for xalloc/Makefile.am


Ignore:
Timestamp:
Jan 9, 2014, 4:54:11 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
daa32a5a2021be314b3ff210d21af2a2d4cf5fe1
Parents:
beed2eef2f5fae68a9e7e7ed0f4a9e7710549aa9
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-09 16:54:11+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-09 16:57:25+01:00
Message:
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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xalloc/Makefile.am

    rbeed2e r276a00  
    77
    88# libomallocdir = $(libdir)/
     9
    910# libomalloc_includedir=$(includedir)/omalloc
    10 #libomalloc_include_HEADERS = omalloc.h
     11# libomalloc_include_HEADERS = omalloc.h
    1112
    1213SOURCES = dummy.c omalloc.h
     
    1617libomalloc_la_SOURCES  =$(SOURCES)
    1718
    18 ### libomalloc_la_LDFLAGS  = -release ${PACKAGE_VERSION}
     19libomalloc_la_LDFLAGS  = -release ${PACKAGE_VERSION}
    1920
    20 # libomalloc_la_CPPFLAGS  += ${AM_CPPFLAGS}  -DSING_NDEBUG -DOM_NDEBUG
    21 # libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS}
    2221
Note: See TracChangeset for help on using the changeset viewer.