Skip to content

Commit c85a14c

Browse files
committed
Add makefile.old
1 parent 5c4854e commit c85a14c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

contrib/multimaster/Makefile.old

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
MODULE_big = multimaster
2+
OBJS = multimaster.o pglogical_receiver.o decoder_raw.o libdtm.o bytebuf.o bgwpool.o sockhub/sockhub.o
3+
EXTENSION = multimaster
4+
DATA = multimaster--1.0.sql
5+
6+
PG_CPPFLAGS = -I$(libpq_srcdir)
7+
SHLIB_LINK = $(libpq)
8+
9+
ifdef USE_PGXS
10+
PG_CONFIG = pg_config
11+
PGXS := $(shell $(PG_CONFIG) --pgxs)
12+
include $(PGXS)
13+
else
14+
subdir = contrib/multimaster
15+
top_builddir = ../..
16+
include $(top_builddir)/src/Makefile.global
17+
include $(top_srcdir)/contrib/contrib-global.mk
18+
endif
19+

0 commit comments

Comments
 (0)