Refactor ExecScan() to allow inlining of its core logic
[pgsql.git] / src / test / examples / Makefile
blobe72d058e0c4b886be46eb3eeca35250ba818344b
2 # Makefile for example programs
5 subdir = src/test/examples
6 top_builddir = ../../..
7 include $(top_builddir)/src/Makefile.global
9 ifeq ($(PORTNAME), win32)
10 LDFLAGS += -lws2_32
11 endif
13 override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
14 LDFLAGS_INTERNAL += $(libpq_pgport)
17 PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo testlo64
19 all: $(PROGS)
21 clean distclean:
22 rm -f $(PROGS) *.o