Cross Reference: /illumos-gate/usr/src/cmd/print/printmgr/com/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
ea0316554d23852601ee840c4a856339501411a4vboxsync#
ea0316554d23852601ee840c4a856339501411a4vboxsync# CDDL HEADER START
0f1ee7c0c041f17c1c692fc7f09af458a62ceaeevboxsync#
ea0316554d23852601ee840c4a856339501411a4vboxsync# The contents of this file are subject to the terms of the
ea0316554d23852601ee840c4a856339501411a4vboxsync# Common Development and Distribution License, Version 1.0 only
ea0316554d23852601ee840c4a856339501411a4vboxsync# (the "License"). You may not use this file except in compliance
ea0316554d23852601ee840c4a856339501411a4vboxsync# with the License.
ea0316554d23852601ee840c4a856339501411a4vboxsync#
ea0316554d23852601ee840c4a856339501411a4vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ea0316554d23852601ee840c4a856339501411a4vboxsync# or http://www.opensolaris.org/os/licensing.
ea0316554d23852601ee840c4a856339501411a4vboxsync# See the License for the specific language governing permissions
ea0316554d23852601ee840c4a856339501411a4vboxsync# and limitations under the License.
ea0316554d23852601ee840c4a856339501411a4vboxsync#
ea0316554d23852601ee840c4a856339501411a4vboxsync# When distributing Covered Code, include this CDDL HEADER in each
ea0316554d23852601ee840c4a856339501411a4vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ea0316554d23852601ee840c4a856339501411a4vboxsync# If applicable, add the following below this CDDL HEADER, with the
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync#
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync# CDDL HEADER END
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync#
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync#
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync# ident "%Z%%M% %I% %E% SMI"
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync#
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync# Copyright (c) 1999 by Sun Microsystems, Inc.
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync# All rights reserved.
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync#
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync# Makefile for print manager
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync#
ea0316554d23852601ee840c4a856339501411a4vboxsyncinclude $(SRC)/cmd/Makefile.cmd
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync
ea0316554d23852601ee840c4a856339501411a4vboxsyncSUBDIRS = sun
ea0316554d23852601ee840c4a856339501411a4vboxsync
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsyncall := TARGET= all
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsyncinstall := TARGET= install
ea0316554d23852601ee840c4a856339501411a4vboxsyncclean := TARGET= clean
c9c1b52d5c13d75ba8fc3d86278f2b0c6b3e8c2avboxsyncclobber := TARGET= clobber
ea0316554d23852601ee840c4a856339501411a4vboxsynclint := TARGET= lint
ea0316554d23852601ee840c4a856339501411a4vboxsync_msg := TARGET= _msg
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsync
f1f55b6ac890efaabca0ff940f58aa8df1dc84c8vboxsyncall install clean clobber lint _msg: $(SUBDIRS)
0f1ee7c0c041f17c1c692fc7f09af458a62ceaeevboxsync
0f1ee7c0c041f17c1c692fc7f09af458a62ceaeevboxsync$(SUBDIRS): FRC
0f1ee7c0c041f17c1c692fc7f09af458a62ceaeevboxsync @cd $@; pwd; $(MAKE) $(TARGET)
4ef4ca335d8ad12329cb55f9f7e54648412f1ce4vboxsync
4ef4ca335d8ad12329cb55f9f7e54648412f1ce4vboxsyncFRC:
4ef4ca335d8ad12329cb55f9f7e54648412f1ce4vboxsync