Changeset 3cc5ad in git


Ignore:
Timestamp:
Jul 24, 2014, 6:08:22 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
aad2d4349ff74f09655344ff6912e450b99129c6
Parents:
75d509f6f9f753550ef84f9e65fe0e449a768bee
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-24 18:08:22+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-24 18:10:28+02:00
Message:
Fixed Singular/iparith.inc generation/dependencies (but no plural_cmd.inc)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r75d509 r3cc5ad  
    234234
    235235#########################################################
    236 
     236### plural_cmd.inc
    237237# These files are built first
    238 BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc iparith.inc all.lib plural_cmd.inc \
    239                 gftables MOD
     238BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc iparith.inc all.lib gftables MOD
    240239
    241240CLEANFILES = $(BUILT_SOURCES) $(EXTRA_PROGRAMS)
     
    255254        ${builddir}/feOptTS$(EXEEXT)
    256255
    257 plural_cmd.inc iparith.inc: gentable1$(EXEEXT)
     256# plural_cmd.inc is only necessary for documentation generation
     257#plural_cmd.inc: gentable1$(EXEEXT)
     258#       ${builddir}/gentable1$(EXEEXT) argument
     259
     260iparith.inc: gentable1$(EXEEXT) table.h
    258261        ${builddir}/gentable1$(EXEEXT)
    259262
    260263# # fake rule to fix parallel make http://www.gnu.org/s/hello/manual/automake/Multiple-Outputs.html
    261 # plural_cmd.inc: iparith.inc
    262264
    263265gftables: ${top_srcdir}/factory/gftables
Note: See TracChangeset for help on using the changeset viewer.