~ubuntu-branches/ubuntu/wily/libwps/wily-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-08-08 01:04:46 UTC
  • mfrom: (6.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20140808010446-90v8mtp9yfyzaw0l
Tags: 0.3.0-2
* upload to unstable

* fix debian/copyright for MPL-2.0 | LGPL-2.1+ dual-license 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
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
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
49
77
POST_UNINSTALL = :
50
78
build_triplet = @build@
51
79
host_triplet = @host@
 
80
@BUILD_TOOLS_TRUE@am__append_1 = conv
52
81
subdir = src
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
84
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
56
85
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
62
91
CONFIG_HEADER = $(top_builddir)/config.h
63
92
CONFIG_CLEAN_FILES =
64
93
CONFIG_CLEAN_VPATH_FILES =
 
94
AM_V_P = $(am__v_P_@AM_V@)
 
95
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
96
am__v_P_0 = false
 
97
am__v_P_1 = :
65
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
66
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
67
100
am__v_GEN_0 = @echo "  GEN     " $@;
 
101
am__v_GEN_1 = 
68
102
AM_V_at = $(am__v_at_@AM_V@)
69
103
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
70
104
am__v_at_0 = @
 
105
am__v_at_1 = 
71
106
SOURCES =
72
107
DIST_SOURCES =
73
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74
 
        html-recursive info-recursive install-data-recursive \
75
 
        install-dvi-recursive install-exec-recursive \
76
 
        install-html-recursive install-info-recursive \
77
 
        install-pdf-recursive install-ps-recursive install-recursive \
78
 
        installcheck-recursive installdirs-recursive pdf-recursive \
79
 
        ps-recursive uninstall-recursive
 
108
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
109
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
110
        install-data-recursive install-dvi-recursive \
 
111
        install-exec-recursive install-html-recursive \
 
112
        install-info-recursive install-pdf-recursive \
 
113
        install-ps-recursive install-recursive installcheck-recursive \
 
114
        installdirs-recursive pdf-recursive ps-recursive \
 
115
        tags-recursive uninstall-recursive
80
116
am__can_run_installinfo = \
81
117
  case $$AM_UPDATE_INFO_DIR in \
82
118
    n|no|NO) false;; \
84
120
  esac
85
121
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86
122
  distclean-recursive maintainer-clean-recursive
87
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
123
am__recursive_targets = \
 
124
  $(RECURSIVE_TARGETS) \
 
125
  $(RECURSIVE_CLEAN_TARGETS) \
 
126
  $(am__extra_recursive_targets)
 
127
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
89
128
        distdir
 
129
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
130
# Read a list of newline-separated strings from the standard input,
 
131
# and print each of them once, without duplicates.  Input order is
 
132
# *not* preserved.
 
133
am__uniquify_input = $(AWK) '\
 
134
  BEGIN { nonempty = 0; } \
 
135
  { items[$$0] = 1; nonempty = 1; } \
 
136
  END { if (nonempty) { for (i in items) print i; }; } \
 
137
'
 
138
# Make sure the list of sources is unique.  This is necessary because,
 
139
# e.g., the same source file might be shared among _SOURCES variables
 
140
# for different programs/libraries.
 
141
am__define_uniq_tagged_files = \
 
142
  list='$(am__tagged_files)'; \
 
143
  unique=`for i in $$list; do \
 
144
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
145
  done | $(am__uniquify_input)`
90
146
ETAGS = etags
91
147
CTAGS = ctags
92
 
DIST_SUBDIRS = $(SUBDIRS)
 
148
DIST_SUBDIRS = lib conv
93
149
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
150
am__relativize = \
95
151
  dir0=`pwd`; \
188
244
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
189
245
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
190
246
RANLIB = @RANLIB@
 
247
REVENGE_CFLAGS = @REVENGE_CFLAGS@
 
248
REVENGE_GENERATORS_CFLAGS = @REVENGE_GENERATORS_CFLAGS@
 
