~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to tests/test-activation/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-06 18:53:16 UTC
  • mfrom: (1.1.25 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090306185316-uf09r30g7cvf67xi
Tags: 2.24.1-1
* New upstream bugfix release.
* debian/control.in:
  + Build depend on GLib >= 2.14.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
146
146
CFLAGS = @CFLAGS@
147
147
CPP = @CPP@
148
148
CPPFLAGS = @CPPFLAGS@
149
 
CXX = @CXX@
150
 
CXXCPP = @CXXCPP@
151
 
CXXDEPMODE = @CXXDEPMODE@
152
 
CXXFLAGS = @CXXFLAGS@
153
149
CYGPATH_W = @CYGPATH_W@
154
150
DATADIRNAME = @DATADIRNAME@
155
151
DEFS = @DEFS@
156
152
DEPDIR = @DEPDIR@
 
153
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
157
154
DLLTOOL = @DLLTOOL@
158
155
DSYMUTIL = @DSYMUTIL@
159
 
ECHO = @ECHO@
 
156
DUMPBIN = @DUMPBIN@
160
157
ECHO_C = @ECHO_C@
161
158
ECHO_N = @ECHO_N@
162
159
ECHO_T = @ECHO_T@
163
160
EGREP = @EGREP@
164
161
EXEEXT = @EXEEXT@
165
 
F77 = @F77@
166
 
FFLAGS = @FFLAGS@
 
162
FGREP = @FGREP@
167
163
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
168
164
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
169
165
GMOFILES = @GMOFILES@
206
202
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
207
203
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
208
204
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
205
LD = @LD@
209
206
LDFLAGS = @LDFLAGS@
210
207
LEX = @LEX@
211
208
LEXLIB = @LEXLIB@
217
214
LIBOBJS = @LIBOBJS@
218
215
LIBS = @LIBS@
219
216
LIBTOOL = @LIBTOOL@
 
217
LIPO = @LIPO@
220
218
LN_S = @LN_S@
221
219
LTLIBOBJS = @LTLIBOBJS@
222
220
MAINT = @MAINT@
226
224
MSGFMT = @MSGFMT@
227
225
MSGFMT_OPTS = @MSGFMT_OPTS@
228
226
MSGMERGE = @MSGMERGE@
 
227
NM = @NM@
229
228
NMEDIT = @NMEDIT@
230
229
OBJDUMP = @OBJDUMP@
231
230
OBJEXT = @OBJEXT@
232
231
ORBIT_IDL = @ORBIT_IDL@
 
232
OTOOL = @OTOOL@
 
233
OTOOL64 = @OTOOL64@
233
234
PACKAGE = @PACKAGE@
234
235
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
235
236
PACKAGE_NAME = @PACKAGE_NAME@
264
265
abs_top_builddir = @abs_top_builddir@
265
266
abs_top_srcdir = @abs_top_srcdir@
266
267
ac_ct_CC = @ac_ct_CC@
267
 
ac_ct_CXX = @ac_ct_CXX@
268
 
ac_ct_F77 = @ac_ct_F77@
 
268
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
269
269
am__include = @am__include@
270
270
am__leading_dot = @am__leading_dot@
271
271
am__quote = @am__quote@
296
296
libexecdir = @libexecdir@
297
297
localedir = @localedir@
298
298
localstatedir = @localstatedir@
 
299
lt_ECHO = @lt_ECHO@
299
300
mandir = @mandir@
300
301
mkdir_p = @mkdir_p@
301
302
oldincludedir = @oldincludedir@
368
369
        -I$(top_srcdir)                 \
369
370
        -I$(top_builddir)               \
370
371
        $(WARN_CFLAGS)                  \
371
 
        -DG_DISABLE_DEPRECATED $(LIBBONOBO_CFLAGS)
 
372
        $(DISABLE_DEPRECATED_CFLAGS) $(LIBBONOBO_CFLAGS)
372
373
 
373
374
LDADD = ../../bonobo-activation/libbonobo-activation.la \
374
375
        $(LIBBONOBO_LIBS)
392
393
        @for dep in $?; do \
393
394
          case '$(am__configure_deps)' in \
394
395
            *$$dep*) \
395
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
396
 
                && exit 0; \
 
396
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
397
                && { if test -f $@; then exit 0; else break; fi; }; \
397
398
              exit 1;; \
398
399
          esac; \
399
400
        done; \
530
531
        unique=`for i in $$list; do \
531
532
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532
533
          done | \
533
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
534
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
534
535
              END { if (nonempty) { for (i in files) print i; }; }'`; \
535
536
        mkid -fID $$unique
536
537
tags: TAGS
573
574
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574
575
 
575
576
check-TESTS: $(TESTS)
576
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
577
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
577
578
        srcdir=$(srcdir); export srcdir; \
578
579
        list=' $(TESTS) '; \
579
580
        if test -n "$$list"; then \
584
585
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
585
586
              all=`expr $$all + 1`; \
586
587
              case " $(XFAIL_TESTS) " in \
587
 
              *$$ws$$tst$$ws*) \
 
588
              *[\ \     ]$$tst[\ \      ]*) \
588
589
                xpass=`expr $$xpass + 1`; \
589
590
                failed=`expr $$failed + 1`; \
590
591
                echo "XPASS: $$tst"; \
596
597
            elif test $$? -ne 77; then \
597
598
              all=`expr $$all + 1`; \
598
599
              case " $(XFAIL_TESTS) " in \
599
 
              *$$ws$$tst$$ws*) \
 
600
              *[\ \     ]$$tst[\ \      ]*) \
600
601
                xfail=`expr $$xfail + 1`; \
601
602
                echo "XFAIL: $$tst"; \
602
603
              ;; \
610
611
              echo "SKIP: $$tst"; \
611
612
            fi; \
612
613
          done; \
 
614
          if test "$$all" -eq 1; then \
 
615
            tests="test"; \
 
616
            All=""; \
 
617
          else \
 
618
            tests="tests"; \
 
619
            All="All "; \
 
620
          fi; \
613
621
          if test "$$failed" -eq 0; then \
614
622
            if test "$$xfail" -eq 0; then \
615
 
              banner="All $$all tests passed"; \
 
623
              banner="$$All$$all $$tests passed"; \
616
624
            else \
617
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
625
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
626
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
618
627
            fi; \
619
628
          else \
620
629
            if test "$$xpass" -eq 0; then \
621
 
              banner="$$failed of $$all tests failed"; \
 
630
              banner="$$failed of $$all $$tests failed"; \
622
631
            else \
623
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
632
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
633
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
624
634
            fi; \
625
635
          fi; \
626
636
          dashes="$$banner"; \
627
637
          skipped=""; \
628
638
          if test "$$skip" -ne 0; then \
629
 
            skipped="($$skip tests were not run)"; \
 
639
            if test "$$skip" -eq 1; then \
 
640
              skipped="($$skip test was not run)"; \
 
641
            else \
 
642
              skipped="($$skip tests were not run)"; \
 
643
            fi; \
630
644
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
631
645
              dashes="$$skipped"; \
632
646
          fi; \