Changeset 76178c in git


Ignore:
Timestamp:
Jan 22, 2015, 4:33:12 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1e210d65d8dc82cc829f8b88cf056d035bb9b311
Parents:
d181eea62bf528f5777c224499fbf26cccac5ff7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-22 16:33:12+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-22 18:57:37+01:00
Message:
Fix buildsystem to avoid rebuilding Singular executable due to changes in libraries + cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    rd181ee r76178c  
    44
    55AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/kernel -I${top_builddir}/kernel -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(FACTORY_INCLUDES)  $(GMP_CFLAGS) $(NTL_CFLAGS) $(FLINT_CFLAGS) -DGIT_VERSION='"$(GIT_VERSION)"'
     6
     7all-local: feOpt.inc feOptTS.inc feOptES.inc iparith.inc all.lib gftables MOD ${abs_builddir}/LIB Singular ESingular TSingular
    68
    79SUBDIRS = dyn_modules
     
    156158bin_PROGRAMS = Singular ESingular TSingular $(optional_Singular_programs)
    157159
    158 # the following dependency leads to Singular relinking upon a library update!
    159 Singular ESingular TSingular $(optional_Singular_programs): ${abs_builddir}/LIB
    160 
    161160Singular_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc  utils.h
    162161
     
    233232
    234233#########################################################
    235 ### plural_cmd.inc
    236234# These files are built first
    237235BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc iparith.inc all.lib gftables MOD
    238 
    239236CLEANFILES = $(BUILT_SOURCES) $(EXTRA_PROGRAMS)
    240237
     
    253250        ${builddir}/feOptTS$(EXEEXT)
    254251
    255 # plural_cmd.inc is only necessary for documentation generation
    256 #plural_cmd.inc: gentable1$(EXEEXT)
    257 #       ${builddir}/gentable1$(EXEEXT) argument
    258 
    259252iparith.inc: gentable1$(EXEEXT) table.h
    260253        ${builddir}/gentable1$(EXEEXT)
Note: See TracChangeset for help on using the changeset viewer.