Cross Reference: /illumos-gate/usr/src/cmd/tee/Makefile
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
4fe198d6f302c883b3edf100a6990b2ee4923494vboxsync#
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# CDDL HEADER START
9b5bf00cddef78a2e5ab748a141ea830ce47abe2vboxsync#
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# The contents of this file are subject to the terms of the
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# Common Development and Distribution License, Version 1.0 only
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# (the "License"). You may not use this file except in compliance
c58f1213e628a545081c70e26c6b67a841cff880vboxsync# with the License.
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync#
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# or http://www.opensolaris.org/os/licensing.
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# See the License for the specific language governing permissions
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# and limitations under the License.
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync#
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# When distributing Covered Code, include this CDDL HEADER in each
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# If applicable, add the following below this CDDL HEADER, with the
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync#
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync# CDDL HEADER END
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync#
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync#
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync#ident "%Z%%M% %I% %E% SMI"
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsync#
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsync# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsync# Use is subject to license terms.
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsync#
84d79169f58a3fa9b00b3fea89d1878d4dbac68cvboxsync
84d79169f58a3fa9b00b3fea89d1878d4dbac68cvboxsyncPROG= tee
84d79169f58a3fa9b00b3fea89d1878d4dbac68cvboxsync
84d79169f58a3fa9b00b3fea89d1878d4dbac68cvboxsyncinclude ../Makefile.cmd
84d79169f58a3fa9b00b3fea89d1878d4dbac68cvboxsync
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsyncCFLAGS += $(CCVERBOSE)
7870a295fdec1b57c4546425f2e591fd3091a7b3vboxsyncCPPFLAGS += -D_FILE_OFFSET_BITS=64
5ffb8839e755b3d3d6a45131c530ea13f8e9a2b9vboxsync
7a61a5714b9a39ac3bd59e52b0843ef498350a35vboxsync#
5ffb8839e755b3d3d6a45131c530ea13f8e9a2b9vboxsync# For messaging catalogue file
5ffb8839e755b3d3d6a45131c530ea13f8e9a2b9vboxsyncXGETFLAGS += -a -x tee.xcl
5ffb8839e755b3d3d6a45131c530ea13f8e9a2b9vboxsync
4faf92053d9cec5599c0ab8577231df0f7d615b3vboxsync.KEEP_STATE:
69a69b3e1e0b45a026827f12961e809082f2ed52vboxsync
0575222e3e7455c3ea1fb8f5aa7c4b58aea40a08vboxsyncall: $(PROG)
9fc464631dc4a68fbb5eb6419d61fbe91b6b16bdvboxsync
9fc464631dc4a68fbb5eb6419d61fbe91b6b16bdvboxsyncinstall: all $(ROOTPROG)
5f78e8e2cc5ea1e52a14f9a18277cd3c5c89dd5cvboxsync
7870a295fdec1b57c4546425f2e591fd3091a7b3vboxsyncclean:
7870a295fdec1b57c4546425f2e591fd3091a7b3vboxsync
2caae01fb624524a93d8322500214c42d9038b74vboxsynclint: lint_PROG
7870a295fdec1b57c4546425f2e591fd3091a7b3vboxsync
0be659b1e32246489fa133d069bb619ad43647e7vboxsyncinclude ../Makefile.targ
0be659b1e32246489fa133d069bb619ad43647e7vboxsync