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

« back to all changes in this revision

Viewing changes to contrib/isn/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
# $PostgreSQL$
 
2
 
 
3
MODULES = isn
 
4
DATA_built = isn.sql
 
5
DATA = uninstall_isn.sql
 
6
 
 
7
ifdef USE_PGXS
 
8
PG_CONFIG = pg_config
 
9
PGXS := $(shell $(PG_CONFIG) --pgxs)
 
10
include $(PGXS)
 
11
else
 
12
subdir = contrib/isn
 
13
top_builddir = ../..
 
14
include $(top_builddir)/src/Makefile.global
 
15
include $(top_srcdir)/contrib/contrib-global.mk
 
16
endif