open-src/lib/libXv/Makefile
changeset 493 f43507b5737d
parent 371 d0a78a85764b
child 705 24ca414edbff
equal deleted inserted replaced
492:abfa40ff15ef 493:f43507b5737d
    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	08/03/19
    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=libXv
    37 MODULE_NAME=libXv
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 LIB_VERS=1.0.4
    40 MODULE_VERSION=1.0.4
    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 = 
    43 SOURCE_PATCHES = 
    44 
    44 
    45 # Library name
    45 # Library name
    46 LIBNAME=Xv
    46 LIBNAME=Xv
    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=SUNWxorg-clientlibs
    50 SUN_PACKAGE=SUNWxorg-clientlibs
    51 LIB_STABILITY=Volatile
    51 MODULE_STABILITY=Volatile
    52 LIB_MAN_SUFFIX=3Xv
    52 LIB_MAN_SUFFIX=3Xv
    53 
    53 
    54 # Library built in tree
    54 
    55 LIB_BUILT=$(SOURCE_DIR)/src/.libs/libXv.so.1.0.0
       
    56 
    55 
    57 # pkg-config files that need to have -R added
    56 # pkg-config files that need to have -R added
    58 FIX_PC_FILES=xv.pc.in
    57 FIX_PC_FILES=xv.pc.in
    59 
    58 
    60 include ../Makefile.inc
    59 include ../Makefile.inc