Makefile revision 5680
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# CDDL HEADER START
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# The contents of this file are subject to the terms of the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Common Development and Distribution License (the "License").
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# You may not use this file except in compliance with the License.
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync# See the License for the specific language governing permissions
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync# and limitations under the License.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# When distributing Covered Code, include this CDDL HEADER in each
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync# If applicable, add the following below this CDDL HEADER, with the
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync# CDDL HEADER END
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync sha256:fa01d435a1ab3abafba683519bdc7aca5e19399e96225e1a8bc1d660b566364d
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsyncCOMPONENT_PROJECT_URL= https://github.com/robotis/Lesscpy
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Depends on ply, which is now Python 3 ready, but further testing is needed
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# to determine if lesscpy can deliver 3.x package.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# convert the 'j' in COMPONENT_VERSION to 10
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync# Author's name has non-ASCII characters.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync (cd $(PROTO_DIR)/usr/bin ; $(MV) -f lesscpy lesscpy-$(PYTHON_VERSION))
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# common targets