Makefile revision 3661
178N/A#
178N/A# CDDL HEADER START
178N/A#
178N/A# The contents of this file are subject to the terms of the
178N/A# Common Development and Distribution License (the "License").
178N/A# You may not use this file except in compliance with the License.
178N/A#
178N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
178N/A# or http://www.opensolaris.org/os/licensing.
178N/A# See the License for the specific language governing permissions
178N/A# and limitations under the License.
178N/A#
178N/A# When distributing Covered Code, include this CDDL HEADER in each
178N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
178N/A# If applicable, add the following below this CDDL HEADER, with the
178N/A# fields enclosed by brackets "[]" replaced with your own identifying
178N/A# information: Portions Copyright [yyyy] [name of copyright owner]
178N/A#
178N/A# CDDL HEADER END
178N/A#
178N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
814N/A#
178N/Ainclude ../../make-rules/shared-macros.mk
814N/A
814N/ACOMPONENT_NAME= openusb
814N/ACOMPONENT_VERSION= 1.0.1
814N/ACOMPONENT_SRC_NAME= libopenusb
814N/ACOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
178N/ACOMPONENT_PROJECT_URL= http://openusb.sourceforge.net/
178N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
178N/ACOMPONENT_ARCHIVE_HASH= \
345N/A sha256:031098c376f16f6030c4dbd553266e107b39d1f7b3fc366f8f7fd412d3d7c3ad
618N/ACOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/openusb/files/$(COMPONENT_NAME)/libopenusb%201.0.1/$(COMPONENT_ARCHIVE)/download
178N/ACOMPONENT_BUGDB= library/libopenusb
178N/A
844N/ATPNO= 8843
844N/A
618N/Ainclude ../../make-rules/prep.mk
178N/Ainclude ../../make-rules/configure.mk
178N/Ainclude ../../make-rules/ips.mk
178N/A
178N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
178N/A
519N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
519N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
178N/A
178N/ACOMPILER = gcc3
178N/A
178N/APATCH_LEVEL = 1
178N/A
178N/ACOMPONENT_POST_BUILD_ACTION = \
178N/A (cd $(@D)/src; $(MAKE) install-sunos-backend)
178N/A
178N/Abuild: $(BUILD_32_and_64)
441N/A
178N/Ainstall: $(INSTALL_32_and_64)
178N/A
178N/Atest: $(TEST_32_and_64)
178N/A
178N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
178N/A
178N/Ainclude ../../make-rules/depend.mk
178N/A
178N/A