~ubuntu-branches/ubuntu/wily/gnome-software/wily-proposed

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2015-07-22 00:03:04 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150722000304-ctnkwytku720qft7
Tags: 3.16.4-1
* New upstream release.
* Update Build-Depends as per configure.ac:
  - Add appstream-util.
  - Add libpolkit-gobject-1-dev.
  - Bump libappstream-glib-dev to (>= 0.3.4).
  - Bump libgtk-3-dev to (>= 3.16).
* Drop hard-coded dependency on libappstream-glib7 now that the library
  provides a symbols file.
* Use dh_install's exclude (-X) functionality to not install the .a and .la
  files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
20
20
 
21
21
 
22
22
VPATH = @srcdir@
23
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
23
am__is_gnu_make = { \
 
24
  if test -z '$(MAKELEVEL)'; then \
 
25
    false; \
 
26
  elif test -n '$(MAKE_HOST)'; then \
 
27
    true; \
 
28
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
29
    true; \
 
30
  else \
 
31
    false; \
 
32
  fi; \
 
33
}
24
34
am__make_running_with_option = \
25
35
  case $${target_option-} in \
26
36
      ?) ;; \
83
93
POST_UNINSTALL = :
84
94
build_triplet = @build@
85
95
host_triplet = @host@
86
 
DIST_COMMON = $(top_srcdir)/glib-tap.mk $(srcdir)/Makefile.in \
87
 
        $(srcdir)/Makefile.am
88
96
TESTS = $(dist_test_scripts)
89
97
installed_test_PROGRAMS = $(am__EXEEXT_1)
90
98
noinst_PROGRAMS = $(am__EXEEXT_3)
123
131
        $(top_srcdir)/configure.ac
124
132
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125
133
        $(ACLOCAL_M4)
 
134
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126
135
mkinstalldirs = $(install_sh) -d
127
136
CONFIG_HEADER = $(top_builddir)/config.h
128
137
CONFIG_CLEAN_FILES =
209
218
    std=''; \
210
219
  fi; \
211
220
}
 
221
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/glib-tap.mk
212
222
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213
223
ACLOCAL = @ACLOCAL@
214
224
ALL_LINGUAS = @ALL_LINGUAS@
216
226
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217
227
APPSTREAM_CFLAGS = @APPSTREAM_CFLAGS@
218
228
APPSTREAM_LIBS = @APPSTREAM_LIBS@
 
229
APPSTREAM_UTIL = @APPSTREAM_UTIL@
219
230
AR = @AR@
220
231
AUTOCONF = @AUTOCONF@
221
232
AUTOHEADER = @AUTOHEADER@
310
321
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
311
322
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
312
323
POFILES = @POFILES@
 
324
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
325
POLKIT_LIBS = @POLKIT_LIBS@
313
326
POSUB = @POSUB@
314
327
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
315
328
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
453
466
              exit 1;; \
454
467
          esac; \
455
468
        done; \
456
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
 
469
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
457
470
        $(am__cd) $(top_srcdir) && \
458
 
          $(AUTOMAKE) --gnu tests/Makefile
459
 
.PRECIOUS: Makefile
 
471
          $(AUTOMAKE) --foreign tests/Makefile
460
472
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
461
473
        @case '$?' in \
462
474
          *config.status*) \
465
477
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
466
478
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
467
479
        esac;
468
 
$(top_srcdir)/glib-tap.mk:
 
480
$(top_srcdir)/glib-tap.mk $(am__empty):
469
481
 
470
482
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471
483
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
962
974
        uninstall-installed_test_metaDATA \
963
975
        uninstall-nobase_installed_testDATA
964
976
 
 
977
.PRECIOUS: Makefile
 
978
 
965
979
 
966
980
@ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
967
981
@ENABLE_INSTALLED_TESTS_TRUE@   $(AM_V_GEN) (echo '[Test]' > $@.tmp; \