Changeset 240fe3 in git
- Timestamp:
- Jan 2, 2012, 9:56:12 AM (11 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 7d62506924687f1914af2e044e72b7886ce66aa3
- Parents:
- 0560897fe3dd0b7d8eae37d99a3154ebf84cb0cc
- git-author:
- Jan Engelhardt <jengelh@inai.de>2012-01-02 09:56:12+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-12-06 20:20:39+01:00
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r056089 r240fe3 207 207 endif 208 208 209 AMLDFLAGS = -L${ abs_top_builddir}/Singular -L${abs_top_builddir}/numeric -L${abs_top_builddir}/kernel -L${abs_top_builddir}/libpolys/polys -L${top_builddir}/libpolys/coeffs -L${top_builddir}/libpolys/reporter -L${top_builddir}/libpolys/misc $(USE_FACTORY) -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/findexec209 AMLDFLAGS = -L${top_builddir}/Singular -L${top_builddir}/numeric -L${top_builddir}/kernel -L${top_builddir}/libpolys/polys -L${top_builddir}/libpolys/coeffs -L${top_builddir}/libpolys/reporter -L${top_builddir}/libpolys/misc $(USE_FACTORY) -L${top_builddir}/omalloc -L${top_builddir}/findexec 210 210 211 211 Singular_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} … … 221 221 Singularg_SOURCES = tesths.cc fegetopt.c fegetopt.h utils.cc utils.h 222 222 223 Singular_LDADD = libSingular.la ${ abs_top_builddir}/numeric/libnumeric.la ${abs_top_builddir}/kernel/libkernel.la ${abs_top_builddir}/libpolys/polys/libpolys.la -lcoeffs -lreporter -lmisc $(FACTORY_LIBS) -lomalloc -lfindexec $(FLINT_LIBS) $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD}224 Singularg_LDADD = libSingular_g.la ${ abs_top_builddir}/numeric/libnumeric_g.la ${abs_top_builddir}/kernel/libkernel_g.la ${abs_top_builddir}/libpolys/polys/libpolys_g.la -lcoeffs_g -lreporter_g -lmisc_g $(FACTORY_LIBS) -lomalloc_g -lfindexec_g $(FLINT_LIBS) $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD}223 Singular_LDADD = libSingular.la ${top_builddir}/numeric/libnumeric.la ${top_builddir}/kernel/libkernel.la ${top_builddir}/libpolys/polys/libpolys.la -lcoeffs -lreporter -lmisc $(FACTORY_LIBS) -lomalloc -lfindexec $(FLINT_LIBS) $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} 224 Singularg_LDADD = libSingular_g.la ${top_builddir}/numeric/libnumeric_g.la ${top_builddir}/kernel/libkernel_g.la ${top_builddir}/libpolys/polys/libpolys_g.la -lcoeffs_g -lreporter_g -lmisc_g $(FACTORY_LIBS) -lomalloc_g -lfindexec_g $(FLINT_LIBS) $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} 225 225 226 226 Singular_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG … … 310 310 ########################### TEST ######################### 311 311 312 TESTS_ENVIRONMENT = SINGULARPATH='${ abs_top_builddir}/Singular/LIB:${abs_top_srcdir}/Singular/LIB:${abs_top_builddir}/libpolys/polys/.libs:${abs_top_builddir}/factory/gftables'313 TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${ abs_top_builddir}'312 TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/Singular/LIB:${top_srcdir}/Singular/LIB:${top_builddir}/libpolys/polys/.libs:${top_builddir}/factory/gftables' 313 TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${top_builddir}' 314 314 315 315 if WANT_DEBUG … … 370 370 371 371 feOpt.inc: feOptGen 372 ${ abs_builddir}/feOptGen372 ${builddir}/feOptGen 373 373 374 374 feOptES.inc: feOptES 375 ${ abs_builddir}/feOptES375 ${builddir}/feOptES 376 376 377 377 feOptTS.inc: feOptTS 378 ${ abs_builddir}/feOptTS378 ${builddir}/feOptTS 379 379 380 380 plural_cmd.inc iparith.inc: gentable1 381 ${ abs_builddir}/gentable1381 ${builddir}/gentable1 382 382 383 383 # # fake rule to fix parallel make http://www.gnu.org/s/hello/manual/automake/Multiple-Outputs.html … … 385 385 386 386 387 gftables: ${ abs_top_srcdir}/factory/gftables388 ln -snf ${ abs_top_srcdir}/factory/gftables ${abs_builddir}/gftables389 390 MOD: ${ abs_top_builddir}/libpolys/polys/.libs391 ln -snf ${ abs_top_builddir}/libpolys/polys/.libs/ ${abs_builddir}/MOD387 gftables: ${top_srcdir}/factory/gftables 388 ln -snf ${top_srcdir}/factory/gftables ${builddir}/gftables 389 390 MOD: ${top_builddir}/libpolys/polys/.libs 391 ln -snf ${top_builddir}/libpolys/polys/.libs/ ${builddir}/MOD -
dyn_modules/bigintm/Makefile.am
r056089 r240fe3 31 31 32 32 AMLDFLAGS = 33 # -L${ abs_top_builddir}/Singular -L${abs_top_builddir}/numeric -L${abs_top_builddir}/kernel \34 # -L${ abs_top_builddir}/libpolys/polys $(USE_FACTORY) -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/findexec33 # -L${top_builddir}/Singular -L${top_builddir}/numeric -L${top_builddir}/kernel \ 34 # -L${top_builddir}/libpolys/polys $(USE_FACTORY) -L${top_builddir}/omalloc -L${top_builddir}/findexec 35 35 36 36 -
dyn_modules/syzextra/Makefile.am
r056089 r240fe3 31 31 32 32 AMLDFLAGS = 33 # -L${ abs_top_builddir}/Singular -L${abs_top_builddir}/numeric -L${abs_top_builddir}/kernel \34 # -L${ abs_top_builddir}/libpolys/polys $(USE_FACTORY) -L${abs_top_builddir}/omalloc -L${abs_top_builddir}/findexec33 # -L${top_builddir}/Singular -L${top_builddir}/numeric -L${top_builddir}/kernel \ 34 # -L${top_builddir}/libpolys/polys $(USE_FACTORY) -L${top_builddir}/omalloc -L${top_builddir}/findexec 35 35 36 36 -
factory/Makefile.am
r056089 r240fe3 18 18 19 19 libfactory_la_CXXFLAGS = -O3 -fomit-frame-pointer ${CXXTEMPLFLAGS} 20 libfactory_la_LIBADD = ${ abs_builddir}/libfac/libfac.la $(FLINT_LIBS) ${GMP_LIBS} ${NTL_LIBS}20 libfactory_la_LIBADD = ${builddir}/libfac/libfac.la $(FLINT_LIBS) ${GMP_LIBS} ${NTL_LIBS} 21 21 libfactory_la_LDFLAGS = -release ${PACKAGE_VERSION} 22 22 libfactory_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${CXXTEMPLFLAGS} 23 libfactory_g_la_LIBADD = ${ abs_builddir}/libfac/libfac_g.la $(FLINT_LIBS) ${GMP_LIBS} ${NTL_LIBS}23 libfactory_g_la_LIBADD = ${builddir}/libfac/libfac_g.la $(FLINT_LIBS) ${GMP_LIBS} ${NTL_LIBS} 24 24 libfactory_g_la_LDFLAGS = -release ${PACKAGE_VERSION} 25 25 … … 304 304 check_PROGRAMS = $(TESTS) 305 305 306 AMLDFLAGS = -L${ abs_builddir}306 AMLDFLAGS = -L${builddir} 307 307 308 308 TESTSSOURCES = test.cc -
libpolys/coeffs/Makefile.am
r056089 r240fe3 51 51 endif 52 52 53 AMLDFLAGS = -L${ abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc -L${abs_top_builddir}/../findexec53 AMLDFLAGS = -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc -L${top_builddir}/../findexec 54 54 55 55 TESTS_ENVIRONMENT = SINGULARPATH='${top_srcdir}/../factory:${top_builddir}/../factory' -
libpolys/polys/Makefile.am
r056089 r240fe3 155 155 156 156 templates_p_Procs_Generate_LDADD = -lreporter -lmisc -lomalloc -lfindexec 157 templates_p_Procs_Generate_LDFLAGS = -L${ abs_builddir} -L${abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${top_builddir}/misc -L${abs_top_builddir}/../omalloc -L${abs_top_builddir}/../findexec157 templates_p_Procs_Generate_LDFLAGS = -L${builddir} -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/misc -L${top_builddir}/../omalloc -L${top_builddir}/../findexec 158 158 159 159 templates/p_Procs.inc: templates/p_Procs_Generate -
omalloc/Makefile.am
r056089 r240fe3 33 33 EXTRA_DIST = omalloc.c omtTestAlloc.c omtTest.h omMmap.c 34 34 35 AM_CPPFLAGS =-I${ abs_top_srcdir}/.. -I${abs_top_builddir}/..35 AM_CPPFLAGS =-I${top_srcdir}/.. -I${top_builddir}/.. 36 36 37 37 libomalloc_la_SOURCES=$(SOURCES) $(noinst_HEADERS) … … 67 67 ## Test program 68 68 ## 69 # AM_LDFLAGS = -L${ abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc69 # AM_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc 70 70 71 71 … … 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${ abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static94 omtTest_s_g_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc -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${ abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static99 omtTest_s_m_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc -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${ abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc -static105 omtTest_s_r_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc -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${ abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc113 omtTest_d_g_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc 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${ abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc118 omtTest_d_m_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc 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${ abs_top_builddir}/omalloc -L${abs_top_builddir}/../omalloc124 omtTest_d_r_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc
Note: See TracChangeset
for help on using the changeset viewer.