You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
498 B
19 lines
498 B
noinst_PROGRAMS = timebench1 timebench2a timebench2ap timebench2b
|
|
|
|
timebench1_SOURCES = timebench1.cc
|
|
timebench1_LDADD = ../src/libcln.la
|
|
|
|
timebench2a_SOURCES = timebench2a.cc
|
|
timebench2a_LDADD = ../src/libcln.la
|
|
|
|
timebench2ap_SOURCES = timebench2ap.cc
|
|
timebench2ap_LDADD = ../src/libcln.la
|
|
|
|
timebench2b_SOURCES = timebench2b.cc
|
|
timebench2b_LDADD = ../src/libcln.la
|
|
|
|
AM_CPPFLAGS = -I../include -I$(top_srcdir)/include
|
|
DEFAULT_INCLUDES = -I.@am__isrc@
|
|
|
|
EXTRA_DIST = README bench2.txt timebench2.sh
|
|
|