1 #-------------------------------------------------------------------------
4 # Makefile for backend/commands
9 #-------------------------------------------------------------------------
11 subdir
= src
/backend
/commands
12 top_builddir
= ..
/..
/..
13 include $(top_builddir
)/src
/Makefile.global
15 OBJS
= aggregatecmds.o alter.o analyze.o async.o cluster.o comment.o \
16 conversioncmds.o copy.o \
17 dbcommands.o
define.o discard.o explain.o functioncmds.o \
18 indexcmds.o lockcmds.o operatorcmds.o opclasscmds.o \
19 portalcmds.o prepare.o proclang.o \
20 schemacmds.o sequence.o tablecmds.o tablespace.o trigger.o \
21 tsearchcmds.o typecmds.o user.o vacuum.o vacuumlazy.o \
24 include $(top_srcdir
)/src
/backend
/common.mk