Makefile revision 3661
72N/A#
72N/A# CDDL HEADER START
72N/A#
72N/A# The contents of this file are subject to the terms of the
72N/A# Common Development and Distribution License (the "License").
72N/A# You may not use this file except in compliance with the License.
72N/A#
72N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
72N/A# or http://www.opensolaris.org/os/licensing.
72N/A# See the License for the specific language governing permissions
72N/A# and limitations under the License.
72N/A#
72N/A# When distributing Covered Code, include this CDDL HEADER in each
72N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
72N/A# If applicable, add the following below this CDDL HEADER, with the
72N/A# fields enclosed by brackets "[]" replaced with your own identifying
72N/A# information: Portions Copyright [yyyy] [name of copyright owner]
72N/A#
72N/A# CDDL HEADER END
72N/A#
844N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
72N/A#
72N/Ainclude ../../../make-rules/shared-macros.mk
72N/A
72N/ACOMPONENT_NAME= libusb-ugen
154N/ACOMPONENT_VERSION= 0.1.8
618N/AIPS_COMPONENT_VERSION= 0.5.11
72N/ACOMPONENT_PROJECT_URL= http://libusb.sf.net/
72N/ACOMPONENT_SRC= src
844N/ACOMPONENT_BUGDB= library/libusb
844N/A
72N/Ainclude $(WS_TOP)/make-rules/justmake.mk
72N/Ainclude $(WS_TOP)/make-rules/ips.mk
72N/A
72N/A$(BUILD_DIR_32)/.built: BITS=32
72N/A$(BUILD_DIR_64)/.built: BITS=64
72N/ACOMPONENT_BUILD_ARGS += BITS=$(BITS)
72N/A
72N/A$(BUILD_DIR_32)/.installed: BITS=32
72N/A$(BUILD_DIR_64)/.installed: BITS=64
574N/ACOMPONENT_INSTALL_ARGS += BITS=$(BITS)
574N/A
574N/A# Do not apply the standard licence transforms for this component.
72N/ALICENSE_TRANSFORMS =
72N/A
72N/Adownload:
72N/A
75N/Aclobber: clean
72N/A $(RM) $(SOURCE_DIR)/.prep
72N/A
72N/A# common targets
154N/A$(SOURCE_DIR)/.prep:
72N/A $(TOUCH) $@
181N/A
83N/Aprep: $(SOURCE_DIR)/.prep
72N/A
72N/Abuild: $(BUILD_32_and_64)
72N/A
install: $(INSTALL_32_and_64)
# enumerates USB devices plugged into your system
test: $(TEST_32_and_64)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk