mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			338 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			338 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.3 2002/10/22 20:03:09 petere Exp $
 | 
						|
 | 
						|
subdir = contrib/xml
 | 
						|
top_builddir = ../..
 | 
						|
include $(top_builddir)/src/Makefile.global
 | 
						|
 | 
						|
MODULE_big = pgxml_dom
 | 
						|
OBJS = pgxml_dom.o
 | 
						|
SHLIB_LINK = -lxml2
 | 
						|
DATA_built = pgxml_dom.sql
 | 
						|
DOCS = README.pgxml
 | 
						|
 | 
						|
include $(top_srcdir)/contrib/contrib-global.mk
 |