1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00
Files
postgres/src/backend/access/gist/Makefile
2010-09-20 22:08:53 +02:00

19 lines
507 B
Makefile

#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for access/gist
#
# IDENTIFICATION
# src/backend/access/gist/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/access/gist
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = gist.o gistutil.o gistxlog.o gistvacuum.o gistget.o gistscan.o \
gistproc.o gistsplit.o
include $(top_srcdir)/src/backend/common.mk