Makefile revision 851
134N/A###############################################################################
2362N/A#
134N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
134N/A# Use is subject to license terms.
134N/A#
134N/A# Permission is hereby granted, free of charge, to any person obtaining a
134N/A# copy of this software and associated documentation files (the
134N/A# "Software"), to deal in the Software without restriction, including
134N/A# without limitation the rights to use, copy, modify, merge, publish,
134N/A# distribute, and/or sell copies of the Software, and to permit persons
134N/A# to whom the Software is furnished to do so, provided that the above
134N/A# copyright notice(s) and this permission notice appear in all copies of
134N/A# the Software and that both the above copyright notice(s) and this
134N/A# permission notice appear in supporting documentation.
134N/A#
134N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
134N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
134N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
2362N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
2362N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
2362N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
134N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
134N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
134N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
134N/A#
134N/A# Except as contained in this notice, the name of a copyright holder
134N/A# shall not be used in advertising or otherwise to promote the sale, use
134N/A# or other dealings in this Software without prior written authorization
134N/A# of the copyright holder.
134N/A#
134N/A
134N/AMODULE_NAME=xmakemap
134N/A
134N/A# No upstream sources for these files, since they're Sun created
134N/AMODULE_VERSION=src
134N/ASOURCE_TARBALL_NAME=NONE
134N/ASOURCE_TARBALL_NAME_SET=yes
134N/AADDITIONAL_SOURCE_DIR=sun-src
134N/A
134N/A# Don't need default targets for configure, build, or install, since there's
134N/A# nothing to build, and the install rule follows here
134N/ACONFIGURE_TARGETS =
134N/ACONFIGURE_TARGETS_SET=yes
134N/ABUILD_TARGETS =
134N/ABUILD_TARGETS_SET=yes
134N/AINSTALL_TARGETS = install_xmakemap
134N/AINSTALL_TARGETS_SET=yes
134N/A
134N/A# Man pages to apply Sun footer to & attributes to list
134N/ASUNTOUCHED_MANPAGES=*.man
134N/ASUN_PACKAGE=SUNWxwman
134N/AMODULE_STABILITY=Committed
134N/A
134N/A### Include common rulesets
134N/Ainclude ../Makefile.inc
134N/A
134N/ADESTDIR=$(PROTODIR)
134N/A
134N/Ainstall_xmakemap:
134N/A mkdir -p $(DESTDIR)$(X11_BIN_DIR) \
134N/A $(DESTDIR)$(X11_MAN_DIR)/man1
$(INSTALL_SCRIPT) -m 0755 $(SOURCE_DIR)/xmakemap \
$(DESTDIR)$(X11_BIN_DIR)
$(INSTALL_SCRIPT) $(SOURCE_DIR)/xmakemap.man \
$(DESTDIR)$(X11_MAN_DIR)/man1/xmakemap.1