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