summaryrefslogtreecommitdiff
path: root/src/gtm/libpq/Makefile
blob: 21f91a390c9d73624a2aecd25133a40c09d6b774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#----------------------------------------------------------------------------
#
# Postgres-XC GTM libpq makefile
#
# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/libpq/Makefile
#
#-----------------------------------------------------------------------------
top_builddir=../../..
include $(top_builddir)/src/Makefile.global
subdir = src/gtm/libpq

NAME=pqcomm
SO_MAJOR_VERSION= 1
SO_MINOR_VERSION= 0

OBJS=ip.o pqcomm.o pqformat.o strlcpy.o pqsignal.o

all:all-lib

include $(top_srcdir)/src/Makefile.shlib

clean:
	rm -f $(OBJS)
	rm -f libpqcomm.so libpqcomm.so.1 libpqcomm.so.1.0 

distclean: clean

maintainer-clean: distclean