Makefile revision 355b4669e025ff377602b6fc7caaf30dbc218371
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin#
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Common Development and Distribution License (the "License").
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# You may not use this file except in compliance with the License.
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin#
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# or http://www.opensolaris.org/os/licensing.
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# See the License for the specific language governing permissions
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# and limitations under the License.
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin#
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
2e545ce2450a9953665f701bb05350f0d3f26275nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# If applicable, add the following below this CDDL HEADER, with the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# fields enclosed by brackets "[]" replaced with your own identifying
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# information: Portions Copyright [yyyy] [name of copyright owner]
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin#
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# CDDL HEADER END
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# Use is subject to license terms.
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#ident "%Z%%M% %I% %E% SMI"
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin#
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrininclude ../Makefile.com
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrinDATAFILES=depend copyright i.manifest r.manifest i.preserve
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrinTMPLFILES += preremove
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrinCLEANFILES += action
46f74e65e6051e6e9391c8e17c5116317210facetakashi
46f74e65e6051e6e9391c8e17c5116317210facetakashiACTION=grep SUNWapchr depend > /dev/null || \
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin ( chmod 666 depend; \
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin echo "P SUNWapchr Apache (root) files" >> depend; \
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin chmod 444 depend );
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin.KEEP_STATE:
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrinall: $(FILES) action
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrininstall: all pkg
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin# action is a pseudotarget denoting completed work on the depend file
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrinaction: depend
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin $(ACTION)
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin touch $@
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfinclude ../Makefile.targ
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrininclude ../Makefile.prtarg
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin