Sha256: 6f4eff21ead23e91c001c26c79163dd3eea8c77cfaebf653cf0c034b069e7374
Contents?: true
Size: 355 Bytes
Versions: 12
Compression:
Stored size: 355 Bytes
Contents
# # Makefile for example programs # subdir = . top_builddir = /usr/local/src/pgsql/current/pgsql 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 = test_extended all: $(PROGS) clean: rm -f $(PROGS)
Version data entries
12 entries across 12 versions & 1 rubygems