xref: /onnv-gate/usr/src/cmd/sgs/prof/Makefile.targ (revision 7008:8f7bd4ba8aeb)
1*7008Sab196087#
2*7008Sab196087# CDDL HEADER START
3*7008Sab196087#
4*7008Sab196087# The contents of this file are subject to the terms of the
5*7008Sab196087# Common Development and Distribution License (the "License").
6*7008Sab196087# You may not use this file except in compliance with the License.
7*7008Sab196087#
8*7008Sab196087# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*7008Sab196087# or http://www.opensolaris.org/os/licensing.
10*7008Sab196087# See the License for the specific language governing permissions
11*7008Sab196087# and limitations under the License.
12*7008Sab196087#
13*7008Sab196087# When distributing Covered Code, include this CDDL HEADER in each
14*7008Sab196087# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*7008Sab196087# If applicable, add the following below this CDDL HEADER, with the
16*7008Sab196087# fields enclosed by brackets "[]" replaced with your own identifying
17*7008Sab196087# information: Portions Copyright [yyyy] [name of copyright owner]
18*7008Sab196087#
19*7008Sab196087# CDDL HEADER END
20*7008Sab196087#
21*7008Sab196087#
22*7008Sab196087#ident	"%Z%%M%	%I%	%E% SMI"
23*7008Sab196087#
24*7008Sab196087# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
25*7008Sab196087# Use is subject to license terms.
26*7008Sab196087#
27*7008Sab196087# cmd/sgs/prof/Makefile.targ
28*7008Sab196087#
29*7008Sab196087
30*7008Sab196087
31*7008Sab196087$(PROG):	$(OBJS)
32*7008Sab196087		$(LINK.c) $(OBJS) -o $@ $(LDLIBS)
33*7008Sab196087		$(POST_PROCESS)
34*7008Sab196087
35*7008Sab196087clean:
36*7008Sab196087		$(RM) $(OBJS) $(CLEANFILES)
37*7008Sab196087
38*7008Sab196087include		$(SRC)/cmd/Makefile.targ
39*7008Sab196087include		$(SRC)/cmd/sgs/Makefile.targ
40*7008Sab196087
41