|
1 |
| -# Makefile.in generated by automake 1.15.1 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-2017 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,
|
@@ -162,7 +162,7 @@ am__recursive_targets = \
|
162 | 162 | $(RECURSIVE_CLEAN_TARGETS) \
|
163 | 163 | $(am__extra_recursive_targets)
|
164 | 164 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
165 |
| - cscope distdir dist dist-all distcheck |
| 165 | + cscope distdir distdir-am dist dist-all distcheck |
166 | 166 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
167 | 167 | # Read a list of newline-separated strings from the standard input,
|
168 | 168 | # and print each of them once, without duplicates. Input order is
|
@@ -310,7 +310,6 @@ pdfdir = @pdfdir@
|
310 | 310 | prefix = @prefix@
|
311 | 311 | program_transform_name = @program_transform_name@
|
312 | 312 | psdir = @psdir@
|
313 |
| -runstatedir = @runstatedir@ |
314 | 313 | sbindir = @sbindir@
|
315 | 314 | sharedstatedir = @sharedstatedir@
|
316 | 315 | srcdir = @srcdir@
|
@@ -348,8 +347,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
348 | 347 | echo ' $(SHELL) ./config.status'; \
|
349 | 348 | $(SHELL) ./config.status;; \
|
350 | 349 | *) \
|
351 |
| - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
352 |
| - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| 350 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ |
| 351 | + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ |
353 | 352 | esac;
|
354 | 353 |
|
355 | 354 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
@@ -510,7 +509,10 @@ distclean-tags:
|
510 | 509 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
511 | 510 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
512 | 511 |
|
513 |
| -distdir: $(DISTFILES) |
| 512 | +distdir: $(BUILT_SOURCES) |
| 513 | + $(MAKE) $(AM_MAKEFLAGS) distdir-am |
| 514 | + |
| 515 | +distdir-am: $(DISTFILES) |
514 | 516 | $(am__remove_distdir)
|
515 | 517 | test -d "$(distdir)" || mkdir "$(distdir)"
|
516 | 518 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
0 commit comments