## Process this file with automake to produce Makefile.in
# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in Makefile
INCLUDES = `lndtool --cflags` -W -Wall
LDFLAGS = `lndtool --libs`
check_PROGRAMS = lnd-test lnd-test-filter lnd-test-plugins lnd-dump lnd-tcpdump lnd-headerwalk
# use "make tests" to build the tests, AFTER make install!
tests: $(check_PROGRAMS)
lnd_test_SOURCES = lnd-test.c
lnd_test_filter_SOURCES = lnd-test-filter.c
lnd_test_plugins_SOURCES = lnd-test-plugins.c
lnd_dump_SOURCES = lnd-dump.c
lnd_tcpdump_SOURCES = lnd-tcpdump.c
lnd_headerwalk_SOURCES = lnd-headerwalk.c
EXTRA_DIST = test.trace
# don't install any of this stuff
install-binPROGRAMS:
uninstall-binPROGRAMS:
syntax highlighted by Code2HTML, v. 0.9.1