open-src/lib/libXdmcp/Makefile
author Alan Coopersmith <Alan.Coopersmith@Sun.COM>
Thu, 18 Feb 2010 16:03:08 -0800
changeset 907 3c35d611cdaa
parent 851 d428083dbbdd
child 911 a3e7e197651c
permissions -rw-r--r--
6927784 Remove SCCS ident tags from X gate
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     1
###############################################################################
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     2
#
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     3
# Xdmcp 1.x Makefile
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     4
#
750
fe2b017fc5d3 6859883 Introduce XDM-AUTHORIZATION-1 support in libXdmcp
Stefan Teleman <Stefan.Teleman@Sun.COM>
parents: 493
diff changeset
     5
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
fe2b017fc5d3 6859883 Introduce XDM-AUTHORIZATION-1 support in libXdmcp
Stefan Teleman <Stefan.Teleman@Sun.COM>
parents: 493
diff changeset
     6
# Use is subject to license terms.
48
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     7
#
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     8
# Permission is hereby granted, free of charge, to any person obtaining a
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     9
# copy of this software and associated documentation files (the
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    10
# "Software"), to deal in the Software without restriction, including
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    11
# without limitation the rights to use, copy, modify, merge, publish,
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    12
# distribute, and/or sell copies of the Software, and to permit persons
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    13
# to whom the Software is furnished to do so, provided that the above
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    14
# copyright notice(s) and this permission notice appear in all copies of
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    15
# the Software and that both the above copyright notice(s) and this
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    16
# permission notice appear in supporting documentation.
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    17
# 
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    18
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    19
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    20
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    21
# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    22
# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    23
# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    24
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    25
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    26
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    27
# 
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    28
# Except as contained in this notice, the name of a copyright holder
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    29
# shall not be used in advertising or otherwise to promote the sale, use
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    30
# or other dealings in this Software without prior written authorization
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    31
# of the copyright holder.
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    32
#
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    33
#
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    34
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    35
# Package name used in tarballs
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 70
diff changeset
    36
MODULE_NAME=libXdmcp
48
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    37
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    38
# Version number (used in path names)
851
d428083dbbdd 6905171 X11R7.5 / Xorg 1.7.3 integration
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 750
diff changeset
    39
MODULE_VERSION=1.0.3
48
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    40
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    41
# Patches to apply to source after unpacking, in order
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    42
SOURCE_PATCHES = 
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    43
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    44
# Library name
48
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    45
LIBNAME=Xdmcp
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    46
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    47
# libXdmcp has no man pages to apply Sun footer to
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    48
#SUNTOUCHED_MANPAGES=Xdmcp.man
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    49
SUN_PACKAGE=SUNWxwplt
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 70
diff changeset
    50
MODULE_STABILITY=Committed
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    51
LIB_MAN_SUFFIX=3Xdmcp
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 70
diff changeset
    52
MODULE_MTLEVEL=Unsafe
48
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    53
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    54
48
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    55
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    56
# Use specfile to make mapfile & link with it
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 70
diff changeset
    57
MODULE_BUILD_DEPS = $(BUILD_DIR)/$(SPECMAP)
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 70
diff changeset
    58
MODULE_LD_OPTIONS = -M $(PWD)/$(BUILD_DIR)/$(SPECMAP)
70
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    59
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    60
# pkg-config files that need to have -R added
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    61
FIX_PC_FILES=xdmcp.pc.in
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    62
af1bea13b32b 6477401 Xorg modularization: SUNWxorg-client*
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 48
diff changeset
    63
include ../Makefile.inc
48
a6bb916436b7 6460081 Xorg modularization: libXdmcp 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    64