aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/hsrex/Makefile.am
blob: 11b979acb426d19af9256514b5596443627e3bf1 (plain)
1
2
3
4
5
6
7
8
9
10
# FIXME: We probably need both ASCII and widechar versions
# as separate libraries.
AM_CPPFLAGS = -DREGEX_STANDALONE
# -DREGEX_WCHAR

noinst_LTLIBRARIES = libhswrex.la
libhswrex_la_SOURCES = regcomp.c regexec.c regerror.c regfree.c regalone.c \
                       regalone.h  regcustom.h regerrs.h regex.h regguts.h
# included from regcomp.c and regexec.c
EXTRA_libhswrex_la_SOURCES = regc_color.c regc_cvec.c regc_lex.c regc_locale.c regc_nfa.c