Changeset 98edf2f
- Timestamp:
- May 26, 2023, 12:15:48 PM (18 months ago)
- Branches:
- ast-experimental, master
- Children:
- 6b1c4f2
- Parents:
- 53f6a11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r53f6a11 r98edf2f 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Tue Mar 10 11:41:18 202014 ## Update Count : 2 5813 ## Last Modified On : Fri May 26 12:13:48 2023 14 ## Update Count : 260 15 15 ############################################################################### 16 16 … … 374 374 ## ========================================================================================================= 375 375 376 mutexStmt$(EXEEXT) : 377 mutexStmt-cpp1.run 378 mutexStmt-cpp2.run 379 mutexStmt-cpp4.run 380 mutexStmt-cpp8.run 381 mutexStmt-java.run 382 mutexStmt-lock1.run 383 mutexStmt-lock2.run 384 mutexStmt-lock4.run 385 mutexStmt-lock8.run 386 mutexStmt-no-stmt-lock1.run 387 mutexStmt-no-stmt-lock2.run 388 mutexStmt-no-stmt-lock4.run 389 mutexStmt-no-stmt-lock8.run 390 mutexStmt-monitor1.run 391 mutexStmt-monitor2.run 376 mutexStmt$(EXEEXT) : \ 377 mutexStmt-cpp1.run \ 378 mutexStmt-cpp2.run \ 379 mutexStmt-cpp4.run \ 380 mutexStmt-cpp8.run \ 381 mutexStmt-java.run \ 382 mutexStmt-lock1.run \ 383 mutexStmt-lock2.run \ 384 mutexStmt-lock4.run \ 385 mutexStmt-lock8.run \ 386 mutexStmt-no-stmt-lock1.run \ 387 mutexStmt-no-stmt-lock2.run \ 388 mutexStmt-no-stmt-lock4.run \ 389 mutexStmt-no-stmt-lock8.run \ 390 mutexStmt-monitor1.run \ 391 mutexStmt-monitor2.run \ 392 392 mutexStmt-monitor4.run 393 393 … … 567 567 compile-array.make \ 568 568 compile-attributes.make \ 569 compile-empty.make 569 compile-empty.make \ 570 570 compile-expression.make \ 571 571 compile-io.make \ … … 592 592 593 593 compile-monitor$(EXEEXT): 594 $(CFACOMPILE) -DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurren t/monitor.cfa594 $(CFACOMPILE) -DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurrency/monitor.cfa 595 595 596 596 compile-operators$(EXEEXT): … … 598 598 599 599 compile-thread$(EXEEXT): 600 $(CFACOMPILE) -DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurren t/thread.cfa600 $(CFACOMPILE) -DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurrency/thread.cfa 601 601 602 602 compile-typeof$(EXEEXT):
Note: See TracChangeset
for help on using the changeset viewer.