~brian-murray/lightdm/bug-967229

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Robert Ancell
  • Date: 2012-06-20 23:49:25 UTC
  • mfrom: (1008.1.22)
  • Revision ID: robert.ancell@canonical.com-20120620234925-xm2i57n1xrjzneni
Tags: 1.3.1-0ubuntu1
releasing version 1.3.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
65
82
subdir = tests
66
83
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
67
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
85
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
86
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
 
87
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
88
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
89
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
69
90
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
91
        $(ACLOCAL_M4)
71
92
mkinstalldirs = $(install_sh) -d
87
108
        install-pdf-recursive install-ps-recursive install-recursive \
88
109
        installcheck-recursive installdirs-recursive pdf-recursive \
89
110
        ps-recursive uninstall-recursive
 
111
am__can_run_installinfo = \
 
112
  case $$AM_UPDATE_INFO_DIR in \
 
113
    n|no|NO) false;; \
 
114
    *) (install-info --version) >/dev/null 2>&1;; \
 
115
  esac
90
116
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91
117
  distclean-recursive maintainer-clean-recursive
92
118
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
173
199
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
174
200
GTKDOC_MKPDF = @GTKDOC_MKPDF@
175
201
GTKDOC_REBASE = @GTKDOC_REBASE@
 
202
HELP_DIR = @HELP_DIR@
176
203
HTML_DIR = @HTML_DIR@
177
204
INSTALL = @INSTALL@
178
205
INSTALL_DATA = @INSTALL_DATA@
195
222
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
196
223
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
197
224
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
225
ITSTOOL = @ITSTOOL@
198
226
LD = @LD@
199
227
LDFLAGS = @LDFLAGS@
200
228
LIBLIGHTDM_GOBJECT_CFLAGS = @LIBLIGHTDM_GOBJECT_CFLAGS@
245
273
XCB_CFLAGS = @XCB_CFLAGS@
246
274
XCB_LIBS = @XCB_LIBS@
247
275
XGETTEXT = @XGETTEXT@
 
276
XMLLINT = @XMLLINT@
248
277
abs_builddir = @abs_builddir@
249
278
abs_srcdir = @abs_srcdir@
250
279
abs_top_builddir = @abs_top_builddir@
766
795
        done
767
796
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
768
797
          if test "$$subdir" = .; then :; else \
769
 
            test -d "$(distdir)/$$subdir" \
770
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
771
 
            || exit 1; \
772
 
          fi; \
773
 
        done
774
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
775
 
          if test "$$subdir" = .; then :; else \
 
798
            $(am__make_dryrun) \
 
799
              || test -d "$(distdir)/$$subdir" \
 
800
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
801
              || exit 1; \
776
802
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
777
803
            $(am__relativize); \
778
804
            new_distdir=$$reldir; \