Makefile.com revision f3b585ce799a83688c5532c430f6133f098431c2
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER START
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# The contents of this file are subject to the terms of the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Common Development and Distribution License (the "License").
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You may not use this file except in compliance with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# See the License for the specific language governing permissions
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# When distributing Covered Code, include this CDDL HEADER in each
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# If applicable, add the following below this CDDL HEADER, with the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# fields enclosed by brackets "[]" replaced with your own identifying
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# information: Portions Copyright [yyyy] [name of copyright owner]
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER END
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Use is subject to license terms.
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl# ident "%Z%%M% %I% %E% SMI"
9512fe850e98fdd448c638ca63fdd92a8a510255ahlCSRCS :sh= find . -name SCCS -prune -o -name *.c -print | cut -b3-
9512fe850e98fdd448c638ca63fdd92a8a510255ahlSSRCS :sh= find . -name SCCS -prune -o -name *.s -print | cut -b3-
9512fe850e98fdd448c638ca63fdd92a8a510255ahlDSRCS :sh= find . -name SCCS -prune -o -name *.d -print | cut -b3-
9512fe850e98fdd448c638ca63fdd92a8a510255ahl -name tst.*.d.out -o -name err.*.d.out -o -name tst.*.ksh \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl -o -name err.*.ksh -o -name tst.*.ksh.out -o -name drp.*.d
9512fe850e98fdd448c638ca63fdd92a8a510255ahlEXES :sh= find . -name SCCS -prune -o -name *.exe -print | cut -b3-
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl $(COMPILE.c) -o $@ $<
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl $(COMPILE.s) -o $@ $<