~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to contrib/lo/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/lo/Makefile,v 1.13 2004-08-20 20:13:05 momjian Exp $
 
2
 
 
3
MODULES = lo
 
4
DATA_built = lo.sql
 
5
DATA = lo_drop.sql lo_test.sql
 
6
DOCS = README.lo
 
7
 
 
8
ifdef USE_PGXS
 
9
PGXS = $(shell pg_config --pgxs)
 
10
include $(PGXS)
 
11
else
 
12
subdir = contrib/lo
 
13
top_builddir = ../..
 
14
include $(top_builddir)/src/Makefile.global
 
15
include $(top_srcdir)/contrib/contrib-global.mk
 
16
endif