1
- # Makefile.in generated by automake 1.16.3 from Makefile.am.
1
+ # Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2020 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2013 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,
14
14
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
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
- }
17
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST ) ' && test -n '$(MAKELEVEL ) '
28
18
am__make_running_with_option = \
29
19
case $${target_option-} in \
30
20
?) ;; \
@@ -86,12 +76,13 @@ NORMAL_UNINSTALL = :
86
76
PRE_UNINSTALL = :
87
77
POST_UNINSTALL = :
88
78
subdir = .
79
+ DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
80
+ $(top_srcdir ) /configure $(am__configure_deps ) install-sh \
81
+ missing
89
82
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
90
83
am__aclocal_m4_deps = $(top_srcdir ) /configure.ac
91
84
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
92
85
$(ACLOCAL_M4 )
93
- DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
94
- $(am__configure_deps ) $(am__DIST_COMMON )
95
86
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
96
87
configure.lineno config.status.lineno
97
88
mkinstalldirs = $(install_sh ) -d
@@ -131,7 +122,7 @@ am__recursive_targets = \
131
122
$(RECURSIVE_CLEAN_TARGETS ) \
132
123
$(am__extra_recursive_targets )
133
124
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive= ) TAGS CTAGS \
134
- cscope distdir distdir-am dist dist-all distcheck
125
+ cscope distdir dist dist-all distcheck
135
126
am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) $(LISP )
136
127
# Read a list of newline-separated strings from the standard input,
137
128
# and print each of them once, without duplicates. Input order is
@@ -153,7 +144,6 @@ ETAGS = etags
153
144
CTAGS = ctags
154
145
CSCOPE = cscope
155
146
DIST_SUBDIRS = $(SUBDIRS )
156
- am__DIST_COMMON = $(srcdir ) /Makefile.in install-sh missing
157
147
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
158
148
distdir = $(PACKAGE ) -$(VERSION )
159
149
top_distdir = $(distdir )
@@ -192,8 +182,6 @@ am__relativize = \
192
182
DIST_ARCHIVES = $(distdir ) .tar.gz
193
183
GZIP_ENV = --best
194
184
DIST_TARGETS = dist-gzip
195
- # Exists only to be overridden by the user if desired.
196
- AM_DISTCHECK_DVI_TARGET = dvi
197
185
distuninstallcheck_listfiles = find . -type f -print
198
186
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
199
187
| sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
@@ -263,7 +251,6 @@ pdfdir = @pdfdir@
263
251
prefix = @prefix@
264
252
program_transform_name = @program_transform_name@
265
253
psdir = @psdir@
266
- runstatedir = @runstatedir@
267
254
sbindir = @sbindir@
268
255
sharedstatedir = @sharedstatedir@
269
256
srcdir = @srcdir@
@@ -291,14 +278,15 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
291
278
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
292
279
$(am__cd ) $(top_srcdir ) && \
293
280
$(AUTOMAKE ) --foreign Makefile
281
+ .PRECIOUS : Makefile
294
282
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
295
283
@case ' $?' in \
296
284
* config.status* ) \
297
285
echo ' $(SHELL) ./config.status' ; \
298
286
$(SHELL ) ./config.status;; \
299
287
* ) \
300
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles )' ; \
301
- cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__maybe_remake_depfiles ) ;; \
288
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe )' ; \
289
+ cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__depfiles_maybe ) ;; \
302
290
esac ;
303
291
304
292
$(top_builddir ) /config.status : $(top_srcdir ) /configure $(CONFIG_STATUS_DEPENDENCIES )
@@ -416,10 +404,7 @@ distclean-tags:
416
404
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
417
405
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
418
406
419
- distdir : $(BUILT_SOURCES )
420
- $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
421
-
422
- distdir-am : $(DISTFILES )
407
+ distdir : $(DISTFILES )
423
408
$(am__remove_distdir )
424
409
test -d " $( distdir) " || mkdir " $( distdir) "
425
410
@srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
@@ -484,7 +469,7 @@ distdir-am: $(DISTFILES)
484
469
! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
485
470
|| chmod -R a+r " $( distdir) "
486
471
dist-gzip : distdir
487
- tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
472
+ tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
488
473
$(am__post_remove_distdir )
489
474
490
475
dist-bzip2 : distdir
@@ -499,22 +484,12 @@ dist-xz: distdir
499
484
tardir=$(distdir ) && $(am__tar ) | XZ_OPT=$$ {XZ_OPT--e} xz -c > $(distdir ) .tar.xz
500
485
$(am__post_remove_distdir )
501
486
502
- dist-zstd : distdir
503
- tardir=$(distdir ) && $(am__tar ) | zstd -c $$ {ZSTD_CLEVEL-$$ {ZSTD_OPT--19}} > $(distdir ) .tar.zst
504
- $(am__post_remove_distdir )
505
-
506
487
dist-tarZ : distdir
507
- @echo WARNING: " Support for distribution archives compressed with" \
508
- " legacy program 'compress' is deprecated." >&2
509
- @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
510
488
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
511
489
$(am__post_remove_distdir )
512
490
513
491
dist-shar : distdir
514
- @echo WARNING: " Support for shar distribution archives is" \
515
- " deprecated." >&2
516
- @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
517
- shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
492
+ shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
518
493
$(am__post_remove_distdir )
519
494
520
495
dist-zip : distdir
@@ -532,7 +507,7 @@ dist dist-all:
532
507
distcheck : dist
533
508
case ' $(DIST_ARCHIVES)' in \
534
509
* .tar.gz* ) \
535
- eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
510
+ GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
536
511
* .tar.bz2* ) \
537
512
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
538
513
* .tar.lz* ) \
@@ -542,27 +517,24 @@ distcheck: dist
542
517
* .tar.Z* ) \
543
518
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
544
519
* .shar.gz* ) \
545
- eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
520
+ GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
546
521
* .zip* ) \
547
522
unzip $(distdir ) .zip ;; \
548
- * .tar.zst* ) \
549
- zstd -dc $(distdir ) .tar.zst | $(am__untar ) ;; \
550
523
esac
551
524
chmod -R a-w $(distdir )
552
525
chmod u+w $(distdir )
553
- mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
526
+ mkdir $(distdir ) /_build $(distdir ) /_inst
554
527
chmod a-w $(distdir )
555
528
test -d $(distdir ) /_build || exit 0; \
556
529
dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
557
530
&& dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
558
531
&& am__cwd=` pwd` \
559
- && $(am__cd ) $(distdir ) /_build/sub \
560
- && ../../configure \
532
+ && $(am__cd ) $(distdir ) /_build \
533
+ && ../configure --srcdir=.. --prefix= " $$ dc_install_base " \
561
534
$(AM_DISTCHECK_CONFIGURE_FLAGS ) \
562
535
$(DISTCHECK_CONFIGURE_FLAGS ) \
563
- --srcdir=../.. --prefix=" $$ dc_install_base" \
564
536
&& $(MAKE ) $(AM_MAKEFLAGS ) \
565
- && $(MAKE ) $(AM_MAKEFLAGS ) $( AM_DISTCHECK_DVI_TARGET ) \
537
+ && $(MAKE ) $(AM_MAKEFLAGS ) dvi \
566
538
&& $(MAKE ) $(AM_MAKEFLAGS ) check \
567
539
&& $(MAKE ) $(AM_MAKEFLAGS ) install \
568
540
&& $(MAKE ) $(AM_MAKEFLAGS ) installcheck \
@@ -723,7 +695,7 @@ uninstall-am:
723
695
am--refresh check check-am clean clean-cscope clean-generic \
724
696
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
725
697
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
726
- dist-zstd distcheck distclean distclean-generic distclean-tags \
698
+ distcheck distclean distclean-generic distclean-tags \
727
699
distcleancheck distdir distuninstallcheck dvi dvi-am html \
728
700
html-am info info-am install install-am install-data \
729
701
install-data-am install-dvi install-dvi-am install-exec \
@@ -734,8 +706,6 @@ uninstall-am:
734
706
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
735
707
pdf-am ps ps-am tags tags-am uninstall uninstall-am
736
708
737
- .PRECIOUS : Makefile
738
-
739
709
740
710
# Tell versions [3.59,3.63) of GNU make to not export all variables.
741
711
# Otherwise a system limit (for SysV at least) may be exceeded.
0 commit comments