Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer#
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# CDDL HEADER START
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer#
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# The contents of this file are subject to the terms of the
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# Common Development and Distribution License, Version 1.0 only
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# (the "License"). You may not use this file except in compliance
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# with the License.
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer#
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# or http://www.opensolaris.org/os/licensing.
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# See the License for the specific language governing permissions
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# and limitations under the License.
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer#
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# When distributing Covered Code, include this CDDL HEADER in each
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# If applicable, add the following below this CDDL HEADER, with the
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer# fields enclosed by brackets "[]" replaced with your own identifying
d2895dd9bba25beaa167cb1fe9282855bc002768Michael Sawyer# information: Portions Copyright [yyyy] [name of copyright owner]
47058d17266420179fa294de6b82d8fb5b918df4Michael Sawyer#
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer# CDDL HEADER END
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer#
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer#
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer#ident "%Z%%M% %I% %E% SMI"
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer#
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer# Use is subject to license terms.
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer#
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer# cmd/psrset/Makefile
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer#
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael SawyerPROG= psrset
6fc790c46083510fec0600f96951ddaa66bf7207Michael Sawyer
6fc790c46083510fec0600f96951ddaa66bf7207Michael Sawyerinclude ../Makefile.cmd
0819ae2ca51571d205df061b52d8468889f3a0dfMichael Sawyer
38cf6e52ce4b33795713388824b69d78e430b115Michael Sawyer$(64ONLY)SUBDIRS= $(MACH)
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer$(BUILD64)SUBDIRS += $(MACH64)
7b5dbd404b8384672b428010bc390a6652d8ad5aMichael Sawyer
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyerall := TARGET = all
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyerinstall := TARGET = install
83a44df0a1dcc1760c7e4ad45eae801b5144592cBrian Wellingtonclean := TARGET = clean
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyerclobber := TARGET = clobber
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyerlint := TARGET = lint
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence.KEEP_STATE:
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyerall clean clobber lint: $(SUBDIRS)
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer
a5ed46c9fd270775c39770bfd0250a52d374ebf2Michael Sawyerinstall: $(SUBDIRS)
263408006365a7b4647d2eb645850b018edb47aaMichael Sawyer -$(RM) $(ROOTUSRSBINPROG)
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson -$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG)
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer$(SUBDIRS): FRC
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer @cd $@; pwd; $(MAKE) $(TARGET)
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael SawyerFRC:
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
6bc106bb7ed216ca3a86245181ea8e2b0b658a64Michael Sawyerinclude ../Makefile.targ
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer