open-src/app/xpm/Makefile
changeset 156 1dec9ce4addc
parent 90 aa93b75745de
child 191 8c3443e72486
equal deleted inserted replaced
155:590ece734ed7 156:1dec9ce4addc
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Xpm Makefile
     3 # Xpm Makefile
     4 #
     4 #
     5 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     6 # Use subject to license terms.
     6 # Use subject to license terms.
     7 #
     7 #
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     9 # copy of this software and associated documentation files (the
     9 # copy of this software and associated documentation files (the
    10 # "Software"), to deal in the Software without restriction, including
    10 # "Software"), to deal in the Software without restriction, including
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.4	07/01/04
    33 # @(#)Makefile	1.5	07/05/15
    34 #
    34 #
    35 
    35 
    36 PWD:sh=pwd
    36 PWD:sh=pwd
    37 TOP=$(PWD)/../..
    37 TOP=$(PWD)/../..
    38 BUILD_TYPES=32
       
    39 
    38 
    40 # Package name used in tarballs
    39 # Package name used in tarballs
    41 MODULE_NAME=libXpm
    40 MODULE_NAME=libXpm
    42 
    41 
    43 # Version number (used in path names)
    42 # Version number (used in path names)
    49 # Source tarball
    48 # Source tarball
    50 SOURCE_TARBALL_NAME=$(MODULE_NAME)-$(MODULE_VERS).tar.bz2
    49 SOURCE_TARBALL_NAME=$(MODULE_NAME)-$(MODULE_VERS).tar.bz2
    51 
    50 
    52 # Download site for source
    51 # Download site for source
    53 SOURCE_URL=$(XORG_RELEASES_URL)/lib/$(SOURCE_TARBALL_NAME)
    52 SOURCE_URL=$(XORG_RELEASES_URL)/lib/$(SOURCE_TARBALL_NAME)
       
    53 SOURCE_URL_SET=yes
    54 
    54 
    55 # Directory created by unpacking source
    55 # Directory created by unpacking source
    56 SOURCE_DIR=$(BUILD_DIR)/$(MODULE_NAME)-$(MODULE_VERS)
    56 SOURCE_DIR=$(BUILD_DIR)/$(MODULE_NAME)-$(MODULE_VERS)
    57 
    57 
    58 # Where to install files
    58 # Where to install files