249
REVENGE_GENERATORS_LIBS = @REVENGE_GENERATORS_LIBS@
 
250
REVENGE_LIBS = @REVENGE_LIBS@
 
251
REVENGE_STREAM_CFLAGS = @REVENGE_STREAM_CFLAGS@
 
252
REVENGE_STREAM_LIBS = @REVENGE_STREAM_LIBS@
191
253
SED = @SED@
192
254
SET_MAKE = @SET_MAKE@
193
255
SHELL = @SHELL@
194
256
STRIP = @STRIP@
195
257
VERSION = @VERSION@
196
258
WINDRES = @WINDRES@
197
 
WPD_CFLAGS = @WPD_CFLAGS@
198
 
WPD_LIBS = @WPD_LIBS@
 
259
WKS2CSV_WIN32_RESOURCE = @WKS2CSV_WIN32_RESOURCE@
 
260
WKS2RAW_WIN32_RESOURCE = @WKS2RAW_WIN32_RESOURCE@
 
261
WKS2TEXT_WIN32_RESOURCE = @WKS2TEXT_WIN32_RESOURCE@
199
262
WPS2HTML_WIN32_RESOURCE = @WPS2HTML_WIN32_RESOURCE@
200
263
WPS2RAW_WIN32_RESOURCE = @WPS2RAW_WIN32_RESOURCE@
201
264
WPS2TEXT_WIN32_RESOURCE = @WPS2TEXT_WIN32_RESOURCE@
256
319
top_build_prefix = @top_build_prefix@
257
320
top_builddir = @top_builddir@
258
321
top_srcdir = @top_srcdir@
259
 
SUBDIRS = lib conv
 
322
SUBDIRS = lib $(am__append_1)
260
323
all: all-recursive
261
324
 
262
325
.SUFFIXES:
303
366
# (1) if the variable is set in 'config.status', edit 'config.status'
304
367
#     (which will cause the Makefiles to be regenerated when you run 'make');
305
368
# (2) otherwise, pass the desired values on the 'make' command line.
306
 
$(RECURSIVE_TARGETS):
307
 
        @fail= failcom='exit 1'; \
308
 
        for f in x $$MAKEFLAGS; do \
309
 
          case $$f in \
310
 
            *=* | --[!k]*);; \
311
 
            *k*) failcom='fail=yes';; \
312
 
          esac; \
313
 
        done; \
 
369
$(am__recursive_targets):
 
370
        @fail=; \
 
371
        if $(am__make_keepgoing); then \
 
372
          failcom='fail=yes'; \
 
373
        else \
 
374
          failcom='exit 1'; \
 
375
        fi; \
314
376
        dot_seen=no; \
315
377
        target=`echo $@ | sed s/-recursive//`; \
316
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
378
        case "$@" in \
 
379
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
380
          *) list='$(SUBDIRS)' ;; \
 
381
        esac; \
 
382
        for subdir in $$list; do \
317
383
          echo "Making $$target in $$subdir"; \
318
384
          if test "$$subdir" = "."; then \
319
385
            dot_seen=yes; \
328
394
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
329
395
        fi; test -z "$$fail"
330
396
 
331
 
$(RECURSIVE_CLEAN_TARGETS):
332
 
        @fail= failcom='exit 1'; \
333
 
        for f in x $$MAKEFLAGS; do \
334
 
          case $$f in \
335
 
            *=* | --[!k]*);; \
336
 
            *k*) failcom='fail=yes';; \
337
 
          esac; \
338
 
        done; \
339
 
        dot_seen=no; \
340
 
        case "$@" in \
341
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
342
 
          *) list='$(SUBDIRS)' ;; \
343
 
        esac; \
344
 
        rev=''; for subdir in $$list; do \
345
 
          if test "$$subdir" = "."; then :; else \
346
 
            rev="$$subdir $$rev"; \
