Makefile revision 181
2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/Ainclude ../../make-rules/shared-macros.mk
2N/A
2N/ACOMPONENT_NAME= ilmbase
2N/ACOMPONENT_VERSION= 1.0.1
2N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2N/ACOMPONENT_PROJECT_URL= http://www.openexr.com/
2N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH= sha1:143adc547be83c6df75831ae957eef4b2706c9c0
2N/ACOMPONENT_ARCHIVE_URL= http://download.savannah.nongnu.org/releases/openexr/$(COMPONENT_ARCHIVE)
2N/A
2N/Ainclude ../../make-rules/prep.mk
2N/Ainclude ../../make-rules/configure.mk
2N/Ainclude ../../make-rules/ips.mk
2N/A
2N/APKG_CONFIG_PATH_32 = /usr/lib/pkgconfig
2N/APKG_CONFIG_PATH_64 = /usr/lib/$(MACH64)/pkgconfig
2N/A
2N/APATCH_LEVEL = 0
2N/A
2N/A# Prevent RPATH/RUNPATH, even in ./configure. If conftest
2N/A# can't find something in the default search RUNPATH, we'd
2N/A# like to know why.
2N/ACFLAGS += -Xc -xnorunpath
2N/ACFLAGS += $(studio_C99_ENABLE) $(CPP_POSIX) $(CPP_LARGEFILES)
2N/ACPPFLAGS += $(CPP_POSIX) $(CPP_LARGEFILES)
2N/ACXXFLAGS += $(CC_BITS) -mt -library=Crun -library=Cstd -compat=5
2N/ACXXFLAGS += -D_XPG5 -D_XOPEN_SOURCE=500 -D__EXTENSIONS__=1
2N/ACXXFLAGS += $(CPP_POSIX) $(CPP_LARGEFILES)
2N/ALDFLAGS += -lpthread -lc -lm
2N/ALD_OPTIONS += -z ignore
2N/A
2N/ACONFIGURE_ENV += CXX="$(CCC)"
2N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
2N/ACONFIGURE_ENV += CXXFLAGS="$(CXXFLAGS)"
2N/ACONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
2N/ACONFIGURE_ENV += CXXLINK="$(CCC) $(CXXFLAGS) $(LDFLAGS)"
2N/ACONFIGURE_ENV += CXXCPP="$(CCC) $(CPPFLAGS) $(CXXFLAGS) -E"
2N/ACONFIGURE_ENV += LDFLAGS="$(LDFLAGS)"
2N/ACONFIGURE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH_$(BITS))"
2N/A
2N/ACONFIGURE_OPTIONS += --disable-static
2N/ACONFIGURE_OPTIONS += --enable-threading
2N/ACONFIGURE_OPTIONS += --enable-posix-sem
2N/ACONFIGURE_OPTIONS += --with-pic
2N/A
2N/Abuild: $(BUILD_32_and_64)
2N/A
2N/Ainstall: $(INSTALL_32_and_64)
2N/A
2N/Atest: $(TEST_32_and_64)
2N/A
2N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2N/A
2N/Ainclude ../../make-rules/depend.mk
2N/A
2N/A