Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
98N/A# The contents of this file are subject to the terms of the 1124N/A# Common Development and Distribution License (the "License"). 98N/A# You may not use this file except in compliance with the License. 919N/A# See the License for the specific language governing permissions 919N/A# and limitations under the License. 919N/A# When distributing Covered Code, include this CDDL HEADER in each 919N/A# If applicable, add the following below this CDDL HEADER, with the 919N/A# fields enclosed by brackets "[]" replaced with your own identifying 919N/A# information: Portions Copyright [yyyy] [name of copyright owner] 919N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 919N/A# Use is subject to license terms. 911N/A# Set common AST build flags (e.g., needed to support the math stuff). 493N/A# 1. Make sure that the -D/-U defines in CFLAGS below are in sync 910N/A# case - it MUST come as the last element but future changes in -D options 910N/A# may then cause silent breakage in the AST sources because the last -D 98N/A# option specified overrides previous -D options so we prefer the current 98N/A# way to explicitly list each single flag. # (and "shcomp" is just a frontend which calls directly into libshell, # e.g. there are no l10n strings here)