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

« back to all changes in this revision

Viewing changes to 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.
179
179
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
180
180
ac_ct_RANLIB = @ac_ct_RANLIB@
181
181
ac_ct_STRIP = @ac_ct_STRIP@
182
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
183
182
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
184
183
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
185
184
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
332
331
#     (which will cause the Makefiles to be regenerated when you run `make');
333
332
# (2) otherwise, pass the desired values on the `make' command line.
334
333
$(RECURSIVE_TARGETS):
335
 
        @failcom='exit 1'; \
336
 
        for f in x $$MAKEFLAGS; do \
337
 
          case $$f in \
338
 
            *=* | --[!k]*);; \
339
 
            *k*) failcom='fail=yes';; \
340
 
          esac; \
341
 
        done; \
 
334
        @set fnord $$MAKEFLAGS; amf=$$2; \
342
335
        dot_seen=no; \
343
336
        target=`echo $@ | sed s/-recursive//`; \
344
337
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
343
            local_target="$$target"; \
351
344
          fi; \
352
345
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
353
 
          || eval $$failcom; \
 
346
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
354
347
        done; \
355
348
        if test "$$dot_seen" = "no"; then \
356
349
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
358
351
 
359
352
mostlyclean-recursive clean-recursive distclean-recursive \
360
353
maintainer-clean-recursive:
361
 
        @failcom='exit 1'; \
362
 
        for f in x $$MAKEFLAGS; do \
363
 
          case $$f in \
364
 
            *=* | --[!k]*);; \
365
 
            *k*) failcom='fail=yes';; \
366
 
          esac; \
367
 
        done; \
 
354
        @set fnord $$MAKEFLAGS; amf=$$2; \
368
355
        dot_seen=no; \
369
356
        case "$@" in \
370
357
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
385
372
            local_target="$$target"; \
386
373
          fi; \
387
374
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388
 
          || eval $$failcom; \
 
375
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
389
376
        done && test -z "$$fail"
390
377
tags-recursive:
391
378
        list='$(SUBDIRS)'; for subdir in $$list; do \
714
701
zip: all install
715
702
        sh libwpd-zip
716
703
 
 
704
check: all
 
705
        cd src/test && make check
 
706
 
717
707
@WITH_LIBWPD_DOCS_TRUE@install-data-local:
718
708
@WITH_LIBWPD_DOCS_TRUE@ mkdir -p $(DESTDIR)$(datadir)/doc/libwpd-@WPD_VERSION@
719
709
@WITH_LIBWPD_DOCS_TRUE@ $(INSTALL) $(srcdir)/CHANGES $(DESTDIR)$(datadir)/doc/libwpd-@WPD_VERSION@/