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