~peter-pearse/ubuntu/oneiric/x11-utils/prop001

« back to all changes in this revision

Viewing changes to luit/man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2011-02-09 20:34:01 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110209203401-43knowb75duvo9td
Tags: 7.6+1
* Remove David Nusinow and Brice Goglin from Uploaders.  Thanks for your
  work!
* Drop Pre-Depends on x11-common.
* Bump Standards-Version to 3.9.1.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
#
 
19
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
 
20
#
 
21
# Permission is hereby granted, free of charge, to any person obtaining a
 
22
# copy of this software and associated documentation files (the "Software"),
 
23
# to deal in the Software without restriction, including without limitation
 
24
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
25
# and/or sell copies of the Software, and to permit persons to whom the
 
26
# Software is furnished to do so, subject to the following conditions:
 
27
#
 
28
# The above copyright notice and this permission notice (including the next
 
29
# paragraph) shall be included in all copies or substantial portions of the
 
30
# Software.
 
31
#
 
32
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
33
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
34
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 
35
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
36
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
37
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 
38
# DEALINGS IN THE SOFTWARE.
 
39
#
 
40
 
 
41
VPATH = @srcdir@
 
42
pkgdatadir = $(datadir)/@PACKAGE@
 
43
pkgincludedir = $(includedir)/@PACKAGE@
 
44
pkglibdir = $(libdir)/@PACKAGE@
 
45
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
install_sh_DATA = $(install_sh) -c -m 644
 
48
install_sh_PROGRAM = $(install_sh) -c
 
49
install_sh_SCRIPT = $(install_sh) -c
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = $(program_transform_name)
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
build_triplet = @build@
 
59
host_triplet = @host@
 
60
subdir = man
 
61
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
63
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
64
        $(top_srcdir)/configure.ac
 
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
66
        $(ACLOCAL_M4)
 
67
mkinstalldirs = $(install_sh) -d
 
68
CONFIG_HEADER = $(top_builddir)/config.h
 
69
CONFIG_CLEAN_FILES =
 
70
CONFIG_CLEAN_VPATH_FILES =
 
71
AM_V_GEN = $(am__v_GEN_$(V))
 
72
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
73
am__v_GEN_0 = @echo "  GEN   " $@;
 
74
AM_V_at = $(am__v_at_$(V))
 
75
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
76
am__v_at_0 = @
 
77
SOURCES =
 
78
DIST_SOURCES =
 
79
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
80
am__vpath_adj = case $$p in \
 
81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
82
    *) f=$$p;; \
 
83
  esac;
 
84
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
85
am__install_max = 40
 
86
am__nobase_strip_setup = \
 
87
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
88
am__nobase_strip = \
 
89
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
90
am__nobase_list = $(am__nobase_strip_setup); \
 
91
  for p in $$list; do echo "$$p $$p"; done | \
 
92
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
93
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
94
    if (++n[$$2] == $(am__install_max)) \
 
95
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
96
    END { for (dir in files) print dir, files[dir] }'
 
97
am__base_list = \
 
98
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
99
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
100
am__installdirs = "$(DESTDIR)$(appmandir)"
 
101
DATA = $(appman_DATA)
 
102
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
103
ACLOCAL = @ACLOCAL@
 
104
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 
105
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
 
106
AMTAR = @AMTAR@
 
107
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
108
APP_MAN_DIR = @APP_MAN_DIR@
 
109
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
 
110
AUTOCONF = @AUTOCONF@
 
111
AUTOHEADER = @AUTOHEADER@
 
112
AUTOMAKE = @AUTOMAKE@
 
113
AWK = @AWK@
 
114
CC = @CC@
 
115
CCDEPMODE = @CCDEPMODE@
 
116
CFLAGS = @CFLAGS@
 
117
CHANGELOG_CMD = @CHANGELOG_CMD@
 
118
CPP = @CPP@
 
119
CPPFLAGS = @CPPFLAGS@
 
120
CWARNFLAGS = @CWARNFLAGS@
 
121
CYGPATH_W = @CYGPATH_W@
 
122
DEFS = @DEFS@
 
123
DEPDIR = @DEPDIR@
 
124
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
 
125
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
 
126
ECHO_C = @ECHO_C@
 
127
ECHO_N = @ECHO_N@
 
128
ECHO_T = @ECHO_T@
 
129
EGREP = @EGREP@
 
130
EXEEXT = @EXEEXT@
 
131
FILE_MAN_DIR = @FILE_MAN_DIR@
 
132
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
133
GREP = @GREP@
 
134
INSTALL = @INSTALL@
 
135
INSTALL_CMD = @INSTALL_CMD@
 
136
INSTALL_DATA = @INSTALL_DATA@
 
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
138
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
139
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
140
LDFLAGS = @LDFLAGS@
 
141
LIBOBJS = @LIBOBJS@
 
142
LIBS = @LIBS@
 
143
LIB_MAN_DIR = @LIB_MAN_DIR@
 
144
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
145
LOCALEALIASFILE = @LOCALEALIASFILE@
 
