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