open-src/data/xbitmaps/Makefile
changeset 705 24ca414edbff
parent 606 068c11b419c9
child 851 d428083dbbdd
equal deleted inserted replaced
704:f9b973ecc909 705:24ca414edbff
    26 # Except as contained in this notice, the name of a copyright holder
    26 # Except as contained in this notice, the name of a copyright holder
    27 # shall not be used in advertising or otherwise to promote the sale, use
    27 # shall not be used in advertising or otherwise to promote the sale, use
    28 # or other dealings in this Software without prior written authorization
    28 # or other dealings in this Software without prior written authorization
    29 # of the copyright holder.
    29 # of the copyright holder.
    30 #
    30 #
    31 # @(#)Makefile	1.5	09/01/14
    31 # @(#)Makefile	1.6	09/05/15
    32 #
    32 #
    33 
    33 
    34 # Package name used in tarballs
    34 # Package name used in tarballs
    35 MODULE_NAME=xbitmaps
    35 MODULE_NAME=xbitmaps
    36 
    36 
    54 ADDITIONAL_BITMAPS=black6 box6
    54 ADDITIONAL_BITMAPS=black6 box6
    55 
    55 
    56 install_gen:: $(ADDITIONAL_BITMAPS)
    56 install_gen:: $(ADDITIONAL_BITMAPS)
    57 	mkdir -p $(BITMAP_INST_DIR)
    57 	mkdir -p $(BITMAP_INST_DIR)
    58 	$(INSTALL_SCRIPT) -m 0444 $(ADDITIONAL_BITMAPS) $(BITMAP_INST_DIR)
    58 	$(INSTALL_SCRIPT) -m 0444 $(ADDITIONAL_BITMAPS) $(BITMAP_INST_DIR)
    59 
       
    60 # Extra install for bootstrapping the old monolith
       
    61 install_gen:: $(SOURCE_DIR)/Makefile
       
    62 	@if [ -d $(PROTODIR)/../xc/include ] ; then \
       
    63 	    (set -x ; cd $(SOURCE_DIR) ; $(MAKE) $(MAKEFLAGS) -e DESTDIR=$(PROTODIR) bitmapdir=/../xc/include/bitmaps install) ;\
       
    64 	fi