open-src/driver/xf86-video-mga/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-mga Makefile
     3 # xf86-video-mga 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,
    50 MODULE_LD_OPTIONS= \
    50 MODULE_LD_OPTIONS= \
    51 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    51 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    52 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    52 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    53 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    53 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    54 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    54 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    55 	-lexa -lfb -lint10 -lpciaccess -lshadowfb -lXfont -lvbe \
    55 	-lexa -lfb -lpixman-1 -lint10 -lpciaccess -lshadowfb -lXfont -lvbe \
    56 	-lvgahw -lxaa -lfbdevhw
    56 	-lvgahw -lxaa -lfbdevhw
    57 
    57 
    58 AUTORECONF=yes
    58 AUTORECONF=yes
    59 
    59 
    60 include ../Makefile.inc
    60 include ../Makefile.inc