Makefile revision 894
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Copyright 1998-2008 Sun Microsystems, Inc. All Rights Reserved.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# This code is free software; you can redistribute it and/or modify it
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# under the terms of the GNU General Public License version 2 only, as
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# published by the Free Software Foundation. Sun designates this
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# particular file as subject to the "Classpath" exception as provided
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# by Sun in the LICENSE file that accompanied this code.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# version 2 for more details (a copy is included in the LICENSE file that
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# accompanied this code).
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# You should have received a copy of the GNU General Public License version
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# 2 along with this work; if not, write to the Free Software Foundation,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# CA 95054 USA or visit www.sun.com if you need additional information or
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# have any questions.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Makefile for native threads HPI.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# The fdlibm libraries are built using special rules in Library.gmk.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Where is fdlibm in the source tree?
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Windows: compiler flags
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync # Turn all optimizations off
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Linux: Disable optimization to get correctly reproducible
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# floating-point results.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync # Turn all optimizations off
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Include path.
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync# Things that must be linked in.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Files to compile.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Rules for the .a file.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Find fdlibm source files.