~ubuntu-branches/ubuntu/gutsy/libwpd/gutsy

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-03-16 10:17:21 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070316101721-e99xqbffo7rmm5vo
Tags: 0.8.9-1
* new upstream release
  - fixes CVE-2007-0002
* merge 0.8.7-5s Depends: fix (closes: #409312)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 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.
41
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
43
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(install_sh) -d
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
45
CONFIG_HEADER = $(top_builddir)/config.h
46
46
CONFIG_CLEAN_FILES =
47
47
SOURCES =
151
151
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
152
152
ac_ct_RANLIB = @ac_ct_RANLIB@
153
153
ac_ct_STRIP = @ac_ct_STRIP@
 
154
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
154
155
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
155
156
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
156
157
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
242
243
#     (which will cause the Makefiles to be regenerated when you run `make');
243
244
# (2) otherwise, pass the desired values on the `make' command line.
244
245
$(RECURSIVE_TARGETS):
245
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
246
        @failcom='exit 1'; \
 
247
        for f in x $$MAKEFLAGS; do \
 
248
          case $$f in \
 
249
            *=* | --[!k]*);; \
 
250
            *k*) failcom='fail=yes';; \
 
251
          esac; \
 
252
        done; \
246
253
        dot_seen=no; \
247
254
        target=`echo $@ | sed s/-recursive//`; \
248
255
        list='$(SUBDIRS)'; for subdir in $$list; do \
254
261
            local_target="$$target"; \
255
262
          fi; \
256
263
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
257
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
264
          || eval $$failcom; \
258
265
        done; \
259
266
        if test "$$dot_seen" = "no"; then \
260
267
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
262
269
 
263
270
mostlyclean-recursive clean-recursive distclean-recursive \
264
271
maintainer-clean-recursive:
265
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
272
        @failcom='exit 1'; \
 
273
        for f in x $$MAKEFLAGS; do \
 
274
          case $$f in \
 
275
            *=* | --[!k]*);; \
 
276
            *k*) failcom='fail=yes';; \
 
277
          esac; \
 
278
        done; \
266
279
        dot_seen=no; \
267
280
        case "$@" in \
268
281
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
283
296
            local_target="$$target"; \
284
297
          fi; \
285
298
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
286
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
299
          || eval $$failcom; \
287
300
        done && test -z "$$fail"
288
301
tags-recursive:
289
302
        list='$(SUBDIRS)'; for subdir in $$list; do \