Files
libmatricxx/test/makefile.am

22 lines
640 B
Plaintext
Raw Normal View History

2016-07-30 08:50:44 +00:00
## @id $Id$
##
## This file has been added:
## - by bootstrap.sh
## - on Sat, 30 July 2016 10:47:21 +0200
## Feel free to change it or even remove and rebuild it, up to your needs
##
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
AM_CPPFLAGS = -I${top_srcdir}/src -I${top_builddir}/src
AM_LDFLAGS = -L${abs_top_builddir}/src/.libs
2016-08-23 13:58:31 +00:00
LDADD = -lcppunit -lmatricxx
2016-07-30 08:50:44 +00:00
2016-08-25 19:53:49 +00:00
check_PROGRAMS = matricxx
2016-08-03 18:39:03 +00:00
TESTS = ${check_PROGRAMS}
2016-08-25 19:53:49 +00:00
matricxx_SOURCES = matricxx.cxx
2016-07-30 08:50:44 +00:00
2016-08-03 18:43:14 +00:00
CLEANFILES = ${check_PROGRAMS:%=%.xml}
2016-07-30 08:50:44 +00:00
MAINTAINERCLEANFILES = makefile.in