Changes in benchmark/Makefile.am [6ca0dab:341e252]
- File:
-
- 1 edited
-
benchmark/Makefile.am (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r6ca0dab r341e252 146 146 147 147 cleancsv: 148 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv sched int.csv148 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv scheduling.csv 149 149 150 150 jenkins$(EXEEXT): cleancsv … … 157 157 +make mutex.csv 158 158 -+make mutex.diff.csv 159 +make sched int.csv160 -+make sched int.diff.csv159 +make scheduling.csv 160 -+make scheduling.diff.csv 161 161 @DOifskipcompile@ 162 162 cat compile.csv … … 167 167 cat mutex.csv 168 168 -cat mutex.diff.csv 169 cat sched int.csv170 -cat sched int.diff.csv169 cat scheduling.csv 170 -cat scheduling.diff.csv 171 171 172 172 compile.csv: … … 198 198 $(srcdir)/fixcsv.sh $@ 199 199 200 sched int.csv:200 scheduling.csv: 201 201 echo "building $@" 202 202 echo "schedint-1,schedint-2,schedext-1,schedext-2" > $@ … … 490 490 491 491 compile-array$(EXEEXT): 492 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/array.cfa492 $(CFACOMPILE) -fsyntax-only -w $(testdir)/array.cfa 493 493 494 494 compile-attributes$(EXEEXT): 495 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/attributes.cfa495 $(CFACOMPILE) -fsyntax-only -w $(testdir)/attributes.cfa 496 496 497 497 compile-empty$(EXEEXT): 498 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(srcdir)/compile/empty.cfa498 $(CFACOMPILE) -fsyntax-only -w $(srcdir)/compile/empty.cfa 499 499 500 500 compile-expression$(EXEEXT): 501 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/expression.cfa501 $(CFACOMPILE) -fsyntax-only -w $(testdir)/expression.cfa 502 502 503 503 compile-io$(EXEEXT): 504 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/io1.cfa504 $(CFACOMPILE) -fsyntax-only -w $(testdir)/io1.cfa 505 505 506 506 compile-monitor$(EXEEXT): 507 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurrent/monitor.cfa507 $(CFACOMPILE) -fsyntax-only -w $(testdir)/concurrent/monitor.cfa 508 508 509 509 compile-operators$(EXEEXT): 510 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/operators.cfa510 $(CFACOMPILE) -fsyntax-only -w $(testdir)/operators.cfa 511 511 512 512 compile-thread$(EXEEXT): 513 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurrent/thread.cfa513 $(CFACOMPILE) -fsyntax-only -w $(testdir)/concurrent/thread.cfa 514 514 515 515 compile-typeof$(EXEEXT): 516 $(CFACOMPILE) - DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/typeof.cfa516 $(CFACOMPILE) -fsyntax-only -w $(testdir)/typeof.cfa 517 517 518 518 ## =========================================================================================================
Note:
See TracChangeset
for help on using the changeset viewer.