open-src/lib/libXrender/Makefile
changeset 970 272328fe1b4a
parent 969 f3e9f1ddd6a8
child 1276 52f85727ce94
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
    41 # Library name
    41 # Library name
    42 LIBNAME=Xrender
    42 LIBNAME=Xrender
    43 
    43 
    44 # Man pages to apply Sun footer to & attributes to list
    44 # Man pages to apply Sun footer to & attributes to list
    45 #SUNTOUCHED_MANPAGES=man/*.man
    45 #SUNTOUCHED_MANPAGES=man/*.man
    46 SUN_PACKAGE=SUNWxorg-clientlibs
       
    47 MODULE_STABILITY=Volatile
    46 MODULE_STABILITY=Volatile
    48 LIB_MAN_SUFFIX=3xrender
    47 LIB_MAN_SUFFIX=3xrender
       
    48 
       
    49 # ARC cases that covered this module
       
    50 # LSARC/2001/125 Xserver Render Extension
       
    51 MODULE_ARC_CASES = LSARC/2001/125
       
    52 # LSARC/2004/414 X Render Extension 0.8
       
    53 MODULE_ARC_CASES += LSARC/2004/414
       
    54 # LSARC/2007/193 X Render Extension: Protocol 0.10 / API 0.9 
       
    55 MODULE_ARC_CASES += LSARC/2007/193
    49 
    56 
    50 # Environment variable options to GNU autoconf configure script
    57 # Environment variable options to GNU autoconf configure script
    51 MODULE_CFLAGS=-I../include
    58 MODULE_CFLAGS=-I../include
    52 
    59 
    53 # Link with version mapfile
    60 # Link with version mapfile
    56 
    63 
    57 
    64 
    58 # pkg-config files that need to have -R added
    65 # pkg-config files that need to have -R added
    59 FIX_PC_FILES=xrender.pc.in
    66 FIX_PC_FILES=xrender.pc.in
    60 
    67 
       
    68 # Compatibility links from /usr/X11/lib to /usr/lib
       
    69 MODULE_X11_LIBCOMPAT_LINKS = libXrender.so libXrender.so.1
       
    70 
    61 include ../Makefile.inc
    71 include ../Makefile.inc