347
 
          fi; \
348
 
        done; \
349
 
        rev="$$rev ."; \
350
 
        target=`echo $@ | sed s/-recursive//`; \
351
 
        for subdir in $$rev; do \
352
 
          echo "Making $$target in $$subdir"; \
353
 
          if test "$$subdir" = "."; then \
354
 
            local_target="$$target-am"; \
355
 
          else \
356
 
            local_target="$$target"; \
357
 
          fi; \
358
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359
 
          || eval $$failcom; \
360
 
        done && test -z "$$fail"
361
 
tags-recursive:
362
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
363
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
364
 
        done
365
 
ctags-recursive:
366
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
367
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
368
 
        done
369
 
cscopelist-recursive:
370
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
371
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
372
 
        done
373
 
 
374
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
375
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
376
 
        unique=`for i in $$list; do \
377
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
 
          done | \
379
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
 
        mkid -fID $$unique
382
 
tags: TAGS
383
 
 
384
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385
 
                $(TAGS_FILES) $(LISP)
 
397
ID: $(am__tagged_files)
 
398
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
399
tags: tags-recursive
 
400
TAGS: tags
 
401
 
 
402
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
386
403
        set x; \
387
404
        here=`pwd`; \
388
405
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
398
415
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
399
416
          fi; \
400
417
        done; \
401
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
 
        unique=`for i in $$list; do \
403
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
 
          done | \
405
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
418
        $(am__define_uniq_tagged_files); \
407
419
        shift; \
408
420
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409
421
          test -n "$$unique" || unique=$$empty_fix; \
415
427
              $$unique; \
416
428
          fi; \
417
429
        fi
418
 
ctags: CTAGS
419
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
420
 
                $(TAGS_FILES) $(LISP)
421
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
 
        unique=`for i in $$list; do \
423
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
 
          done | \
425
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
430
ctags: ctags-recursive
 
431
 
 
432
CTAGS: ctags
 
433
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
434
        $(am__define_uniq_tagged_files); \
427
435
        test -z "$(CTAGS_ARGS)$$unique" \
428
436
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
429
437
             $$unique
432
440
        here=`$(am__cd) $(top_builddir) && pwd` \
433
441
          && $(am__cd) $(top_srcdir) \
434
442
          && gtags -i $(GTAGS_ARGS) "$$here"
 
443
cscopelist: cscopelist-recursive
435
444
 
436
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
437
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
445
cscopelist-am: $(am__tagged_files)
 
446
        list='$(am__tagged_files)'; \
438
447
        case "$(srcdir)" in \
439
448
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
440
449
          *) sdir=$(subdir)/$(srcdir) ;; \
606
615
 
607
616
uninstall-am:
608
617
 
609
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
610
 
        cscopelist-recursive ctags-recursive install-am install-strip \
611
 
        tags-recursive
 
618
.MAKE: $(am__recursive_targets) install-am install-strip
612
619
 
613
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
614
 
        all all-am check check-am clean clean-generic clean-libtool \
615
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
616
 
        distclean distclean-generic distclean-libtool distclean-tags \
617
 
        distdir dvi dvi-am html html-am info info-am install \
618
 
        install-am install-data install-data-am install-dvi \
 
620
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
621
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
622
        ctags-am distclean distclean-generic distclean-libtool \
 
623
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
624
        install install-am install-data install-data-am install-dvi \
619
625
        install-dvi-am install-exec install-exec-am install-html \
620
626
        install-html-am install-info install-info-am install-man \
621
627
        install-pdf install-pdf-am install-ps install-ps-am \
622
628
        install-strip installcheck installcheck-am installdirs \
623
629
        installdirs-am maintainer-clean maintainer-clean-generic \
624
630
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
625
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
631
        ps ps-am tags tags-am uninstall uninstall-am
626
632
 
627
633
 
628
634
# Tell versions [3.59,3.63) of GNU make to not export all variables.