146
LTLIBOBJS = @LTLIBOBJS@
 
147
LUIT_CFLAGS = @LUIT_CFLAGS@
 
148
LUIT_LIBS = @LUIT_LIBS@
 
149
MAINT = @MAINT@
 
150
MAKEINFO = @MAKEINFO@
 
151
MAN_SUBSTS = @MAN_SUBSTS@ -e 's|__locale_alias__|$(LOCALEALIASFILE)|g'
 
152
MISC_MAN_DIR = @MISC_MAN_DIR@
 
153
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 
154
MKDIR_P = @MKDIR_P@
 
155
OBJEXT = @OBJEXT@
 
156
OS_CFLAGS = @OS_CFLAGS@
 
157
PACKAGE = @PACKAGE@
 
158
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
159
PACKAGE_NAME = @PACKAGE_NAME@
 
160
PACKAGE_STRING = @PACKAGE_STRING@
 
161
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
162
PACKAGE_URL = @PACKAGE_URL@
 
163
PACKAGE_VERSION = @PACKAGE_VERSION@
 
164
PATH_SEPARATOR = @PATH_SEPARATOR@
 
165
PKG_CONFIG = @PKG_CONFIG@
 
166
SED = @SED@
 
167
SET_MAKE = @SET_MAKE@
 
168
SHELL = @SHELL@
 
169
STRIP = @STRIP@
 
170
VERSION = @VERSION@
 
171
XORG_MAN_PAGE = @XORG_MAN_PAGE@
 
172
abs_builddir = @abs_builddir@
 
173
abs_srcdir = @abs_srcdir@
 
174
abs_top_builddir = @abs_top_builddir@
 
175
abs_top_srcdir = @abs_top_srcdir@
 
176
ac_ct_CC = @ac_ct_CC@
 
177
am__include = @am__include@
 
178
am__leading_dot = @am__leading_dot@
 
179
am__quote = @am__quote@
 
180
am__tar = @am__tar@
 
181
am__untar = @am__untar@
 
182
bindir = @bindir@
 
183
build = @build@
 
184
build_alias = @build_alias@
 
185
build_cpu = @build_cpu@
 
186
build_os = @build_os@
 
187
build_vendor = @build_vendor@
 
188
builddir = @builddir@
 
189
datadir = @datadir@
 
190
datarootdir = @datarootdir@
 
191
docdir = @docdir@
 
192
dvidir = @dvidir@
 
193
exec_prefix = @exec_prefix@
 
194
host = @host@
 
195
host_alias = @host_alias@
 
196
host_cpu = @host_cpu@
 
197
host_os = @host_os@
 
198
host_vendor = @host_vendor@
 
199
htmldir = @htmldir@
 
200
includedir = @includedir@
 
201
infodir = @infodir@
 
202
install_sh = @install_sh@
 
203
libdir = @libdir@
 
204
libexecdir = @libexecdir@
 
205
localedir = @localedir@
 
206
localstatedir = @localstatedir@
 
207
mandir = @mandir@
 
208
mkdir_p = @mkdir_p@
 
209
oldincludedir = @oldincludedir@
 
210
pdfdir = @pdfdir@
 
211
prefix = @prefix@
 
212
program_transform_name = @program_transform_name@
 
213
psdir = @psdir@
 
214
sbindir = @sbindir@
 
215
sharedstatedir = @sharedstatedir@
 
216
srcdir = @srcdir@
 
217
sysconfdir = @sysconfdir@
 
218
target_alias = @target_alias@
 
219
top_build_prefix = @top_build_prefix@
 
220
top_builddir = @top_builddir@
 
221
top_srcdir = @top_srcdir@
 
222
appmandir = $(APP_MAN_DIR)
 
223
appman_PRE = luit.man
 
224
appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))
 
225
EXTRA_DIST = $(appman_PRE)
 
226
CLEANFILES = $(appman_DATA)
 
227
SUFFIXES = .$(APP_MAN_SUFFIX) .man
 
228
all: all-am
 
229
 
 
230
.SUFFIXES:
 
231
.SUFFIXES: .$(APP_MAN_SUFFIX) .man
 
232
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
233
        @for dep in $?; do \
 
234
          case '$(am__configure_deps)' in \
 
235
            *$$dep*) \
 
236
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
237
                && { if test -f $@; then exit 0; else break; fi; }; \
 
238
              exit 1;; \
 
239
          esac; \
 
240
        done; \
 
241
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
 
242
        $(am__cd) $(top_srcdir) && \
 
243
          $(AUTOMAKE) --foreign man/Makefile
 
244
.PRECIOUS: Makefile
 
245
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
246
        @case '$?' in \
 
247
          *config.status*) \
 
248
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
249
          *) \
 
250
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
251
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
252
        esac;
 
253
 
 
254
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
 
 
257
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
259
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
260
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
261
$(am__aclocal_m4_deps):
 
262
install-appmanDATA: $(appman_DATA)
 
263
        @$(NORMAL_INSTALL)
 
264
        test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
 
265
        @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
 
266
        for p in $$list; do \
 
