postgresql/contrib/xml/Makefile

18 lines
411 B
Makefile
Raw Normal View History

# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.9 2004/08/20 20:13:10 momjian Exp $
2004-03-05 05:10:11 +01:00
MODULE_big = pgxml_dom
OBJS = pgxml_dom.o
SHLIB_LINK = -lxml2
DATA_built = pgxml_dom.sql
DOCS = README.xml
2004-03-05 05:10:11 +01:00
ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)
else
subdir = contrib/xml
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
2004-03-05 05:10:11 +01:00
include $(top_srcdir)/contrib/contrib-global.mk
endif