open-src/lib/libXdamage/Makefile
changeset 1196 1ce455dae979
parent 970 272328fe1b4a
child 1351 9ad483eabd22
equal deleted inserted replaced
1195:5257d09d4f0a 1196:1ce455dae979
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Xdamage 1.x Makefile
     3 # Xdamage 1.x Makefile
     4 #
     4 #
     5 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2007, 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 # Man pages to apply Sun footer to & attributes to list
    50 # Man pages to apply Sun footer to & attributes to list
    51 #SUNTOUCHED_MANPAGES=man/*.man
    51 #SUNTOUCHED_MANPAGES=man/*.man
    52 MODULE_STABILITY=Volatile
    52 MODULE_STABILITY=Volatile
    53 LIB_MAN_SUFFIX=3xdamage
    53 LIB_MAN_SUFFIX=3xdamage
    54 
    54 
    55 
       
    56 
       
    57 # pkg-config files that need to have -R added
    55 # pkg-config files that need to have -R added
    58 FIX_PC_FILES=xdamage.pc.in
    56 FIX_PC_FILES=xdamage.pc.in
    59 
    57 
    60 # Link with version mapfile
    58 # Link with version mapfile
    61 MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    59 MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    62 
    60 
       
    61 # configure includes xfixes in PKG_CHECK_MODULES since libXfixes headers & 
       
    62 # macros are used, but currently no functions are actually called, so we can
       
    63 # ignore it when linking
       
    64 MODULE_LD_OPTIONS += -z ignore
       
    65 
    63 # Compatibility links from /usr/X11/lib to /usr/lib
    66 # Compatibility links from /usr/X11/lib to /usr/lib
    64 MODULE_X11_LIBCOMPAT_LINKS = libXdamage.so libXdamage.so.1
    67 MODULE_X11_LIBCOMPAT_LINKS = libXdamage.so libXdamage.so.1
    65 
    68 
    66 include ../Makefile.inc
    69 include ../Makefile.inc