aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 699829b897972826ce3eec0e9fcbb926c3d9dd90 (plain)
1
2
3
4
5
6
7
8
AM_CFLAGS = -Wall
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