Makefile revision 814
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# CDDL HEADER START
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# The contents of this file are subject to the terms of the
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# Common Development and Distribution License (the "License").
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# You may not use this file except in compliance with the License.
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# See the License for the specific language governing permissions
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# and limitations under the License.
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# When distributing Covered Code, include this CDDL HEADER in each
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# If applicable, add the following below this CDDL HEADER, with the
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# fields enclosed by brackets "[]" replaced with your own identifying
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# information: Portions Copyright [yyyy] [name of copyright owner]
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# CDDL HEADER END
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# we really need to use studio, mostly because that's what
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# sigc++ uses, so we don't like that parfait is g++ in disguise
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellatoCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellatoCOMPONENT_PROJECT_URL= http://libtorrent.rakshasa.no/
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellatoCOMPONENT_ARCHIVE_HASH= sha1:891093c5d600c2e3853eadbbec369a12dfe6ec11
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellatoCOMPONENT_ARCHIVE_URL= http://libtorrent.rakshasa.no/downloads/$(COMPONENT_ARCHIVE)
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# this is needed or we can't compile the rak headers
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellatoLDFLAGS += -L/usr/gnu/lib -R/usr/gnu/lib -lnsl -lsocket
d5f5d30fc15de8bf910d2b33679ee8880742ff72gbellato# common targets