]> granicus.if.org Git - postgresql/blob - src/test/examples/Makefile
Remove testlo2.c --- there seems to be no difference between this and
[postgresql] / src / test / examples / Makefile
1 #
2 # Makefile for example programs
3 #
4
5 subdir = src/test/examples
6 top_builddir = ../../..
7 include $(top_builddir)/src/Makefile.global
8
9 override CPPFLAGS+= -I$(libpq_srcdir)
10 LIBS += $(libpq)
11
12
13 # PROGS= testlibpq0 testlibpq1 testlibpq2 testlibpq3 testlibpq4 testlo
14 PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo
15
16 all: $(PROGS)
17
18 clean: 
19         rm -f $(PROGS)