summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: 2166447dbfc0a0908e64d5711e183bf60c85e98e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

bin_PROGRAMS = rtctest tbtcheck

rtctest_SOURCES =  rtctest.cpp
rtctest_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/slw
rtctest_LDADD = $(top_builddir)/src/rtclock.o				\
		$(top_builddir)/src/slw/libslw.a -lslang -lpthread

tbtcheck_SOURCES = tbtcheck.cpp
tbtcheck_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/slw
tbtcheck_LDADD = $(top_builddir)/src/tbt.o				\
		$(top_builddir)/src/rtclock.o				\
		$(top_builddir)/src/slw/libslw.a -lslang -lpthread