open-src/lib/libxkbui/Makefile
changeset 705 24ca414edbff
parent 493 f43507b5737d
equal deleted inserted replaced
704:f9b973ecc909 705:24ca414edbff
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xkbui Makefile
     3 # xkbui Makefile
     4 #
     4 #
     5 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2009 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.4	08/08/08
    33 # @(#)Makefile	1.5	09/05/15
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 MODULE_NAME=libxkbui
    37 MODULE_NAME=libxkbui
    38 
    38 
    54 
    54 
    55 
    55 
    56 # pkg-config files that need to have -R added
    56 # pkg-config files that need to have -R added
    57 FIX_PC_FILES=xkbui.pc.in
    57 FIX_PC_FILES=xkbui.pc.in
    58 
    58 
    59 # Install in private subdir for xorgcfg
       
    60 MODULE_ADD_LIB_SUBDIR=/xorgcfg
       
    61 
       
    62 include ../Makefile.inc
    59 include ../Makefile.inc