267
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
268
          echo "$$d$$p"; \
 
269
        done | $(am__base_list) | \
 
270
        while read files; do \
 
271
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
 
272
          $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
 
273
        done
 
274
 
 
275
uninstall-appmanDATA:
 
276
        @$(NORMAL_UNINSTALL)
 
277
        @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
 
278
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
279
        test -n "$$files" || exit 0; \
 
280
        echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
 
281
        cd "$(DESTDIR)$(appmandir)" && rm -f $$files
 
282
tags: TAGS
 
283
TAGS:
 
284
 
 
285
ctags: CTAGS
 
286
CTAGS:
 
287
 
 
288
 
 
289
distdir: $(DISTFILES)
 
290
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
291
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
292
        list='$(DISTFILES)'; \
 
293
          dist_files=`for file in $$list; do echo $$file; done | \
 
294
          sed -e "s|^$$srcdirstrip/||;t" \
 
295
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
296
        case $$dist_files in \
 
297
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
298
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
299
                           sort -u` ;; \
 
300
        esac; \
 
301
        for file in $$dist_files; do \
 
302
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
303
          if test -d $$d/$$file; then \
 
304
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
305
            if test -d "$(distdir)/$$file"; then \
 
306
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
307
            fi; \
 
308
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
309
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
310
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
311
            fi; \
 
312
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
313
          else \
 
314
            test -f "$(distdir)/$$file" \
 
315
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
316
            || exit 1; \
 
317
          fi; \
 
318
        done
 
319
check-am: all-am
 
320
check: check-am
 
321
all-am: Makefile $(DATA)
 
322
installdirs:
 
323
        for dir in "$(DESTDIR)$(appmandir)"; do \
 
324
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
325
        done
 
326
install: install-am
 
327
install-exec: install-exec-am
 
328
install-data: install-data-am
 
329
uninstall: uninstall-am
 
330
 
 
331
install-am: all-am
 
332
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
333
 
 
334
installcheck: installcheck-am
 
335
install-strip:
 
336
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
337
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
338
          `test -z '$(STRIP)' || \
 
339
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
340
mostlyclean-generic:
 
341
 
 
342
clean-generic:
 
343
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
344
 
 
345
distclean-generic:
 
346
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
347
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
348
 
 
349
maintainer-clean-generic:
 
350
        @echo "This command is intended for maintainers to use"
 
351
        @echo "it deletes files that may require special tools to rebuild."
 
352
clean: clean-am
 
353
 
 
354
clean-am: clean-generic mostlyclean-am
 
355
 
 
356
distclean: distclean-am
 
357
        -rm -f Makefile
 
358
distclean-am: clean-am distclean-generic
 
359
 
 
360
dvi: dvi-am
 
361
 
 
362
dvi-am:
 
363
 
 
364
html: html-am
 
365
 
 
366
html-am:
 
367
 
 
368
info: info-am
 
369
 
 
370
info-am:
 
371
 
 
372
install-data-am: install-appmanDATA
 
373
 
 
374
install-dvi: install-dvi-am
 
375
 
 
376
install-dvi-am:
 
377
 
 
378
install-exec-am:
 
379
 
 
380
install-html: install-html-am
 
381
 
 
382
install-html-am:
 
383
 
 
384
install-info: install-info-am
 
385
 
 
386
install-info-am:
 
387
 
 
388
install-man:
 
389
 
 
390
install-pdf: install-pdf-am
 
391
 
 
392
install-pdf-am:
 
393
 
 
394
install-ps: install-ps-am
 
395
 
 
396
install-ps-am:
 
397
 
 
398
installcheck-am:
 
399
 
 
400
maintainer-clean: maintainer-clean-am
 
401
        -rm -f Makefile
 
402
maintainer-clean-am: distclean-am maintainer-clean-generic
 
403
 
 
404
mostlyclean: mostlyclean-am
 
405
 
 
406
mostlyclean-am: mostlyclean-generic
 
407
 
 
408
pdf: pdf-am
 
409
 
 
410
pdf-am:
 
411
 
 
412
ps: ps-am
 
413
 
 
414
ps-am:
 
415
 
 
416
uninstall-am: uninstall-appmanDATA
 
417
 
 
418
.MAKE: install-am install-strip
 
419
 
 
420
.PHONY: all all-am check check-am clean clean-generic distclean \
 
421
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
422
        install install-am install-appmanDATA install-data \
 
423
        install-data-am install-dvi install-dvi-am install-exec \
 
424
        install-exec-am install-html install-html-am install-info \
 
425
        install-info-am install-man install-pdf install-pdf-am \
 
426
        install-ps install-ps-am install-strip installcheck \
 
427
        installcheck-am installdirs maintainer-clean \
 
428
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
429
        pdf-am ps ps-am uninstall uninstall-am uninstall-appmanDATA
 
430
 
 
431
 
 
432
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
 
433
.man.$(APP_MAN_SUFFIX):
 
434
        $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
435
 
 
436
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
437
# Otherwise a system limit (for SysV at least) may be exceeded.
 
438
.NOEXPORT: