mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	written a generic framework of rules that the contrib makefiles can use instead of writing their own each time. You only need to set a few variables and off you go.
		
			
				
	
	
		
			13 lines
		
	
	
		
			308 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			308 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.8 2001/09/06 10:49:29 petere Exp $
 | 
						|
 | 
						|
subdir = contrib/intarray
 | 
						|
top_builddir = ../..
 | 
						|
include $(top_builddir)/src/Makefile.global
 | 
						|
 | 
						|
MODULES = _int
 | 
						|
DATA_built = _int.sql
 | 
						|
DOCS = README.intarray
 | 
						|
REGRESS = _int
 | 
						|
 | 
						|
include $(top_srcdir)/contrib/contrib-global.mk
 |