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