open-src/driver/xf86-video-sis/Makefile
changeset 493 f43507b5737d
parent 371 d0a78a85764b
child 606 068c11b419c9
equal deleted inserted replaced
492:abfa40ff15ef 493:f43507b5737d
    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.8	08/03/19
    33 # @(#)Makefile	1.9	08/08/08
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 DRIVER_NAME=xf86-video-sis
    37 MODULE_NAME=xf86-video-sis
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 DRIVER_VERS=0.9.4
    40 MODULE_VERSION=0.9.4
    41 
    41 
    42 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    43 SOURCE_PATCHES = 
    43 SOURCE_PATCHES = 
    44 
    44 
    45 # Man pages to apply Sun footer to & attributes to list
    45 # Man pages to apply Sun footer to & attributes to list
    46 SUNTOUCHED_MANPAGES=man/*.man
    46 SUNTOUCHED_MANPAGES=man/*.man
    47 SUNTOUCH_MAN_FLAGS= \
    47 SUN_PACKAGE=SUNWxorg-graphics-ddx
    48  -a '{Architecture, x86} {Availability, SUNWxorg-graphics-ddx} {Interface Stability, Volatile}'
    48 MODULE_STABILITY=Volatile
    49 
    49 
    50 # Extra flags to pass to configure
    50 # Extra flags to pass to configure
    51 DRIVER_CONFIG_OPTS=--disable-dri
    51 MODULE_CONFIG_OPTS=--disable-dri
    52 
    52 
    53 # Libraries/modules to link with
    53 # Libraries/modules to link with
    54 DRIVER_ADD_LIBS= \
    54 MODULE_LD_OPTIONS= \
    55 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
    55 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    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)$(SERVERMOD_subdir) \
    58 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    58 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    59 	-lexa -lfb -lint10 -lshadowfb -lvbe -lvgahw -lxaa -lm
    59 	-lexa -lfb -lint10 -lshadowfb -lvbe -lvgahw -lxaa -lm
    60 
    60 
    61 include ../Makefile.inc
    61 include ../Makefile.inc
    62 
    62