Makefile.targ revision 7008:8f7bd4ba8aeb
1193323Sed#
2193323Sed# CDDL HEADER START
3193323Sed#
4193323Sed# The contents of this file are subject to the terms of the
5193323Sed# Common Development and Distribution License (the "License").
6193323Sed# You may not use this file except in compliance with the License.
7193323Sed#
8193323Sed# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9193323Sed# or http://www.opensolaris.org/os/licensing.
10193323Sed# See the License for the specific language governing permissions
11193323Sed# and limitations under the License.
12193323Sed#
13193323Sed# When distributing Covered Code, include this CDDL HEADER in each
14193323Sed# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15193323Sed# If applicable, add the following below this CDDL HEADER, with the
16193323Sed# fields enclosed by brackets "[]" replaced with your own identifying
17239462Sdim# information: Portions Copyright [yyyy] [name of copyright owner]
18239462Sdim#
19199481Srdivacky# CDDL HEADER END
20193323Sed#
21199481Srdivacky#
22198090Srdivacky#ident	"%Z%%M%	%I%	%E% SMI"
23218893Sdim#
24198090Srdivacky# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
25198090Srdivacky# Use is subject to license terms.
26198090Srdivacky#
27193323Sed# cmd/sgs/gprof/Makefile.targ
28239462Sdim#
29210299Sed
30198090Srdivacky
31193323Sed$(PROG):	$(OBJS)
32193323Sed		$(LINK.c) $(OBJS) -o $@ $(LDLIBS)
33193323Sed		$(POST_PROCESS)
34193323Sed
35193323Sedclean:
36234353Sdim		$(RM) $(OBJS) $(CLEANFILES)
37193323Sed
38193323Sedinclude		$(SRC)/cmd/Makefile.targ
39239462Sdiminclude		$(SRC)/cmd/sgs/Makefile.targ
40239462Sdim
41239462Sdim