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