- Timestamp:
- Feb 2, 2016, 6:26:02 PM (5 years ago)
- Location:
- yaz/trunk/fuentes
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
yaz/trunk/fuentes/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 16 16 17 17 VPATH = @srcdir@ 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 19 29 am__make_running_with_option = \ 20 30 case $${target_option-} in \ … … 80 90 host_triplet = @host@ 81 91 subdir = . 82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \83 $(top_srcdir)/configure $(am__configure_deps) \84 $(srcdir)/yaz-config.in $(srcdir)/yaz.pc.in \85 $(srcdir)/Doxyfile.in $(top_srcdir)/win/version.nsi.in \86 ChangeLog NEWS config/compile config/config.guess \87 config/config.sub config/depcomp config/install-sh \88 config/missing config/ylwrap config/ltmain.sh \89 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \90 $(top_srcdir)/config/config.sub \91 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \92 $(top_srcdir)/config/missing93 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94 93 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 100 99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 101 100 $(ACLOCAL_M4) 101 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 102 $(am__configure_deps) $(am__DIST_COMMON) 102 103 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 103 104 configure.lineno config.status.lineno … … 192 193 CSCOPE = cscope 193 194 DIST_SUBDIRS = $(SUBDIRS) 195 am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in \ 196 $(srcdir)/yaz-config.in $(srcdir)/yaz.pc.in \ 197 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ 198 $(top_srcdir)/config/config.sub \ 199 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ 200 $(top_srcdir)/config/missing $(top_srcdir)/win/version.nsi.in \ 201 ChangeLog NEWS config/compile config/config.guess \ 202 config/config.sub config/depcomp config/install-sh \ 203 config/ltmain.sh config/missing config/ylwrap 194 204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 195 205 distdir = $(PACKAGE)-$(VERSION) … … 372 382 program_transform_name = @program_transform_name@ 373 383 psdir = @psdir@ 384 runstatedir = @runstatedir@ 374 385 sbindir = @sbindir@ 375 386 sharedstatedir = @sharedstatedir@ … … 410 421 $(am__cd) $(top_srcdir) && \ 411 422 $(AUTOMAKE) --foreign Makefile 412 .PRECIOUS: Makefile413 423 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 414 424 @case '$?' in \ … … 679 689 680 690 dist-tarZ: distdir 681 @echo WARNING: "Support for shar distribution archives is" \682 "deprecated." >&2691 @echo WARNING: "Support for distribution archives compressed with" \ 692 "legacy program 'compress' is deprecated." >&2 683 693 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 684 694 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z … … 686 696 687 697 dist-shar: distdir 688 @echo WARNING: "Support for distribution archives compressed with" \689 "legacy program 'compress' isdeprecated." >&2698 @echo WARNING: "Support for shar distribution archives is" \ 699 "deprecated." >&2 690 700 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 691 701 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz … … 723 733 chmod -R a-w $(distdir) 724 734 chmod u+w $(distdir) 725 mkdir $(distdir)/_build $(distdir)/_ inst735 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 726 736 chmod a-w $(distdir) 727 737 test -d $(distdir)/_build || exit 0; \ … … 729 739 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 730 740 && am__cwd=`pwd` \ 731 && $(am__cd) $(distdir)/_build \732 && ../ configure \741 && $(am__cd) $(distdir)/_build/sub \ 742 && ../../configure \ 733 743 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 734 744 $(DISTCHECK_CONFIGURE_FLAGS) \ 735 --srcdir=.. --prefix="$$dc_install_base" \745 --srcdir=../.. --prefix="$$dc_install_base" \ 736 746 && $(MAKE) $(AM_MAKEFLAGS) \ 737 747 && $(MAKE) $(AM_MAKEFLAGS) dvi \ … … 914 924 uninstall-am uninstall-pkgconfigDATA 915 925 926 .PRECIOUS: Makefile 927 916 928 917 929 dist-hook: -
yaz/trunk/fuentes/client/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 16 16 17 17 VPATH = @srcdir@ 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 19 29 am__make_running_with_option = \ 20 30 case $${target_option-} in \ … … 82 92 EXTRA_PROGRAMS = bertorture$(EXEEXT) 83 93 subdir = client 84 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \85 $(top_srcdir)/config/depcomp86 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 87 95 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 93 101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 94 102 $(ACLOCAL_M4) 103 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 95 104 mkinstalldirs = $(install_sh) -d 96 105 CONFIG_HEADER = $(top_builddir)/include/config.h … … 172 181 ETAGS = etags 173 182 CTAGS = ctags 183 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp 174 184 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 175 185 ACLOCAL = @ACLOCAL@ … … 311 321 program_transform_name = @program_transform_name@ 312 322 psdir = @psdir@ 323 runstatedir = @runstatedir@ 313 324 sbindir = @sbindir@ 314 325 sharedstatedir = @sharedstatedir@ … … 339 350 esac; \ 340 351 done; \ 341 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnuclient/Makefile'; \352 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign client/Makefile'; \ 342 353 $(am__cd) $(top_srcdir) && \ 343 $(AUTOMAKE) --gnu client/Makefile 344 .PRECIOUS: Makefile 354 $(AUTOMAKE) --foreign client/Makefile 345 355 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 346 356 @case '$?' in \ … … 665 675 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS 666 676 677 .PRECIOUS: Makefile 678 667 679 668 680 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
yaz/trunk/fuentes/doc/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 16 16 17 17 VPATH = @srcdir@ 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 19 29 am__make_running_with_option = \ 20 30 case $${target_option-} in \ … … 80 90 host_triplet = @host@ 81 91 subdir = doc 82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \83 $(srcdir)/local0.ent.in84 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 85 93 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 91 99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 92 100 $(ACLOCAL_M4) 101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 93 102 mkinstalldirs = $(install_sh) -d 94 103 CONFIG_HEADER = $(top_builddir)/include/config.h … … 185 194 CTAGS = ctags 186 195 DIST_SUBDIRS = $(SUBDIRS) 196 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/local0.ent.in 187 197 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 188 198 am__relativize = \ … … 349 359 program_transform_name = @program_transform_name@ 350 360 psdir = @psdir@ 361 runstatedir = @runstatedir@ 351 362 sbindir = @sbindir@ 352 363 sharedstatedir = @sharedstatedir@ … … 394 405 esac; \ 395 406 done; \ 396 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnudoc/Makefile'; \407 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 397 408 $(am__cd) $(top_srcdir) && \ 398 $(AUTOMAKE) --gnu doc/Makefile 399 .PRECIOUS: Makefile 409 $(AUTOMAKE) --foreign doc/Makefile 400 410 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 401 411 @case '$?' in \ … … 859 869 uninstall-man8 860 870 871 .PRECIOUS: Makefile 872 861 873 862 874 std-oid-table.xml: $(srcdir)/../src/oid.csv -
yaz/trunk/fuentes/doc/common/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 16 16 17 17 VPATH = @srcdir@ 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 19 29 am__make_running_with_option = \ 20 30 case $${target_option-} in \ … … 80 90 host_triplet = @host@ 81 91 subdir = doc/common 82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \83 $(srcdir)/print.dsl.in README84 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 85 93 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 91 99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 92 100 $(ACLOCAL_M4) 101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 93 102 mkinstalldirs = $(install_sh) -d 94 103 CONFIG_HEADER = $(top_builddir)/include/config.h … … 144 153 DATA = $(common_DATA) 145 154 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 155 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/print.dsl.in README 146 156 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 147 157 ACLOCAL = @ACLOCAL@ … … 283 293 program_transform_name = @program_transform_name@ 284 294 psdir = @psdir@ 295 runstatedir = @runstatedir@ 285 296 sbindir = @sbindir@ 286 297 sharedstatedir = @sharedstatedir@ … … 317 328 esac; \ 318 329 done; \ 319 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnudoc/common/Makefile'; \330 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/common/Makefile'; \ 320 331 $(am__cd) $(top_srcdir) && \ 321 $(AUTOMAKE) --gnu doc/common/Makefile 322 .PRECIOUS: Makefile 332 $(AUTOMAKE) --foreign doc/common/Makefile 323 333 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 324 334 @case '$?' in \ … … 522 532 uninstall-am uninstall-commonDATA 523 533 534 .PRECIOUS: Makefile 535 524 536 525 537 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
yaz/trunk/fuentes/etc/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 16 16 17 17 VPATH = @srcdir@ 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 19 29 am__make_running_with_option = \ 20 30 case $${target_option-} in \ … … 80 90 host_triplet = @host@ 81 91 subdir = etc 82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am83 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 84 93 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 90 99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 91 100 $(ACLOCAL_M4) 101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 92 102 mkinstalldirs = $(install_sh) -d 93 103 CONFIG_HEADER = $(top_builddir)/include/config.h … … 143 153 DATA = $(etcdata_DATA) 144 154 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 155 am__DIST_COMMON = $(srcdir)/Makefile.in 145 156 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 146 157 ACLOCAL = @ACLOCAL@ … … 282 293 program_transform_name = @program_transform_name@ 283 294 psdir = @psdir@ 295 runstatedir = @runstatedir@ 284 296 sbindir = @sbindir@ 285 297 sharedstatedir = @sharedstatedir@ … … 316 328 esac; \ 317 329 done; \ 318 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnuetc/Makefile'; \330 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign etc/Makefile'; \ 319 331 $(am__cd) $(top_srcdir) && \ 320 $(AUTOMAKE) --gnu etc/Makefile 321 .PRECIOUS: Makefile 332 $(AUTOMAKE) --foreign etc/Makefile 322 333 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 323 334 @case '$?' in \ … … 519 530 uninstall-am uninstall-etcdataDATA 520 531 532 .PRECIOUS: Makefile 533 521 534 522 535 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
yaz/trunk/fuentes/include/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 15 15 @SET_MAKE@ 16 16 VPATH = @srcdir@ 17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 17 am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27 } 18 28 am__make_running_with_option = \ 19 29 case $${target_option-} in \ … … 79 89 host_triplet = @host@ 80 90 subdir = include 81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \82 $(srcdir)/config.h.in83 91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 84 92 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 90 98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 91 99 $(ACLOCAL_M4) 100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 92 101 mkinstalldirs = $(install_sh) -d 93 102 CONFIG_HEADER = config.h … … 150 159 CTAGS = ctags 151 160 DIST_SUBDIRS = $(SUBDIRS) 161 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in 152 162 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 153 163 am__relativize = \ … … 314 324 program_transform_name = @program_transform_name@ 315 325 psdir = @psdir@ 326 runstatedir = @runstatedir@ 316 327 sbindir = @sbindir@ 317 328 sharedstatedir = @sharedstatedir@ … … 340 351 $(am__cd) $(top_srcdir) && \ 341 352 $(AUTOMAKE) --foreign include/Makefile 342 .PRECIOUS: Makefile343 353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 344 354 @case '$?' in \ … … 651 661 uninstall-am 652 662 663 .PRECIOUS: Makefile 664 653 665 654 666 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
yaz/trunk/fuentes/include/yaz/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 16 16 17 17 VPATH = @srcdir@ 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 19 29 am__make_running_with_option = \ 20 30 case $${target_option-} in \ … … 80 90 host_triplet = @host@ 81 91 subdir = include/yaz 82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \83 $(srcdir)/yaz-version.h.in $(noinst_HEADERS) \84 $(pkginclude_HEADERS)85 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 86 93 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 92 99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 93 100 $(ACLOCAL_M4) 101 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 102 $(pkginclude_HEADERS) $(am__DIST_COMMON) 94 103 mkinstalldirs = $(install_sh) -d 95 104 CONFIG_HEADER = $(top_builddir)/include/config.h … … 163 172 ETAGS = etags 164 173 CTAGS = ctags 174 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/yaz-version.h.in 165 175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 166 176 ACLOCAL = @ACLOCAL@ … … 302 312 program_transform_name = @program_transform_name@ 303 313 psdir = @psdir@ 314 runstatedir = @runstatedir@ 304 315 sbindir = @sbindir@ 305 316 sharedstatedir = @sharedstatedir@ … … 347 358 esac; \ 348 359 done; \ 349 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnuinclude/yaz/Makefile'; \360 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/yaz/Makefile'; \ 350 361 $(am__cd) $(top_srcdir) && \ 351 $(AUTOMAKE) --gnu include/yaz/Makefile 352 .PRECIOUS: Makefile 362 $(AUTOMAKE) --foreign include/yaz/Makefile 353 363 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 354 364 @case '$?' in \ … … 599 609 uninstall-pkgincludeHEADERS 600 610 611 .PRECIOUS: Makefile 612 601 613 602 614 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
yaz/trunk/fuentes/src/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 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 \ … … 81 91 host_triplet = @host@ 82 92 subdir = src 83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am cql.c \84 $(top_srcdir)/config/depcomp $(top_srcdir)/config/ylwrap85 93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 86 94 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 92 100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 93 101 $(ACLOCAL_M4) 102 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 94 103 mkinstalldirs = $(install_sh) -d 95 104 CONFIG_HEADER = $(top_builddir)/include/config.h … … 279 288 ETAGS = etags 280 289 CTAGS = ctags 290 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \ 291 $(top_srcdir)/config/ylwrap cql.c 281 292 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 282 293 ACLOCAL = @ACLOCAL@ … … 418 429 program_transform_name = @program_transform_name@ 419 430 psdir = @psdir@ 431 runstatedir = @runstatedir@ 420 432 sbindir = @sbindir@ 421 433 sharedstatedir = @sharedstatedir@ … … 541 553 esac; \ 542 554 done; \ 543 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/Makefile'; \555 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 544 556 $(am__cd) $(top_srcdir) && \ 545 $(AUTOMAKE) --gnu src/Makefile 546 .PRECIOUS: Makefile 557 $(AUTOMAKE) --foreign src/Makefile 547 558 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 548 559 @case '$?' in \ … … 1251 1262 uninstall-libLTLIBRARIES uninstall-tabdataDATA 1252 1263 1264 .PRECIOUS: Makefile 1265 1253 1266 1254 1267 dist-hook: -
yaz/trunk/fuentes/test/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 15 15 @SET_MAKE@ 16 16 VPATH = @srcdir@ 17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 17 am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27 } 18 28 am__make_running_with_option = \ 19 29 case $${target_option-} in \ … … 96 106 test_zgdu$(EXEEXT) 97 107 subdir = test 98 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \99 $(top_srcdir)/config/depcomp $(top_srcdir)/config/test-driver100 108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 101 109 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 107 115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 108 116 $(ACLOCAL_M4) 117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 109 118 mkinstalldirs = $(install_sh) -d 110 119 CONFIG_HEADER = $(top_builddir)/include/config.h … … 567 576 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 568 577 $(TEST_LOG_FLAGS) 578 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \ 579 $(top_srcdir)/config/test-driver 569 580 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 570 581 ACLOCAL = @ACLOCAL@ … … 706 717 program_transform_name = @program_transform_name@ 707 718 psdir = @psdir@ 719 runstatedir = @runstatedir@ 708 720 sbindir = @sbindir@ 709 721 sharedstatedir = @sharedstatedir@ … … 791 803 esac; \ 792 804 done; \ 793 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnutest/Makefile'; \805 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ 794 806 $(am__cd) $(top_srcdir) && \ 795 $(AUTOMAKE) --gnu test/Makefile 796 .PRECIOUS: Makefile 807 $(AUTOMAKE) --foreign test/Makefile 797 808 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 798 809 @case '$?' in \ … … 1132 1143 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1133 1144 "recursion detected" >&2; \ 1134 el se\1145 elif test -n "$$redo_logs"; then \ 1135 1146 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1136 1147 fi; \ … … 1718 1729 recheck tags tags-am uninstall uninstall-am 1719 1730 1731 .PRECIOUS: Makefile 1732 1720 1733 1721 1734 dist-hook: -
yaz/trunk/fuentes/util/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 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 \ … … 87 97 yaz-record-conv$(EXEEXT) 88 98 subdir = util 89 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \90 $(top_srcdir)/config/depcomp91 99 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92 100 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 98 106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 107 $(ACLOCAL_M4) 108 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 100 109 mkinstalldirs = $(install_sh) -d 101 110 CONFIG_HEADER = $(top_builddir)/include/config.h … … 247 256 ETAGS = etags 248 257 CTAGS = ctags 258 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp 249 259 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 250 260 ACLOCAL = @ACLOCAL@ … … 386 396 program_transform_name = @program_transform_name@ 387 397 psdir = @psdir@ 398 runstatedir = @runstatedir@ 388 399 sbindir = @sbindir@ 389 400 sharedstatedir = @sharedstatedir@ … … 441 452 esac; \ 442 453 done; \ 443 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnuutil/Makefile'; \454 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign util/Makefile'; \ 444 455 $(am__cd) $(top_srcdir) && \ 445 $(AUTOMAKE) --gnu util/Makefile 446 .PRECIOUS: Makefile 456 $(AUTOMAKE) --foreign util/Makefile 447 457 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 448 458 @case '$?' in \ … … 867 877 uninstall-binSCRIPTS 868 878 879 .PRECIOUS: Makefile 880 869 881 870 882 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
yaz/trunk/fuentes/zoom/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 16 16 17 17 VPATH = @srcdir@ 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 19 29 am__make_running_with_option = \ 20 30 case $${target_option-} in \ … … 86 96 zoom-benchmark$(EXEEXT) zoom-ka$(EXEEXT) zoom-bug-641$(EXEEXT) 87 97 subdir = zoom 88 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \89 $(top_srcdir)/config/depcomp90 98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 91 99 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 97 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 106 $(ACLOCAL_M4) 107 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 99 108 mkinstalldirs = $(install_sh) -d 100 109 CONFIG_HEADER = $(top_builddir)/include/config.h … … 238 247 ETAGS = etags 239 248 CTAGS = ctags 249 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp 240 250 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 241 251 ACLOCAL = @ACLOCAL@ … … 377 387 program_transform_name = @program_transform_name@ 378 388 psdir = @psdir@ 389 runstatedir = @runstatedir@ 379 390 sbindir = @sbindir@ 380 391 sharedstatedir = @sharedstatedir@ … … 415 426 esac; \ 416 427 done; \ 417 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnuzoom/Makefile'; \428 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign zoom/Makefile'; \ 418 429 $(am__cd) $(top_srcdir) && \ 419 $(AUTOMAKE) --gnu zoom/Makefile 420 .PRECIOUS: Makefile 430 $(AUTOMAKE) --foreign zoom/Makefile 421 431 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 422 432 @case '$?' in \ … … 814 824 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS 815 825 826 .PRECIOUS: Makefile 827 816 828 817 829 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
yaz/trunk/fuentes/ztest/Makefile.in
r265 r272 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free 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 … … 16 16 17 17 VPATH = @srcdir@ 18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 19 29 am__make_running_with_option = \ 20 30 case $${target_option-} in \ … … 82 92 noinst_PROGRAMS = gfs-example$(EXEEXT) 83 93 subdir = ztest 84 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \85 $(top_srcdir)/config/depcomp86 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 87 95 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ … … 93 101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 94 102 $(ACLOCAL_M4) 103 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 95 104 mkinstalldirs = $(install_sh) -d 96 105 CONFIG_HEADER = $(top_builddir)/include/config.h … … 172 181 ETAGS = etags 173 182 CTAGS = ctags 183 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp 174 184 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 175 185 ACLOCAL = @ACLOCAL@ … … 311 321 program_transform_name = @program_transform_name@ 312 322 psdir = @psdir@ 323 runstatedir = @runstatedir@ 313 324 sbindir = @sbindir@ 314 325 sharedstatedir = @sharedstatedir@ … … 337 348 esac; \ 338 349 done; \ 339 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnuztest/Makefile'; \350 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ztest/Makefile'; \ 340 351 $(am__cd) $(top_srcdir) && \ 341 $(AUTOMAKE) --gnu ztest/Makefile 342 .PRECIOUS: Makefile 352 $(AUTOMAKE) --foreign ztest/Makefile 343 353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 344 354 @case '$?' in \ … … 674 684 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS 675 685 686 .PRECIOUS: Makefile 687 676 688 677 689 clean-local:
Note: See TracChangeset
for help on using the changeset viewer.