lattice-benchmarks/Grid/Makefile.am

9 lines
230 B
Makefile
Raw Normal View History

2023-01-13 19:00:20 +00:00
ACLOCAL_AMFLAGS = -I .buildutils/m4
bin_PROGRAMS = \
2023-01-24 20:08:40 +00:00
Benchmark_Grid \
2023-01-13 19:00:20 +00:00
Benchmark_IO
2023-01-28 14:19:25 +00:00
2023-01-24 20:08:40 +00:00
Benchmark_Grid_SOURCES = Benchmark_Grid.cpp
2023-01-13 19:00:20 +00:00
Benchmark_IO_SOURCES = Benchmark_IO.cpp