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