1
- # Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.15 from Makefile.am.
2
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
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 = 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 \
20
30
?) ;; \
@@ -78,18 +88,12 @@ POST_UNINSTALL = :
78
88
build_triplet = @build@
79
89
host_triplet = @host@
80
90
subdir = .
81
- DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
82
- $(top_srcdir ) /configure $(am__configure_deps ) \
83
- $(srcdir ) /config.h.in config/compile config/config.guess \
84
- config/config.sub config/depcomp config/install-sh \
85
- config/missing $(top_srcdir ) /config/compile \
86
- $(top_srcdir ) /config/config.guess \
87
- $(top_srcdir ) /config/config.sub \
88
- $(top_srcdir ) /config/install-sh $(top_srcdir ) /config/missing
89
91
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
90
92
am__aclocal_m4_deps = $(top_srcdir ) /configure.ac
91
93
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
92
94
$(ACLOCAL_M4 )
95
+ DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
96
+ $(am__configure_deps ) $(am__DIST_COMMON )
93
97
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94
98
configure.lineno config.status.lineno
95
99
mkinstalldirs = $(install_sh ) -d
@@ -153,6 +157,12 @@ ETAGS = etags
153
157
CTAGS = ctags
154
158
CSCOPE = cscope
155
159
DIST_SUBDIRS = $(SUBDIRS )
160
+ am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /config.h.in \
161
+ $(top_srcdir ) /config/compile $(top_srcdir ) /config/config.guess \
162
+ $(top_srcdir ) /config/config.sub \
163
+ $(top_srcdir ) /config/install-sh $(top_srcdir ) /config/missing \
164
+ config/compile config/config.guess config/config.sub \
165
+ config/depcomp config/install-sh config/missing
156
166
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
157
167
distdir = $(PACKAGE ) -$(VERSION )
158
168
top_distdir = $(distdir )
@@ -303,6 +313,7 @@ pdfdir = @pdfdir@
303
313
prefix = @prefix@
304
314
program_transform_name = @program_transform_name@
305
315
psdir = @psdir@
316
+ runstatedir = @runstatedir@
306
317
sbindir = @sbindir@
307
318
sharedstatedir = @sharedstatedir@
308
319
srcdir = @srcdir@
@@ -314,7 +325,7 @@ top_srcdir = @top_srcdir@
314
325
ACLOCAL_AMFLAGS = -I config/m4
315
326
SUBDIRS = src
316
327
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
317
- EXTRA_DIST = doc bin
328
+ EXTRA_DIST = doc bin examples
318
329
all : config.h
319
330
$(MAKE ) $(AM_MAKEFLAGS ) all-recursive
320
331
@@ -334,7 +345,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
334
345
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
335
346
$(am__cd ) $(top_srcdir ) && \
336
347
$(AUTOMAKE ) --foreign Makefile
337
- .PRECIOUS : Makefile
338
348
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
339
349
@case ' $?' in \
340
350
* config.status* ) \
@@ -556,15 +566,15 @@ dist-xz: distdir
556
566
$(am__post_remove_distdir )
557
567
558
568
dist-tarZ : distdir
559
- @echo WARNING: " Support for shar distribution archives is " \
560
- " deprecated." >&2
569
+ @echo WARNING: " Support for distribution archives compressed with " \
570
+ " legacy program 'compress' is deprecated." >&2
561
571
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
562
572
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
563
573
$(am__post_remove_distdir )
564
574
565
575
dist-shar : distdir
566
- @echo WARNING: " Support for distribution archives compressed with " \
567
- " legacy program 'compress' is deprecated." >&2
576
+ @echo WARNING: " Support for shar distribution archives is " \
577
+ " deprecated." >&2
568
578
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
569
579
shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
570
580
$(am__post_remove_distdir )
@@ -600,17 +610,17 @@ distcheck: dist
600
610
esac
601
611
chmod -R a-w $(distdir )
602
612
chmod u+w $(distdir )
603
- mkdir $(distdir ) /_build $(distdir ) /_inst
613
+ mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
604
614
chmod a-w $(distdir )
605
615
test -d $(distdir ) /_build || exit 0; \
606
616
dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
607
617
&& dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
608
618
&& am__cwd=` pwd` \
609
- && $(am__cd ) $(distdir ) /_build \
610
- && ../configure \
619
+ && $(am__cd ) $(distdir ) /_build/sub \
620
+ && ../../ configure \
611
621
$(AM_DISTCHECK_CONFIGURE_FLAGS ) \
612
622
$(DISTCHECK_CONFIGURE_FLAGS ) \
613
- --srcdir=.. --prefix=" $$ dc_install_base" \
623
+ --srcdir=../.. --prefix=" $$ dc_install_base" \
614
624
&& $(MAKE ) $(AM_MAKEFLAGS ) \
615
625
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
616
626
&& $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -786,6 +796,8 @@ uninstall-am:
786
796
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
787
797
uninstall-am
788
798
799
+ .PRECIOUS : Makefile
800
+
789
801
790
802
docs :
791
803
cd doc/ja/; make latexpdfja; make html
0 commit comments