Makefile revision 5084e753b79a753c8b532c06eb3ad1d025e8e472
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# CDDL HEADER START
5b281ba489ca18f0380d7efc7a5108b606cce449vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# The contents of this file are subject to the terms of the
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# Common Development and Distribution License (the "License").
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# You may not use this file except in compliance with the License.
0fcf82b2591711fa8980e8f5d9cad1b8f222d6d7vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# or http://www.opensolaris.org/os/licensing.
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# See the License for the specific language governing permissions
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# and limitations under the License.
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# When distributing Covered Code, include this CDDL HEADER in each
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# If applicable, add the following below this CDDL HEADER, with the
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# CDDL HEADER END
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncinclude $(SRC)/lib/Makefile.lib
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncHDRS = stp_bpdu.h stp_in.h stp_vectors.h uid_stp.h
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncHDRDIR = common
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncSUBDIRS = $(MACH)
3aad980b92149dd95a1ab72ddb8d11d61a28ace6vboxsync
ceea06560fe5d384c1ed7ed0f8d5b69504456fccvboxsyncall := TARGET = all
3aad980b92149dd95a1ab72ddb8d11d61a28ace6vboxsyncclean := TARGET = clean
0a7b20727716a00270f358a1c546473d8c36e8f3vboxsyncclobber := TARGET = clobber
0a7b20727716a00270f358a1c546473d8c36e8f3vboxsyncinstall := TARGET = install
65146b9eb3e96dbac286e55faa020bbfd74037d7vboxsynclint := TARGET = lint
65146b9eb3e96dbac286e55faa020bbfd74037d7vboxsync
65146b9eb3e96dbac286e55faa020bbfd74037d7vboxsync.KEEP_STATE:
0a7b20727716a00270f358a1c546473d8c36e8f3vboxsync
0a7b20727716a00270f358a1c546473d8c36e8f3vboxsyncall clean clobber install lint: $(SUBDIRS)
0a7b20727716a00270f358a1c546473d8c36e8f3vboxsync
0a7b20727716a00270f358a1c546473d8c36e8f3vboxsyncinstall_h: $(ROOTHDRS)
0a7b20727716a00270f358a1c546473d8c36e8f3vboxsync
3aad980b92149dd95a1ab72ddb8d11d61a28ace6vboxsynccheck:
3aad980b92149dd95a1ab72ddb8d11d61a28ace6vboxsync
3aad980b92149dd95a1ab72ddb8d11d61a28ace6vboxsync$(SUBDIRS): FRC
3aad980b92149dd95a1ab72ddb8d11d61a28ace6vboxsync @cd $@; pwd; $(MAKE) $(TARGET)
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncFRC:
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncinclude $(SRC)/lib/Makefile.targ
0fcf82b2591711fa8980e8f5d9cad1b8f222d6d7vboxsync