Makefile revision da14cebe459d3275048785f25bd869cb09b5307f
227N/A#
227N/A# CDDL HEADER START
227N/A#
227N/A# The contents of this file are subject to the terms of the
227N/A# Common Development and Distribution License (the "License").
227N/A# You may not use this file except in compliance with the License.
227N/A#
227N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
227N/A# or http://www.opensolaris.org/os/licensing.
227N/A# See the License for the specific language governing permissions
227N/A# and limitations under the License.
227N/A#
227N/A# When distributing Covered Code, include this CDDL HEADER in each
227N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
227N/A# If applicable, add the following below this CDDL HEADER, with the
227N/A# fields enclosed by brackets "[]" replaced with your own identifying
227N/A# information: Portions Copyright [yyyy] [name of copyright owner]
227N/A#
227N/A# CDDL HEADER END
227N/A#
3817N/A#
227N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
227N/A# Use is subject to license terms.
227N/A#
227N/A#
227N/A# uts/common/Makefile
3957N/A#
618N/Ainclude $(SRC)/Makefile.master
227N/A
3957N/A.KEEP_STATE:
844N/A
3957N/A# EXPORT DELETE START
3957N/A# Special target to clean up the source tree for export distribution
1258N/A# Warning: This target changes the source tree
227N/AEXPORT_SRC:
3957N/A $(RM) Makefile+ Makefile.rules+
2974N/A sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
3817N/A < Makefile > Makefile+
3817N/A $(MV) Makefile+ Makefile
3817N/A sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
227N/A < Makefile.rules > Makefile.rules+
3957N/A $(MV) Makefile.rules+ Makefile.rules
3957N/A $(CHMOD) 444 Makefile Makefile.rules
3957N/A# EXPORT DELETE END
3914N/A