#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for the commands module
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    /usr/local/devel/pglite/cvs/src/backend/commands/Makefile.inc,v 1.5 1995/07/04 06:50:37 andrew Exp
#
#-------------------------------------------------------------------------

VPATH:=$(VPATH):$(CURDIR)/commands


SRCS_COMMANDS= async.c creatinh.c command.c copy.c defind.c define.c \
	purge.c remove.c rename.c vacuum.c version.c view.c cluster.c \
	recipe.c explain.c

HEADERS+= async.h command.h copy.h creatinh.h defrem.h purge.h \
	rename.h vacuum.h version.h view.h cluster.h \
	recipe.h


