|
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,
|
|
16 | 16 |
|
17 | 17 |
|
18 | 18 | VPATH = @srcdir@
|
19 |
| -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 19 | +am__is_gnu_make = { \ |
| 20 | + if test -z '$(MAKELEVEL)'; then \ |
| 21 | + false; \ |
| 22 | + elif test -n '$(MAKE_HOST)'; then \ |
| 23 | + true; \ |
| 24 | + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
| 25 | + true; \ |
| 26 | + else \ |
| 27 | + false; \ |
| 28 | + fi; \ |
| 29 | +} |
20 | 30 | am__make_running_with_option = \
|
21 | 31 | case $${target_option-} in \
|
22 | 32 | ?) ;; \
|
@@ -80,16 +90,12 @@ POST_UNINSTALL = :
|
80 | 90 | build_triplet = @build@
|
81 | 91 | host_triplet = @host@
|
82 | 92 | subdir = .
|
83 |
| -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
84 |
| - $(top_srcdir)/configure $(am__configure_deps) \ |
85 |
| - $(srcdir)/do-not-use-config.h.in $(srcdir)/Xfuncproto.h.in \ |
86 |
| - $(srcdir)/Xpoll.h.in $(srcdir)/xproto.pc.in $(xproto_HEADERS) \ |
87 |
| - AUTHORS COPYING ChangeLog INSTALL README compile config.guess \ |
88 |
| - config.sub install-sh missing |
89 | 93 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
90 | 94 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
91 | 95 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
92 | 96 | $(ACLOCAL_M4)
|
| 97 | +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
| 98 | + $(am__configure_deps) $(xproto_HEADERS) $(am__DIST_COMMON) |
93 | 99 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
94 | 100 | configure.lineno config.status.lineno
|
95 | 101 | mkinstalldirs = $(install_sh) -d
|
@@ -184,6 +190,10 @@ ETAGS = etags
|
184 | 190 | CTAGS = ctags
|
185 | 191 | CSCOPE = cscope
|
186 | 192 | DIST_SUBDIRS = $(SUBDIRS)
|
| 193 | +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Xfuncproto.h.in \ |
| 194 | + $(srcdir)/Xpoll.h.in $(srcdir)/do-not-use-config.h.in \ |
| 195 | + $(srcdir)/xproto.pc.in AUTHORS COPYING ChangeLog INSTALL \ |
| 196 | + README compile config.guess config.sub install-sh missing |
187 | 197 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
188 | 198 | distdir = $(PACKAGE)-$(VERSION)
|
189 | 199 | top_distdir = $(distdir)
|
@@ -286,6 +296,8 @@ PACKAGE_URL = @PACKAGE_URL@
|
286 | 296 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
287 | 297 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
288 | 298 | PKG_CONFIG = @PKG_CONFIG@
|
| 299 | +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
| 300 | +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
289 | 301 | SED = @SED@
|
290 | 302 | SET_MAKE = @SET_MAKE@
|
291 | 303 | SHELL = @SHELL@
|
@@ -403,7 +415,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
403 | 415 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
404 | 416 | $(am__cd) $(top_srcdir) && \
|
405 | 417 | $(AUTOMAKE) --foreign Makefile
|
406 |
| -.PRECIOUS: Makefile |
407 | 418 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
408 | 419 | @case '$?' in \
|
409 | 420 | *config.status*) \
|
@@ -702,15 +713,15 @@ dist-xz: distdir
|
702 | 713 | $(am__post_remove_distdir)
|
703 | 714 |
|
704 | 715 | dist-tarZ: distdir
|
705 |
| - @echo WARNING: "Support for shar distribution archives is" \ |
706 |
| - "deprecated." >&2 |
| 716 | + @echo WARNING: "Support for distribution archives compressed with" \ |
| 717 | + "legacy program 'compress' is deprecated." >&2 |
707 | 718 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
708 | 719 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
709 | 720 | $(am__post_remove_distdir)
|
710 | 721 |
|
711 | 722 | dist-shar: distdir
|
712 |
| - @echo WARNING: "Support for distribution archives compressed with" \ |
713 |
| - "legacy program 'compress' is deprecated." >&2 |
| 723 | + @echo WARNING: "Support for shar distribution archives is" \ |
| 724 | + "deprecated." >&2 |
714 | 725 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
715 | 726 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
716 | 727 | $(am__post_remove_distdir)
|
@@ -746,17 +757,17 @@ distcheck: dist
|
746 | 757 | esac
|
747 | 758 | chmod -R a-w $(distdir)
|
748 | 759 | chmod u+w $(distdir)
|
749 |
| - mkdir $(distdir)/_build $(distdir)/_inst |
| 760 | + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
750 | 761 | chmod a-w $(distdir)
|
751 | 762 | test -d $(distdir)/_build || exit 0; \
|
752 | 763 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
753 | 764 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
754 | 765 | && am__cwd=`pwd` \
|
755 |
| - && $(am__cd) $(distdir)/_build \ |
756 |
| - && ../configure \ |
| 766 | + && $(am__cd) $(distdir)/_build/sub \ |
| 767 | + && ../../configure \ |
757 | 768 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
758 | 769 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
759 |
| - --srcdir=.. --prefix="$$dc_install_base" \ |
| 770 | + --srcdir=../.. --prefix="$$dc_install_base" \ |
760 | 771 | && $(MAKE) $(AM_MAKEFLAGS) \
|
761 | 772 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
762 | 773 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
@@ -939,6 +950,8 @@ uninstall-am: uninstall-nodist_xprotoHEADERS uninstall-pkgconfigDATA \
|
939 | 950 | tags-am uninstall uninstall-am uninstall-nodist_xprotoHEADERS \
|
940 | 951 | uninstall-pkgconfigDATA uninstall-xprotoHEADERS
|
941 | 952 |
|
| 953 | +.PRECIOUS: Makefile |
| 954 | + |
942 | 955 |
|
943 | 956 | .PHONY: ChangeLog INSTALL
|
944 | 957 |
|
|
0 commit comments