~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to contrib/miscutil/Makefile

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $PostgreSQL: pgsql/contrib/miscutil/Makefile,v 1.18 2004-08-20 20:13:05 momjian Exp $
 
2
 
 
3
MODULES = misc_utils
 
4
DATA_built = misc_utils.sql
 
5
DOCS = README.misc_utils
 
6
 
 
7
ifdef USE_PGXS
 
8
PGXS = $(shell pg_config --pgxs)
 
9
include $(PGXS)
 
10
else
 
11
subdir = contrib/miscutil
 
12
top_builddir = ../..
 
13
include $(top_builddir)/src/Makefile.global
 
14
include $(top_srcdir)/contrib/contrib-global.mk
 
15
endif