Makefile revision 300
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# CDDL HEADER START
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# The contents of this file are subject to the terms of the
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# Common Development and Distribution License (the "License").
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# You may not use this file except in compliance with the License.
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# See the License for the specific language governing permissions
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# and limitations under the License.
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# When distributing Covered Code, include this CDDL HEADER in each
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# If applicable, add the following below this CDDL HEADER, with the
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# fields enclosed by brackets "[]" replaced with your own identifying
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# information: Portions Copyright [yyyy] [name of copyright owner]
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# CDDL HEADER END
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergaraCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergaraCOMPONENT_ARCHIVE_HASH= sha1:a53d2c671e9f2dd971d0622d5b3672da91c46ef9
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergaraCOMPONENT_ARCHIVE_URL= http://libtorrent.rakshasa.no/downloads/$(COMPONENT_ARCHIVE)
autoheader; \
libtoolize --automake --copy --force; \
automake-1.10; \
autoconf )
CXXFLAGS += -i
test: $(NO_TESTS)