Makefile revision 1884
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski# CDDL HEADER START
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski# The contents of this file are subject to the terms of the
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski# Common Development and Distribution License (the "License").
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski# You may not use this file except in compliance with the License.
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski# or http://www.opensolaris.org/os/licensing.
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski# See the License for the specific language governing permissions
59d823de481014f68b8b024474bffac150b56e1eWiebke Herding# and limitations under the License.
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski# When distributing Covered Code, include this CDDL HEADER in each
e4e1509ff358e739fddf1483ad39467e0e1becc2Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e4e1509ff358e739fddf1483ad39467e0e1becc2Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
e4e1509ff358e739fddf1483ad39467e0e1becc2Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
e4e1509ff358e739fddf1483ad39467e0e1becc2Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
e4e1509ff358e739fddf1483ad39467e0e1becc2Christian Maeder# CDDL HEADER END
c36c47428b2f42fe09eab533acf6be19d6d9f259Wiebke Herding# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
b1f52a36d45c5031c462291e263cec114975add1Wiebke HerdingCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2b4130336e941b7d01c78a6da55449a4c6eca609Till Mossakowski sha256:ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4
b1f52a36d45c5031c462291e263cec114975add1Wiebke HerdingCOMPONENT_ARCHIVE_URL= http://argparse.googlecode.com/files/$(COMPONENT_ARCHIVE)
b1f52a36d45c5031c462291e263cec114975add1Wiebke HerdingCOMPONENT_PROJECT_URL= http://code.google.com/p/argparse/
b1f52a36d45c5031c462291e263cec114975add1Wiebke Herding# The argparse module was integrated into Python 2.7, so we should only deliver
b1f52a36d45c5031c462291e263cec114975add1Wiebke Herding# a 2.6 module.
b1f52a36d45c5031c462291e263cec114975add1Wiebke Herding# common targets
test: $(NO_TESTS)