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

« back to all changes in this revision

Viewing changes to inc/libwps/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@
50
78
build_triplet = @build@
51
79
host_triplet = @host@
52
80
subdir = inc/libwps
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
83
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
56
84
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
62
90
CONFIG_HEADER = $(top_builddir)/config.h
63
91
CONFIG_CLEAN_FILES =
64
92
CONFIG_CLEAN_VPATH_FILES =
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
65
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
66
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
67
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
68
101
AM_V_at = $(am__v_at_@AM_V@)
69
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
70
103
am__v_at_0 = @
 
104
am__v_at_1 = 
71
105
SOURCES =
72
106
DIST_SOURCES =
73
107
am__can_run_installinfo = \
75
109
    n|no|NO) false;; \
76
110
    *) (install-info --version) >/dev/null 2>&1;; \
77
111
  esac
 
112
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
78
113
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
114
ACLOCAL = @ACLOCAL@
80
115
AMTAR = @AMTAR@
148
183
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
149
184
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
150
185
RANLIB = @RANLIB@
 
186
REVENGE_CFLAGS = @REVENGE_CFLAGS@
 
187
REVENGE_GENERATORS_CFLAGS = @REVENGE_GENERATORS_CFLAGS@
 
188
REVENGE_GENERATORS_LIBS = @REVENGE_GENERATORS_LIBS@
 
189
REVENGE_LIBS = @REVENGE_LIBS@
 
190
REVENGE_STREAM_CFLAGS = @REVENGE_STREAM_CFLAGS@
 
191
REVENGE_STREAM_LIBS = @REVENGE_STREAM_LIBS@
151
192
SED = @SED@
152
193
SET_MAKE = @SET_MAKE@
153
194
SHELL = @SHELL@
154
195
STRIP = @STRIP@
155
196
VERSION = @VERSION@
156
197
WINDRES = @WINDRES@
157
 
WPD_CFLAGS = @WPD_CFLAGS@
158
 
WPD_LIBS = @WPD_LIBS@
 
198
WKS2CSV_WIN32_RESOURCE = @WKS2CSV_WIN32_RESOURCE@
 
199
WKS2RAW_WIN32_RESOURCE = @WKS2RAW_WIN32_RESOURCE@
 
200
WKS2TEXT_WIN32_RESOURCE = @WKS2TEXT_WIN32_RESOURCE@
159
201
WPS2HTML_WIN32_RESOURCE = @WPS2HTML_WIN32_RESOURCE@
160
202
WPS2RAW_WIN32_RESOURCE = @WPS2RAW_WIN32_RESOURCE@
161
203
WPS2TEXT_WIN32_RESOURCE = @WPS2TEXT_WIN32_RESOURCE@
256
298
 
257
299
clean-libtool:
258
300
        -rm -rf .libs _libs
259
 
tags: TAGS
260
 
TAGS:
 
301
tags TAGS:
261
302
 
262
 
ctags: CTAGS
263
 
CTAGS:
 
303
ctags CTAGS:
264
304
 
265
305
cscope cscopelist:
266
306
 
398
438
.MAKE: install-am install-strip
399
439
 
400
440
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
401
 
        distclean distclean-generic distclean-libtool distdir dvi \
402
 
        dvi-am html html-am info info-am install install-am \
403
 
        install-data install-data-am install-dvi install-dvi-am \
404
 
        install-exec install-exec-am install-html install-html-am \
405
 
        install-info install-info-am install-man install-pdf \
406
 
        install-pdf-am install-ps install-ps-am install-strip \
407
 
        installcheck installcheck-am installdirs maintainer-clean \
408
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
409
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
441
        cscopelist-am ctags-am distclean distclean-generic \
 
442
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
443
        install install-am install-data install-data-am install-dvi \
 
444
        install-dvi-am install-exec install-exec-am install-html \
 
445
        install-html-am install-info install-info-am install-man \
 
446
        install-pdf install-pdf-am install-ps install-ps-am \
 
447
        install-strip installcheck installcheck-am installdirs \
 
448
        maintainer-clean maintainer-clean-generic mostlyclean \
 
449
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
450
        tags-am uninstall uninstall-am
410
451
 
411
452
 
412
453
# Tell versions [3.59,3.63) of GNU make to not export all variables.