| 
									
										
										
										
											2008-12-08 04:32:10 +00:00
										 |  |  | #
 | 
					
						
							|  |  |  | # pg_reorg: bin/Makefile
 | 
					
						
							|  |  |  | #
 | 
					
						
							| 
									
										
										
										
											2009-01-19 04:28:21 +00:00
										 |  |  | #    Copyright (c) 2008-2009, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
 | 
					
						
							| 
									
										
										
										
											2008-12-08 04:32:10 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2009-04-22 07:26:12 +00:00
										 |  |  | SRCS = pg_reorg.c pgut/pgut.c | 
					
						
							|  |  |  | OBJS = $(SRCS:.c=.o) | 
					
						
							| 
									
										
										
										
											2008-12-08 04:32:10 +00:00
										 |  |  | PROGRAM = pg_reorg | 
					
						
							| 
									
										
										
										
											2009-01-21 08:09:22 +00:00
										 |  |  | REGRESS = init reorg | 
					
						
							| 
									
										
										
										
											2008-12-08 04:32:10 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | ifdef DEBUG_REORG | 
					
						
							| 
									
										
										
										
											2009-04-22 07:26:12 +00:00
										 |  |  | PG_CPPFLAGS = -I$(libpq_srcdir) -DDEBUG_REORG | 
					
						
							| 
									
										
										
										
											2008-12-08 04:32:10 +00:00
										 |  |  | else | 
					
						
							| 
									
										
										
										
											2009-04-22 07:26:12 +00:00
										 |  |  | PG_CPPFLAGS = -I$(libpq_srcdir) | 
					
						
							| 
									
										
										
										
											2008-12-08 04:32:10 +00:00
										 |  |  | endif | 
					
						
							|  |  |  | PG_LIBS = $(libpq) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ifdef USE_PGXS | 
					
						
							|  |  |  | PGXS := $(shell pg_config --pgxs) | 
					
						
							|  |  |  | include $(PGXS) | 
					
						
							|  |  |  | else | 
					
						
							|  |  |  | subdir = contrib/pg_reorg | 
					
						
							|  |  |  | top_builddir = ../../.. | 
					
						
							|  |  |  | include $(top_builddir)/src/Makefile.global | 
					
						
							|  |  |  | include $(top_srcdir)/contrib/contrib-global.mk | 
					
						
							|  |  |  | endif |