mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			321 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			321 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# config/Makefile
 | 
						|
 | 
						|
subdir = config
 | 
						|
top_builddir = ..
 | 
						|
include $(top_builddir)/src/Makefile.global
 | 
						|
 | 
						|
 | 
						|
install: all installdirs
 | 
						|
	$(INSTALL_SCRIPT) $(srcdir)/install-sh '$(DESTDIR)$(pgxsdir)/config/install-sh'
 | 
						|
 | 
						|
installdirs:
 | 
						|
	$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/config'
 | 
						|
 | 
						|
uninstall:
 | 
						|
	rm -f '$(DESTDIR)$(pgxsdir)/config/install-sh'
 |