1
- # Makefile.in generated by automake 1.13.4 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 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,20 +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
- $(top_srcdir ) /include/config.h.in $(top_srcdir ) /config/depcomp \
86
- $(include_HEADERS ) config/ar-lib config/compile \
87
- config/config.guess config/config.sub config/depcomp \
88
- config/install-sh config/missing config/ltmain.sh \
89
- $(top_srcdir ) /config/ar-lib $(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/missing
93
93
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
94
94
am__aclocal_m4_deps = $(top_srcdir ) /configure.ac
95
95
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
96
96
$(ACLOCAL_M4 )
97
+ DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
98
+ $(am__configure_deps ) $(include_HEADERS ) $(am__DIST_COMMON )
97
99
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98
100
configure.lineno config.status.lineno
99
101
mkinstalldirs = $(install_sh ) -d
@@ -155,7 +157,9 @@ am__v_at_0 = @
155
157
am__v_at_1 =
156
158
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir ) /include
157
159
depcomp = $(SHELL ) $(top_srcdir ) /config/depcomp
158
- am__depfiles_maybe = depfiles
160
+ am__maybe_remake_depfiles = depfiles
161
+ am__depfiles_remade = src/$(DEPDIR ) /fqexpbuffer.Plo \
162
+ src/$(DEPDIR ) /fqmultibyte.Plo src/$(DEPDIR ) /libfq.Plo
159
163
am__mv = mv -f
160
164
COMPILE = $(CC ) $(DEFS ) $(DEFAULT_INCLUDES ) $(INCLUDES ) $(AM_CPPFLAGS ) \
161
165
$(CPPFLAGS ) $(AM_CFLAGS ) $(CFLAGS )
@@ -198,7 +202,7 @@ am__recursive_targets = \
198
202
$(RECURSIVE_CLEAN_TARGETS ) \
199
203
$(am__extra_recursive_targets )
200
204
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive= ) TAGS CTAGS \
201
- cscope distdir dist dist-all distcheck
205
+ cscope distdir distdir-am dist dist-all distcheck
202
206
am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) $(LISP )
203
207
# Read a list of newline-separated strings from the standard input,
204
208
# and print each of them once, without duplicates. Input order is
@@ -220,6 +224,14 @@ ETAGS = etags
220
224
CTAGS = ctags
221
225
CSCOPE = cscope
222
226
DIST_SUBDIRS = $(SUBDIRS )
227
+ am__DIST_COMMON = $(srcdir ) /Makefile.in $(top_srcdir ) /config/ar-lib \
228
+ $(top_srcdir ) /config/compile $(top_srcdir ) /config/config.guess \
229
+ $(top_srcdir ) /config/config.sub $(top_srcdir ) /config/depcomp \
230
+ $(top_srcdir ) /config/install-sh $(top_srcdir ) /config/ltmain.sh \
231
+ $(top_srcdir ) /config/missing $(top_srcdir ) /include/config.h.in \
232
+ config/ar-lib config/compile config/config.guess \
233
+ config/config.sub config/depcomp config/install-sh \
234
+ config/ltmain.sh config/missing
223
235
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
224
236
distdir = $(PACKAGE ) -$(VERSION )
225
237
top_distdir = $(distdir )
@@ -301,6 +313,7 @@ LIBTOOL = @LIBTOOL@
301
313
LIPO = @LIPO@
302
314
LN_S = @LN_S@
303
315
LTLIBOBJS = @LTLIBOBJS@
316
+ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304
317
MAINT = @MAINT@
305
318
MAKEINFO = @MAKEINFO@
306
319
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -388,7 +401,7 @@ AM_LDFLAGS = -lfbclient -L$(fbclient)
388
401
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
389
402
lib_LTLIBRARIES = libfq.la
390
403
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
391
- libfq_la_LDFLAGS = -release 0.4.2 -lfbclient -L$(fbclient )
404
+ libfq_la_LDFLAGS = -release 0.4.3 -lfbclient -L$(fbclient )
392
405
all : all-recursive
393
406
394
407
.SUFFIXES :
@@ -408,15 +421,14 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
408
421
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
409
422
$(am__cd ) $(top_srcdir ) && \
410
423
$(AUTOMAKE ) --foreign Makefile
411
- .PRECIOUS : Makefile
412
424
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
413
425
@case ' $?' in \
414
426
* config.status* ) \
415
427
echo ' $(SHELL) ./config.status' ; \
416
428
$(SHELL ) ./config.status;; \
417
429
* ) \
418
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe )' ; \
419
- cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__depfiles_maybe ) ;; \
430
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles )' ; \
431
+ cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__maybe_remake_depfiles ) ;; \
420
432
esac ;
421
433
422
434
$(top_builddir ) /config.status : $(top_srcdir ) /configure $(CONFIG_STATUS_DEPENDENCIES )
@@ -429,8 +441,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
429
441
$(am__aclocal_m4_deps ) :
430
442
431
443
include/config.h : include/stamp-h1
432
- @if test ! -f $@ ; then rm -f include/stamp-h1; else : ; fi
433
- @if test ! -f $@ ; then $(MAKE ) $(AM_MAKEFLAGS ) include/stamp-h1; else : ; fi
444
+ @test -f $@ || rm -f include/stamp-h1
445
+ @test -f $@ || $(MAKE ) $(AM_MAKEFLAGS ) include/stamp-h1
434
446
435
447
include/stamp-h1 : $(top_srcdir ) /include/config.h.in $(top_builddir ) /config.status
436
448
@rm -f include/stamp-h1
@@ -498,9 +510,15 @@ mostlyclean-compile:
498
510
distclean-compile :
499
511
-rm -f * .tab.c
500
512
501
- @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fqexpbuffer.Plo@am__quote@
502
- @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fqmultibyte.Plo@am__quote@
503
- @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libfq.Plo@am__quote@
513
+ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fqexpbuffer.Plo@am__quote@ # am--include-marker
514
+ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fqmultibyte.Plo@am__quote@ # am--include-marker
515
+ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libfq.Plo@am__quote@ # am--include-marker
516
+
517
+ $(am__depfiles_remade ) :
518
+ @$(MKDIR_P ) $(@D )
519
+ @echo ' # dummy' > $@ -t && $(am__mv ) $@ -t $@
520
+
521
+ am--depfiles : $(am__depfiles_remade )
504
522
505
523
.c.o :
506
524
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -663,7 +681,10 @@ distclean-tags:
663
681
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
664
682
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
665
683
666
- distdir : $(DISTFILES )
684
+ distdir : $(BUILT_SOURCES )
685
+ $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
686
+
687
+ distdir-am : $(DISTFILES )
667
688
$(am__remove_distdir )
668
689
test -d " $( distdir) " || mkdir " $( distdir) "
669
690
@srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
@@ -728,7 +749,7 @@ distdir: $(DISTFILES)
728
749
! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
729
750
|| chmod -R a+r " $( distdir) "
730
751
dist-gzip : distdir
731
- tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
752
+ tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
732
753
$(am__post_remove_distdir )
733
754
734
755
dist-bzip2 : distdir
@@ -744,11 +765,17 @@ dist-xz: distdir
744
765
$(am__post_remove_distdir )
745
766
746
767
dist-tarZ : distdir
768
+ @echo WARNING: " Support for distribution archives compressed with" \
769
+ " legacy program 'compress' is deprecated." >&2
770
+ @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
747
771
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
748
772
$(am__post_remove_distdir )
749
773
750
774
dist-shar : distdir
751
- shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
775
+ @echo WARNING: " Support for shar distribution archives is" \
776
+ " deprecated." >&2
777
+ @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
778
+ shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
752
779
$(am__post_remove_distdir )
753
780
754
781
dist-zip : distdir
@@ -766,7 +793,7 @@ dist dist-all:
766
793
distcheck : dist
767
794
case ' $(DIST_ARCHIVES)' in \
768
795
* .tar.gz* ) \
769
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
796
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
770
797
* .tar.bz2* ) \
771
798
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
772
799
* .tar.lz* ) \
@@ -776,22 +803,23 @@ distcheck: dist
776
803
* .tar.Z* ) \
777
804
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
778
805
* .shar.gz* ) \
779
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
806
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
780
807
* .zip* ) \
781
808
unzip $(distdir ) .zip ;; \
782
809
esac
783
810
chmod -R a-w $(distdir )
784
811
chmod u+w $(distdir )
785
- mkdir $(distdir ) /_build $(distdir ) /_inst
812
+ mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
786
813
chmod a-w $(distdir )
787
814
test -d $(distdir ) /_build || exit 0; \
788
815
dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
789
816
&& dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
790
817
&& am__cwd=` pwd` \
791
- && $(am__cd ) $(distdir ) /_build \
792
- && ../configure --srcdir=.. --prefix= " $$ dc_install_base " \
818
+ && $(am__cd ) $(distdir ) /_build/sub \
819
+ && ../../configure \
793
820
$(AM_DISTCHECK_CONFIGURE_FLAGS ) \
794
821
$(DISTCHECK_CONFIGURE_FLAGS ) \
822
+ --srcdir=../.. --prefix=" $$ dc_install_base" \
795
823
&& $(MAKE ) $(AM_MAKEFLAGS ) \
796
824
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
797
825
&& $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -891,7 +919,9 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
891
919
892
920
distclean : distclean-recursive
893
921
-rm -f $(am__CONFIG_DISTCLEAN_FILES )
894
- -rm -rf src/$(DEPDIR )
922
+ -rm -f src/$(DEPDIR ) /fqexpbuffer.Plo
923
+ -rm -f src/$(DEPDIR ) /fqmultibyte.Plo
924
+ -rm -f src/$(DEPDIR ) /libfq.Plo
895
925
-rm -f Makefile
896
926
distclean-am : clean-am distclean-compile distclean-generic \
897
927
distclean-hdr distclean-libtool distclean-tags
@@ -939,7 +969,9 @@ installcheck-am:
939
969
maintainer-clean : maintainer-clean-recursive
940
970
-rm -f $(am__CONFIG_DISTCLEAN_FILES )
941
971
-rm -rf $(top_srcdir ) /autom4te.cache
942
- -rm -rf src/$(DEPDIR )
972
+ -rm -f src/$(DEPDIR ) /fqexpbuffer.Plo
973
+ -rm -f src/$(DEPDIR ) /fqmultibyte.Plo
974
+ -rm -f src/$(DEPDIR ) /libfq.Plo
943
975
-rm -f Makefile
944
976
maintainer-clean-am : distclean-am maintainer-clean-generic
945
977
@@ -961,23 +993,26 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
961
993
.MAKE : $(am__recursive_targets ) install-am install-strip
962
994
963
995
.PHONY : $(am__recursive_targets ) CTAGS GTAGS TAGS all all-am \
964
- am--refresh check check-am clean clean-cscope clean-generic \
965
- clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
966
- ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
967
- dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
968
- distclean-compile distclean-generic distclean-hdr \
969
- distclean-libtool distclean-tags distcleancheck distdir \
970
- distuninstallcheck dvi dvi-am html html-am info info-am \
971
- install install-am install-data install-data-am install-dvi \
972
- install-dvi-am install-exec install-exec-am install-html \
973
- install-html-am install-includeHEADERS install-info \
974
- install-info-am install-libLTLIBRARIES install-man install-pdf \
975
- install-pdf-am install-ps install-ps-am install-strip \
976
- installcheck installcheck-am installdirs installdirs-am \
977
- maintainer-clean maintainer-clean-generic mostlyclean \
978
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
979
- pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
980
- uninstall-includeHEADERS uninstall-libLTLIBRARIES
996
+ am--depfiles am--refresh check check-am clean clean-cscope \
997
+ clean-generic clean-libLTLIBRARIES clean-libtool cscope \
998
+ cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
999
+ dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1000
+ distcheck distclean distclean-compile distclean-generic \
1001
+ distclean-hdr distclean-libtool distclean-tags distcleancheck \
1002
+ distdir distuninstallcheck dvi dvi-am html html-am info \
1003
+ info-am install install-am install-data install-data-am \
1004
+ install-dvi install-dvi-am install-exec install-exec-am \
1005
+ install-html install-html-am install-includeHEADERS \
1006
+ install-info install-info-am install-libLTLIBRARIES \
1007
+ install-man install-pdf install-pdf-am install-ps \
1008
+ install-ps-am install-strip installcheck installcheck-am \
1009
+ installdirs installdirs-am maintainer-clean \
1010
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
1011
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1012
+ tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
1013
+ uninstall-libLTLIBRARIES
1014
+
1015
+ .PRECIOUS : Makefile
981
1016
982
1017
983
1018
# Tell versions [3.59,3.63) of GNU make to not export all variables.
0 commit comments