Changeset 9840b5 in git for Singular


Ignore:
Timestamp:
Feb 22, 2012, 7:26:26 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
825966911e14a0eecc7a3e639cd2e99e210c18e2
Parents:
f2d314f4a0cdb2af36b90c37a45c9c938310b60c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 19:26:26+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:34:28+01:00
Message:
chg: better TESTS_ENVIRONMENT

chg: use .libs/gftables directly instead of sym-linking them
chg: removed the MOD creation/usage in kernel & Singular
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    rf2d314 r9840b5  
    306306########################### TEST #########################
    307307
    308 TESTS_ENVIRONMENT = SINGULARPATH='${abs_top_builddir}/Singular/LIB:${abs_top_builddir}/libpolys/tests/MOD:${abs_top_builddir}/libpolys/tests/gftables'
     308TESTS_ENVIRONMENT = SINGULARPATH='${abs_top_builddir}/Singular/LIB:${abs_top_srcdir}/Singular/LIB:${abs_top_builddir}/libpolys/polys/.libs:${abs_top_builddir}/factory/gftables'
    309309TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${abs_top_builddir}'
    310310
     
    353353
    354354# These files are built first
    355 BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc mpsr_Tok.inc iparith.inc plural_cmd.inc LIB/all.lib MOD
     355BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc mpsr_Tok.inc iparith.inc plural_cmd.inc LIB/all.lib
    356356
    357357CLEANFILES = $(BUILT_SOURCES) $(EXTRA_PROGRAMS)
    358 
    359 MOD: ${top_builddir}/libpolys/tests/MOD
    360         [ -d ${builddir}/MOD ] || ln -snf ${top_builddir}/libpolys/tests/MOD ${builddir}/MOD
    361358
    362359feOpt.inc: feOptGen
Note: See TracChangeset for help on using the changeset viewer.