summaryrefslogtreecommitdiff
path: root/src/backend/executor/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/executor/Makefile.inc')
-rw-r--r--src/backend/executor/Makefile.inc29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/backend/executor/Makefile.inc b/src/backend/executor/Makefile.inc
deleted file mode 100644
index 211e725cec..0000000000
--- a/src/backend/executor/Makefile.inc
+++ /dev/null
@@ -1,29 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# Makefile.inc--
-# Makefile for the executor module
-#
-# Copyright (c) 1994, Regents of the University of California
-#
-#
-# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/executor/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:24 scrappy Exp $
-#
-#-------------------------------------------------------------------------
-
-VPATH:= $(VPATH):$(CURDIR)/executor
-
-SRCS_EXECUTOR= execAmi.c execFlatten.c execJunk.c execMain.c \
- execProcnode.c execQual.c execScan.c execTuples.c \
- execUtils.c functions.c nodeAppend.c nodeAgg.c nodeHash.c \
- nodeHashjoin.c nodeIndexscan.c nodeMaterial.c nodeMergejoin.c \
- nodeNestloop.c nodeResult.c nodeSeqscan.c nodeSort.c \
- nodeUnique.c nodeTee.c nodeGroup.c
-
-HEADERS+= execFlatten.h execdebug.h execdefs.h execdesc.h \
- executor.h functions.h hashjoin.h nodeAgg.h nodeAppend.h \
- nodeHash.h nodeHashjoin.h nodeIndexscan.h nodeMaterial.h \
- nodeMergejoin.h nodeNestloop.h nodeResult.h \
- nodeSeqscan.h nodeSort.h nodeUnique.h tuptable.h nodeTee.h \
- nodeGroup.h
-