open-src/driver/xf86-video-ast/Makefile
changeset 194 c2b76d8a41f7
parent 98 c21b46ed1efd
child 259 bd9c33ee0a70
equal deleted inserted replaced
193:f5d04473459b 194:c2b76d8a41f7
    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/31
    33 # @(#)Makefile	1.5	07/07/31
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 DRIVER_NAME=xf86-video-ast
    37 DRIVER_NAME=xf86-video-ast
    38 
    38 
    49 
    49 
    50 # Libraries/modules to link with
    50 # Libraries/modules to link with
    51 DRIVER_ADD_LIBS= \
    51 DRIVER_ADD_LIBS= \
    52 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    52 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    53 	-R$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    53 	-R$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    54 	-lddc -lfb -li2c -lint10 -lramdac -lvbe -lvgahw -lxaa
    54 	-lfb -lint10 -lvbe -lvgahw -lxaa
    55 
    55 
    56 include ../Makefile.inc
    56 include ../Makefile.inc