open-src/driver/xf86-video-vmware/Makefile
changeset 194 c2b76d8a41f7
parent 109 96c536eac5e1
child 371 d0a78a85764b
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.6	07/02/13
    33 # @(#)Makefile	1.7	07/07/31
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 DRIVER_NAME=xf86-video-vmware
    37 DRIVER_NAME=xf86-video-vmware
    38 
    38 
    51 DRIVER_ADD_LIBS= \
    51 DRIVER_ADD_LIBS= \
    52 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    52 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    53 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    53 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    54 	-R$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    54 	-R$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    55 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    55 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    56 	-lfb -lramdac -lshadowfb -lvgahw -lXfont
    56 	-lfb -lshadowfb -lvgahw
    57 
    57 
    58 include ../Makefile.inc
    58 include ../Makefile.inc