open-src/driver/xf86-video-nv/Makefile
changeset 1088 1c99106ccbe0
parent 999 c88b52baf4f4
child 1097 243d7ed7a10c
equal deleted inserted replaced
1087:a8aa060182e1 1088:1c99106ccbe0
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-video-nv Makefile
     3 # xf86-video-nv Makefile
     4 #
     4 #
     5 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    44 
    44 
    45 # Libraries/modules to link with
    45 # Libraries/modules to link with
    46 MODULE_LD_OPTIONS= \
    46 MODULE_LD_OPTIONS= \
    47 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    47 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    48 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    48 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    49 	-lexa -lfb -lint10 -lshadowfb -lXfont -lvbe -lvgahw -lxaa -lfbdevhw -lm \
    49 	-lexa -lfb -lint10 -lshadowfb -lXfont -lvbe -lvgahw -lxaa -lfbdevhw \
    50 	-L$(PROTODIR)/usr/lib -lpciaccess
    50 	-L$(PROTODIR)/usr/lib -lpciaccess -lpixman-1 -lm
    51 
    51 
    52 include ../Makefile.inc
    52 include ../Makefile.inc
    53 
    53