diff options
author | Xavier Roche <roche@httrack.com> | 2024-01-27 14:17:35 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2024-01-27 14:22:48 +0100 |
commit | 5351ca9b465fb594c4a23290b670de70ad864f91 (patch) | |
tree | 4f5b653dfe05d84124bde5e736f155e31b139933 /templates/Makefile.in | |
parent | b625cfe82ab34374f3cad7ef3941a6c001fc4876 (diff) |
Updated libtool
Diffstat (limited to 'templates/Makefile.in')
-rw-r--r-- | templates/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index dcb8e92..c53f4f3 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.3 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2020 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -167,8 +167,9 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAGS_PIE = @CFLAGS_PIE@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ -CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFAULT_CFLAGS = @DEFAULT_CFLAGS@ DEFAULT_LDFLAGS = @DEFAULT_LDFLAGS@ @@ -182,8 +183,10 @@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ +FILECMD = @FILECMD@ GREP = @GREP@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HTTPS_SUPPORT = @HTTPS_SUPPORT@ @@ -361,7 +364,6 @@ ctags CTAGS: cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am |