Changeset 48e8e1 in git
- Timestamp:
- Apr 4, 2013, 6:19:41 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 36d92001708514dead01b5d11b49a20edb888ccb
- Parents:
- 97dcf5ad116134b5350720fe62ff8451882b177e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r97dcf5 r48e8e1 378 378 fi 379 379 380 feOpt.inc: feOptGen 381 ${builddir}/feOptGen 382 383 feOptES.inc: feOptES 384 ${builddir}/feOptES 385 386 feOptTS.inc: feOptTS 387 ${builddir}/feOptTS 388 389 plural_cmd.inc iparith.inc: gentable1 390 ${builddir}/gentable1 380 feOpt.inc: feOptGen$(EXEEXT) 381 ${builddir}/feOptGen$(EXEEXT) 382 383 feOptES.inc: feOptES$(EXEEXT) 384 ${builddir}/feOptES$(EXEEXT) 385 386 feOptTS.inc: feOptTS$(EXEEXT) 387 ${builddir}/feOptTS$(EXEEXT) 388 389 plural_cmd.inc iparith.inc: gentable1$(EXEEXT) 390 ${builddir}/gentable1$(EXEEXT) 391 391 392 392 # # fake rule to fix parallel make http://www.gnu.org/s/hello/manual/automake/Multiple-Outputs.html -
factory/Makefile.am
r97dcf5 r48e8e1 279 279 cplusplus_SOURCES = cplusplus.cc 280 280 281 cplusplus.h: cplusplus 282 ./cplusplus >$@281 cplusplus.h: cplusplus$(EXEEXT) 282 ./cplusplus$(EXEEXT) >$@ 283 283 cp $@ include/factory/ 284 284 -
libpolys/polys/Makefile.am
r97dcf5 r48e8e1 163 163 templates_p_Procs_Generate_LDFLAGS = -L${builddir} -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/misc -L${top_builddir}/../omalloc -L${top_builddir}/../findexec 164 164 165 templates/p_Procs.inc: templates/p_Procs_Generate 166 ${builddir}/templates/p_Procs_Generate > ${builddir}/templates/p_Procs.inc165 templates/p_Procs.inc: templates/p_Procs_Generate$(EXEEXT) 166 ${builddir}/templates/p_Procs_Generate$(EXEEXT) > ${builddir}/templates/p_Procs.inc 167 167 168 168 prCopy.inc: prCopy.pl -
omalloc/Makefile.am
r97dcf5 r48e8e1 50 50 BUILT_SOURCES = omTables.inc omTables.h 51 51 52 omTables.inc: omTables omalloc.h53 ./omTables > omTables.xx && mv omTables.xx $@52 omTables.inc: omTables$(EXEEXT) omalloc.h 53 ./omTables$(EXEEXT) > omTables.xx && mv omTables.xx $@ 54 54 55 omTables.h: omTables 56 ./omTables 1 >omTables.yy && mv omTables.yy $@55 omTables.h: omTables$(EXEEXT) 56 ./omTables$(EXEEXT) 1 >omTables.yy && mv omTables.yy $@ 57 57 58 58 noinst_PROGRAMS = omTables
Note: See TracChangeset
for help on using the changeset viewer.