Changeset 49ce636
- Timestamp:
- Dec 18, 2020, 1:02:19 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 751e2eb
- Parents:
- 720b1a9
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r720b1a9 r49ce636 522 522 size-cfa$(EXEEXT): 523 523 $(BENCH_V_CFA)$(CFACOMPILE) $(srcdir)/size/size.cfa 524 525 ## ========================================================================================================= 526 527 %-tokio$(EXEEXT): $(srcdir)/readyQ/%.rs 528 cd $(builddir) && cargo build --release 529 cp $(builddir)/target/release/$(basename $@) $@ -
configure.ac
r720b1a9 r49ce636 295 295 # Some of our makefile don't need to be distributed 296 296 AM_CONDITIONAL([CFORALL_DISTRIBUTE], [test -e $TOP_SRCDIR/autogen.sh]) 297 AM_COND_IF([CFORALL_DISTRIBUTE], 298 [AC_CONFIG_FILES([297 AM_COND_IF([CFORALL_DISTRIBUTE], [ 298 AC_CONFIG_FILES([ 299 299 longrun_tests/Makefile 300 300 benchmark/Makefile … … 302 302 tools/Makefile 303 303 tools/prettyprinter/Makefile 304 ])]) 304 ]) 305 306 AC_OUTPUT(benchmark/Cargo.toml) 307 ]) 305 308 306 309 AC_CONFIG_LINKS([tests/test.py:tests/test.py])
Note: See TracChangeset
for help on using the changeset viewer.