Makefile revision 715
f743002678eb67b99bbc29fee116b65d9530fec0wrowe###############################################################################
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg#
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Use subject to license terms.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic#
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Permission is hereby granted, free of charge, to any person obtaining a
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# copy of this software and associated documentation files (the
4da61833a1cbbca94094f9653fd970582b97a72etrawick# "Software"), to deal in the Software without restriction, including
4da61833a1cbbca94094f9653fd970582b97a72etrawick# without limitation the rights to use, copy, modify, merge, publish,
4da61833a1cbbca94094f9653fd970582b97a72etrawick# distribute, and/or sell copies of the Software, and to permit persons
4da61833a1cbbca94094f9653fd970582b97a72etrawick# to whom the Software is furnished to do so, provided that the above
4da61833a1cbbca94094f9653fd970582b97a72etrawick# copyright notice(s) and this permission notice appear in all copies of
4789804be088bcd86ae637a29cdb7fda25169521jailletc# the Software and that both the above copyright notice(s) and this
4789804be088bcd86ae637a29cdb7fda25169521jailletc# permission notice appear in supporting documentation.
4789804be088bcd86ae637a29cdb7fda25169521jailletc#
4789804be088bcd86ae637a29cdb7fda25169521jailletc# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
e50c3026198fd496f183cda4c32a202925476778covener# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
e50c3026198fd496f183cda4c32a202925476778covener# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
e50c3026198fd496f183cda4c32a202925476778covener# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic#
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic# Except as contained in this notice, the name of a copyright holder
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# shall not be used in advertising or otherwise to promote the sale, use
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# or other dealings in this Software without prior written authorization
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# of the copyright holder.
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic#
69301145375a889e7e37caf7cc7321ac0f91801erpluem
69301145375a889e7e37caf7cc7321ac0f91801erpluemMODULE_NAME=sun-aliases
69301145375a889e7e37caf7cc7321ac0f91801erpluem
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# No upstream sources for these files, since they're Solaris-specific
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaMODULE_VERSION=NONE
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaSOURCE_TARBALL_NAME=NONE
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaSOURCE_TARBALL_NAME_SET=yes
d58a848a016d401b965111e50ef829e1641f7834minfrin
d58a848a016d401b965111e50ef829e1641f7834minfrinBUILD_TARGETS =
d58a848a016d401b965111e50ef829e1641f7834minfrinBUILD_TARGETS_SET=yes
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sfINSTALL_TARGETS =
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sfINSTALL_TARGETS_SET=yes
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic### Include common rulesets
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicinclude ../Makefile.inc
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicDESTDIR=$(PROTODIR)
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavicINSTDIR=$(DESTDIR)$(X11_FONT_DIR)
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavicCP=cp -pf
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicinstall_gen::
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic mkdir -p $(INSTDIR)/Type1
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic $(CP) fonts.alias.type1 $(INSTDIR)/Type1/fonts.alias.all
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic mkdir -p $(INSTDIR)/misc
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic $(CP) fonts.alias.misc $(INSTDIR)/misc/fonts.alias.all
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic mkdir -p $(INSTDIR)/75dpi
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener $(CP) fonts.alias.75dpi $(INSTDIR)/75dpi/fonts.alias.all
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener mkdir -p $(INSTDIR)/100dpi
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener $(CP) fonts.alias.100dpi $(INSTDIR)/100dpi/fonts.alias.all
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener mkdir -p $(INSTDIR)/F3bitmaps
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener $(CP) fonts.alias.F3 $(INSTDIR)/F3bitmaps/fonts.alias.all
44ff304057225e944e220e981d434a046d14cf06covener