open-src/lib/libXpm/Makefile
author henryzh <henry.zhao@oracle.com>
Tue, 27 Jan 2015 17:22:30 -0800
changeset 1497 0d93999e1d26
parent 1466 fbd4067be4c6
child 1610 77a2e608a1ff
permissions -rw-r--r--
19477028 Toshiba laptop - external monitor cannot be enabled after booting 20185088 Fix parfait errors for dispswitch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     1
###############################################################################
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     2
#
1276
52f85727ce94 7161868 Update X.Org modules to X11R7.7 RC1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1072
diff changeset
     3
# libXpm - library for handling XPM format images
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     4
#
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
     5
# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     6
#
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     7
# Permission is hereby granted, free of charge, to any person obtaining a
919
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
     8
# copy of this software and associated documentation files (the "Software"),
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
     9
# to deal in the Software without restriction, including without limitation
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    10
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    11
# and/or sell copies of the Software, and to permit persons to whom the
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    12
# Software is furnished to do so, subject to the following conditions:
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    13
#
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    14
# The above copyright notice and this permission notice (including the next
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    15
# paragraph) shall be included in all copies or substantial portions of the
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    16
# Software.
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    17
#
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    18
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    19
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    20
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    21
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    22
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    23
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 911
diff changeset
    24
# DEALINGS IN THE SOFTWARE.
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    25
#
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    26
#
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    27
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    28
# Package name used in tarballs
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 378
diff changeset
    29
MODULE_NAME=libXpm
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    30
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    31
# Version number (used in path names)
1408
17c15e2662ba 17472475 Mass minor bugfix update to X.Org upstream release [Sep. 2013 edition]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1276
diff changeset
    32
MODULE_VERSION=3.5.11
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    33
911
a3e7e197651c 6929667 Automate downloading and verification of tarballs used to build X gate
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    34
# Checksums for upstream tarball
1408
17c15e2662ba 17472475 Mass minor bugfix update to X.Org upstream release [Sep. 2013 edition]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1276
diff changeset
    35
TARBALL_MD5   = 769ee12a43611cdebd38094eaf83f3f0
17c15e2662ba 17472475 Mass minor bugfix update to X.Org upstream release [Sep. 2013 edition]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1276
diff changeset
    36
TARBALL_SHA1  = 77b95dd1c8cd9bc00b3b834b53d824409202acbb
17c15e2662ba 17472475 Mass minor bugfix update to X.Org upstream release [Sep. 2013 edition]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1276
diff changeset
    37
TARBALL_SHA256= c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c
911
a3e7e197651c 6929667 Automate downloading and verification of tarballs used to build X gate
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    38
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    39
# Patches to apply to source after unpacking, in order
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    40
SOURCE_PATCHES = setuid.patch
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    41
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    42
# ARC cases that covered this module
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    43
MODULE_ARC_CASES = PSARC/2001/060
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    44
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    45
# Library name
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    46
LIBNAME=Xpm
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    47
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    48
# Merge in additional sources from sun-src directory
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    49
ADDITIONAL_SOURCE_DIR=sun-src
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    50
1425
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    51
# man pages to apply Sun footer to & attributes to list
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    52
SUNTOUCHED_MANPAGES=man/cxpm.man man/sxpm.man man/libXpm.3lib
493
f43507b5737d 6735203 open-src Makefile cleanup & enhancements
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 378
diff changeset
    53
