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

« back to all changes in this revision

Viewing changes to build/win32/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 = build/win32
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 =
 
79
am__can_run_installinfo = \
 
80
  case $$AM_UPDATE_INFO_DIR in \
 
81
    n|no|NO) false;; \
 
82
    *) (install-info --version) >/dev/null 2>&1;; \
 
83
  esac
 
84
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
54
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
55
86
ACLOCAL = @ACLOCAL@
56
87
AMTAR = @AMTAR@
104
135
LT_CURRENT = @LT_CURRENT@
105
136
LT_REVISION = @LT_REVISION@
106
137
MAKEINFO = @MAKEINFO@
 
138
MANIFEST_TOOL = @MANIFEST_TOOL@
107
139
MKDIR_P = @MKDIR_P@
108
140
NM = @NM@
109
141
NMEDIT = @NMEDIT@
119
151
PACKAGE_URL = @PACKAGE_URL@
120
152
PACKAGE_VERSION = @PACKAGE_VERSION@
121
153
PATH_SEPARATOR = @PATH_SEPARATOR@
 
154
PKG_CONFIG = @PKG_CONFIG@
 
155
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
156
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
122
157
RANLIB = @RANLIB@
123
158
SED = @SED@
124
159
SET_MAKE = @SET_MAKE@
133
168
WPD_MICRO_VERSION = @WPD_MICRO_VERSION@
134
169
WPD_MINOR_VERSION = @WPD_MINOR_VERSION@
135
170
WPD_VERSION = @WPD_VERSION@
 
171
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
172
ZLIB_LIBS = @ZLIB_LIBS@
136
173
abs_builddir = @abs_builddir@
137
174
abs_srcdir = @abs_srcdir@
138
175
abs_top_builddir = @abs_top_builddir@
139
176
abs_top_srcdir = @abs_top_srcdir@
 
177
ac_ct_AR = @ac_ct_AR@
140
178
ac_ct_CC = @ac_ct_CC@
141
179
ac_ct_CXX = @ac_ct_CXX@
142
180
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
170
208
libexecdir = @libexecdir@
171
209
localedir = @localedir@
172
210
localstatedir = @localstatedir@
173
 
lt_ECHO = @lt_ECHO@
174
211
mandir = @mandir@
175
212
mkdir_p = @mkdir_p@
176
213
oldincludedir = @oldincludedir@
189
226
EXTRA_DIST = \
190
227
        compile-resource \
191
228
        lt-compile-resource \
 
229
        \
192
230
        libwpdstream.dsp \
193
231
        libwpd.dsp \
194
232
        libwpd.dsw \
195
233
        wpd2html.dsp \
196
234
        wpd2raw.dsp \
197
 
        wpd2text.dsp
 
235
        wpd2text.dsp \
 
236
        \
 
237
        libwpd.vcxproj.sln \
 
238
        libwpdstream.vcxproj \
 
239
        libwpd.vcxproj \
 
240
        wpd2html.vcxproj \
 
241
        wpd2raw.vcxproj \
 
242
        wpd2text.vcxproj \
 
243
        \
 
244
        libwpd.vcproj.sln \
 
245
        libwpdstream.vcproj \
 
246
        libwpd.vcproj \
 
247
        wpd2html.vcproj \
 
248
        wpd2raw.vcproj \
 
249
        wpd2text.vcproj
198
250
 
199
251
all: all-am
200
252
 
235
287
 
236
288
clean-libtool:
237
289
        -rm -rf .libs _libs
238
 
tags: TAGS
239
 
TAGS:
240
 
 
241
 
ctags: CTAGS
242
 
CTAGS:
 
290
tags TAGS:
 
291
 
 
292
ctags CTAGS:
 
293
 
 
294
cscope cscopelist:
243
295
 
244
296
 
245
297
distdir: $(DISTFILES)
286
338
 
287
339
installcheck: installcheck-am
288
340
install-strip:
289
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
290
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
291
 
          `test -z '$(STRIP)' || \
292
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
341
        if test -z '$(STRIP)'; then \
 
342
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
343
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
344
              install; \
 
345
        else \
 
346
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
347
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
348
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
349
        fi
293
350
mostlyclean-generic:
294
351
 
295
352
clean-generic:
370
427
.MAKE: install-am install-strip
371
428
 
372
429
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
373
 
        distclean distclean-generic distclean-libtool distdir dvi \
374
 
        dvi-am html html-am info info-am install install-am \
375
 
        install-data install-data-am install-dvi install-dvi-am \
376
 
        install-exec install-exec-am install-html install-html-am \
377
 
        install-info install-info-am install-man install-pdf \
378
 
        install-pdf-am install-ps install-ps-am install-strip \
379
 
        installcheck installcheck-am installdirs maintainer-clean \
380
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
381
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
430
        cscopelist-am ctags-am distclean distclean-generic \
 
431
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
432
        install install-am install-data install-data-am install-dvi \
 
433
        install-dvi-am install-exec install-exec-am install-html \
 
434
        install-html-am install-info install-info-am install-man \
 
435
        install-pdf install-pdf-am install-ps install-ps-am \
 
436
        install-strip installcheck installcheck-am installdirs \
 
437
        maintainer-clean maintainer-clean-generic mostlyclean \
 
438
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
439
        tags-am uninstall uninstall-am
382
440
 
383
441
 
384
442
# Tell versions [3.59,3.63) of GNU make to not export all variables.