summaryrefslogtreecommitdiffstats
path: root/src/backend/regex/Makefile
blob: 5210c16ec4d1cd16786237ea4e06ff93a70bde3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for backend/regex
#
# IDENTIFICATION
#    src/backend/regex/Makefile
#
#-------------------------------------------------------------------------

subdir = src/backend/regex
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

OBJS = \
	regcomp.o \
	regerror.o \
	regexec.o \
	regexport.o \
	regfree.o \
	regprefix.o

include $(top_srcdir)/src/backend/common.mk

# mark inclusion dependencies between .c files explicitly
regcomp.o: regcomp.c regc_lex.c regc_color.c regc_nfa.c regc_cvec.c \
        regc_locale.c regc_pg_locale.c

regexec.o: regexec.c rege_dfa.c