OLD | NEW |
1 # Makefile.in generated by automake 1.14.1 from Makefile.am. | 1 # Makefile.in generated by automake 1.15 from Makefile.am. |
2 # @configure_input@ | 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 # This Makefile.in is free software; the Free Software Foundation | 6 # This Makefile.in is free software; the Free Software Foundation |
7 # gives unlimited permission to copy and/or distribute it, | 7 # gives unlimited permission to copy and/or distribute it, |
8 # with or without modifications, as long as this notice is preserved. | 8 # with or without modifications, as long as this notice is preserved. |
9 | 9 |
10 # This program is distributed in the hope that it will be useful, | 10 # This program is distributed in the hope that it will be useful, |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
13 # PARTICULAR PURPOSE. | 13 # PARTICULAR PURPOSE. |
14 | 14 |
15 @SET_MAKE@ | 15 @SET_MAKE@ |
16 | 16 |
17 | 17 |
18 VPATH = @srcdir@ | 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 am__make_running_with_option = \ | 30 am__make_running_with_option = \ |
21 case $${target_option-} in \ | 31 case $${target_option-} in \ |
22 ?) ;; \ | 32 ?) ;; \ |
23 *) echo "am__make_running_with_option: internal error: invalid" \ | 33 *) echo "am__make_running_with_option: internal error: invalid" \ |
24 "target option '$${target_option-}' specified" >&2; \ | 34 "target option '$${target_option-}' specified" >&2; \ |
25 exit 1;; \ | 35 exit 1;; \ |
26 esac; \ | 36 esac; \ |
27 has_opt=no; \ | 37 has_opt=no; \ |
28 sane_makeflags=$$MAKEFLAGS; \ | 38 sane_makeflags=$$MAKEFLAGS; \ |
29 if $(am__is_gnu_make); then \ | 39 if $(am__is_gnu_make); then \ |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 transform = $(program_transform_name) | 83 transform = $(program_transform_name) |
74 NORMAL_INSTALL = : | 84 NORMAL_INSTALL = : |
75 PRE_INSTALL = : | 85 PRE_INSTALL = : |
76 POST_INSTALL = : | 86 POST_INSTALL = : |
77 NORMAL_UNINSTALL = : | 87 NORMAL_UNINSTALL = : |
78 PRE_UNINSTALL = : | 88 PRE_UNINSTALL = : |
79 POST_UNINSTALL = : | 89 POST_UNINSTALL = : |
80 build_triplet = @build@ | 90 build_triplet = @build@ |
81 host_triplet = @host@ | 91 host_triplet = @host@ |
82 subdir = libexslt | 92 subdir = libexslt |
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | |
84 $(srcdir)/exsltconfig.h.in $(top_srcdir)/depcomp \ | |
85 $(exsltinc_HEADERS) | |
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
87 am__aclocal_m4_deps = $(top_srcdir)/configure.in | 94 am__aclocal_m4_deps = $(top_srcdir)/configure.in |
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
89 $(ACLOCAL_M4) | 96 $(ACLOCAL_M4) |
| 97 DIST_COMMON = $(srcdir)/Makefile.am $(exsltinc_HEADERS) \ |
| 98 $(am__DIST_COMMON) |
90 mkinstalldirs = $(install_sh) -d | 99 mkinstalldirs = $(install_sh) -d |
91 CONFIG_HEADER = $(top_builddir)/config.h | 100 CONFIG_HEADER = $(top_builddir)/config.h |
92 CONFIG_CLEAN_FILES = exsltconfig.h | 101 CONFIG_CLEAN_FILES = exsltconfig.h |
93 CONFIG_CLEAN_VPATH_FILES = | 102 CONFIG_CLEAN_VPATH_FILES = |
94 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | 103 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
95 am__vpath_adj = case $$p in \ | 104 am__vpath_adj = case $$p in \ |
96 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | 105 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
97 *) f=$$p;; \ | 106 *) f=$$p;; \ |
98 esac; | 107 esac; |
99 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | 108 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 # Make sure the list of sources is unique. This is necessary because, | 201 # Make sure the list of sources is unique. This is necessary because, |
193 # e.g., the same source file might be shared among _SOURCES variables | 202 # e.g., the same source file might be shared among _SOURCES variables |
194 # for different programs/libraries. | 203 # for different programs/libraries. |
195 am__define_uniq_tagged_files = \ | 204 am__define_uniq_tagged_files = \ |
196 list='$(am__tagged_files)'; \ | 205 list='$(am__tagged_files)'; \ |
197 unique=`for i in $$list; do \ | 206 unique=`for i in $$list; do \ |
198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
199 done | $(am__uniquify_input)` | 208 done | $(am__uniquify_input)` |
200 ETAGS = etags | 209 ETAGS = etags |
201 CTAGS = ctags | 210 CTAGS = ctags |
| 211 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/exsltconfig.h.in \ |
| 212 $(top_srcdir)/depcomp |
202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 213 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
203 ACLOCAL = @ACLOCAL@ | 214 ACLOCAL = @ACLOCAL@ |
204 AMTAR = @AMTAR@ | 215 AMTAR = @AMTAR@ |
205 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | 216 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
206 AR = @AR@ | 217 AR = @AR@ |
207 AS = @AS@ | 218 AS = @AS@ |
208 AUTOCONF = @AUTOCONF@ | 219 AUTOCONF = @AUTOCONF@ |
209 AUTOHEADER = @AUTOHEADER@ | 220 AUTOHEADER = @AUTOHEADER@ |
210 AUTOMAKE = @AUTOMAKE@ | 221 AUTOMAKE = @AUTOMAKE@ |
211 AWK = @AWK@ | 222 AWK = @AWK@ |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@ | 273 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@ |
263 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@ | 274 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@ |
264 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@ | 275 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@ |
265 LIBXSLT_VERSION = @LIBXSLT_VERSION@ | 276 LIBXSLT_VERSION = @LIBXSLT_VERSION@ |
266 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@ | 277 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@ |
267 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@ | 278 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@ |
268 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@ | 279 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@ |
269 LIPO = @LIPO@ | 280 LIPO = @LIPO@ |
270 LN_S = @LN_S@ | 281 LN_S = @LN_S@ |
271 LTLIBOBJS = @LTLIBOBJS@ | 282 LTLIBOBJS = @LTLIBOBJS@ |
| 283 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
272 MAKEINFO = @MAKEINFO@ | 284 MAKEINFO = @MAKEINFO@ |
273 MANIFEST_TOOL = @MANIFEST_TOOL@ | 285 MANIFEST_TOOL = @MANIFEST_TOOL@ |
274 MKDIR_P = @MKDIR_P@ | 286 MKDIR_P = @MKDIR_P@ |
275 MV = @MV@ | 287 MV = @MV@ |
276 M_LIBS = @M_LIBS@ | 288 M_LIBS = @M_LIBS@ |
277 NM = @NM@ | 289 NM = @NM@ |
278 NMEDIT = @NMEDIT@ | 290 NMEDIT = @NMEDIT@ |
279 OBJDUMP = @OBJDUMP@ | 291 OBJDUMP = @OBJDUMP@ |
280 OBJEXT = @OBJEXT@ | 292 OBJEXT = @OBJEXT@ |
281 OTOOL = @OTOOL@ | 293 OTOOL = @OTOOL@ |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 case '$(am__configure_deps)' in \ | 429 case '$(am__configure_deps)' in \ |
418 *$$dep*) \ | 430 *$$dep*) \ |
419 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | 431 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
420 && { if test -f $@; then exit 0; else break; fi; }; \ | 432 && { if test -f $@; then exit 0; else break; fi; }; \ |
421 exit 1;; \ | 433 exit 1;; \ |
422 esac; \ | 434 esac; \ |
423 done; \ | 435 done; \ |
424 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libexslt/Makefile'; \ | 436 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libexslt/Makefile'; \ |
425 $(am__cd) $(top_srcdir) && \ | 437 $(am__cd) $(top_srcdir) && \ |
426 $(AUTOMAKE) --gnu libexslt/Makefile | 438 $(AUTOMAKE) --gnu libexslt/Makefile |
427 .PRECIOUS: Makefile | |
428 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 439 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
429 @case '$?' in \ | 440 @case '$?' in \ |
430 *config.status*) \ | 441 *config.status*) \ |
431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | 442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
432 *) \ | 443 *) \ |
433 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $
(am__depfiles_maybe)'; \ | 444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $
(am__depfiles_maybe)'; \ |
434 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de
pfiles_maybe);; \ | 445 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de
pfiles_maybe);; \ |
435 esac; | 446 esac; |
436 | 447 |
437 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
IES) | 448 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
IES) |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 install-libLTLIBRARIES install-man install-man3 \ | 830 install-libLTLIBRARIES install-man install-man3 \ |
820 install-nodist_exsltincHEADERS install-pdf install-pdf-am \ | 831 install-nodist_exsltincHEADERS install-pdf install-pdf-am \ |
821 install-ps install-ps-am install-strip installcheck \ | 832 install-ps install-ps-am install-strip installcheck \ |
822 installcheck-am installdirs maintainer-clean \ | 833 installcheck-am installdirs maintainer-clean \ |
823 maintainer-clean-generic mostlyclean mostlyclean-compile \ | 834 maintainer-clean-generic mostlyclean mostlyclean-compile \ |
824 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | 835 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
825 tags tags-am uninstall uninstall-am uninstall-exsltincHEADERS \ | 836 tags tags-am uninstall uninstall-am uninstall-exsltincHEADERS \ |
826 uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \ | 837 uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \ |
827 uninstall-nodist_exsltincHEADERS | 838 uninstall-nodist_exsltincHEADERS |
828 | 839 |
| 840 .PRECIOUS: Makefile |
| 841 |
829 | 842 |
830 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 843 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
831 # Otherwise a system limit (for SysV at least) may be exceeded. | 844 # Otherwise a system limit (for SysV at least) may be exceeded. |
832 .NOEXPORT: | 845 .NOEXPORT: |
OLD | NEW |