summaryrefslogtreecommitdiff
path: root/examples/cmdline/Makefile.am
blob: 1e1444e896540e2bdca8bda6aeb604ed5d481fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AUTOMAKE_OPTIONS = 1.6
AM_CPPFLAGS = -I $(top_srcdir)/include
if USE_INTERNAL_REGEX
AM_CPPFLAGS += -I$(top_srcdir)/include/internal/regex
endif
LDADD = $(top_builddir)/lib/libsword.la

noinst_PROGRAMS = lookup search threaded_search listoptions verserangeparse outplain outrender stripaccents

lookup_SOURCES = lookup.cpp
search_SOURCES = search.cpp
stripaccents_SOURCES = stripaccents.cpp
listoptions_SOURCES = listoptions.cpp
verserangeparse_SOURCES = verserangeparse.cpp
threaded_search_SOURCES = threaded_search.cpp
outplain_SOURCES = outplain.cpp
outrender_SOURCES = outrender.cpp
threaded_search_LDADD = $(LDADD) -lpthread