Makefile revision 810
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd###############################################################################
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd#
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# Use is subject to license terms.
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd#
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# Permission is hereby granted, free of charge, to any person obtaining a
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# copy of this software and associated documentation files (the
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# "Software"), to deal in the Software without restriction, including
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# without limitation the rights to use, copy, modify, merge, publish,
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# distribute, and/or sell copies of the Software, and to permit persons
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# to whom the Software is furnished to do so, provided that the above
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# copyright notice(s) and this permission notice appear in all copies of
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# the Software and that both the above copyright notice(s) and this
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# permission notice appear in supporting documentation.
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd#
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
f4cbda69df0490c6deaacb8d04f103d200ddd183nd# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
7023b60a6c3a85c1d208fbee730f919e61351ac6nd# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
7023b60a6c3a85c1d208fbee730f919e61351ac6nd# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
7023b60a6c3a85c1d208fbee730f919e61351ac6nd#
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# Except as contained in this notice, the name of a copyright holder
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# shall not be used in advertising or otherwise to promote the sale, use
4249c36b4ab4024464db91e2606f651f3b20c1e5nd# or other dealings in this Software without prior written authorization
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd# of the copyright holder.
dd2f29c187db35e7635ce67a83dddceb75be87a4minfrin#
4249c36b4ab4024464db91e2606f651f3b20c1e5nd
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dndMODULE_NAME=sun-aliases
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd
4249c36b4ab4024464db91e2606f651f3b20c1e5nd# No upstream sources for these files, since they're Solaris-specific
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dndMODULE_VERSION=NONE
4249c36b4ab4024464db91e2606f651f3b20c1e5ndSOURCE_TARBALL_NAME=NONE
4249c36b4ab4024464db91e2606f651f3b20c1e5ndSOURCE_TARBALL_NAME_SET=yes
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dndCONFIGURE_TARGETS =
4249c36b4ab4024464db91e2606f651f3b20c1e5ndCONFIGURE_TARGETS_SET=yes
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dndBUILD_TARGETS =
4249c36b4ab4024464db91e2606f651f3b20c1e5ndBUILD_TARGETS_SET=yes
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dndINSTALL_TARGETS =
4249c36b4ab4024464db91e2606f651f3b20c1e5ndINSTALL_TARGETS_SET=yes
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd### Include common rulesets
4249c36b4ab4024464db91e2606f651f3b20c1e5ndinclude ../Makefile.inc
4249c36b4ab4024464db91e2606f651f3b20c1e5nd
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dndDESTDIR=$(PROTODIR)
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dndINSTDIR=$(DESTDIR)$(X11_FONT_DIR)
4249c36b4ab4024464db91e2606f651f3b20c1e5nd
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dndCP=cp -pf
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd
4249c36b4ab4024464db91e2606f651f3b20c1e5ndinstall_gen::
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd mkdir -p $(INSTDIR)/Type1
144c96f1a9d2f0c8bfccafea655dae120f7470d2colm $(CP) fonts.alias.type1 $(INSTDIR)/Type1/fonts.alias.all
d8222345978b39a17cb1770282ab786c49b6f955nd mkdir -p $(INSTDIR)/misc
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd $(CP) fonts.alias.misc $(INSTDIR)/misc/fonts.alias.all
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd mkdir -p $(INSTDIR)/75dpi
4249c36b4ab4024464db91e2606f651f3b20c1e5nd $(CP) fonts.alias.75dpi $(INSTDIR)/75dpi/fonts.alias.all
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd mkdir -p $(INSTDIR)/100dpi
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd $(CP) fonts.alias.100dpi $(INSTDIR)/100dpi/fonts.alias.all
4249c36b4ab4024464db91e2606f651f3b20c1e5nd mkdir -p $(INSTDIR)/F3bitmaps
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd $(CP) fonts.alias.F3 $(INSTDIR)/F3bitmaps/fonts.alias.all
a8b9ac9f7f1f1fc259cfcd83ecc315b8902cdd7dnd