~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/backend/access/gist/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#-------------------------------------------------------------------------
 
2
#
 
3
# Makefile--
 
4
#    Makefile for access/gist
 
5
#
 
6
# IDENTIFICATION
 
7
#    $PostgreSQL$
 
8
#
 
9
#-------------------------------------------------------------------------
 
10
 
 
11
subdir = src/backend/access/gist
 
12
top_builddir = ../../../..
 
13
include $(top_builddir)/src/Makefile.global
 
14
 
 
15
OBJS = gist.o gistutil.o gistxlog.o gistvacuum.o gistget.o gistscan.o \
 
16
       gistproc.o gistsplit.o
 
17
 
 
18
include $(top_srcdir)/src/backend/common.mk