1 #-------------------------------------------------------------------------
4 # Makefile for backend/regex
9 #-------------------------------------------------------------------------
11 subdir
= src
/backend
/regex
12 top_builddir
= ..
/..
/..
13 include $(top_builddir
)/src
/Makefile.global
15 OBJS
= regcomp.o regerror.o regexec.o regfree.o
17 include $(top_srcdir
)/src
/backend
/common.mk
19 # mark inclusion dependencies between .c files explicitly
20 regcomp.o
: regcomp.c regc_lex.c regc_color.c regc_nfa.c regc_cvec.c regc_locale.c
22 regexec.o
: regexec.c rege_dfa.c