~ubuntu-branches/ubuntu/saucy/libwpd/saucy

« back to all changes in this revision

Viewing changes to src/conv/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-04-19 00:47:04 UTC
  • mfrom: (11.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130419004704-j04jp8dan8plg630
Tags: 0.9.7-2
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.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
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.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
18
34
pkgdatadir = $(datadir)/@PACKAGE@
19
35
pkgincludedir = $(includedir)/@PACKAGE@
20
36
pkglibdir = $(libdir)/@PACKAGE@
34
50
build_triplet = @build@
35
51
host_triplet = @host@
36
52
subdir = src/conv
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
38
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
55
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
56
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
57
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
58
        $(top_srcdir)/configure.ac
40
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
60
        $(ACLOCAL_M4)
42
61
mkinstalldirs = $(install_sh) -d
43
62
CONFIG_HEADER = $(top_builddir)/config.h
44
63
CONFIG_CLEAN_FILES =
45
64
CONFIG_CLEAN_VPATH_FILES =
46
 
AM_V_GEN = $(am__v_GEN_$(V))
47
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
48
 
am__v_GEN_0 = @echo "  GEN   " $@;
49
 
AM_V_at = $(am__v_at_$(V))
50
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
65
AM_V_P = $(am__v_P_@AM_V@)
 
66
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
67
am__v_P_0 = false
 
68
am__v_P_1 = :
 
69
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
70
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
71
am__v_GEN_0 = @echo "  GEN     " $@;
 
72
am__v_GEN_1 = 
 
73
AM_V_at = $(am__v_at_@AM_V@)
 
74
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
51
75
am__v_at_0 = @
 
76
am__v_at_1 = 
52
77
SOURCES =
53
78
DIST_SOURCES =
54
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
 
        html-recursive info-recursive install-data-recursive \
56
 
        install-dvi-recursive install-exec-recursive \
57
 
        install-html-recursive install-info-recursive \
58
 
        install-pdf-recursive install-ps-recursive install-recursive \
59
 
        installcheck-recursive installdirs-recursive pdf-recursive \
60
 
        ps-recursive uninstall-recursive
 
79
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
80
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
81
        install-data-recursive install-dvi-recursive \
 
82
        install-exec-recursive install-html-recursive \
 
83
        install-info-recursive install-pdf-recursive \
 
84
        install-ps-recursive install-recursive installcheck-recursive \
 
85
        installdirs-recursive pdf-recursive ps-recursive \
 
86
        tags-recursive uninstall-recursive
 
87
am__can_run_installinfo = \
 
88
  case $$AM_UPDATE_INFO_DIR in \
 
89
    n|no|NO) false;; \
 
90
    *) (install-info --version) >/dev/null 2>&1;; \
 
91
  esac
61
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
93
  distclean-recursive maintainer-clean-recursive
63
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
94
am__recursive_targets = \
 
95
  $(RECURSIVE_TARGETS) \
 
96
  $(RECURSIVE_CLEAN_TARGETS) \
 
97
  $(am__extra_recursive_targets)
 
98
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
65
99
        distdir
 
100
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
101
# Read a list of newline-separated strings from the standard input,
 
102
# and print each of them once, without duplicates.  Input order is
 
103
# *not* preserved.
 
104
am__uniquify_input = $(AWK) '\
 
105
  BEGIN { nonempty = 0; } \
 
106
  { items[$$0] = 1; nonempty = 1; } \
 
107
  END { if (nonempty) { for (i in items) print i; }; } \
 
108
'
 
109
# Make sure the list of sources is unique.  This is necessary because,
 
110
# e.g., the same source file might be shared among _SOURCES variables
 
111
# for different programs/libraries.
 
112
am__define_uniq_tagged_files = \
 
113
  list='$(am__tagged_files)'; \
 
114
  unique=`for i in $$list; do \
 
115
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
116
  done | $(am__uniquify_input)`
66
117
ETAGS = etags
67
118
CTAGS = ctags
68
119
DIST_SUBDIRS = $(SUBDIRS)
144
195
LT_CURRENT = @LT_CURRENT@
145
196
LT_REVISION = @LT_REVISION@
146
197
MAKEINFO = @MAKEINFO@
 
198
MANIFEST_TOOL = @MANIFEST_TOOL@
147
199
MKDIR_P = @MKDIR_P@
148
200
NM = @NM@
149
201
NMEDIT = @NMEDIT@
159
211
PACKAGE_URL = @PACKAGE_URL@
160
212
PACKAGE_VERSION = @PACKAGE_VERSION@
161
213
PATH_SEPARATOR = @PATH_SEPARATOR@
 
