netbsd/external/bsd/tre/dist/lib/Makefile.am
2013-04-06 16:48:33 +02:00

35 lines
679 B
Makefile

## Process this file with automake to produce Makefile.in
lib_LTLIBRARIES = libtre.la
libtre_la_LDFLAGS = -no-undefined -version-info 5:0:0 $(LDFLAGS)
libtre_la_LIBADD = $(LTLIBINTL)
noinst_HEADERS = \
tre-ast.h \
tre-compile.h \
tre-internal.h \
tre-match-utils.h \
tre-mem.h \
tre-parse.h \
tre-stack.h \
xmalloc.h
libtre_la_SOURCES = \
tre-ast.c \
tre-compile.c \
tre-match-backtrack.c \
tre-match-parallel.c \
tre-mem.c \
tre-parse.c \
tre-stack.c \
regcomp.c \
regexec.c \
regerror.c
if TRE_APPROX
libtre_la_SOURCES += tre-match-approx.c
endif TRE_APPROX
dist_pkginclude_HEADERS = tre.h regex.h
nodist_pkginclude_HEADERS = tre-config.h