Makefile revision 2238
9460N/A# The contents of this file are subject to the terms of the 9460N/A# Common Development and Distribution License (the "License"). 9460N/A# You may not use this file except in compliance with the License. 9460N/A# See the License for the specific language governing permissions 9460N/A# and limitations under the License. 9460N/A# When distributing Covered Code, include this CDDL HEADER in each 9460N/A# If applicable, add the following below this CDDL HEADER, with the 9460N/A# fields enclosed by brackets "[]" replaced with your own identifying 9460N/A# information: Portions Copyright [yyyy] [name of copyright owner] 9460N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. 9460N/A# we really need to use studio so we don't like that 9460N/A# parfait is g++ in disguise 9460N/A# Please see the README file in this directory for a detailed explanation 9460N/A# about these flags, what they do, and why we need them. 9464N/A# -mt will automatically pass -lthread unless we pass -lpthread 9464N/A# on link line. -lthread causes regressions. see man CC(1) and -mt. 9464N/A# -lumem must be passed before -lc. 9464N/A# If I name it NLSPATH, gmake insists on getting its value from the 9464N/A# running environment. Also, it all has to be on one line. += prepends