~ubuntu-branches/ubuntu/precise/yagiuda/precise

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Joop Stakenborg
  • Date: 2005-08-22 20:20:13 UTC
  • Revision ID: james.westby@ubuntu.com-20050822202013-mhhxp4xirdxrdfx1
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ..
 
24
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
INSTALL = @INSTALL@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
 
32
NORMAL_INSTALL = :
 
33
PRE_INSTALL = :
 
34
POST_INSTALL = :
 
35
NORMAL_UNINSTALL = :
 
36
PRE_UNINSTALL = :
 
37
POST_UNINSTALL = :
 
38
ACLOCAL = @ACLOCAL@
 
39
ALLOCA = @ALLOCA@
 
40
AMDEP_FALSE = @AMDEP_FALSE@
 
41
AMDEP_TRUE = @AMDEP_TRUE@
 
42
AMTAR = @AMTAR@
 
43
AUTOCONF = @AUTOCONF@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AWK = @AWK@
 
47
CC = @CC@
 
48
CCDEPMODE = @CCDEPMODE@
 
49
CFLAGS = @CFLAGS@
 
50
CPP = @CPP@
 
51
CPPFLAGS = @CPPFLAGS@
 
52
CYGPATH_W = @CYGPATH_W@
 
53
DEFS = @DEFS@
 
54
DEPDIR = @DEPDIR@
 
55
ECHO_C = @ECHO_C@
 
56
ECHO_N = @ECHO_N@
 
57
ECHO_T = @ECHO_T@
 
58
EGREP = @EGREP@
 
59
EXEEXT = @EXEEXT@
 
60
INSTALL_DATA = @INSTALL_DATA@
 
61
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
62
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
63
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
64
LDFLAGS = @LDFLAGS@
 
65
LIBOBJS = @LIBOBJS@
 
66
LIBS = @LIBS@
 
67
LTLIBOBJS = @LTLIBOBJS@
 
68
MAKEINFO = @MAKEINFO@
 
69
OBJEXT = @OBJEXT@
 
70
PACKAGE = @PACKAGE@
 
71
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
72
PACKAGE_NAME = @PACKAGE_NAME@
 
73
PACKAGE_STRING = @PACKAGE_STRING@
 
74
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
75
PACKAGE_VERSION = @PACKAGE_VERSION@
 
76
PATH_SEPARATOR = @PATH_SEPARATOR@
 
77
SET_MAKE = @SET_MAKE@
 
78
SHELL = @SHELL@
 
79
STRIP = @STRIP@
 
80
VERSION = @VERSION@
 
81
ac_ct_CC = @ac_ct_CC@
 
82
ac_ct_STRIP = @ac_ct_STRIP@
 
83
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
84
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
85
am__include = @am__include@
 
86
am__quote = @am__quote@
 
87
bindir = @bindir@
 
88
build_alias = @build_alias@
 
89
datadir = @datadir@
 
90
exec_prefix = @exec_prefix@
 
91
host_alias = @host_alias@
 
92
includedir = @includedir@
 
93
infodir = @infodir@
 
94
install_sh = @install_sh@
 
95
libdir = @libdir@
 
96
libexecdir = @libexecdir@
 
97
localstatedir = @localstatedir@
 
98
mandir = @mandir@
 
99
oldincludedir = @oldincludedir@
 
100
prefix = @prefix@
 
101
program_transform_name = @program_transform_name@
 
102
sbindir = @sbindir@
 
103
sharedstatedir = @sharedstatedir@
 
104
sysconfdir = @sysconfdir@
 
105
target_alias = @target_alias@
 
106
SUBDIRS = man1 man5
 
107
subdir = man
 
108
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
109
CONFIG_CLEAN_FILES =
 
110
DIST_SOURCES =
 
111
 
 
112
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
113
        ps-recursive install-info-recursive uninstall-info-recursive \
 
114
        all-recursive install-data-recursive install-exec-recursive \
 
115
        installdirs-recursive install-recursive uninstall-recursive \
 
116
        check-recursive installcheck-recursive
 
117
DIST_COMMON = Makefile.am Makefile.in
 
118
DIST_SUBDIRS = $(SUBDIRS)
 
119
all: all-recursive
 
120
 
 
121
.SUFFIXES:
 
122
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
123
        cd $(top_srcdir) && \
 