214
PKG_CONFIG = @PKG_CONFIG@
 
215
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
216
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
162
217
RANLIB = @RANLIB@
163
218
SED = @SED@
164
219
SET_MAKE = @SET_MAKE@
173
228
WPD_MICRO_VERSION = @WPD_MICRO_VERSION@
174
229
WPD_MINOR_VERSION = @WPD_MINOR_VERSION@
175
230
WPD_VERSION = @WPD_VERSION@
 
231
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
232
ZLIB_LIBS = @ZLIB_LIBS@
176
233
abs_builddir = @abs_builddir@
177
234
abs_srcdir = @abs_srcdir@
178
235
abs_top_builddir = @abs_top_builddir@
179
236
abs_top_srcdir = @abs_top_srcdir@
 
237
ac_ct_AR = @ac_ct_AR@
180
238
ac_ct_CC = @ac_ct_CC@
181
239
ac_ct_CXX = @ac_ct_CXX@
182
240
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210
268
libexecdir = @libexecdir@
211
269
localedir = @localedir@
212
270
localstatedir = @localstatedir@
213
 
lt_ECHO = @lt_ECHO@
214
271
mandir = @mandir@
215
272
mkdir_p = @mkdir_p@
216
273
oldincludedir = @oldincludedir@
268
325
        -rm -rf .libs _libs
269
326
 
270
327
# This directory's subdirectories are mostly independent; you can cd
271
 
# into them and run `make' without going through this Makefile.
272
 
# To change the values of `make' variables: instead of editing Makefiles,
273
 
# (1) if the variable is set in `config.status', edit `config.status'
274
 
#     (which will cause the Makefiles to be regenerated when you run `make');
275
 
# (2) otherwise, pass the desired values on the `make' command line.
276
 
$(RECURSIVE_TARGETS):
 
328
# into them and run 'make' without going through this Makefile.
 
329
# To change the values of 'make' variables: instead of editing Makefiles,
 
330
# (1) if the variable is set in 'config.status', edit 'config.status'
 
331
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
332
# (2) otherwise, pass the desired values on the 'make' command line.
 
333
$(am__recursive_targets):
277
334
        @fail= failcom='exit 1'; \
278
335
        for f in x $$MAKEFLAGS; do \
279
336
          case $$f in \
283
340
        done; \
284
341
        dot_seen=no; \
285
342
        target=`echo $@ | sed s/-recursive//`; \
286
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
343
        case "$@" in \
 
344
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
345
          *) list='$(SUBDIRS)' ;; \
 
346
        esac; \
 
347
        for subdir in $$list; do \
287
348
          echo "Making $$target in $$subdir"; \
288
349
          if test "$$subdir" = "."; then \
289
350
            dot_seen=yes; \
298
359
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
299
360
        fi; test -z "$$fail"
300
361
 
301
 
$(RECURSIVE_CLEAN_TARGETS):
302
 
        @fail= failcom='exit 1'; \
303
 
        for f in x $$MAKEFLAGS; do \
304
 
          case $$f in \
305
 
            *=* | --[!k]*);; \
306
 
            *k*) failcom='fail=yes';; \
307
 
          esac; \
308
 
        done; \
309
 
        dot_seen=no; \
310
 
        case "$@" in \
311
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
312
 
          *) list='$(SUBDIRS)' ;; \
313
 
        esac; \
314
 
        rev=''; for subdir in $$list; do \
315
 
          if test "$$subdir" = "."; then :; else \
316
 
            rev="$$subdir $$rev"; \
317
 
          fi; \
318
 
        done; \
319
 
        rev="$$rev ."; \
320
 
        target=`echo $@ | sed s/-recursive//`; \
321
 
        for subdir in $$rev; do \
322
 
          echo "Making $$target in $$subdir"; \
323
 
          if test "$$subdir" = "."; then \
324
 
            local_target="$$target-am"; \
325
 
          else \
326
 
            local_target="$$target"; \
327
 
          fi; \
328
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329
 
          || eval $$failcom; \
330
 
        done && test -z "$$fail"
331
 
tags-recursive:
332
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
333
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
334
 
        done
335
 
ctags-recursive:
336
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
337
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
338
 
        done
