Makefile revision 833
58N/A###############################################################################
58N/A#
58N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
58N/A# Use is subject to license terms.
58N/A#
58N/A# Permission is hereby granted, free of charge, to any person obtaining a
58N/A# copy of this software and associated documentation files (the
58N/A# "Software"), to deal in the Software without restriction, including
58N/A# without limitation the rights to use, copy, modify, merge, publish,
58N/A# distribute, and/or sell copies of the Software, and to permit persons
58N/A# to whom the Software is furnished to do so, provided that the above
58N/A# copyright notice(s) and this permission notice appear in all copies of
58N/A# the Software and that both the above copyright notice(s) and this
58N/A# permission notice appear in supporting documentation.
58N/A#
58N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
58N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
58N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
58N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
58N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
77N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
58N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
58N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
58N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
58N/A#
234N/A# Except as contained in this notice, the name of a copyright holder
234N/A# shall not be used in advertising or otherwise to promote the sale, use
234N/A# or other dealings in this Software without prior written authorization
234N/A# of the copyright holder.
234N/A#
234N/A
234N/AMODULE_NAME=sun-aliases
234N/A
58N/A# No upstream sources for these files, since they're Solaris-specific
58N/AMODULE_VERSION=NONE
58N/ASOURCE_TARBALL_NAME=NONE
58N/ASOURCE_TARBALL_NAME_SET=yes
290N/A
112N/ACONFIGURE_TARGETS =
58N/ACONFIGURE_TARGETS_SET=yes
58N/A
77N/ABUILD_TARGETS =
77N/ABUILD_TARGETS_SET=yes
77N/A
77N/AINSTALL_TARGETS =
58N/AINSTALL_TARGETS_SET=yes
58N/A
58N/A### Include common rulesets
58N/Ainclude ../Makefile.inc
58N/A
58N/ADESTDIR=$(PROTODIR)
58N/AINSTDIR=$(DESTDIR)$(X11_FONT_DIR)
58N/A
290N/ACP=cp -pf
58N/A
65N/Ainstall_gen::
77N/A mkdir -p $(INSTDIR)/Type1
99N/A $(CP) fonts.alias.type1 $(INSTDIR)/Type1/fonts.alias.all
99N/A mkdir -p $(INSTDIR)/misc
125N/A $(CP) fonts.alias.misc $(INSTDIR)/misc/fonts.alias.all
112N/A mkdir -p $(INSTDIR)/75dpi
129N/A $(CP) fonts.alias.75dpi $(INSTDIR)/75dpi/fonts.alias.all
129N/A mkdir -p $(INSTDIR)/100dpi
129N/A $(CP) fonts.alias.100dpi $(INSTDIR)/100dpi/fonts.alias.all
144N/A mkdir -p $(INSTDIR)/F3bitmaps
173N/A $(CP) fonts.alias.F3 $(INSTDIR)/F3bitmaps/fonts.alias.all
253N/A