]> git.lyx.org Git - features.git/blob - src/frontends/controllers/tests/Makefile.am
Rename .C => .cpp for files in src/frontends/controllers, step 1
[features.git] / src / frontends / controllers / tests / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = pch.h test_biblio
4
5 BUILT_SOURCES = $(PCH_FILE)
6
7 TESTS = \
8         test_biblio
9
10 check_PROGRAMS = \
11         biblio
12
13 AM_CPPFLAGS += $(BOOST_INCLUDES)
14
15 biblio_LDADD = $(BOOST_REGEX)
16 biblio_SOURCES = \
17         biblio.cpp \
18         boost.cpp
19
20 makeregfiles: ${check_PROGRAMS}
21         for all in ${check_PROGRAMS} ; do \
22                 ./$$all > ${srcdir}/regfiles/$$all ; \
23         done