124
          $(AUTOMAKE) --gnu  man/Makefile
 
125
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
126
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
127
uninstall-info-am:
 
128
 
 
129
# This directory's subdirectories are mostly independent; you can cd
 
130
# into them and run `make' without going through this Makefile.
 
131
# To change the values of `make' variables: instead of editing Makefiles,
 
132
# (1) if the variable is set in `config.status', edit `config.status'
 
133
#     (which will cause the Makefiles to be regenerated when you run `make');
 
134
# (2) otherwise, pass the desired values on the `make' command line.
 
135
$(RECURSIVE_TARGETS):
 
136
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
137
        dot_seen=no; \
 
138
        target=`echo $@ | sed s/-recursive//`; \
 
139
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
140
          echo "Making $$target in $$subdir"; \
 
141
          if test "$$subdir" = "."; then \
 
142
            dot_seen=yes; \
 
143
            local_target="$$target-am"; \
 
144
          else \
 
145
            local_target="$$target"; \
 
146
          fi; \
 
147
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
148
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
149
        done; \
 
150
        if test "$$dot_seen" = "no"; then \
 
151
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
152
        fi; test -z "$$fail"
 
153
 
 
154
mostlyclean-recursive clean-recursive distclean-recursive \
 
155
maintainer-clean-recursive:
 
156
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
157
        dot_seen=no; \
 
158
        case "$@" in \
 
159
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
160
          *) list='$(SUBDIRS)' ;; \
 
161
        esac; \
 
162
        rev=''; for subdir in $$list; do \
 
163
          if test "$$subdir" = "."; then :; else \
 
164
            rev="$$subdir $$rev"; \
 
165
          fi; \
 
166
        done; \
 
167
        rev="$$rev ."; \
 
168
        target=`echo $@ | sed s/-recursive//`; \
 
169
        for subdir in $$rev; do \
 
170
          echo "Making $$target in $$subdir"; \
 
171
          if test "$$subdir" = "."; then \
 
172
            local_target="$$target-am"; \
 
173
          else \
 
174
            local_target="$$target"; \
 
175
          fi; \
 
176
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
177
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
178
        done && test -z "$$fail"
 
179
tags-recursive:
 
180
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
181
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
182
        done
 
183
ctags-recursive:
 
184
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
185
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
186
        done
 
187
 
 
188
ETAGS = etags
 
189
ETAGSFLAGS =
 
190
 
 
191
CTAGS = ctags
 
192
CTAGSFLAGS =
 
193
 
 
194
tags: TAGS
 
195
 
 
196
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
197
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
198
        unique=`for i in $$list; do \
 
199
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
200
          done | \
 
201
          $(AWK) '    { files[$$0] = 1; } \
 
202
               END { for (i in files) print i; }'`; \
 
203
        mkid -fID $$unique
 
204
 
 
205
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
206
                $(TAGS_FILES) $(LISP)
 
207
        tags=; \
 
208
        here=`pwd`; \
 
209
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
210
          if test "$$subdir" = .; then :; else \
 
211
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
212
          fi; \
 
213
        done; \
 
214
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
215
        unique=`for i in $$list; do \
 
216
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
217
          done | \
 
218
          $(AWK) '    { files[$$0] = 1; } \
 
219
               END { for (i in files) print i; }'`; \
 
220
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
221
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
222
             $$tags $$unique
 
223
 
 
224
ctags: CTAGS
 
225
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
226
                $(TAGS_FILES) $(LISP)
 
227
        tags=; \
 
228
        here=`pwd`; \
 
229
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
230
        unique=`for i in $$list; do \
 
231
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
232
          done | \
 
233
          $(AWK) '    { files[$$0] = 1; } \
 
234
               END { for (i in files) print i; }'`; \
 
235
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
236
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
237
             $$tags $$unique
 
238
 
 
239
GTAGS:
 
240
        here=`$(am__cd) $(top_builddir) && pwd` \
 
241
          && cd $(top_srcdir) \
 
242
          && gtags -i $(GTAGS_ARGS) $$here
 
243
 
 
244
distclean-tags:
 
245
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
246
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
247
 
 
248
top_distdir = ..
 
249
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
250
 
 
251
distdir: $(DISTFILES)
 
252
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
253
        list='$(DISTFILES)'; for file in $$list; do \
 
