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

  1. noinst_PROGRAMS = timebench1 timebench2a timebench2ap timebench2b
  2. timebench1_SOURCES = timebench1.cc
  3. timebench1_LDADD = ../src/libcln.la
  4. timebench2a_SOURCES = timebench2a.cc
  5. timebench2a_LDADD = ../src/libcln.la
  6. timebench2ap_SOURCES = timebench2ap.cc
  7. timebench2ap_LDADD = ../src/libcln.la
  8. timebench2b_SOURCES = timebench2b.cc
  9. timebench2b_LDADD = ../src/libcln.la
  10. AM_CPPFLAGS = -I../include -I$(top_srcdir)/include
  11. DEFAULT_INCLUDES = -I.@am__isrc@
  12. EXTRA_DIST = README bench2.txt timebench2.sh