aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/test/Makefile
blob: b9023c37f32d62d6a1ecf36bf170576c1f2b5583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
subdir = src/interfaces/libpq/test
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

ifeq ($(PORTNAME), win32)
LDLIBS += -lws2_32
endif

override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
override LDLIBS := $(libpq_pgport) $(LDLIBS)

PROGS = uri-regress

all: $(PROGS)

installcheck: all
	SRCDIR='$(top_srcdir)' SUBDIR='$(subdir)' \
		   $(SHELL) $(top_srcdir)/$(subdir)/regress.sh

clean distclean maintainer-clean:
	rm -f $(PROGS)
	rm -f regress.out regress.diff