xref: /illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/fontmaps/Makefile (revision d109324670f8a760f881a767533543131276a99a)
1*d1093246SGarrett D'Amore#
2*d1093246SGarrett D'Amore# CDDL HEADER START
3*d1093246SGarrett D'Amore#
4*d1093246SGarrett D'Amore# The contents of this file are subject to the terms of the
5*d1093246SGarrett D'Amore# Common Development and Distribution License (the "License").
6*d1093246SGarrett D'Amore# You may not use this file except in compliance with the License.
7*d1093246SGarrett D'Amore#
8*d1093246SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*d1093246SGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
10*d1093246SGarrett D'Amore# See the License for the specific language governing permissions
11*d1093246SGarrett D'Amore# and limitations under the License.
12*d1093246SGarrett D'Amore#
13*d1093246SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
14*d1093246SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*d1093246SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
16*d1093246SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
17*d1093246SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
18*d1093246SGarrett D'Amore#
19*d1093246SGarrett D'Amore# CDDL HEADER END
20*d1093246SGarrett D'Amore#
21*d1093246SGarrett D'Amore# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
22*d1093246SGarrett D'Amore# Use is subject to license terms.
23*d1093246SGarrett D'Amore# Copyright 2014 Garrett D'Amore
24*d1093246SGarrett D'Amore#
25*d1093246SGarrett D'Amore# cmd/lp/filter/postscript/font/devpost/fontmaps/Makefile
26*d1093246SGarrett D'Amore#
27*d1093246SGarrett D'Amore
28*d1093246SGarrett D'Amoreinclude			../../../../../Makefile.lp
29*d1093246SGarrett D'Amore
30*d1093246SGarrett D'AmoreFONTMAPS =		post
31*d1093246SGarrett D'AmoreFILES =			$(FONTMAPS)
32*d1093246SGarrett D'Amore
33*d1093246SGarrett D'AmoreROOTFONTMAPS =		$(ROOT)/usr/lib/font/devpost/fontmaps
34*d1093246SGarrett D'Amore
35*d1093246SGarrett D'AmoreROOTFILES =		$(FILES:%=$(ROOTFONTMAPS)/%)
36*d1093246SGarrett D'Amore
37*d1093246SGarrett D'AmoreFILEMODE =		0444
38*d1093246SGarrett D'Amore
39*d1093246SGarrett D'Amore.KEEP_STATE:
40*d1093246SGarrett D'Amore
41*d1093246SGarrett D'Amoreall:			$(FILES)
42*d1093246SGarrett D'Amore
43*d1093246SGarrett D'Amore# because of its name, the file ~= is a special case
44*d1093246SGarrett D'Amore#
45*d1093246SGarrett D'Amoreinstall:		all $(ROOTFONTMAPS) $(ROOTFILES)
46*d1093246SGarrett D'Amore
47*d1093246SGarrett D'Amore$(ROOTFONTMAPS):
48*d1093246SGarrett D'Amore			$(INS.dir)
49*d1093246SGarrett D'Amore
50*d1093246SGarrett D'Amore$(ROOTFONTMAPS)/% :	% $(ROOTFONTMAPS)
51*d1093246SGarrett D'Amore			$(INS.file)
52*d1093246SGarrett D'Amore
53*d1093246SGarrett D'Amoreclean clobber strip lint :
54*d1093246SGarrett D'Amore
55*d1093246SGarrett D'AmoreFRC:
56