Makefile revision 2
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard#
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# CDDL HEADER START
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard#
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# The contents of this file are subject to the terms of the
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# Common Development and Distribution License (the "License").
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# You may not use this file except in compliance with the License.
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard#
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# or http://www.opensolaris.org/os/licensing.
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# See the License for the specific language governing permissions
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# and limitations under the License.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# When distributing Covered Code, include this CDDL HEADER in each
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# If applicable, add the following below this CDDL HEADER, with the
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# CDDL HEADER END
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard#
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard# Copyright (c) 1990, 2011, Oracle and/or its affiliates. All rights reserved.
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard#
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrardinclude ../Makefile.lib
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrardSUBDIRS = $(MACH)
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrardall := TARGET= all
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrardclean := TARGET= clean
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrardclobber := TARGET= clobber
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrardinstall := TARGET= install
2995bf059e780af77c8a74eceed5812b3ffd367cludovicpstub := TARGET = stub
2995bf059e780af77c8a74eceed5812b3ffd367cludovicpstubinstall := TARGET = stubinstall
2995bf059e780af77c8a74eceed5812b3ffd367cludovicp
2995bf059e780af77c8a74eceed5812b3ffd367cludovicp.KEEP_STATE:
2995bf059e780af77c8a74eceed5812b3ffd367cludovicp
2995bf059e780af77c8a74eceed5812b3ffd367cludovicpall clean clobber install stub stubinstall: $(SUBDIRS)
2995bf059e780af77c8a74eceed5812b3ffd367cludovicp
2995bf059e780af77c8a74eceed5812b3ffd367cludovicplint:
2995bf059e780af77c8a74eceed5812b3ffd367cludovicp
2995bf059e780af77c8a74eceed5812b3ffd367cludovicp$(SUBDIRS): FRC
2995bf059e780af77c8a74eceed5812b3ffd367cludovicp @cd $@; pwd; $(MAKE) $(TARGET)
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrardFRC:
515098fa80f86c2e6a61374cce740cfe8f63dce0chebrard