open-src/driver/xf86-video-via/Makefile
changeset 194 c2b76d8a41f7
parent 98 c21b46ed1efd
child 493 f43507b5737d
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-via
    37 DRIVER_NAME=xf86-video-via
    38 
    38 
    54 DRIVER_ADD_LIBS= \
    54 DRIVER_ADD_LIBS= \
    55 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    55 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    56 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    56 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    57 	-R$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    57 	-R$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    58 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    58 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    59 	-lddc -lexa -lfb -li2c -lint10 -lramdac -lshadowfb -lvbe -lvgahw \
    59 	-lexa -lfb -lint10 -lshadowfb -lvbe -lvgahw -lxaa -lm
    60 	-lxaa -lXfont -lm
       
    61 
    60 
    62 include ../Makefile.inc
    61 include ../Makefile.inc