Changeset 91ecf18 in git for Singular/Makefile.am


Ignore:
Timestamp:
Jul 16, 2012, 5:17:52 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
e078e0344e4b17af9fc569fe552c06318e8dba48
Parents:
de883715f1ef141b4db21091c8e3dafa32942d5b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-16 17:17:52+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-18 15:42:35+02:00
Message:
make Singular resources available by default if running directly from build tree

NOTE: correct Singular environment is produced by 'make install'!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    rde88371 r91ecf18  
    364364
    365365# These files are built first
    366 BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc mpsr_Tok.inc iparith.inc LIB/all.lib plural_cmd.inc
     366BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc mpsr_Tok.inc iparith.inc LIB/all.lib plural_cmd.inc \
     367                gftables MOD
    367368
    368369CLEANFILES = $(BUILT_SOURCES) $(EXTRA_PROGRAMS)
     
    386387        ${abs_builddir}/gentable2
    387388
     389
     390
     391gftables: ${abs_top_srcdir}/factory/gftables
     392        ln -snf ${abs_top_srcdir}/factory/gftables ${abs_builddir}/gftables
     393
     394MOD: ${abs_top_builddir}/libpolys/polys/.libs
     395        ln -snf ${abs_top_builddir}/libpolys/polys/.libs/ ${abs_builddir}/MOD
Note: See TracChangeset for help on using the changeset viewer.