xref: /titanic_50/usr/src/cmd/latencytop/Makefile (revision 15db28971f91c98efb449aebf46024ac72779fa3)
1*15db2897SKrishnendu Sadhukhan - Sun Microsystems#
2*15db2897SKrishnendu Sadhukhan - Sun Microsystems# CDDL HEADER START
3*15db2897SKrishnendu Sadhukhan - Sun Microsystems#
4*15db2897SKrishnendu Sadhukhan - Sun Microsystems# The contents of this file are subject to the terms of the
5*15db2897SKrishnendu Sadhukhan - Sun Microsystems# Common Development and Distribution License (the "License").
6*15db2897SKrishnendu Sadhukhan - Sun Microsystems# You may not use this file except in compliance with the License.
7*15db2897SKrishnendu Sadhukhan - Sun Microsystems#
8*15db2897SKrishnendu Sadhukhan - Sun Microsystems# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*15db2897SKrishnendu Sadhukhan - Sun Microsystems# or http://www.opensolaris.org/os/licensing.
10*15db2897SKrishnendu Sadhukhan - Sun Microsystems# See the License for the specific language governing permissions
11*15db2897SKrishnendu Sadhukhan - Sun Microsystems# and limitations under the License.
12*15db2897SKrishnendu Sadhukhan - Sun Microsystems#
13*15db2897SKrishnendu Sadhukhan - Sun Microsystems# When distributing Covered Code, include this CDDL HEADER in each
14*15db2897SKrishnendu Sadhukhan - Sun Microsystems# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*15db2897SKrishnendu Sadhukhan - Sun Microsystems# If applicable, add the following below this CDDL HEADER, with the
16*15db2897SKrishnendu Sadhukhan - Sun Microsystems# fields enclosed by brackets "[]" replaced with your own identifying
17*15db2897SKrishnendu Sadhukhan - Sun Microsystems# information: Portions Copyright [yyyy] [name of copyright owner]
18*15db2897SKrishnendu Sadhukhan - Sun Microsystems#
19*15db2897SKrishnendu Sadhukhan - Sun Microsystems# CDDL HEADER END
20*15db2897SKrishnendu Sadhukhan - Sun Microsystems#
21*15db2897SKrishnendu Sadhukhan - Sun Microsystems# Copyright (c) 2008-2009, Intel Corporation.
22*15db2897SKrishnendu Sadhukhan - Sun Microsystems# All Rights Reserved.
23*15db2897SKrishnendu Sadhukhan - Sun Microsystems#
24*15db2897SKrishnendu Sadhukhan - Sun Microsystems
25*15db2897SKrishnendu Sadhukhan - Sun MicrosystemsPROG = latencytop
26*15db2897SKrishnendu Sadhukhan - Sun Microsystems
27*15db2897SKrishnendu Sadhukhan - Sun Microsystemsinclude ../Makefile.cmd
28*15db2897SKrishnendu Sadhukhan - Sun Microsystems
29*15db2897SKrishnendu Sadhukhan - Sun Microsystems$(64ONLY)SUBDIRS= $(MACH)
30*15db2897SKrishnendu Sadhukhan - Sun Microsystems$(BUILD64)SUBDIRS += $(MACH64)
31*15db2897SKrishnendu Sadhukhan - Sun Microsystems
32*15db2897SKrishnendu Sadhukhan - Sun Microsystemsall	:=	TARGET = all
33*15db2897SKrishnendu Sadhukhan - Sun Microsystemsinstall	:=	TARGET = install
34*15db2897SKrishnendu Sadhukhan - Sun Microsystemsclean	:=	TARGET = clean
35*15db2897SKrishnendu Sadhukhan - Sun Microsystemsclobber	:=	TARGET = clobber
36*15db2897SKrishnendu Sadhukhan - Sun Microsystemslint	:=	TARGET = lint
37*15db2897SKrishnendu Sadhukhan - Sun Microsystems
38*15db2897SKrishnendu Sadhukhan - Sun Microsystems.KEEP_STATE:
39*15db2897SKrishnendu Sadhukhan - Sun Microsystems
40*15db2897SKrishnendu Sadhukhan - Sun Microsystemsall install clean clobber lint:	$(SUBDIRS)
41*15db2897SKrishnendu Sadhukhan - Sun Microsystems
42*15db2897SKrishnendu Sadhukhan - Sun Microsystems$(SUBDIRS):	FRC
43*15db2897SKrishnendu Sadhukhan - Sun Microsystems	@cd $@; pwd; $(MAKE) $(TARGET)
44*15db2897SKrishnendu Sadhukhan - Sun Microsystems
45*15db2897SKrishnendu Sadhukhan - Sun MicrosystemsFRC:
46*15db2897SKrishnendu Sadhukhan - Sun Microsystems
47*15db2897SKrishnendu Sadhukhan - Sun Microsystemsinclude ../Makefile.targ
48