open-src/data/workspace-patterns/Makefile
changeset 378 37921779d3c0
parent 214 dea2a0e2c5bf
child 493 f43507b5737d
equal deleted inserted replaced
377:0fcdf85b951a 378:37921779d3c0
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     4 # Use subject to license terms.
     4 # Use subject to license terms.
     5 #
     5 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the
     7 # copy of this software and associated documentation files (the
     8 # "Software"), to deal in the Software without restriction, including
     8 # "Software"), to deal in the Software without restriction, including
    36 PWD:sh=pwd
    36 PWD:sh=pwd
    37 TOP=$(PWD)/../..
    37 TOP=$(PWD)/../..
    38 include $(TOP)/common/Makefile.inc
    38 include $(TOP)/common/Makefile.inc
    39 
    39 
    40 DESTDIR=$(PROTODIR)
    40 DESTDIR=$(PROTODIR)
    41 INSTDIR=$(DESTDIR)/$(OW_DIR)/share/etc/workspace/patterns/
    41 INSTDIR=$(DESTDIR)/$(X11_DIR)/share/patterns/
    42 
    42 
    43 install_gen::
    43 install_gen::
    44 	mkdir -p $(INSTDIR)
    44 	mkdir -p $(INSTDIR)
    45 	cp -p attributes $(INSTDIR)
    45 	cp -pf attributes $(INSTDIR)
    46 	cp -p background.xbm $(INSTDIR)
    46 	cp -pf background.xbm $(INSTDIR)
    47 	cp -p bricks.xbm $(INSTDIR)
    47 	cp -pf bricks.xbm $(INSTDIR)
    48 	cp -p burl.xbm $(INSTDIR)
    48 	cp -pf burl.xbm $(INSTDIR)
    49 	cp -p corn.xbm $(INSTDIR)
    49 	cp -pf corn.xbm $(INSTDIR)
    50 	cp -p dmndpla.xbm $(INSTDIR)
    50 	cp -pf dmndpla.xbm $(INSTDIR)
    51 	cp -p dolphin.xbm $(INSTDIR)
    51 	cp -pf dolphin.xbm $(INSTDIR)
    52 	cp -p dotwave2.xbm $(INSTDIR)
    52 	cp -pf dotwave2.xbm $(INSTDIR)
    53 	cp -p dune.xbm $(INSTDIR)
    53 	cp -pf dune.xbm $(INSTDIR)
    54 	cp -p flowers.xbm $(INSTDIR)
    54 	cp -pf flowers.xbm $(INSTDIR)
    55 	cp -p flyseye.xbm $(INSTDIR)
    55 	cp -pf flyseye.xbm $(INSTDIR)
    56 	cp -p foreground.xbm $(INSTDIR)
    56 	cp -pf foreground.xbm $(INSTDIR)
    57 	cp -p fuji.xbm $(INSTDIR)
    57 	cp -pf fuji.xbm $(INSTDIR)
    58 	cp -p geiger2.xbm $(INSTDIR)
    58 	cp -pf geiger2.xbm $(INSTDIR)
    59 	cp -p gray25.xbm $(INSTDIR)
    59 	cp -pf gray25.xbm $(INSTDIR)
    60 	cp -p gray50.xbm $(INSTDIR)
    60 	cp -pf gray50.xbm $(INSTDIR)
    61 	cp -p gray75.xbm $(INSTDIR)
    61 	cp -pf gray75.xbm $(INSTDIR)
    62 	cp -p miniweave.xbm $(INSTDIR)
    62 	cp -pf miniweave.xbm $(INSTDIR)
    63 	cp -p sbump.xbm $(INSTDIR)
    63 	cp -pf sbump.xbm $(INSTDIR)
    64 	cp -p sizmk2.xbm $(INSTDIR)
    64 	cp -pf sizmk2.xbm $(INSTDIR)
    65 	cp -p southwest.xbm $(INSTDIR)
    65 	cp -pf southwest.xbm $(INSTDIR)
    66 	cp -p squares.xbm $(INSTDIR)
    66 	cp -pf squares.xbm $(INSTDIR)
    67 	cp -p sunmulti.xbm $(INSTDIR)
    67 	cp -pf sunmulti.xbm $(INSTDIR)
    68 	cp -p swirl2.xbm $(INSTDIR)
    68 	cp -pf swirl2.xbm $(INSTDIR)
    69 	cp -p wave1.xbm $(INSTDIR)
    69 	cp -pf wave1.xbm $(INSTDIR)
    70 	cp -p wrnkle2.xbm $(INSTDIR)
    70 	cp -pf wrnkle2.xbm $(INSTDIR)