Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# CDDL HEADER START
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# The contents of this file are subject to the terms of the
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# Common Development and Distribution License, Version 1.0 only
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# (the "License"). You may not use this file except in compliance
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# with the License.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# or http://www.opensolaris.org/os/licensing.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# See the License for the specific language governing permissions
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# and limitations under the License.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# When distributing Covered Code, include this CDDL HEADER in each
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# If applicable, add the following below this CDDL HEADER, with the
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# fields enclosed by brackets "[]" replaced with your own identifying
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# information: Portions Copyright [yyyy] [name of copyright owner]
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# CDDL HEADER END
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# Use is subject to license terms.
c7893124ebf2d6bb539e1e46fd7f54b8a9af6e6fRichard Lowe#
c7893124ebf2d6bb539e1e46fd7f54b8a9af6e6fRichard Lowe#ident "%Z%%M% %I% %E% SMI"
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy StormontPROG = plockstat
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormontinclude ../Makefile.cmd
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont$(64ONLY)SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
lint := TARGET = lint
.KEEP_STATE:
all: $(SUBDIRS)
clean clobber lint: $(SUBDIRS)
install: $(SUBDIRS)
-$(RM) $(ROOTUSRSBINPROG)
-$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: