open-src/driver/xf86-input-vmmouse/Makefile
changeset 891 fbe57b1c9d91
parent 851 d428083dbbdd
child 907 3c35d611cdaa
equal deleted inserted replaced
890:980d657e04b4 891:fbe57b1c9d91
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-input-vmmouse Makefile
     3 # xf86-input-vmmouse Makefile
     4 #
     4 #
     5 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
     6 # Use is 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
    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 # ident	"@(#)Makefile	1.5	09/12/05 SMI"
    33 # ident	"@(#)Makefile	1.6	10/01/25 SMI"
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 MODULE_NAME=xf86-input-vmmouse
    37 MODULE_NAME=xf86-input-vmmouse
    38 
    38 
    53 
    53 
    54 # Extra flags to pass to configure script
    54 # Extra flags to pass to configure script
    55 # - need to set install locations for HAL config file & probe util/script
    55 # - need to set install locations for HAL config file & probe util/script
    56 MODULE_CONFIG_OPTS= \
    56 MODULE_CONFIG_OPTS= \
    57 	--with-hal-bin-dir=/usr/sbin \
    57 	--with-hal-bin-dir=/usr/sbin \
    58 	--with-hal-callouts-dir=/usr/lib/hal \
    58 	--with-hal-callouts-dir=/usr/lib/hal$(ARCHLIBSUBDIR) \
    59 	--with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor \
    59 	--with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor$(ARCHLIBSUBDIR) \
    60 	--bindir=$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
    60 	--bindir=$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
    61 
    61 
    62 # Libraries/modules to link with
    62 # Libraries/modules to link with
    63 MODULE_LD_OPTIONS= mouse_drv.so
    63 MODULE_LD_OPTIONS= mouse_drv.so
    64 
    64