Makefile revision 919
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews###############################################################################
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews#
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# Use is subject to license terms.
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews#
8313838954d67250d0ed7edf67fba5da0790d1a7Michael Graff# Permission is hereby granted, free of charge, to any person obtaining a
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# copy of this software and associated documentation files (the "Software"),
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# to deal in the Software without restriction, including without limitation
6b7257f756eb0530cdf54df9a7fab8d51a5001c3David Lawrence# the rights to use, copy, modify, merge, publish, distribute, sublicense,
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# and/or sell copies of the Software, and to permit persons to whom the
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff# Software is furnished to do so, subject to the following conditions:
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff#
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# The above copyright notice and this permission notice (including the next
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff# paragraph) shall be included in all copies or substantial portions of the
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff# Software.
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff#
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# DEALINGS IN THE SOFTWARE.
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff#
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff
35c842e05dc6382ce1d9161a658d3ff4b2c3d4c9Bob HalleyMODULE_NAME=workspace-patterns
7a166c5c61a5aaa6eeb929bed152dc0a6b128e3dMichael Graff
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews# No upstream sources for these files, since they're Solaris-specific
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsMODULE_VERSION=NONE
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsSOURCE_TARBALL_NAME=NONE
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsSOURCE_TARBALL_NAME_SET=yes
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsCONFIGURE_TARGETS =
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsCONFIGURE_TARGETS_SET=yes
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsBUILD_TARGETS =
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsBUILD_TARGETS_SET=yes
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsINSTALL_TARGETS = install_patterns
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsINSTALL_TARGETS_SET=yes
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews### Include common rulesets
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrewsinclude ../Makefile.inc
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark AndrewsDESTDIR=$(PROTODIR)
fccbfc6504d238f3e8ee1225cbb0fe518da8f7f1Mark AndrewsINSTDIR=$(DESTDIR)/$(X11_DIR)/share/patterns/
fccbfc6504d238f3e8ee1225cbb0fe518da8f7f1Mark Andrews
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrewsinstall_patterns:
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews mkdir -p $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf attributes $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf background.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf bricks.xbm $(INSTDIR)
a32d332e5205b703498b31f4d6ba7100b7b71cd3Mark Andrews cp -pf burl.xbm $(INSTDIR)
a32d332e5205b703498b31f4d6ba7100b7b71cd3Mark Andrews cp -pf corn.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf dmndpla.xbm $(INSTDIR)
af9cfbc64363b61aa5903dd916e9fbc152084d4cMark Andrews cp -pf dolphin.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf dotwave2.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf dune.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf flowers.xbm $(INSTDIR)
ca81c3971cd0c9cfd830c0a18289d4d1b0f9de01David Lawrence cp -pf flyseye.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf foreground.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf fuji.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf geiger2.xbm $(INSTDIR)
fccbfc6504d238f3e8ee1225cbb0fe518da8f7f1Mark Andrews cp -pf gray25.xbm $(INSTDIR)
fccbfc6504d238f3e8ee1225cbb0fe518da8f7f1Mark Andrews cp -pf gray50.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf gray75.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf miniweave.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf sbump.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf sizmk2.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf southwest.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf squares.xbm $(INSTDIR)
a32d332e5205b703498b31f4d6ba7100b7b71cd3Mark Andrews cp -pf sunmulti.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf swirl2.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf wave1.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews cp -pf wrnkle2.xbm $(INSTDIR)
7d2b275f7e9238e2c709737601f6260b5a9a4ee1Mark Andrews