blob: 503206ad998ae775190a9eaa3fec2a433bf28587 (
plain)
1
2
3
4
5
6
7
|
AM_CPPFLAGS = -DREGEX_STANDALONE
noinst_LTLIBRARIES = libterex.la
libterex_la_SOURCES = regcomp.c regexec.c regerror.c regfree.c \
regalone.h regcustom.h regerrs.h regex.h regguts.h
# included from regcomp.c and regexec.c
EXTRA_libterex_la_SOURCES = regc_color.c regc_cvec.c regc_lex.c regc_locale.c regc_nfa.c
|