mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	test expected output. Tweak contrib/spi Makefile so that refint.so is by default built with appropriate NOTICE support for regression testing.
		
			
				
	
	
		
			16 lines
		
	
	
		
			521 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			521 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $Header: /cvsroot/pgsql/contrib/spi/Makefile,v 1.22 2002/10/03 18:40:02 tgl Exp $
 | 
						|
 | 
						|
subdir = contrib/spi
 | 
						|
top_builddir = ../..
 | 
						|
include $(top_builddir)/src/Makefile.global
 | 
						|
 | 
						|
MODULES = autoinc insert_username moddatetime refint timetravel
 | 
						|
DATA_built = $(addsuffix .sql, $(MODULES))
 | 
						|
DOCS	= README.spi $(addsuffix .example, $(MODULES))
 | 
						|
 | 
						|
# this is needed for the regression tests;
 | 
						|
# comment out if you want a quieter refint package for other uses
 | 
						|
PG_CPPFLAGS = -DREFINT_VERBOSE
 | 
						|
 | 
						|
include $(top_srcdir)/contrib/contrib-global.mk
 |