open-src/lib/mesa/Makefile
changeset 158 a48b0ad24d56
parent 156 1dec9ce4addc
child 167 6fa806a49dc8
equal deleted inserted replaced
157:31c83a089945 158:a48b0ad24d56
    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.6	07/05/15
    31 # @(#)Makefile	1.7	07/05/16
    32 #
    32 #
    33 
    33 
    34 PWD:sh=pwd
    34 PWD:sh=pwd
    35 TOP=$(PWD)/../..
    35 TOP=$(PWD)/../..
    36 
    36 
    51 # Patches to apply to source after unpacking, in order
    51 # Patches to apply to source after unpacking, in order
    52 SOURCE_PATCHES= \
    52 SOURCE_PATCHES= \
    53 	solaris-paths.patch	\
    53 	solaris-paths.patch	\
    54 	mklib.patch		\
    54 	mklib.patch		\
    55 	solaris-dri-port.patch	\
    55 	solaris-dri-port.patch	\
    56 	glext.h.patch
    56 	glext.h.patch           \
       
    57 	6538497.patch
    57 
    58 
    58 # Directory created by unpacking source
    59 # Directory created by unpacking source
    59 SOURCE_DIR=$(BUILD_DIR)/Mesa-$(MESA_VERS)
    60 SOURCE_DIR=$(BUILD_DIR)/Mesa-$(MESA_VERS)
    60 
    61 
    61 # Library built in tree
    62 # Library built in tree