Makefile revision 636
3eb95d6629bb326ae90e5eec693b7e628951751brbb###############################################################################
3eb95d6629bb326ae90e5eec693b7e628951751brbb#
109d280c3fcf810e573fc1af5e141ad525c45811bjh# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
109d280c3fcf810e573fc1af5e141ad525c45811bjh# Use subject to license terms.
109d280c3fcf810e573fc1af5e141ad525c45811bjh#
61d2cd001754548e90364aa3a7e76863616544b0minfrin# Permission is hereby granted, free of charge, to any person obtaining a
61d2cd001754548e90364aa3a7e76863616544b0minfrin# copy of this software and associated documentation files (the
61d2cd001754548e90364aa3a7e76863616544b0minfrin# "Software"), to deal in the Software without restriction, including
61d2cd001754548e90364aa3a7e76863616544b0minfrin# without limitation the rights to use, copy, modify, merge, publish,
61d2cd001754548e90364aa3a7e76863616544b0minfrin# distribute, and/or sell copies of the Software, and to permit persons
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron# to whom the Software is furnished to do so, provided that the above
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron# copyright notice(s) and this permission notice appear in all copies of
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron# the Software and that both the above copyright notice(s) and this
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron# permission notice appear in supporting documentation.
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron#
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
0506359f47150991eaaae37ca07f94117a9aa63dtrawick# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
0506359f47150991eaaae37ca07f94117a9aa63dtrawick# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
0506359f47150991eaaae37ca07f94117a9aa63dtrawick# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
0506359f47150991eaaae37ca07f94117a9aa63dtrawick# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
67f62b7a48ff9eb8d9f31898dceaf9f89280a723dougm# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
67f62b7a48ff9eb8d9f31898dceaf9f89280a723dougm#
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawick# Except as contained in this notice, the name of a copyright holder
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawick# shall not be used in advertising or otherwise to promote the sale, use
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawick# or other dealings in this Software without prior written authorization
219472ea2d5f1563509321d8b8a91b116792bf7adougm# of the copyright holder.
219472ea2d5f1563509321d8b8a91b116792bf7adougm#
219472ea2d5f1563509321d8b8a91b116792bf7adougm
c048b545f06921f53ceb830b30f99aed7b369d95dougmMODULE_NAME=sun-aliases
c048b545f06921f53ceb830b30f99aed7b369d95dougm
c048b545f06921f53ceb830b30f99aed7b369d95dougm# No upstream sources for these files, since they're Solaris-specific
621bd763d2e4d32f19013ac8b76b375b5a01851fdougmMODULE_VERSION=NONE
621bd763d2e4d32f19013ac8b76b375b5a01851fdougmSOURCE_TARBALL_NAME=NONE
621bd763d2e4d32f19013ac8b76b375b5a01851fdougmSOURCE_TARBALL_NAME_SET=yes
0ea12b5dcb3d1d399f9bff6f56fb445d80205f9dstriker
0ea12b5dcb3d1d399f9bff6f56fb445d80205f9dstrikerBUILD_TARGETS =
0ea12b5dcb3d1d399f9bff6f56fb445d80205f9dstrikerBUILD_TARGETS_SET=yes
e93624301705e3dc68992e3b488a764389eb8b98trawick
e93624301705e3dc68992e3b488a764389eb8b98trawickINSTALL_TARGETS =
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaronINSTALL_TARGETS_SET=yes
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaron
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaron### Include common rulesets
a45de374fb215f294eb1369d4406ac79d6596ee1brianpinclude ../Makefile.inc
a45de374fb215f294eb1369d4406ac79d6596ee1brianp
a45de374fb215f294eb1369d4406ac79d6596ee1brianpDESTDIR=$(PROTODIR)
a45de374fb215f294eb1369d4406ac79d6596ee1brianpINSTDIR=$(DESTDIR)$(X11_FONT_DIR)
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawickCP=cp -pf
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawickinstall_gen::
0007bb1e01dd762bde7280beb57113309c1715a3trawick mkdir -p $(INSTDIR)/Type1
a1be7357e2c08b9dfe52c277063d212d65b15feejim $(CP) fonts.alias.type1 $(INSTDIR)/Type1/fonts.alias.all
a1be7357e2c08b9dfe52c277063d212d65b15feejim mkdir -p $(INSTDIR)/misc
a1be7357e2c08b9dfe52c277063d212d65b15feejim $(CP) fonts.alias.misc $(INSTDIR)/misc/fonts.alias.all
a1be7357e2c08b9dfe52c277063d212d65b15feejim mkdir -p $(INSTDIR)/75dpi
a1be7357e2c08b9dfe52c277063d212d65b15feejim $(CP) fonts.alias.75dpi $(INSTDIR)/75dpi/fonts.alias.all
6682df9b639663c50f447e5690dd62cce7b1c086trawick mkdir -p $(INSTDIR)/100dpi
6682df9b639663c50f447e5690dd62cce7b1c086trawick $(CP) fonts.alias.100dpi $(INSTDIR)/100dpi/fonts.alias.all
6682df9b639663c50f447e5690dd62cce7b1c086trawick