Makefile revision 1026
214N/A###############################################################################
214N/A#
935N/A# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
214N/A#
214N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
214N/A#
214N/A
493N/AMODULE_NAME=workspace-patterns
493N/A
1003N/A# Package metadata
1003N/AMODULE_LICENSE = Oracle
1003N/AMODULE_LICENSE_SET = yes
1003N/A
214N/A# No upstream sources for these files, since they're Solaris-specific
493N/AMODULE_VERSION=NONE
214N/ASOURCE_TARBALL_NAME=NONE
493N/ASOURCE_TARBALL_NAME_SET=yes
493N/A
935N/ASOURCE_TARGETS =
935N/ASOURCE_TARGETS_SET=yes
935N/A
810N/ACONFIGURE_TARGETS =
810N/ACONFIGURE_TARGETS_SET=yes
810N/A
493N/ABUILD_TARGETS =
493N/ABUILD_TARGETS_SET=yes
493N/A
910N/AINSTALL_TARGETS = install_patterns
493N/AINSTALL_TARGETS_SET=yes
214N/A
214N/A### Include common rulesets
493N/Ainclude ../Makefile.inc
214N/A
214N/ADESTDIR=$(PROTODIR)
935N/AINSTDIR=$(DESTDIR)$(X11_DIR)/share/patterns/
935N/A
935N/APATTERN_FILES = \
935N/A attributes \
935N/A background.xbm \
935N/A bricks.xbm \
935N/A burl.xbm \
935N/A corn.xbm \
935N/A dmndpla.xbm \
935N/A dolphin.xbm \
935N/A dotwave2.xbm \
935N/A dune.xbm \
935N/A flowers.xbm \
935N/A flyseye.xbm \
935N/A foreground.xbm \
935N/A fuji.xbm \
935N/A geiger2.xbm \
935N/A gray25.xbm \
935N/A gray50.xbm \
935N/A gray75.xbm \
935N/A miniweave.xbm \
935N/A sbump.xbm \
935N/A sizmk2.xbm \
935N/A southwest.xbm \
935N/A squares.xbm \
935N/A sunmulti.xbm \
935N/A swirl2.xbm \
935N/A wave1.xbm \
935N/A wrnkle2.xbm
214N/A
910N/Ainstall_patterns:
214N/A mkdir -p $(INSTDIR)
935N/A cp -pf $(PATTERN_FILES) $(INSTDIR)