Makefile revision 127
48acc31adebfdd4e4945ee76e1f5259e4b1b6fffTimo Sirainen# CDDL HEADER START
48acc31adebfdd4e4945ee76e1f5259e4b1b6fffTimo Sirainen# The contents of this file are subject to the terms of the
48acc31adebfdd4e4945ee76e1f5259e4b1b6fffTimo Sirainen# Common Development and Distribution License (the "License").
48acc31adebfdd4e4945ee76e1f5259e4b1b6fffTimo Sirainen# You may not use this file except in compliance with the License.
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# See the License for the specific language governing permissions
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# and limitations under the License.
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# If applicable, add the following below this CDDL HEADER, with the
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# CDDL HEADER END
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo SirainenCOMPONENT_ARCHIVE_HASH= sha1:92b550853626d2959c44abb72944b83403427497
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo SirainenCOMPONENT_ARCHIVE_URL= http://launchpad.net/pyopenssl/main/0.11/+download/$(COMPONENT_ARCHIVE)
4082d5b171d1c3a00ba705093d62b8afc9cf17aeTimo Sirainen# common targets
d06d6667bac64aabe1efb216af56ca45108d63b0Timo Sirainen @echo "no tests available"