Makefile revision 970
433N/A###############################################################################
433N/A#
433N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
433N/A#
851N/A# Permission is hereby granted, free of charge, to any person obtaining a
851N/A# copy of this software and associated documentation files (the "Software"),
433N/A# to deal in the Software without restriction, including without limitation
433N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
433N/A# and/or sell copies of the Software, and to permit persons to whom the
433N/A# Software is furnished to do so, subject to the following conditions:
433N/A#
433N/A# The above copyright notice and this permission notice (including the next
433N/A# paragraph) shall be included in all copies or substantial portions of the
433N/A# Software.
433N/A#
433N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
433N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
433N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
433N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
433N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
433N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
433N/A# DEALINGS IN THE SOFTWARE.
433N/A#
433N/A
433N/AMODULE_NAME=rasterfile
433N/A
433N/A# pkg(5) name we deliver the files in (override default)
433N/AMODULE_PKGNAME=x11/header/rasterfile
433N/AMODULE_PKGNAME_SET=yes
433N/A# Package classification (override default)
433N/AMODULE_PKGCLASS=Development/X11
433N/AMODULE_PKGCLASS_SET=yes
433N/A
433N/A# No upstream sources for these files, since they're Solaris-specific
433N/AMODULE_VERSION=NONE
493N/ASOURCE_TARBALL_NAME=NONE
433N/ASOURCE_TARBALL_NAME_SET=yes
433N/A
493N/ACONFIGURE_TARGETS =
433N/ACONFIGURE_TARGETS_SET=yes
433N/A
433N/ABUILD_TARGETS =
433N/ABUILD_TARGETS_SET=yes
433N/A
433N/AINSTALL_TARGETS = install_files
433N/AINSTALL_TARGETS_SET=yes
493N/A
493N/A### Include common rulesets
433N/Ainclude ../Makefile.inc
433N/A
493N/ADESTDIR=$(PROTODIR)
433N/AINCDIR=$(DESTDIR)/usr/include/pixrect
851N/AMANDIR=$(DESTDIR)/usr/share/man/man4
433N/A
433N/Ainstall_files:
433N/A mkdir -p $(INCDIR) $(MANDIR)
433N/A cp -pf rasterfile.h $(INCDIR)
851N/A cp -pf rasterfile.4 $(MANDIR)
851N/A