open-src/driver/Makefile.inc
changeset 1339 4f152696e5f2
parent 1316 b8132bf8161c
child 1422 e9cadc0026d8
equal deleted inserted replaced
1338:4337fec94eef 1339:4f152696e5f2
     1 # -*- Makefile -*- rules common to all X.Org drivers
     1 # -*- Makefile -*- rules common to all X.Org drivers
     2 #
     2 #
     3 # Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     7 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    49 MODULE_PKGCLASS_input		= Drivers/Other Peripherals
    49 MODULE_PKGCLASS_input		= Drivers/Other Peripherals
    50 MODULE_PKGCLASS_video		= Drivers/Display
    50 MODULE_PKGCLASS_video		= Drivers/Display
    51 MODULE_PKGCLASS_DEFAULT		= $(MODULE_PKGCLASS_SET:yes=$(POUND_SIGN))
    51 MODULE_PKGCLASS_DEFAULT		= $(MODULE_PKGCLASS_SET:yes=$(POUND_SIGN))
    52 $(MODULE_PKGCLASS_DEFAULT)	MODULE_PKGCLASS=$(MODULE_PKGCLASS_$(DRIVER_CLASS))
    52 $(MODULE_PKGCLASS_DEFAULT)	MODULE_PKGCLASS=$(MODULE_PKGCLASS_$(DRIVER_CLASS))
    53 $(MODULE_PKGCLASS_DEFAULT)	MODULE_PKGCLASS_SET=yes
    53 $(MODULE_PKGCLASS_DEFAULT)	MODULE_PKGCLASS_SET=yes
       
    54 
       
    55 # Default module description for packages in this area
       
    56 MODTYPE_DESC = the $(MODULE_NAME) driver
    54 
    57 
    55 # Additional command line options to GNU autoconf configure script
    58 # Additional command line options to GNU autoconf configure script
    56 MODTYPE_CONFIG_OPTS = \
    59 MODTYPE_CONFIG_OPTS = \
    57 	--docdir='$(X11_DOC_DIR)' \
    60 	--docdir='$(X11_DOC_DIR)' \
    58 	--with-xorg-module-dir='$(X11_SERVERMODS_DIR)'
    61 	--with-xorg-module-dir='$(X11_SERVERMODS_DIR)'