Makefile revision 3d10f6d1f4b3a823e77eca62a717bbbcf6c04a05
4e5b757fbcf21077677360be274461dcd9064106kupfer# CDDL HEADER START
4e5b757fbcf21077677360be274461dcd9064106kupfer# The contents of this file are subject to the terms of the
4e5b757fbcf21077677360be274461dcd9064106kupfer# Common Development and Distribution License (the "License").
4e5b757fbcf21077677360be274461dcd9064106kupfer# You may not use this file except in compliance with the License.
4e5b757fbcf21077677360be274461dcd9064106kupfer# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4e5b757fbcf21077677360be274461dcd9064106kupfer# See the License for the specific language governing permissions
4e5b757fbcf21077677360be274461dcd9064106kupfer# and limitations under the License.
4e5b757fbcf21077677360be274461dcd9064106kupfer# When distributing Covered Code, include this CDDL HEADER in each
4e5b757fbcf21077677360be274461dcd9064106kupfer# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4e5b757fbcf21077677360be274461dcd9064106kupfer# If applicable, add the following below this CDDL HEADER, with the
4e5b757fbcf21077677360be274461dcd9064106kupfer# fields enclosed by brackets "[]" replaced with your own identifying
4e5b757fbcf21077677360be274461dcd9064106kupfer# information: Portions Copyright [yyyy] [name of copyright owner]
4e5b757fbcf21077677360be274461dcd9064106kupfer# CDDL HEADER END
4e5b757fbcf21077677360be274461dcd9064106kupfer# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
4e5b757fbcf21077677360be274461dcd9064106kupfer# Use is subject to license terms.
cksum \
cmp \
comm \
cut \
join \
logname \
paste \
rev \
sleep \
sum \
tee \
uniq \
$(INS.link)
# Set common AST build flags (e.g., needed to support the math stuff).
OBJECTS= \
CPPFLAGS = \
CFLAGS += \
$(ASTCFLAGS)
CFLAGS64 += \
$(ASTCFLAGS64)
$(RM) alias
$(POST_PROCESS)