ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/Makefile.in
(Generate patch)

Comparing hopm/trunk/Makefile.in (file contents):
Revision 8849 by michael, Sun Sep 23 09:25:41 2018 UTC vs.
Revision 8850 by michael, Sat Feb 9 18:34:12 2019 UTC

# Line 1 | Line 1
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   # @configure_input@
3  
4 < # Copyright (C) 1994-2017 Free Software Foundation, Inc.
4 > # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5  
6   # This Makefile.in is free software; the Free Software Foundation
7   # gives unlimited permission to copy and/or distribute it,
# Line 146 | Line 146 | am__recursive_targets = \
146    $(RECURSIVE_CLEAN_TARGETS) \
147    $(am__extra_recursive_targets)
148   AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
149 <        cscope distdir dist dist-all distcheck
149 >        cscope distdir distdir-am dist dist-all distcheck
150   am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
151   # Read a list of newline-separated strings from the standard input,
152   # and print each of them once, without duplicates.  Input order is
# Line 361 | Line 361 | Makefile: $(srcdir)/Makefile.in $(top_bu
361              echo ' $(SHELL) ./config.status'; \
362              $(SHELL) ./config.status;; \
363            *) \
364 <            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
365 <            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
364 >            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
365 >            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
366          esac;
367  
368   $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
# Line 489 | Line 489 | distclean-tags:
489          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490          -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
491  
492 < distdir: $(DISTFILES)
492 > distdir: $(BUILT_SOURCES)
493 >        $(MAKE) $(AM_MAKEFLAGS) distdir-am
494 >
495 > distdir-am: $(DISTFILES)
496          $(am__remove_distdir)
497          test -d "$(distdir)" || mkdir "$(distdir)"
498          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)