Makefile revision 3477
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# CDDL HEADER START
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# The contents of this file are subject to the terms of the
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# Common Development and Distribution License (the "License").
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# You may not use this file except in compliance with the License.
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# or http://www.opensolaris.org/os/licensing.
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# See the License for the specific language governing permissions
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# and limitations under the License.
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
32a2f5f00ff72c095b39629101043db4407974f9Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f8a1ab8012a1f36060d6ce9b63399fa4a8a2981cChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
b603f34b79bc0992e5d74f484e5bdc9f9c2346c6Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
f8a1ab8012a1f36060d6ce9b63399fa4a8a2981cChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
b603f34b79bc0992e5d74f484e5bdc9f9c2346c6Christian Maeder# CDDL HEADER END
645b0104b011ed77fd0173c156cadc98324f336aChristian Maeder# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
8425adcfd77c8f90e6b76c7b40d39f878ee86d44Christian MaederCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
fa1cbc8327acea14fc0117e8e48c5fad2b7fd3fdChristian Maeder sha256:42c54fd5cc5f05e5df909757d62307102a8ff1dfaf5c2626b1cb5f2ecd009e57
fa1cbc8327acea14fc0117e8e48c5fad2b7fd3fdChristian MaederCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)dist/$(COMPONENT_ARCHIVE)
fa1cbc8327acea14fc0117e8e48c5fad2b7fd3fdChristian Maeder# Can't use the Studio compilers as they don't support the GNU
5dca8f36562463e6f691d4d50efe5716d5299801Christian Maeder# __attribute__ extension
fa1cbc8327acea14fc0117e8e48c5fad2b7fd3fdChristian MaederCONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS) -m64"
5dca8f36562463e6f691d4d50efe5716d5299801Christian MaederCONFIGURE_OPTIONS += --srcdir=$(BUILD_DIR_64)
test: $(NO_TESTS)