~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-05-13 17:59:35 UTC
  • mfrom: (3.3.54 sid)
  • Revision ID: package-import@ubuntu.com-20150513175935-mkdgciw49s7vpkzf
Tags: 2.44.1-1ubuntu1
* Merge stable release from Debian to vivid. (LP: #1454776), remaining
  change:
  - d/p/0001-Don-t-warn-about-deprecated-properties-by-default.patch:
    + Don't warn about deprecated properties by default

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.mk INSTALL NEWS README AUTHORS \
87
 
        ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
88
 
        $(top_srcdir)/configure $(am__configure_deps) \
89
 
        $(srcdir)/config.h.in $(srcdir)/glib-2.0.pc.in \
90
 
        $(srcdir)/gmodule-2.0.pc.in $(srcdir)/gmodule-export-2.0.pc.in \
91
 
        $(srcdir)/gmodule-no-export-2.0.pc.in \
92
 
        $(srcdir)/gthread-2.0.pc.in $(srcdir)/gobject-2.0.pc.in \
93
 
        $(srcdir)/gio-2.0.pc.in $(srcdir)/gio-unix-2.0.pc.in \
94
 
        $(srcdir)/gio-windows-2.0.pc.in $(srcdir)/glib-zip.in \
95
 
        $(srcdir)/glib-gettextize.in $(srcdir)/INSTALL.in \
96
 
        $(srcdir)/README.in $(srcdir)/config.h.win32.in test-driver \
97
 
        COPYING compile config.guess config.sub install-sh missing \
98
 
        ltmain.sh
99
96
installed_test_PROGRAMS = $(am__EXEEXT_1)
100
97
noinst_PROGRAMS = $(am__EXEEXT_3)
101
98
check_PROGRAMS = $(am__EXEEXT_2)
148
145
        $(top_srcdir)/configure.ac
149
146
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
150
147
        $(ACLOCAL_M4)
 
148
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
 
149
        $(am__configure_deps) $(am__DIST_COMMON)
151
150
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
152
151
 configure.lineno config.status.lineno
153
152
mkinstalldirs = $(install_sh) -d
429
428
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
430
429
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
431
430
        $(TEST_LOG_FLAGS)
 
431
am__DIST_COMMON = $(srcdir)/INSTALL.in $(srcdir)/Makefile.in \
 
432
        $(srcdir)/README.in $(srcdir)/config.h.in \
 
433
        $(srcdir)/config.h.win32.in $(srcdir)/gio-2.0.pc.in \
 
434
        $(srcdir)/gio-unix-2.0.pc.in $(srcdir)/gio-windows-2.0.pc.in \
 
435
        $(srcdir)/glib-2.0.pc.in $(srcdir)/glib-gettextize.in \
 
436
        $(srcdir)/glib-zip.in $(srcdir)/gmodule-2.0.pc.in \
 
437
        $(srcdir)/gmodule-export-2.0.pc.in \
 
438
        $(srcdir)/gmodule-no-export-2.0.pc.in \
 
439
        $(srcdir)/gobject-2.0.pc.in $(srcdir)/gthread-2.0.pc.in \
 
440
        $(top_srcdir)/glib.mk AUTHORS COPYING ChangeLog INSTALL NEWS \
 
441
        README compile config.guess config.sub depcomp install-sh \
 
442
        ltmain.sh missing py-compile test-driver
432
443
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
433
444
distdir = $(PACKAGE)-$(VERSION)
434
445
top_distdir = $(distdir)
862
873
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
863
874
        $(am__cd) $(top_srcdir) && \
864
875
          $(AUTOMAKE) --gnu Makefile
865
 
.PRECIOUS: Makefile
866
876
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
867
877
        @case '$?' in \
868
878
          *config.status*) \
872
882
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
873
883
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
874
884
        esac;
875
 
$(top_srcdir)/glib.mk:
 
885
$(top_srcdir)/glib.mk $(am__empty):
876
886
 
877
887
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
878
888
        $(SHELL) ./config.status --recheck
1331
1341
        if test -n "$$am__remaking_logs"; then \
1332
1342
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1333
1343
               "recursion detected" >&2; \
1334
 
        else \
 
1344
        elif test -n "$$redo_logs"; then \
1335
1345
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1336
1346
        fi; \
1337
1347
        if $(am__make_dryrun); then :; else \
1547
1557
        $(am__post_remove_distdir)
1548
1558
 
1549
1559
dist-tarZ: distdir
 
1560
        @echo WARNING: "Support for distribution archives compressed with" \
 
1561
                       "legacy program 'compress' is deprecated." >&2
 
1562
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 
1563
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
1564
        $(am__post_remove_distdir)
 
1565
 
 
1566
dist-shar: distdir
1550
1567
        @echo WARNING: "Support for shar distribution archives is" \
1551
1568
                       "deprecated." >&2
1552
1569
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1553
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1554
 
        $(am__post_remove_distdir)
1555
 
 
1556
 
dist-shar: distdir
1557
 
        @echo WARNING: "Support for distribution archives compressed with" \
1558
 
                       "legacy program 'compress' is deprecated." >&2
1559
 
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1560
1570
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1561
1571
        $(am__post_remove_distdir)
1562
1572
 
1591
1601
        esac
1592
1602
        chmod -R a-w $(distdir)
1593
1603
        chmod u+w $(distdir)
1594
 
        mkdir $(distdir)/_build $(distdir)/_inst
 
1604
        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1595
1605
        chmod a-w $(distdir)
1596
1606
        test -d $(distdir)/_build || exit 0; \
1597
1607
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1598
1608
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1599
1609
          && am__cwd=`pwd` \
1600
 
          && $(am__cd) $(distdir)/_build \
1601
 
          && ../configure \
 
1610
          && $(am__cd) $(distdir)/_build/sub \
 
1611
          && ../../configure \
1602
1612
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1603
1613
            $(DISTCHECK_CONFIGURE_FLAGS) \
1604
 
            --srcdir=.. --prefix="$$dc_install_base" \
 
1614
            --srcdir=../.. --prefix="$$dc_install_base" \
1605
1615
          && $(MAKE) $(AM_MAKEFLAGS) \
1606
1616
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
1607
1617
          && $(MAKE) $(AM_MAKEFLAGS) check \
1817
1827
        uninstall-installed_test_metaDATA \
1818
1828
        uninstall-nobase_installed_testDATA uninstall-pkgconfigDATA
1819
1829
 
 
1830
.PRECIOUS: Makefile
 
1831
 
1820
1832
 
1821
1833
# test-nonrecursive: run tests only in cwd
1822
1834
@OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}