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