1
- # Makefile.in generated by automake 1.15 .1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.14 .1 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2017 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
?) ;; \
@@ -88,6 +78,11 @@ POST_UNINSTALL = :
88
78
build_triplet = @build@
89
79
host_triplet = @host@
90
80
subdir = .
81
+ DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
82
+ $(top_srcdir ) /configure $(am__configure_deps ) \
83
+ $(srcdir ) /config.h.in AUTHORS COPYING INSTALL NEWS README TODO \
84
+ compile config.guess config.sub depcomp install-sh missing \
85
+ ltmain.sh
91
86
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
92
87
am__aclocal_m4_deps = $(top_srcdir ) /m4/libtool.m4 \
93
88
$(top_srcdir ) /m4/ltoptions.m4 $(top_srcdir ) /m4/ltsugar.m4 \
@@ -96,8 +91,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
96
91
$(top_srcdir ) /configure.ac
97
92
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
98
93
$(ACLOCAL_M4 )
99
- DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
100
- $(am__configure_deps ) $(am__DIST_COMMON )
101
94
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102
95
configure.lineno config.status.lineno
103
96
mkinstalldirs = $(install_sh ) -d
@@ -161,9 +154,6 @@ ETAGS = etags
161
154
CTAGS = ctags
162
155
CSCOPE = cscope
163
156
DIST_SUBDIRS = $(SUBDIRS )
164
- am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /config.h.in AUTHORS \
165
- COPYING INSTALL NEWS README TODO compile config.guess \
166
- config.sub depcomp install-sh ltmain.sh missing
167
157
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
168
158
distdir = $(PACKAGE ) -$(VERSION )
169
159
top_distdir = $(distdir )
@@ -247,7 +237,6 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@
247
237
LIPO = @LIPO@
248
238
LN_S = @LN_S@
249
239
LTLIBOBJS = @LTLIBOBJS@
250
- LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
251
240
MAINT = @MAINT@
252
241
MAKEINFO = @MAKEINFO@
253
242
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -322,7 +311,6 @@ pdfdir = @pdfdir@
322
311
prefix = @prefix@
323
312
program_transform_name = @program_transform_name@
324
313
psdir = @psdir@
325
- runstatedir = @runstatedir@
326
314
sbindir = @sbindir@
327
315
sharedstatedir = @sharedstatedir@
328
316
srcdir = @srcdir@
@@ -353,6 +341,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
353
341
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
354
342
$(am__cd ) $(top_srcdir ) && \
355
343
$(AUTOMAKE ) --foreign Makefile
344
+ .PRECIOUS : Makefile
356
345
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
357
346
@case ' $?' in \
358
347
* config.status* ) \
@@ -567,7 +556,7 @@ distdir: $(DISTFILES)
567
556
! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
568
557
|| chmod -R a+r " $( distdir) "
569
558
dist-gzip : distdir
570
- tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
559
+ tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
571
560
$(am__post_remove_distdir )
572
561
573
562
dist-bzip2 : distdir
@@ -583,17 +572,17 @@ dist-xz: distdir
583
572
$(am__post_remove_distdir )
584
573
585
574
dist-tarZ : distdir
586
- @echo WARNING: " Support for distribution archives compressed with " \
587
- " legacy program 'compress' is deprecated." >&2
575
+ @echo WARNING: " Support for shar distribution archives is " \
576
+ " deprecated." >&2
588
577
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
589
578
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
590
579
$(am__post_remove_distdir )
591
580
592
581
dist-shar : distdir
593
- @echo WARNING: " Support for shar distribution archives is " \
594
- " deprecated." >&2
582
+ @echo WARNING: " Support for distribution archives compressed with " \
583
+ " legacy program 'compress' is deprecated." >&2
595
584
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
596
- shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
585
+ shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
597
586
$(am__post_remove_distdir )
598
587
599
588
dist-zip : distdir
@@ -611,7 +600,7 @@ dist dist-all:
611
600
distcheck : dist
612
601
case ' $(DIST_ARCHIVES)' in \
613
602
* .tar.gz* ) \
614
- eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
603
+ GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
615
604
* .tar.bz2* ) \
616
605
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
617
606
* .tar.lz* ) \
@@ -621,23 +610,23 @@ distcheck: dist
621
610
* .tar.Z* ) \
622
611
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
623
612
* .shar.gz* ) \
624
- eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
613
+ GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
625
614
* .zip* ) \
626
615
unzip $(distdir ) .zip ;; \
627
616
esac
628
617
chmod -R a-w $(distdir )
629
618
chmod u+w $(distdir )
630
- mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
619
+ mkdir $(distdir ) /_build $(distdir ) /_inst
631
620
chmod a-w $(distdir )
632
621
test -d $(distdir ) /_build || exit 0; \
633
622
dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
634
623
&& dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
635
624
&& am__cwd=` pwd` \
636
- && $(am__cd ) $(distdir ) /_build/sub \
637
- && ../../ configure \
625
+ && $(am__cd ) $(distdir ) /_build \
626
+ && ../configure \
638
627
$(AM_DISTCHECK_CONFIGURE_FLAGS ) \
639
628
$(DISTCHECK_CONFIGURE_FLAGS ) \
640
- --srcdir=../.. --prefix=" $$ dc_install_base" \
629
+ --srcdir=.. --prefix=" $$ dc_install_base" \
641
630
&& $(MAKE ) $(AM_MAKEFLAGS ) \
642
631
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
643
632
&& $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -814,8 +803,6 @@ uninstall-am:
814
803
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
815
804
uninstall-am
816
805
817
- .PRECIOUS : Makefile
818
-
819
806
820
807
libtool : $(LIBTOOL_DEPS )
821
808
$(SHELL ) ./config.status --recheck
0 commit comments