]> www.ginac.de Git - cln.git/blob - benchmarks/Makefile.am
Add support for LoongArch
[cln.git] / benchmarks / Makefile.am
1 noinst_PROGRAMS = timebench1 timebench2a timebench2ap timebench2b
2
3 timebench1_SOURCES = timebench1.cc
4 timebench1_LDADD = ../src/libcln.la
5
6 timebench2a_SOURCES = timebench2a.cc
7 timebench2a_LDADD = ../src/libcln.la
8
9 timebench2ap_SOURCES = timebench2ap.cc
10 timebench2ap_LDADD = ../src/libcln.la
11
12 timebench2b_SOURCES = timebench2b.cc
13 timebench2b_LDADD = ../src/libcln.la
14
15 AM_CPPFLAGS = -I../include -I$(top_srcdir)/include
16 DEFAULT_INCLUDES = -I.@am__isrc@
17
18 EXTRA_DIST = README bench2.txt timebench2.sh
19
20
21 # Remove .deps directories created by 'configure'.
22 # I would say that this left-over is an Automake 1.16.1 bug.
23 distclean-local:
24         rm -rf $(DEPDIR)