summaryrefslogtreecommitdiff
path: root/src/gtm/Makefile.port
blob: 260e78121f72e0d4bf780c9ebc407d9c6e5c464e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#----------------------------------------------------------------------------
#
# Postgres-XC port makefile
#
# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/pgxc/tools/makesgml/Makefile.port
#
#-----------------------------------------------------------------------------
AROPT = crs
export_dynamic = -Wl,-E
rpath = -Wl,-rpath,'$(rpathdir)'
allow_nonpic_in_shlib = yes
DLSUFFIX = .so

ifeq "$(findstring sparc,$(host_cpu))" "sparc"
CFLAGS_SL = -fPIC
else
CFLAGS_SL = -fpic
endif

%.so: %.o
	$(CC) $(CFLAGS) -shared -o $@ $<