~ubuntu-branches/ubuntu/lucid/libwpd/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-01-11 15:15:57 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070111151557-rn1kysabqbccx3as
Tags: 0.8.8-2
run make check for stream check; build-depend on libcppunit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.2 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, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004  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.
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@
155
154
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
156
155
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
157
156
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
192
191
AUTOMAKE_OPTIONS = gnu 1.4
193
192
pkgconfigdir = $(libdir)/pkgconfig
194
193
SUBDIRS = lib conv
 
194
EXTRA_DIST = test/Makefile.am test/Makefile.in test/test.cpp
195
195
all: all-recursive
196
196
 
197
197
.SUFFIXES:
242
242
#     (which will cause the Makefiles to be regenerated when you run `make');
243
243
# (2) otherwise, pass the desired values on the `make' command line.
244
244
$(RECURSIVE_TARGETS):
245
 
        @failcom='exit 1'; \
246
 
        for f in x $$MAKEFLAGS; do \
247
 
          case $$f in \
248
 
            *=* | --[!k]*);; \
249
 
            *k*) failcom='fail=yes';; \
250
 
          esac; \
251
 
        done; \
 
245
        @set fnord $$MAKEFLAGS; amf=$$2; \
252
246
        dot_seen=no; \
253
247
        target=`echo $@ | sed s/-recursive//`; \
254
248
        list='$(SUBDIRS)'; for subdir in $$list; do \
260
254
            local_target="$$target"; \
261
255
          fi; \
262
256
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
263
 
          || eval $$failcom; \
 
257
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
264
258
        done; \
265
259
        if test "$$dot_seen" = "no"; then \
266
260
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
268
262
 
269
263
mostlyclean-recursive clean-recursive distclean-recursive \
270
264
maintainer-clean-recursive:
271
 
        @failcom='exit 1'; \
272
 
        for f in x $$MAKEFLAGS; do \
273
 
          case $$f in \
274
 
            *=* | --[!k]*);; \
275
 
            *k*) failcom='fail=yes';; \
276
 
          esac; \
277
 
        done; \
 
265
        @set fnord $$MAKEFLAGS; amf=$$2; \
278
266
        dot_seen=no; \
279
267
        case "$@" in \
280
268
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
295
283
            local_target="$$target"; \
296
284
          fi; \
297
285
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
298
 
          || eval $$failcom; \
 
286
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
299
287
        done && test -z "$$fail"
300
288
tags-recursive:
301
289
        list='$(SUBDIRS)'; for subdir in $$list; do \
368
356
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369
357
 
370
358
distdir: $(DISTFILES)
 
359
        $(mkdir_p) $(distdir)/test
371
360
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
372
361
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
373
362
        list='$(DISTFILES)'; for file in $$list; do \
440
429
        @echo "it deletes files that may require special tools to rebuild."
441
430
clean: clean-recursive
442
431
 
443
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
432
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
444
433
 
445
434
distclean: distclean-recursive
446
435
        -rm -f Makefile
447
436
distclean-am: clean-am distclean-generic distclean-libtool \
448
 
        distclean-tags
 
437
        distclean-local distclean-tags
449
438
 
450
439
dvi: dvi-recursive
451
440
 
488
477
uninstall-info: uninstall-info-recursive
489
478
 
490
479
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
491
 
        clean clean-generic clean-libtool clean-recursive ctags \
492
 
        ctags-recursive distclean distclean-generic distclean-libtool \
493
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
494
 
        html-am info info-am install install-am install-data \
495
 
        install-data-am install-exec install-exec-am install-info \
496
 
        install-info-am install-man install-strip installcheck \
497
 
        installcheck-am installdirs installdirs-am maintainer-clean \
498
 
        maintainer-clean-generic maintainer-clean-recursive \
499
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
500
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
501
 
        uninstall uninstall-am uninstall-info-am
502
 
 
 
480
        clean clean-generic clean-libtool clean-local clean-recursive \
 
481
        ctags ctags-recursive distclean distclean-generic \
 
482
        distclean-libtool distclean-local distclean-recursive \
 
483
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
484
        install install-am install-data install-data-am install-exec \
 
485
        install-exec-am install-info install-info-am install-man \
 
486
        install-strip installcheck installcheck-am installdirs \
 
487
        installdirs-am maintainer-clean maintainer-clean-generic \
 
488
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
489
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
490
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
491
 
 
492
 
 
493
distclean-local:
 
494
        cd test && make distclean
 
495
 
 
496
clean-local:
 
497
        cd test && make clean
503
498
# Tell versions [3.59,3.63) of GNU make to not export all variables.
504
499
# Otherwise a system limit (for SysV at least) may be exceeded.
505
500
.NOEXPORT: