open-src/driver/xf86-video-nv/Makefile
changeset 606 068c11b419c9
parent 518 625955e5cf50
child 705 24ca414edbff
equal deleted inserted replaced
605:e5259db5befc 606:068c11b419c9
    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.19	08/08/28
    33 # @(#)Makefile	1.20	09/01/10
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 MODULE_NAME=xf86-video-nv
    37 MODULE_NAME=xf86-video-nv
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 MODULE_VERSION=2.1.12
    40 MODULE_VERSION=2.1.12
    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 = pci-match.patch,-p1
    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 SUN_PACKAGE=SUNWxorg-graphics-ddx
    47 SUN_PACKAGE=SUNWxorg-graphics-ddx
    48 MODULE_STABILITY=Volatile
    48 MODULE_STABILITY=Volatile
    51 MODULE_LD_OPTIONS= \
    51 MODULE_LD_OPTIONS= \
    52 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    52 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    53 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/linux \
    53 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/linux \
    54 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    54 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    55 	-R$(X11_SERVERMODS_DIR)/linux$(SERVERMOD_subdir) \
    55 	-R$(X11_SERVERMODS_DIR)/linux$(SERVERMOD_subdir) \
    56 	-lexa -lfb -lint10 -lshadowfb -lvbe -lvgahw -lxaa -lfbdevhw -lm
    56 	-lexa -lfb -lint10 -lshadowfb -lvbe -lvgahw -lxaa -lfbdevhw -lm \
       
    57 	-L$(PROTODIR)/usr/lib -lpciaccess
    57 
    58 
    58 include ../Makefile.inc
    59 include ../Makefile.inc
    59 
    60