Changeset 7c5f743 in git for omalloc


Ignore:
Timestamp:
Nov 19, 2011, 3:01:59 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
cfbfd926d964ae3757235dc9f4f9f63a27e39148
Parents:
584f6b04534bcfa0f21a5d9bfed5be5d5e5ca323
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:01:59+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:47+01:00
Message:
ADD: try using ${abs_*}-variables in several Makefile.am's
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r584f6b0 r7c5f743  
    11ACLOCAL_AMFLAGS = -I ../m4
    2 AM_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc
    32
    43lib_LTLIBRARIES=libomalloc.la libomalloc_g.la
     
    2827EXTRA_DIST = omalloc.c omtTestAlloc.c omtTest.h omMmap.c
    2928
    30 INCLUDES=-I${top_srcdir}/.. -I${top_builddir}/..
     29INCLUDES=-I${abs_top_srcdir}/.. -I${abs_top_builddir}/..
    3130
    3231libomalloc_la_SOURCES=$(SOURCES) $(noinst_HEADERS)
     
    5655## Test program
    5756##
     57# AM_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
     58
     59
    5860TESTS = omtTest-g omtTest-m omtTest-r
    5961check_PROGRAMS = $(TESTS)
     
    6769omtTest_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
    6870omtTest_g_LDADD = -lomalloc_g
     71omtTest_g_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
     72
    6973
    7074# omtTest_m: libomalloc_g.la
     
    7377omtTest_m_SOURCES  = $(OMTTESTSSOURCES)
    7478omtTest_m_LDADD = -lomalloc_g
     79omtTest_m_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
    7580
    7681# omtTest_r: libomalloc.la
     
    8085omtTest_r_CFLAGS = -O3
    8186omtTest_r_LDADD = -lomalloc
     87omtTest_r_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
    8288
Note: See TracChangeset for help on using the changeset viewer.