open-src/driver/xf86-video-s3/Makefile
changeset 851 d428083dbbdd
parent 606 068c11b419c9
child 907 3c35d611cdaa
equal deleted inserted replaced
850:122d3e1bfc3d 851:d428083dbbdd
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-video-s3 1.x Makefile
     3 # xf86-video-s3 1.x Makefile
     4 #
     4 #
     5 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     6 # Use subject to license terms.
     6 # Use is subject to license terms.
     7 #
     7 #
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     9 # copy of this software and associated documentation files (the
     9 # copy of this software and associated documentation files (the
    10 # "Software"), to deal in the Software without restriction, including
    10 # "Software"), to deal in the Software without restriction, including
    11 # without limitation the rights to use, copy, modify, merge, publish,
    11 # without limitation the rights to use, copy, modify, merge, publish,
    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	09/01/10
    33 # ident	"@(#)Makefile	1.9	09/12/05 SMI"
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 MODULE_NAME=xf86-video-s3
    37 MODULE_NAME=xf86-video-s3
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 MODULE_VERSION=0.6.1
    40 MODULE_VERSION=0.6.3
    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
    49 
    49 
    50 # Libraries/modules to link with
    50 # Libraries/modules to link with
    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 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    53 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    54 	-lfb -lint10 -lpciaccess -lvbe -lvgahw -lxaa
    54 	-lfb -lint10 -lpciaccess -lvbe -lvgahw -lxaa -lshadowfb
    55 
    55 
    56 include ../Makefile.inc
    56 include ../Makefile.inc