1# -*- makefile -*- Time-stamp: <08/06/12 14:59:23 ptr>
2#
3# Copyright (c) 1997-1999, 2002, 2003, 2005-2008
4# Petr Ovtchenkov
5#
6# Portion Copyright (c) 1999-2001
7# Parallel Graphics Ltd.
8#
9# Licensed under the Academic Free License version 3.0
10#
11
12dbg-shared:	LDFLAGS += -b +nostl -Wl,+h$(SO_NAME_DBGxx)
13stldbg-shared:	LDFLAGS += -b +nostl -Wl,+h$(SO_NAME_STLDBGxx)
14release-shared:	LDFLAGS += -b +nostl -Wl,+h$(SO_NAMExx)
15