summaryrefslogtreecommitdiff
path: root/regex/Makefile.in
blob: f3215ab42ff98bcefa6a86aaf28d8ea2b3568de0 (plain)
1
2
3
4
5
6
7
8
9
10

DEPTH     = ..
topsrcdir = @topsrcdir@
srcdir    = @srcdir@
VPATH     = @srcdir@

LTLIBRARY_NAME = libregex.la
LTLIBRARY_SOURCES = regcomp.c regexec.c regerror.c regfree.c

include $(topsrcdir)/build/ltlib.mk