Makefile revision 5680
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# CDDL HEADER START
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# The contents of this file are subject to the terms of the
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Common Development and Distribution License (the "License").
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# You may not use this file except in compliance with the License.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# See the License for the specific language governing permissions
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# and limitations under the License.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# When distributing Covered Code, include this CDDL HEADER in each
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# If applicable, add the following below this CDDL HEADER, with the
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# fields enclosed by brackets "[]" replaced with your own identifying
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# information: Portions Copyright [yyyy] [name of copyright owner]
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# CDDL HEADER END
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
355e5661379644c081271b23fa8b966a098a42d2Jon BranchCOMPONENT_PROJECT_URL= http://freecode.com/projects/isl
355e5661379644c081271b23fa8b966a098a42d2Jon Branch sha256:f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4
355e5661379644c081271b23fa8b966a098a42d2Jon BranchCOMPONENT_ARCHIVE_URL= http://isl.gforge.inria.fr/$(COMPONENT_ARCHIVE)
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# For the DEBUG_BUILD macro please see RFE/Bug 22185118:
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=22185118
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# For the GCC CFLAGS/CXXFLAGS please see:
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# - RFE/Bug 22185134:
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=22185134
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# - RFE/Bug 22185167:
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=22185167
355e5661379644c081271b23fa8b966a098a42d2Jon BranchPATH="$(GNUBIN):/usr/perl5/bin:$(USRBINDIR):$(USRSBINDIR)"
355e5661379644c081271b23fa8b966a098a42d2Jon BranchISL_GCC_ARCH_i386 += -fno-strict-aliasing -fno-omit-frame-pointer
355e5661379644c081271b23fa8b966a098a42d2Jon BranchISL_GCC_ARCH_sparc = -mtune=ultrasparc3 -mcpu=ultrasparc3 -mvis2 -mhard-float
355e5661379644c081271b23fa8b966a098a42d2Jon BranchISL_GCC_ARCH_sparc += -fno-strict-aliasing -mno-unaligned-doubles -mimpure-text
355e5661379644c081271b23fa8b966a098a42d2Jon BranchISL_GCC_ARCH += -Wall -Wextra -Wcast-qual -Wcast-align
CXXFLAGS += -g