254
          case $$file in \
 
255
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
256
          esac; \
 
257
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
258
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
259
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
260
            dir="/$$dir"; \
 
261
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
262
          else \
 
263
            dir=''; \
 
264
          fi; \
 
265
          if test -d $$d/$$file; then \
 
266
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
267
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
268
            fi; \
 
269
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
270
          else \
 
271
            test -f $(distdir)/$$file \
 
272
            || cp -p $$d/$$file $(distdir)/$$file \
 
273
            || exit 1; \
 
274
          fi; \
 
275
        done
 
276
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
277
          if test "$$subdir" = .; then :; else \
 
278
            test -d $(distdir)/$$subdir \
 
279
            || mkdir $(distdir)/$$subdir \
 
280
            || exit 1; \
 
281
            (cd $$subdir && \
 
282
              $(MAKE) $(AM_MAKEFLAGS) \
 
283
                top_distdir="$(top_distdir)" \
 
284
                distdir=../$(distdir)/$$subdir \
 
285
                distdir) \
 
286
              || exit 1; \
 
287
          fi; \
 
288
        done
 
289
check-am: all-am
 
290
check: check-recursive
 
291
all-am: Makefile
 
292
installdirs: installdirs-recursive
 
293
installdirs-am:
 
294
 
 
295
install: install-recursive
 
296
install-exec: install-exec-recursive
 
297
install-data: install-data-recursive
 
298
uninstall: uninstall-recursive
 
299
 
 
300
install-am: all-am
 
301
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
302
 
 
303
installcheck: installcheck-recursive
 
304
install-strip:
 
305
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
306
          INSTALL_STRIP_FLAG=-s \
 
307
          `test -z '$(STRIP)' || \
 
308
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
309
mostlyclean-generic:
 
310
 
 
311
clean-generic:
 
312
 
 
313
distclean-generic:
 
314
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
315
 
 
316
maintainer-clean-generic:
 
317
        @echo "This command is intended for maintainers to use"
 
318
        @echo "it deletes files that may require special tools to rebuild."
 
319
clean: clean-recursive
 
320
 
 
321
clean-am: clean-generic mostlyclean-am
 
322
 
 
323
distclean: distclean-recursive
 
324
 
 
325
distclean-am: clean-am distclean-generic distclean-tags
 
326
 
 
327
dvi: dvi-recursive
 
328
 
 
329
dvi-am:
 
330
 
 
331
info: info-recursive
 
332
 
 
333
info-am:
 
334
 
 
335
install-data-am:
 
336
 
 
337
install-exec-am:
 
338
 
 
339
install-info: install-info-recursive
 
340
 
 
341
install-man:
 
342
 
 
343
installcheck-am:
 
344
 
 
345
maintainer-clean: maintainer-clean-recursive
 
346
 
 
347
maintainer-clean-am: distclean-am maintainer-clean-generic
 
348
 
 
349
mostlyclean: mostlyclean-recursive
 
350
 
 
351
mostlyclean-am: mostlyclean-generic
 
352
 
 
353
pdf: pdf-recursive
 
354
 
 
355
pdf-am:
 
356
 
 
357
ps: ps-recursive
 
358
 
 
359
ps-am:
 
360
 
 
361
uninstall-am: uninstall-info-am
 
362
 
 
363
uninstall-info: uninstall-info-recursive
 
364
 
 
365
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
366
        clean-generic clean-recursive ctags ctags-recursive distclean \
 
367
        distclean-generic distclean-recursive distclean-tags distdir \
 
368
        dvi dvi-am dvi-recursive info info-am info-recursive install \
 
369
        install-am install-data install-data-am install-data-recursive \
 
370
        install-exec install-exec-am install-exec-recursive \
 
371
        install-info install-info-am install-info-recursive install-man \
 
372
        install-recursive install-strip installcheck installcheck-am \
 
373
        installdirs installdirs-am installdirs-recursive \
 
374
        maintainer-clean maintainer-clean-generic \
 
375
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
376
        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
 
377
        ps-recursive tags tags-recursive uninstall uninstall-am \
 
378
        uninstall-info-am uninstall-info-recursive uninstall-recursive
 
379
 
 
380
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
381
# Otherwise a system limit (for SysV at least) may be exceeded.
 
382
.NOEXPORT: