summaryrefslogtreecommitdiff
path: root/php/config/Make.rules.Linux
blob: 61440938545e256e4e849cab961258401b5b1098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# **********************************************************************
#
# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

#
# This file is included by Make.rules when uname is Linux.
#

include $(top_srcdir)/../cpp/config/Make.rules.$(UNAME)

mkshlib	= $(CXX) -shared $(LDFLAGS) $(LDEXEFLAGS) -o $(1) -Wl,-h,$(2) $(3) $(4) -lpthread