Changeset a453bf in git
- Timestamp:
- Dec 17, 2012, 2:02:40 PM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- c7d05f38d44b5e23ae1cbca6a0cca7738a729ab2
- Parents:
- 4880569a037a922b03f2231fda984a5263af7b86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.am
r488056 ra453bf 92 92 omtTest_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} 93 93 omtTest_s_g_LDADD = libomalloc_g.la 94 omtTest_s_g_LDFLAGS = -L${ top_builddir}/omalloc -L${top_builddir}/../omalloc-static94 omtTest_s_g_LDFLAGS = -L${builddir} -static 95 95 96 96 omtTest_s_m_CPPFLAGS= ${AM_CPPFLAGS} -DOM_TEST_MALLOC -DHAVE_CONFIG_H 97 97 omtTest_s_m_SOURCES = $(OMTTESTSSOURCES) 98 98 omtTest_s_m_LDADD = libomalloc_g.la 99 omtTest_s_m_LDFLAGS = -L${ top_builddir}/omalloc -L${top_builddir}/../omalloc-static99 omtTest_s_m_LDFLAGS = -L${builddir} -static 100 100 101 101 omtTest_s_r_SOURCES = $(OMTTESTSSOURCES) … … 103 103 omtTest_s_r_CFLAGS = -O3 ${PIPE} 104 104 omtTest_s_r_LDADD = libomalloc.la 105 omtTest_s_r_LDFLAGS = -L${ top_builddir}/omalloc -L${top_builddir}/../omalloc-static105 omtTest_s_r_LDFLAGS = -L${builddir} -static 106 106 107 107 … … 111 111 omtTest_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} 112 112 omtTest_d_g_LDADD = libomalloc_g.la 113 omtTest_d_g_LDFLAGS = -L${ top_builddir}/omalloc -L${top_builddir}/../omalloc113 omtTest_d_g_LDFLAGS = -L${builddir} 114 114 115 115 omtTest_d_m_CPPFLAGS= ${AM_CPPFLAGS} -DOM_TEST_MALLOC -DHAVE_CONFIG_H 116 116 omtTest_d_m_SOURCES = $(OMTTESTSSOURCES) 117 117 omtTest_d_m_LDADD = libomalloc_g.la 118 omtTest_d_m_LDFLAGS = -L${ top_builddir}/omalloc -L${top_builddir}/../omalloc118 omtTest_d_m_LDFLAGS = -L${builddir} 119 119 120 120 omtTest_d_r_SOURCES = $(OMTTESTSSOURCES) … … 122 122 omtTest_d_r_CFLAGS = -O3 ${PIPE} 123 123 omtTest_d_r_LDADD = libomalloc.la 124 omtTest_d_r_LDFLAGS = -L${ top_builddir}/omalloc -L${top_builddir}/../omalloc124 omtTest_d_r_LDFLAGS = -L${builddir}
Note: See TracChangeset
for help on using the changeset viewer.