Makefile revision 1699
255N/A#
255N/A# CDDL HEADER START
255N/A#
255N/A# The contents of this file are subject to the terms of the
255N/A# Common Development and Distribution License (the "License").
255N/A# You may not use this file except in compliance with the License.
255N/A#
255N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
255N/A# or http://www.opensolaris.org/os/licensing.
255N/A# See the License for the specific language governing permissions
255N/A# and limitations under the License.
255N/A#
255N/A# When distributing Covered Code, include this CDDL HEADER in each
255N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
255N/A# If applicable, add the following below this CDDL HEADER, with the
255N/A# fields enclosed by brackets "[]" replaced with your own identifying
255N/A# information: Portions Copyright [yyyy] [name of copyright owner]
255N/A#
255N/A# CDDL HEADER END
255N/A#
255N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
255N/A#
3817N/Ainclude ../../make-rules/shared-macros.mk
255N/A
255N/ACOMPONENT_NAME= libsndfile
255N/ACOMPONENT_VERSION= 1.0.23
255N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
255N/ACOMPONENT_PROJECT_URL= http://www.mega-nerd.com/libsndfile/
1077N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
255N/ACOMPONENT_ARCHIVE_HASH= \
255N/A sha256:54c9c375598538263395a691f9b30987a2faa3d8a166d27e6a09ba4700223d4d
844N/ACOMPONENT_ARCHIVE_URL= http://www.mega-nerd.com/libsndfile/files/$(COMPONENT_ARCHIVE)
1077N/ACOMPONENT_BUGDB= library/libsndfile
255N/A
255N/Ainclude ../../make-rules/prep.mk
1258N/Ainclude ../../make-rules/configure.mk
255N/Ainclude ../../make-rules/ips.mk
2899N/A
2899N/A# Needed for __func__ in cpp_test.cc
3817N/ACXXFLAGS += $(studio_FEATURES_EXTENSIONS)
3817N/ACFLAGS += $(studio_PIC)
3817N/A
255N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
255N/ACONFIGURE_ENV += CXXFLAGS="$(CXXFLAGS)"
3466N/A
255N/AASLR_MODE = $(ASLR_ENABLE)
255N/A
255N/A# common targets
255N/Abuild: $(BUILD_32_and_64)
1452N/A
1452N/Ainstall: $(INSTALL_32_and_64)
3466N/A
3466N/Atest: $(TEST_32_and_64)
1599N/A
3466N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
3466N/A
3466N/Ainclude ../../make-rules/depend.mk
1599N/A