open-src/lib/libXfixes/Makefile
changeset 493 f43507b5737d
parent 87 f16a51e60f1c
child 599 c195ef96916e
equal deleted inserted replaced
492:abfa40ff15ef 493:f43507b5737d
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Xfixes 1.x Makefile
     3 # Xfixes 1.x Makefile
     4 #
     4 #
     5 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     6 # Use subject to license terms.
     6 # Use subject to license terms.
     7 #
     7 #
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     9 # copy of this software and associated documentation files (the
     9 # copy of this software and associated documentation files (the
    10 # "Software"), to deal in the Software without restriction, including
    10 # "Software"), to deal in the Software without restriction, including
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.3	06/12/13
    33 # @(#)Makefile	1.4	08/08/08
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 LIB_MODULE=libXfixes
    37 MODULE_NAME=libXfixes
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 LIB_VERS=4.0.3
    40 MODULE_VERSION=4.0.3
    41 
    41 
    42 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    43 SOURCE_PATCHES = soversion.patch
    43 SOURCE_PATCHES = soversion.patch
    44 
    44 
    45 # Library name
    45 # Library name
    46 LIBNAME=Xfixes
    46 LIBNAME=Xfixes
    47 
    47 
    48 # Man pages to apply Sun footer to & attributes to list
    48 # Man pages to apply Sun footer to & attributes to list
    49 SUNTOUCHED_MANPAGES=man/*.man
    49 SUNTOUCHED_MANPAGES=man/*.man
    50 SUN_PACKAGE=SUNWxwplt
    50 SUN_PACKAGE=SUNWxwplt
    51 LIB_STABILITY=Volatile
    51 MODULE_STABILITY=Volatile
    52 LIB_MAN_SUFFIX=3
    52 LIB_MAN_SUFFIX=3
    53 
    53 
    54 # Library built in tree
    54 
    55 LIB_BUILT=$(SOURCE_DIR)/src/.libs/libXfixes.so.1.0.0
       
    56 
    55 
    57 # Link with version mapfile
    56 # Link with version mapfile
    58 LIB_ADD_LD_OPTIONS = -M $(PWD)/mapfile-vers
    57 MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    59 
    58 
    60 # pkg-config files that need to have -R added
    59 # pkg-config files that need to have -R added
    61 FIX_PC_FILES=xfixes.pc.in
    60 FIX_PC_FILES=xfixes.pc.in
    62 
    61 
    63 include ../Makefile.inc
    62 include ../Makefile.inc