Changeset bd948c in git for omalloc


Ignore:
Timestamp:
Nov 22, 2011, 8:01:02 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
82102f7983746e8c06470cef72757bccdc4e7ba9
Parents:
1d3be347572153044fb3aa1599ba1d67cfcd59cc
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 20:01:02+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:56:36+01:00
Message:
ADD: added ${PIPE} to *_CFLAGS in some Makefile.am
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r1d3be3 rbd948c  
    6666omtTest_s_g_SOURCES = $(OMTTESTSSOURCES)
    6767omtTest_s_g_CPPFLAGS = -DHAVE_CONFIG_H
    68 omtTest_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
     68omtTest_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    6969omtTest_s_g_LDADD = libomalloc_g.la
    7070omtTest_s_g_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static
     
    7777omtTest_s_r_SOURCES = $(OMTTESTSSOURCES)
    7878omtTest_s_r_CPPFLAGS = -DOM_NDEBUG
    79 omtTest_s_r_CFLAGS = -O3
     79omtTest_s_r_CFLAGS = -O3 ${PIPE}
    8080omtTest_s_r_LDADD = libomalloc.la
    8181omtTest_s_r_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static
     
    8585omtTest_d_g_SOURCES = $(OMTTESTSSOURCES)
    8686omtTest_d_g_CPPFLAGS = -DHAVE_CONFIG_H
    87 omtTest_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
     87omtTest_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    8888omtTest_d_g_LDADD = libomalloc_g.la
    8989omtTest_d_g_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
     
    9696omtTest_d_r_SOURCES = $(OMTTESTSSOURCES)
    9797omtTest_d_r_CPPFLAGS = -DOM_NDEBUG
    98 omtTest_d_r_CFLAGS = -O3
     98omtTest_d_r_CFLAGS = -O3 ${PIPE}
    9999omtTest_d_r_LDADD = libomalloc.la
    100100omtTest_d_r_LDFLAGS = -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc
Note: See TracChangeset for help on using the changeset viewer.