339
 
 
340
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342
 
        unique=`for i in $$list; do \
343
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344
 
          done | \
345
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
347
 
        mkid -fID $$unique
348
 
tags: TAGS
349
 
 
350
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351
 
                $(TAGS_FILES) $(LISP)
 
362
ID: $(am__tagged_files)
 
363
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
364
tags: tags-recursive
 
365
TAGS: tags
 
366
 
 
367
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
352
368
        set x; \
353
369
        here=`pwd`; \
354
370
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
364
380
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
365
381
          fi; \
366
382
        done; \
367
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368
 
        unique=`for i in $$list; do \
369
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370
 
          done | \
371
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
383
        $(am__define_uniq_tagged_files); \
373
384
        shift; \
374
385
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375
386
          test -n "$$unique" || unique=$$empty_fix; \
381
392
              $$unique; \
382
393
          fi; \
383
394
        fi
384
 
ctags: CTAGS
385
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
 
                $(TAGS_FILES) $(LISP)
387
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388
 
        unique=`for i in $$list; do \
389
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
 
          done | \
391
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
395
ctags: ctags-recursive
 
396
 
 
397
CTAGS: ctags
 
398
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
399
        $(am__define_uniq_tagged_files); \
393
400
        test -z "$(CTAGS_ARGS)$$unique" \
394
401
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395
402
             $$unique
398
405
        here=`$(am__cd) $(top_builddir) && pwd` \
399
406
          && $(am__cd) $(top_srcdir) \
400
407
          && gtags -i $(GTAGS_ARGS) "$$here"
 
408
cscopelist: cscopelist-recursive
 
409
 
 
410
cscopelist-am: $(am__tagged_files)
 
411
        list='$(am__tagged_files)'; \
 
412
        case "$(srcdir)" in \
 
413
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
414
          *) sdir=$(subdir)/$(srcdir) ;; \
 
415
        esac; \
 
416
        for i in $$list; do \
 
417
          if test -f "$$i"; then \
 
418
            echo "$(subdir)/$$i"; \
 
419
          else \
 
420
            echo "$$sdir/$$i"; \
 
421
          fi; \
 
422
        done >> $(top_builddir)/cscope.files
401
423
 
402
424
distclean-tags:
403
425
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
434
456
        done
435
457
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
436
458
          if test "$$subdir" = .; then :; else \
437
 
            test -d "$(distdir)/$$subdir" \
438
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
439
 
            || exit 1; \
440
 
          fi; \
441
 
        done
442
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
443
 
          if test "$$subdir" = .; then :; else \
 
459
            $(am__make_dryrun) \
 
460
              || test -d "$(distdir)/$$subdir" \
 
461
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
462
              || exit 1; \
444
463
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
445
464
            $(am__relativize); \
446
465
            new_distdir=$$reldir; \
475
494
 
476
495
installcheck: installcheck-recursive
477
496
install-strip:
478
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480
 
          `test -z '$(STRIP)' || \
481
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
497
        if test -z '$(STRIP)'; then \
 
498
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
499
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
500
              install; \
 
501
        else \
 
502
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
503
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
504
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
505
        fi
482
506
mostlyclean-generic:
483
507
 
484
508
clean-generic:
556
580
 
557
581
uninstall-am:
558
582
 
559
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
560
 
        install-am install-strip tags-recursive
 
583
.MAKE: $(am__recursive_targets) install-am install-strip
561
584
 
562
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
563
 
        all all-am check check-am clean clean-generic clean-libtool \
564
 
        ctags ctags-recursive distclean distclean-generic \
565
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
566
 
        html-am info info-am install install-am install-data \
567
 
        install-data-am install-dvi install-dvi-am install-exec \
568
 
        install-exec-am install-html install-html-am install-info \
569
 
        install-info-am install-man install-pdf install-pdf-am \
570
 
        install-ps install-ps-am install-strip installcheck \
571
 
        installcheck-am installdirs installdirs-am maintainer-clean \
572
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
573
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
574
 
        uninstall uninstall-am
 
585
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
586
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
587
        ctags-am distclean distclean-generic distclean-libtool \
 
588
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
589
        install install-am install-data install-data-am install-dvi \
 
590
        install-dvi-am install-exec install-exec-am install-html \
 
591
        install-html-am install-info install-info-am install-man \
 
592
        install-pdf install-pdf-am install-ps install-ps-am \
 
593
        install-strip installcheck installcheck-am installdirs \
 
594
        installdirs-am maintainer-clean maintainer-clean-generic \
 
595
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
596
        ps ps-am tags tags-am uninstall uninstall-am
575
597
 
576
598
 
577
599
# Tell versions [3.59,3.63) of GNU make to not export all variables.