Changeset 3cc5ad in git
- Timestamp:
- Jul 24, 2014, 6:08:22 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r75d509 r3cc5ad 234 234 235 235 ######################################################### 236 236 ### plural_cmd.inc 237 237 # These files are built first 238 BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc iparith.inc all.lib plural_cmd.inc \ 239 gftables MOD 238 BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc iparith.inc all.lib gftables MOD 240 239 241 240 CLEANFILES = $(BUILT_SOURCES) $(EXTRA_PROGRAMS) … … 255 254 ${builddir}/feOptTS$(EXEEXT) 256 255 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 260 iparith.inc: gentable1$(EXEEXT) table.h 258 261 ${builddir}/gentable1$(EXEEXT) 259 262 260 263 # # fake rule to fix parallel make http://www.gnu.org/s/hello/manual/automake/Multiple-Outputs.html 261 # plural_cmd.inc: iparith.inc262 264 263 265 gftables: ${top_srcdir}/factory/gftables
Note: See TracChangeset
for help on using the changeset viewer.