Makefile revision 943
80N/A###############################################################################
80N/A#
80N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
80N/A#
80N/A# Permission is hereby granted, free of charge, to any person obtaining a
80N/A# copy of this software and associated documentation files (the "Software"),
80N/A# to deal in the Software without restriction, including without limitation
80N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
80N/A# and/or sell copies of the Software, and to permit persons to whom the
80N/A# Software is furnished to do so, subject to the following conditions:
80N/A#
80N/A# The above copyright notice and this permission notice (including the next
80N/A# paragraph) shall be included in all copies or substantial portions of the
80N/A# Software.
80N/A#
80N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
80N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
80N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
80N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2899N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
80N/A# DEALINGS IN THE SOFTWARE.
80N/A#
80N/A
80N/AMODULE_NAME=xmakemap
2969N/A
618N/A# No upstream sources for these files, since they're Sun created
80N/AMODULE_VERSION=src
1462N/ASOURCE_TARBALL_NAME=NONE
682N/ASOURCE_TARBALL_NAME_SET=yes
844N/AADDITIONAL_SOURCE_DIR=sun-src
2969N/A
80N/A# Don't need default targets for configure, build, or install, since there's
80N/A# nothing to build, and the install rule follows here
1258N/ACONFIGURE_TARGETS =
1258N/ACONFIGURE_TARGETS_SET=yes
2969N/ABUILD_TARGETS =
2899N/ABUILD_TARGETS_SET=yes
80N/AINSTALL_TARGETS = install_xmakemap
80N/AINSTALL_TARGETS_SET=yes
80N/A
80N/A# Man pages to apply Sun footer to & attributes to list
99N/ASUNTOUCHED_MANPAGES=*.man
99N/ASUN_PACKAGE=SUNWxwman
80N/AMODULE_STABILITY=Committed
80N/A
80N/A### Include common rulesets
80N/Ainclude ../Makefile.inc
1462N/A
1462N/ADESTDIR=$(PROTODIR)
80N/A
1462N/Ainstall_xmakemap: $(SOURCE_TARGETS) $(INSTALL_DEPS)
1462N/A mkdir -p $(DESTDIR)$(X11_BIN_DIR) \
1462N/A $(DESTDIR)$(X11_MAN_DIR)/man1
1462N/A $(INSTALL_SCRIPT) -m 0755 $(SOURCE_DIR)/xmakemap \
1462N/A $(DESTDIR)$(X11_BIN_DIR)
1462N/A $(INSTALL_SCRIPT) $(SOURCE_DIR)/xmakemap.man \
1462N/A $(DESTDIR)$(X11_MAN_DIR)/man1/xmakemap.1
1462N/A
80N/A