~ubuntu-branches/ubuntu/hardy/proj/hardy

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2007-04-08 11:23:57 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070408112357-ldp4r5hux2x63xje
Tags: 4.5.0-2
Releasing for unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
subdir = man
38
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
88
89
INSTALL_PROGRAM = @INSTALL_PROGRAM@
89
90
INSTALL_SCRIPT = @INSTALL_SCRIPT@
90
91
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
92
JNI_INCLUDE = @JNI_INCLUDE@
91
93
LDFLAGS = @LDFLAGS@
92
94
LIBOBJS = @LIBOBJS@
93
95
LIBS = @LIBS@
124
126
am__include = @am__include@
125
127
am__leading_dot = @am__leading_dot@
126
128
am__quote = @am__quote@
 
129
am__tar = @am__tar@
 
130
am__untar = @am__untar@
127
131
bindir = @bindir@
128
132
build = @build@
129
133
build_alias = @build_alias@
203
207
#     (which will cause the Makefiles to be regenerated when you run `make');
204
208
# (2) otherwise, pass the desired values on the `make' command line.
205
209
$(RECURSIVE_TARGETS):
206
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
210
        @failcom='exit 1'; \
 
211
        for f in x $$MAKEFLAGS; do \
 
212
          case $$f in \
 
213
            *=* | --[!k]*);; \
 
214
            *k*) failcom='fail=yes';; \
 
215
          esac; \
 
216
        done; \
207
217
        dot_seen=no; \
208
218
        target=`echo $@ | sed s/-recursive//`; \
209
219
        list='$(SUBDIRS)'; for subdir in $$list; do \
215
225
            local_target="$$target"; \
216
226
          fi; \
217
227
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
218
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
228
          || eval $$failcom; \
219
229
        done; \
220
230
        if test "$$dot_seen" = "no"; then \
221
231
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
223
233
 
224
234
mostlyclean-recursive clean-recursive distclean-recursive \
225
235
maintainer-clean-recursive:
226
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
236
        @failcom='exit 1'; \
 
237
        for f in x $$MAKEFLAGS; do \
 
238
          case $$f in \
 
239
            *=* | --[!k]*);; \
 
240
            *k*) failcom='fail=yes';; \
 
241
          esac; \
 
242
        done; \
227
243
        dot_seen=no; \
228
244
        case "$@" in \
229
245
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
244
260
            local_target="$$target"; \
245
261
          fi; \
246
262
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
247
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
263
          || eval $$failcom; \
248
264
        done && test -z "$$fail"
249
265
tags-recursive:
250
266
        list='$(SUBDIRS)'; for subdir in $$list; do \
269
285
                $(TAGS_FILES) $(LISP)
270
286
        tags=; \
271
287
        here=`pwd`; \
272
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
288
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
273
289
          include_option=--etags-include; \
 
290
          empty_fix=.; \
274
291
        else \
275
292
          include_option=--include; \
 
293
          empty_fix=; \
276
294
        fi; \
277
295
        list='$(SUBDIRS)'; for subdir in $$list; do \
278
296
          if test "$$subdir" = .; then :; else \
279
 
            test -f $$subdir/TAGS && \
 
297
            test ! -f $$subdir/TAGS || \
280
298
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
281
299
          fi; \
282
300
        done; \
286
304
          done | \
287
305
          $(AWK) '    { files[$$0] = 1; } \
288
306
               END { for (i in files) print i; }'`; \
289
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
290
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
291
 
             $$tags $$unique
 
307
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
308
          test -n "$$unique" || unique=$$empty_fix; \
 
309
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
310
            $$tags $$unique; \
 
311
        fi
292
312
ctags: CTAGS
293
313
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
294
314
                $(TAGS_FILES) $(LISP)
339
359
            || exit 1; \
340
360
          fi; \
341
361
        done
342
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
362
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
343
363
          if test "$$subdir" = .; then :; else \
344
364
            test -d "$(distdir)/$$subdir" \
345
 
            || mkdir "$(distdir)/$$subdir" \
 
365
            || $(mkdir_p) "$(distdir)/$$subdir" \
346
366
            || exit 1; \
 
367
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
368
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
347
369
            (cd $$subdir && \
348
370
              $(MAKE) $(AM_MAKEFLAGS) \
349
 
                top_distdir="../$(top_distdir)" \
350
 
                distdir="../$(distdir)/$$subdir" \
 
371
                top_distdir="$$top_distdir" \
 
372
                distdir="$$distdir/$$subdir" \
351
373
                distdir) \
352
374
              || exit 1; \
353
375
          fi; \
376
398
clean-generic:
377
399
 
378
400
distclean-generic:
379
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
401
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
380
402
 
381
403
maintainer-clean-generic:
382
404
        @echo "This command is intended for maintainers to use"