9622934a862fa39a8e90c816c4136e293d75629djacobs#
9622934a862fa39a8e90c816c4136e293d75629djacobs# CDDL HEADER START
9622934a862fa39a8e90c816c4136e293d75629djacobs#
9622934a862fa39a8e90c816c4136e293d75629djacobs# The contents of this file are subject to the terms of the
9622934a862fa39a8e90c816c4136e293d75629djacobs# Common Development and Distribution License (the "License").
9622934a862fa39a8e90c816c4136e293d75629djacobs# You may not use this file except in compliance with the License.
9622934a862fa39a8e90c816c4136e293d75629djacobs#
9622934a862fa39a8e90c816c4136e293d75629djacobs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9622934a862fa39a8e90c816c4136e293d75629djacobs# or http://www.opensolaris.org/os/licensing.
9622934a862fa39a8e90c816c4136e293d75629djacobs# See the License for the specific language governing permissions
9622934a862fa39a8e90c816c4136e293d75629djacobs# and limitations under the License.
9622934a862fa39a8e90c816c4136e293d75629djacobs#
9622934a862fa39a8e90c816c4136e293d75629djacobs# When distributing Covered Code, include this CDDL HEADER in each
9622934a862fa39a8e90c816c4136e293d75629djacobs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9622934a862fa39a8e90c816c4136e293d75629djacobs# If applicable, add the following below this CDDL HEADER, with the
9622934a862fa39a8e90c816c4136e293d75629djacobs# fields enclosed by brackets "[]" replaced with your own identifying
9622934a862fa39a8e90c816c4136e293d75629djacobs# information: Portions Copyright [yyyy] [name of copyright owner]
9622934a862fa39a8e90c816c4136e293d75629djacobs#
9622934a862fa39a8e90c816c4136e293d75629djacobs# CDDL HEADER END
9622934a862fa39a8e90c816c4136e293d75629djacobs#
9622934a862fa39a8e90c816c4136e293d75629djacobs#
6124874e2cec65f2e7a974b3833b05dbf2a7d905Ghee Teo# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
9622934a862fa39a8e90c816c4136e293d75629djacobs# Use is subject to license terms.
9622934a862fa39a8e90c816c4136e293d75629djacobs#
9622934a862fa39a8e90c816c4136e293d75629djacobs
9622934a862fa39a8e90c816c4136e293d75629djacobsinclude ../../Makefile.cmd
9622934a862fa39a8e90c816c4136e293d75629djacobs
9622934a862fa39a8e90c816c4136e293d75629djacobsSBINPROG = print-service
6124874e2cec65f2e7a974b3833b05dbf2a7d905Ghee TeoBINPROG = desktop-print-management-applet
9622934a862fa39a8e90c816c4136e293d75629djacobsLPBINLINKS = lp lpstat cancel enable disable
9622934a862fa39a8e90c816c4136e293d75629djacobsLPRBINLINKS = lpr lpq lprm lpc
6124874e2cec65f2e7a974b3833b05dbf2a7d905Ghee TeoDESKTOPLINKS = desktop-print-management desktop-print-management-prefs
5f58abfdcb4ac30ee3299a9fc222d33bb75d22a7Norm JacobsBINLINKS = $(LPBINLINKS) $(LPRBINLINKS) $(DESKTOPLINKS)
9622934a862fa39a8e90c816c4136e293d75629djacobsSBINLINKS = accept reject lpmove lpadmin
9622934a862fa39a8e90c816c4136e293d75629djacobs
9622934a862fa39a8e90c816c4136e293d75629djacobsROOTUSRSBINPROG = $(SBINPROG:%=$(ROOTUSRSBIN)/%)
6124874e2cec65f2e7a974b3833b05dbf2a7d905Ghee TeoROOTUSRBINPROG = $(BINPROG:%=$(ROOTBIN)/%)
9622934a862fa39a8e90c816c4136e293d75629djacobsROOTUSRBINLINKS = $(BINLINKS:%=$(ROOTBIN)/%)
9622934a862fa39a8e90c816c4136e293d75629djacobsROOTUSRSBINLINKS = $(SBINLINKS:%=$(ROOTUSRSBIN)/%)
9622934a862fa39a8e90c816c4136e293d75629djacobs
9622934a862fa39a8e90c816c4136e293d75629djacobsFILEMODE = 0555
9622934a862fa39a8e90c816c4136e293d75629djacobs
9622934a862fa39a8e90c816c4136e293d75629djacobs$(ROOTUSRBINLINKS):
9622934a862fa39a8e90c816c4136e293d75629djacobs $(RM) $@; $(SYMLINK) ../sbin/$(SBINPROG) $@
9622934a862fa39a8e90c816c4136e293d75629djacobs
9622934a862fa39a8e90c816c4136e293d75629djacobs$(ROOTUSRSBINLINKS):
9622934a862fa39a8e90c816c4136e293d75629djacobs $(RM) $@; $(SYMLINK) $(SBINPROG) $@
9622934a862fa39a8e90c816c4136e293d75629djacobs
9622934a862fa39a8e90c816c4136e293d75629djacobs.KEEP_STATE:
9622934a862fa39a8e90c816c4136e293d75629djacobs
9622934a862fa39a8e90c816c4136e293d75629djacobsall check clean clobber lint:
9622934a862fa39a8e90c816c4136e293d75629djacobs
6124874e2cec65f2e7a974b3833b05dbf2a7d905Ghee Teoinstall: $(ROOTUSRSBINPROG) $(ROOTUSRBINPROG) $(ROOTUSRBINLINKS) $(ROOTUSRSBINLINKS)
9622934a862fa39a8e90c816c4136e293d75629djacobs