MODULE_STABILITY=Uncommitted
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    54
MODULE_MTLEVEL=Unsafe
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    55
MODULE_MTLEVEL_SET=yes
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    56
LIB_MAN_SUFFIX=3
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    57
# Don't want to add MT-Level & -l flags to cxpm & sxpm command man pages
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    58
OVERRIDE_LIB_SUNTOUCH_DEFAULT=yes
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    59
# But do want to add them to the libXpm man page
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    60
MODULE_SUNTOUCH_MAN_FLAGS= $(SUNTOUCH_MAN_FLAGS_$(@F:%.$(FIXED_MAN_SUFFIX)=%))
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    61
SUNTOUCH_MAN_FLAGS_libXpm.3lib = $(LIB_SUNTOUCH_DEFAULTS)
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    62
1425
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    63
# Link shared library with version mapfile
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    64
MODULE_LD_SHARED_OPTIONS = -M $(PWD)/mapfile-vers
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    65
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    66
# pkg-config files that need to have -R added
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    67
FIX_PC_FILES=xpm.pc.in
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    68
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    69
# Additional arguments to pass to make
1425
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    70
# - in 32-bit builds, only install library, not apps or headers
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    71
# - install 64-bit apps in default directory, not 64-bit subdir
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    72
MODULE_INSTALL_MAKEFLAGS_32 = -e SUBDIRS="src"
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    73
MODULE_INSTALL_MAKEFLAGS_64 = bindir=$(MODULE_PREFIX)/bin
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    74
MODULE_INSTALL_MAKEFLAGS = $(MODULE_INSTALL_MAKEFLAGS_$(BUILD_TYPE))
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    75
1425
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    76
# Install docs & l10n files as well
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    77
MODULE_ADD_INSTALL_TARGETS_64 = install-docs install-po
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    78
MODULE_ADD_INSTALL_TARGETS = $(MODULE_ADD_INSTALL_TARGETS_$(BUILD_TYPE))
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    79
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    80
# Compatibility links from /usr/X11/bin to /usr/bin
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    81
MODULE_X11_BINCOMPAT_LINKS = cxpm sxpm
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    82
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    83
# Compatibility links from /usr/X11/lib to /usr/lib
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    84
MODULE_X11_LIBCOMPAT_LINKS = libXpm.so libXpm.so.4
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    85
90
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    86
include ../Makefile.inc
aa93b75745de 6509458 Xorg modularization: libXpm & xpm apps
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    87
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    88
3LIB_MAN_DIR = $(X11_MAN_DIR)/man3lib
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    89
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    90
install-docs: $(PROTODIR)$(MODULE_DOC_DIR)/xpm.ps
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    91
install-docs: $(PROTODIR)$(3LIB_MAN_DIR)/libXpm.3lib
970
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    92
272328fe1b4a 6941932 X should be able to build IPS packages natively
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    93
$(PROTODIR)$(MODULE_DOC_DIR)/xpm.ps: $(INSTALL_DEPS) $(PROTODIR)$(MODULE_DOC_DIR)
1072
88d1d779286d 7010623 X11R7.6 Update: Library modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 970
diff changeset
    94
	-rm -f $@
88d1d779286d 7010623 X11R7.6 Update: Library modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 970
diff changeset
    95
	gzcat $(SOURCE_DIR)/doc/xpm.PS.gz > $@
1425
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    96
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    97
$(PROTODIR)$(3LIB_MAN_DIR)/libXpm.3lib: $(INSTALL_DEPS) $(PROTODIR)$(3LIB_MAN_DIR)
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    98
	ginstall -m 0444 $(SOURCE_DIR)/man/libXpm.3lib $@
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    99
1466
fbd4067be4c6 19461700 Split source & build subdirectories in X builds
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1451
diff changeset
   100
PO_FILES = $(BUILD_DIR)/cxpm/cxpm.po $(BUILD_DIR)/sxpm/sxpm.po
1425
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
   101
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   102
install-po: $(INSTALL_DEPS) $(PROTODIR)$(X11_LC_MESSAGES_DIR)
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   103
	ginstall -m 0444 $(PO_FILES) $(PROTODIR)$(X11_LC_MESSAGES_DIR)
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   104
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   105
$(PROTODIR)$(3LIB_MAN_DIR) $(PROTODIR)$(X11_LC_MESSAGES_DIR):
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   106
	mkdir -p $@