Changeset efe877 in git
- Timestamp:
- Mar 6, 2014, 5:05:10 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9bb56c19a835494d592e023dcce31c901eceefc5
- Parents:
- c28babd374c936b4453a17a240589e57257e80dd
- git-author:
- Martin Lee <martinlee84@web.de>2014-03-06 17:05:10+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-03-10 11:29:12+01:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
rc28bab refe877 8 8 9 9 libfactory_la_LIBADD = ${builddir}/libfac/libfac.la \ 10 $( OMALLOC_LDFLAGS) $(OMALLOC_R_LDADD) $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS)10 $(RESOURCES_LDFLAGS) $(OMALLOC_LDFLAGS) $(OMALLOC_R_LDADD) $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS) 11 11 12 12 libfactory_la_LDFLAGS = -release ${PACKAGE_VERSION} -
factory/configure.ac
rc28bab refe877 350 350 OMALLOC_CFLAGS="$OMALLOC_CFLAGS -I${with_omalloc_extra_dir}" 351 351 OMALLOC_LDFLAGS="$OMALLOC_LDFLAGS -L${with_omalloc_extra_dir}/omalloc" 352 if test "x$with_Singular" = xyes; then353 OMALLOC_LDFLAGS="$OMALLOC_LDFLAGS -L${with_omalloc_extra_dir}/resources"354 fi355 352 fi 356 353 … … 367 364 # OMALLOC_G_LDADD="-lresources_g -lomalloc_g" 368 365 OMALLOC_R_LDADD="-lomalloc" 369 if test "x$with_Singular" = xyes; then370 OMALLOC_R_LDADD="$OMALLOC_R_LDADD -lresources"371 fi372 366 373 367 AC_DEFINE(HAVE_OMALLOC, 1, [omalloc support]) … … 381 375 AC_MSG_RESULT(no) 382 376 fi 377 378 if test "x$ENABLE_OMALLOC" = xyes && test "x$with_Singular" = xyes; then 379 RESOURCES_LDFLAGS="$RESOURCES_LDFLAGS -L${with_omalloc_dir}/resources -L${with_omalloc_extra_dir}/resources -lresources " 380 AC_SUBST(RESOURCES_LDFLAGS) 381 fi 383 382 384 383 AM_CONDITIONAL([ENABLE_OMALLOC],[test "x$ENABLE_OMALLOC" = xyes])
Note: See TracChangeset
for help on using the changeset viewer.