open-src/app/mesa-demos/Makefile
changeset 705 24ca414edbff
parent 659 72515eb439dc
child 720 763156beb073
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.12	09/03/04
       
    32 #
       
    33 
    31 
    34 # Package name used in tarballs
    32 # Package name used in tarballs
    35 MODULE_NAME=MesaDemos
    33 MODULE_NAME=MesaDemos
    36 
    34 
    37 # Version number (used in path names)
    35 # Version number (used in path names)
    38 MODULE_VERSION=7.2
    36 MODULE_VERSION=7.4.1
    39 
    37 
    40 # Directory created by unpacking source
    38 # Directory created by unpacking source
    41 SOURCE_DIRNAME=Mesa-$(MODULE_VERSION)
    39 SOURCE_DIRNAME=Mesa-$(MODULE_VERSION)
    42 SOURCE_DIRNAME_SET=yes
    40 SOURCE_DIRNAME_SET=yes
    43 SOURCE_DIR=$(BUILD_DIR)/$(SOURCE_DIRNAME)
    41 SOURCE_DIR=$(BUILD_DIR)/$(SOURCE_DIRNAME)