Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / regex / Makefile
blob88bceee87a47b690f7ac74576bcd697e8e791de6
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for backend/regex
6 # IDENTIFICATION
7 # $PostgreSQL$
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