ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.in
(Generate patch)

Comparing gvpe/Makefile.in (file contents):
Revision 1.18 by root, Wed Jul 10 01:51:40 2013 UTC vs.
Revision 1.24 by root, Thu Oct 6 03:25:53 2022 UTC

1# Makefile.in generated by automake 1.11.6 from Makefile.am. 1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
10 9
11# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE. 13# PARTICULAR PURPOSE.
15 14
16@SET_MAKE@ 15@SET_MAKE@
17VPATH = @srcdir@ 16VPATH = @srcdir@
18am__make_dryrun = \ 17am__is_gnu_make = { \
19 { \ 18 if test -z '$(MAKELEVEL)'; then \
20 am__dry=no; \ 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}
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
21 case $$MAKEFLAGS in \ 40 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \ 41 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 42 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \ 45 esac; \
33 test $$am__dry = yes; \ 46 fi; \
34 } 47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@ 72pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50POST_UNINSTALL = : 87POST_UNINSTALL = :
51build_triplet = @build@ 88build_triplet = @build@
52host_triplet = @host@ 89host_triplet = @host@
53target_triplet = @target@ 90target_triplet = @target@
54subdir = . 91subdir = .
55DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
56 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
57 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
58 INSTALL NEWS TODO config.guess config.rpath config.sub depcomp \
59 install-sh missing mkinstalldirs
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 93am__aclocal_m4_deps = $(top_srcdir)/libev/libev.m4 \
62 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
63 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
64 $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/progtest.m4 \
65 $(top_srcdir)/m4/tuntap.m4 $(top_srcdir)/libev/libev.m4 \
66 $(top_srcdir)/configure.ac 94 $(top_srcdir)/configure.ac
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68 $(ACLOCAL_M4) 96 $(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98 $(am__configure_deps) $(am__DIST_COMMON)
69am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 99am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70 configure.lineno config.status.lineno 100 configure.lineno config.status.lineno
71mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 101mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
72CONFIG_HEADER = config.h 102CONFIG_HEADER = config.h
73CONFIG_CLEAN_FILES = 103CONFIG_CLEAN_FILES =
74CONFIG_CLEAN_VPATH_FILES = 104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo " GEN " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
75SOURCES = 117SOURCES =
76DIST_SOURCES = 118DIST_SOURCES =
77RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
78 html-recursive info-recursive install-data-recursive \ 120 ctags-recursive dvi-recursive html-recursive info-recursive \
79 install-dvi-recursive install-exec-recursive \
80 install-html-recursive install-info-recursive \ 121 install-data-recursive install-dvi-recursive \
81 install-pdf-recursive install-ps-recursive install-recursive \ 122 install-exec-recursive install-html-recursive \
82 installcheck-recursive installdirs-recursive pdf-recursive \ 123 install-info-recursive install-pdf-recursive \
124 install-ps-recursive install-recursive installcheck-recursive \
125 installdirs-recursive pdf-recursive ps-recursive \
83 ps-recursive uninstall-recursive 126 tags-recursive uninstall-recursive
84am__can_run_installinfo = \ 127am__can_run_installinfo = \
85 case $$AM_UPDATE_INFO_DIR in \ 128 case $$AM_UPDATE_INFO_DIR in \
86 n|no|NO) false;; \ 129 n|no|NO) false;; \
87 *) (install-info --version) >/dev/null 2>&1;; \ 130 *) (install-info --version) >/dev/null 2>&1;; \
88 esac 131 esac
89RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 132RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90 distclean-recursive maintainer-clean-recursive 133 distclean-recursive maintainer-clean-recursive
91AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 134am__recursive_targets = \
92 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 135 $(RECURSIVE_TARGETS) \
136 $(RECURSIVE_CLEAN_TARGETS) \
137 $(am__extra_recursive_targets)
138AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
93 distdir dist dist-all distcheck 139 cscope distdir distdir-am dist dist-all distcheck
140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
141 config.h.in
142# Read a list of newline-separated strings from the standard input,
143# and print each of them once, without duplicates. Input order is
144# *not* preserved.
145am__uniquify_input = $(AWK) '\
146 BEGIN { nonempty = 0; } \
147 { items[$$0] = 1; nonempty = 1; } \
148 END { if (nonempty) { for (i in items) print i; }; } \
149'
150# Make sure the list of sources is unique. This is necessary because,
151# e.g., the same source file might be shared among _SOURCES variables
152# for different programs/libraries.
153am__define_uniq_tagged_files = \
154 list='$(am__tagged_files)'; \
155 unique=`for i in $$list; do \
156 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157 done | $(am__uniquify_input)`
94ETAGS = etags 158ETAGS = etags
95CTAGS = ctags 159CTAGS = ctags
160CSCOPE = cscope
96DIST_SUBDIRS = $(SUBDIRS) 161DIST_SUBDIRS = $(SUBDIRS)
162am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
163 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
164 compile config.guess config.rpath config.sub depcomp \
165 install-sh missing mkinstalldirs
97DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98distdir = $(PACKAGE)-$(VERSION) 167distdir = $(PACKAGE)-$(VERSION)
99top_distdir = $(distdir) 168top_distdir = $(distdir)
100am__remove_distdir = \ 169am__remove_distdir = \
101 if test -d "$(distdir)"; then \ 170 if test -d "$(distdir)"; then \
102 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 171 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
103 && rm -rf "$(distdir)" \ 172 && rm -rf "$(distdir)" \
104 || { sleep 5 && rm -rf "$(distdir)"; }; \ 173 || { sleep 5 && rm -rf "$(distdir)"; }; \
105 else :; fi 174 else :; fi
175am__post_remove_distdir = $(am__remove_distdir)
106am__relativize = \ 176am__relativize = \
107 dir0=`pwd`; \ 177 dir0=`pwd`; \
108 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 178 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109 sed_rest='s,^[^/]*/*,,'; \ 179 sed_rest='s,^[^/]*/*,,'; \
110 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 180 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
128 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 198 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129 done; \ 199 done; \
130 reldir="$$dir2" 200 reldir="$$dir2"
131DIST_ARCHIVES = $(distdir).tar.gz 201DIST_ARCHIVES = $(distdir).tar.gz
132GZIP_ENV = --best 202GZIP_ENV = --best
203DIST_TARGETS = dist-gzip
204# Exists only to be overridden by the user if desired.
205AM_DISTCHECK_DVI_TARGET = dvi
133distuninstallcheck_listfiles = find . -type f -print 206distuninstallcheck_listfiles = find . -type f -print
134am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 207am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
135 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 208 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
136distcleancheck_listfiles = find . -type f -print 209distcleancheck_listfiles = find . -type f -print
137ACLOCAL = @ACLOCAL@ 210ACLOCAL = @ACLOCAL@
138ALLOCA = @ALLOCA@ 211ALLOCA = @ALLOCA@
139AMTAR = @AMTAR@ 212AMTAR = @AMTAR@
213AM_CPPFLAGS = @AM_CPPFLAGS@
214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140AUTOCONF = @AUTOCONF@ 215AUTOCONF = @AUTOCONF@
141AUTOHEADER = @AUTOHEADER@ 216AUTOHEADER = @AUTOHEADER@
142AUTOMAKE = @AUTOMAKE@ 217AUTOMAKE = @AUTOMAKE@
143AWK = @AWK@ 218AWK = @AWK@
144CC = @CC@ 219CC = @CC@
145CCDEPMODE = @CCDEPMODE@ 220CCDEPMODE = @CCDEPMODE@
146CFLAGS = @CFLAGS@ 221CFLAGS = @CFLAGS@
147CPP = @CPP@ 222CPP = @CPP@
148CPPFLAGS = @CPPFLAGS@ 223CPPFLAGS = @CPPFLAGS@
149CXX = @CXX@ 224CXX = @CXX@
150CXXCPP = @CXXCPP@
151CXXDEPMODE = @CXXDEPMODE@ 225CXXDEPMODE = @CXXDEPMODE@
152CXXFLAGS = @CXXFLAGS@ 226CXXFLAGS = @CXXFLAGS@
153CYGPATH_W = @CYGPATH_W@ 227CYGPATH_W = @CYGPATH_W@
154DEFS = @DEFS@ 228DEFS = @DEFS@
155DEPDIR = @DEPDIR@ 229DEPDIR = @DEPDIR@
156ECHO_C = @ECHO_C@ 230ECHO_C = @ECHO_C@
157ECHO_N = @ECHO_N@ 231ECHO_N = @ECHO_N@
158ECHO_T = @ECHO_T@ 232ECHO_T = @ECHO_T@
159EGREP = @EGREP@ 233EGREP = @EGREP@
160EXEEXT = @EXEEXT@ 234EXEEXT = @EXEEXT@
235GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
161GMSGFMT = @GMSGFMT@ 236GMSGFMT = @GMSGFMT@
237GMSGFMT_015 = @GMSGFMT_015@
162GREP = @GREP@ 238GREP = @GREP@
163HAVE_TUNTAP = @HAVE_TUNTAP@
164IFSUBTYPE = @IFSUBTYPE@ 239IFSUBTYPE = @IFSUBTYPE@
165IFTYPE = @IFTYPE@ 240IFTYPE = @IFTYPE@
166INCLUDES = @INCLUDES@
167INSTALL = @INSTALL@ 241INSTALL = @INSTALL@
168INSTALL_DATA = @INSTALL_DATA@ 242INSTALL_DATA = @INSTALL_DATA@
169INSTALL_PROGRAM = @INSTALL_PROGRAM@ 243INSTALL_PROGRAM = @INSTALL_PROGRAM@
170INSTALL_SCRIPT = @INSTALL_SCRIPT@ 244INSTALL_SCRIPT = @INSTALL_SCRIPT@
171INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 245INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172INTLLIBS = @INTLLIBS@ 246INTLLIBS = @INTLLIBS@
247INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
173LDFLAGS = @LDFLAGS@ 248LDFLAGS = @LDFLAGS@
174LDFLAGS_DAEMON = @LDFLAGS_DAEMON@ 249LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
250LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
251LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
175LIBICONV = @LIBICONV@ 252LIBICONV = @LIBICONV@
176LIBINTL = @LIBINTL@ 253LIBINTL = @LIBINTL@
177LIBOBJS = @LIBOBJS@ 254LIBOBJS = @LIBOBJS@
178LIBS = @LIBS@ 255LIBS = @LIBS@
179LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
180LN_S = @LN_S@ 256LN_S = @LN_S@
181LTLIBICONV = @LTLIBICONV@ 257LTLIBICONV = @LTLIBICONV@
182LTLIBINTL = @LTLIBINTL@ 258LTLIBINTL = @LTLIBINTL@
183LTLIBOBJS = @LTLIBOBJS@ 259LTLIBOBJS = @LTLIBOBJS@
184MAINT = @MAINT@ 260MAINT = @MAINT@
185MAKEINFO = @MAKEINFO@ 261MAKEINFO = @MAKEINFO@
186MKDIR_P = @MKDIR_P@ 262MKDIR_P = @MKDIR_P@
187MKINSTALLDIRS = @MKINSTALLDIRS@
188MSGFMT = @MSGFMT@ 263MSGFMT = @MSGFMT@
189MSGMERGE = @MSGMERGE@ 264MSGMERGE = @MSGMERGE@
265MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
190OBJEXT = @OBJEXT@ 266OBJEXT = @OBJEXT@
191PACKAGE = @PACKAGE@ 267PACKAGE = @PACKAGE@
192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193PACKAGE_NAME = @PACKAGE_NAME@ 269PACKAGE_NAME = @PACKAGE_NAME@
194PACKAGE_STRING = @PACKAGE_STRING@ 270PACKAGE_STRING = @PACKAGE_STRING@
195PACKAGE_TARNAME = @PACKAGE_TARNAME@ 271PACKAGE_TARNAME = @PACKAGE_TARNAME@
196PACKAGE_URL = @PACKAGE_URL@ 272PACKAGE_URL = @PACKAGE_URL@
197PACKAGE_VERSION = @PACKAGE_VERSION@ 273PACKAGE_VERSION = @PACKAGE_VERSION@
198PATH_SEPARATOR = @PATH_SEPARATOR@ 274PATH_SEPARATOR = @PATH_SEPARATOR@
275PKG_CONFIG = @PKG_CONFIG@
276PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
277PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
199POSUB = @POSUB@ 278POSUB = @POSUB@
200RANLIB = @RANLIB@ 279RANLIB = @RANLIB@
280SED = @SED@
201SET_MAKE = @SET_MAKE@ 281SET_MAKE = @SET_MAKE@
202SHELL = @SHELL@ 282SHELL = @SHELL@
203STRIP = @STRIP@ 283STRIP = @STRIP@
204USE_NLS = @USE_NLS@ 284USE_NLS = @USE_NLS@
205VERSION = @VERSION@ 285VERSION = @VERSION@
206XGETTEXT = @XGETTEXT@ 286XGETTEXT = @XGETTEXT@
287XGETTEXT_015 = @XGETTEXT_015@
288XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
207abs_builddir = @abs_builddir@ 289abs_builddir = @abs_builddir@
208abs_srcdir = @abs_srcdir@ 290abs_srcdir = @abs_srcdir@
209abs_top_builddir = @abs_top_builddir@ 291abs_top_builddir = @abs_top_builddir@
210abs_top_srcdir = @abs_top_srcdir@ 292abs_top_srcdir = @abs_top_srcdir@
211ac_ct_CC = @ac_ct_CC@ 293ac_ct_CC = @ac_ct_CC@
245oldincludedir = @oldincludedir@ 327oldincludedir = @oldincludedir@
246pdfdir = @pdfdir@ 328pdfdir = @pdfdir@
247prefix = @prefix@ 329prefix = @prefix@
248program_transform_name = @program_transform_name@ 330program_transform_name = @program_transform_name@
249psdir = @psdir@ 331psdir = @psdir@
332runstatedir = @runstatedir@
250sbindir = @sbindir@ 333sbindir = @sbindir@
251sharedstatedir = @sharedstatedir@ 334sharedstatedir = @sharedstatedir@
252srcdir = @srcdir@ 335srcdir = @srcdir@
253sysconfdir = @sysconfdir@ 336sysconfdir = @sysconfdir@
254target = @target@ 337target = @target@
259top_build_prefix = @top_build_prefix@ 342top_build_prefix = @top_build_prefix@
260top_builddir = @top_builddir@ 343top_builddir = @top_builddir@
261top_srcdir = @top_srcdir@ 344top_srcdir = @top_srcdir@
262AUTOMAKE_OPTIONS = gnu 345AUTOMAKE_OPTIONS = gnu
263SUBDIRS = m4 lib src doc po 346SUBDIRS = m4 lib src doc po
264ACLOCAL_AMFLAGS = -I m4 347ACLOCAL_AMFLAGS = -I m4
265EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \ 348EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
266 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \ 349 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
267 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \ 350 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
268 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h 351 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
269 352
290 esac; \ 373 esac; \
291 done; \ 374 done; \
292 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
293 $(am__cd) $(top_srcdir) && \ 376 $(am__cd) $(top_srcdir) && \
294 $(AUTOMAKE) --gnu Makefile 377 $(AUTOMAKE) --gnu Makefile
295.PRECIOUS: Makefile
296Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297 @case '$?' in \ 379 @case '$?' in \
298 *config.status*) \ 380 *config.status*) \
299 echo ' $(SHELL) ./config.status'; \ 381 echo ' $(SHELL) ./config.status'; \
300 $(SHELL) ./config.status;; \ 382 $(SHELL) ./config.status;; \
301 *) \ 383 *) \
302 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 384 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
303 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 385 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
304 esac; 386 esac;
305 387
306$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 388$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307 $(SHELL) ./config.status --recheck 389 $(SHELL) ./config.status --recheck
308 390
311$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 393$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 394 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
313$(am__aclocal_m4_deps): 395$(am__aclocal_m4_deps):
314 396
315config.h: stamp-h1 397config.h: stamp-h1
316 @if test ! -f $@; then rm -f stamp-h1; else :; fi 398 @test -f $@ || rm -f stamp-h1
317 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 399 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
318 400
319stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 401stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
320 @rm -f stamp-h1 402 @rm -f stamp-h1
321 cd $(top_builddir) && $(SHELL) ./config.status config.h 403 cd $(top_builddir) && $(SHELL) ./config.status config.h
322$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 404$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
326 408
327distclean-hdr: 409distclean-hdr:
328 -rm -f config.h stamp-h1 410 -rm -f config.h stamp-h1
329 411
330# This directory's subdirectories are mostly independent; you can cd 412# This directory's subdirectories are mostly independent; you can cd
331# into them and run `make' without going through this Makefile. 413# into them and run 'make' without going through this Makefile.
332# To change the values of `make' variables: instead of editing Makefiles, 414# To change the values of 'make' variables: instead of editing Makefiles,
333# (1) if the variable is set in `config.status', edit `config.status' 415# (1) if the variable is set in 'config.status', edit 'config.status'
334# (which will cause the Makefiles to be regenerated when you run `make'); 416# (which will cause the Makefiles to be regenerated when you run 'make');
335# (2) otherwise, pass the desired values on the `make' command line. 417# (2) otherwise, pass the desired values on the 'make' command line.
336$(RECURSIVE_TARGETS): 418$(am__recursive_targets):
337 @fail= failcom='exit 1'; \ 419 @fail=; \
338 for f in x $$MAKEFLAGS; do \ 420 if $(am__make_keepgoing); then \
339 case $$f in \
340 *=* | --[!k]*);; \
341 *k*) failcom='fail=yes';; \ 421 failcom='fail=yes'; \
342 esac; \ 422 else \
343 done; \ 423 failcom='exit 1'; \
424 fi; \
344 dot_seen=no; \ 425 dot_seen=no; \
345 target=`echo $@ | sed s/-recursive//`; \ 426 target=`echo $@ | sed s/-recursive//`; \
346 list='$(SUBDIRS)'; for subdir in $$list; do \ 427 case "$@" in \
428 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
429 *) list='$(SUBDIRS)' ;; \
430 esac; \
431 for subdir in $$list; do \
347 echo "Making $$target in $$subdir"; \ 432 echo "Making $$target in $$subdir"; \
348 if test "$$subdir" = "."; then \ 433 if test "$$subdir" = "."; then \
349 dot_seen=yes; \ 434 dot_seen=yes; \
350 local_target="$$target-am"; \ 435 local_target="$$target-am"; \
351 else \ 436 else \
356 done; \ 441 done; \
357 if test "$$dot_seen" = "no"; then \ 442 if test "$$dot_seen" = "no"; then \
358 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 443 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
359 fi; test -z "$$fail" 444 fi; test -z "$$fail"
360 445
361$(RECURSIVE_CLEAN_TARGETS): 446ID: $(am__tagged_files)
362 @fail= failcom='exit 1'; \ 447 $(am__define_uniq_tagged_files); mkid -fID $$unique
363 for f in x $$MAKEFLAGS; do \
364 case $$f in \
365 *=* | --[!k]*);; \
366 *k*) failcom='fail=yes';; \
367 esac; \
368 done; \
369 dot_seen=no; \
370 case "$@" in \
371 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
372 *) list='$(SUBDIRS)' ;; \
373 esac; \
374 rev=''; for subdir in $$list; do \
375 if test "$$subdir" = "."; then :; else \
376 rev="$$subdir $$rev"; \
377 fi; \
378 done; \
379 rev="$$rev ."; \
380 target=`echo $@ | sed s/-recursive//`; \
381 for subdir in $$rev; do \
382 echo "Making $$target in $$subdir"; \
383 if test "$$subdir" = "."; then \
384 local_target="$$target-am"; \
385 else \
386 local_target="$$target"; \
387 fi; \
388 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389 || eval $$failcom; \
390 done && test -z "$$fail"
391tags-recursive: 448tags: tags-recursive
392 list='$(SUBDIRS)'; for subdir in $$list; do \ 449TAGS: tags
393 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
394 done
395ctags-recursive:
396 list='$(SUBDIRS)'; for subdir in $$list; do \
397 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
398 done
399 450
400ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 451tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
401 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402 unique=`for i in $$list; do \
403 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404 done | \
405 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406 END { if (nonempty) { for (i in files) print i; }; }'`; \
407 mkid -fID $$unique
408tags: TAGS
409
410TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
411 $(TAGS_FILES) $(LISP)
412 set x; \ 452 set x; \
413 here=`pwd`; \ 453 here=`pwd`; \
414 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 454 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
415 include_option=--etags-include; \ 455 include_option=--etags-include; \
416 empty_fix=.; \ 456 empty_fix=.; \
422 if test "$$subdir" = .; then :; else \ 462 if test "$$subdir" = .; then :; else \
423 test ! -f $$subdir/TAGS || \ 463 test ! -f $$subdir/TAGS || \
424 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 464 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
425 fi; \ 465 fi; \
426 done; \ 466 done; \
427 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 467 $(am__define_uniq_tagged_files); \
428 unique=`for i in $$list; do \
429 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430 done | \
431 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432 END { if (nonempty) { for (i in files) print i; }; }'`; \
433 shift; \ 468 shift; \
434 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 469 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
435 test -n "$$unique" || unique=$$empty_fix; \ 470 test -n "$$unique" || unique=$$empty_fix; \
436 if test $$# -gt 0; then \ 471 if test $$# -gt 0; then \
437 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439 else \ 474 else \
440 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441 $$unique; \ 476 $$unique; \
442 fi; \ 477 fi; \
443 fi 478 fi
444ctags: CTAGS 479ctags: ctags-recursive
445CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 480
446 $(TAGS_FILES) $(LISP) 481CTAGS: ctags
447 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 482ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448 unique=`for i in $$list; do \ 483 $(am__define_uniq_tagged_files); \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 done | \
451 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452 END { if (nonempty) { for (i in files) print i; }; }'`; \
453 test -z "$(CTAGS_ARGS)$$unique" \ 484 test -z "$(CTAGS_ARGS)$$unique" \
454 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455 $$unique 486 $$unique
456 487
457GTAGS: 488GTAGS:
458 here=`$(am__cd) $(top_builddir) && pwd` \ 489 here=`$(am__cd) $(top_builddir) && pwd` \
459 && $(am__cd) $(top_srcdir) \ 490 && $(am__cd) $(top_srcdir) \
460 && gtags -i $(GTAGS_ARGS) "$$here" 491 && gtags -i $(GTAGS_ARGS) "$$here"
492cscope: cscope.files
493 test ! -s cscope.files \
494 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
495clean-cscope:
496 -rm -f cscope.files
497cscope.files: clean-cscope cscopelist
498cscopelist: cscopelist-recursive
499
500cscopelist-am: $(am__tagged_files)
501 list='$(am__tagged_files)'; \
502 case "$(srcdir)" in \
503 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
504 *) sdir=$(subdir)/$(srcdir) ;; \
505 esac; \
506 for i in $$list; do \
507 if test -f "$$i"; then \
508 echo "$(subdir)/$$i"; \
509 else \
510 echo "$$sdir/$$i"; \
511 fi; \
512 done >> $(top_builddir)/cscope.files
461 513
462distclean-tags: 514distclean-tags:
463 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 515 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
516 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
464 517
518distdir: $(BUILT_SOURCES)
519 $(MAKE) $(AM_MAKEFLAGS) distdir-am
520
465distdir: $(DISTFILES) 521distdir-am: $(DISTFILES)
466 $(am__remove_distdir) 522 $(am__remove_distdir)
467 test -d "$(distdir)" || mkdir "$(distdir)" 523 test -d "$(distdir)" || mkdir "$(distdir)"
468 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 524 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 525 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470 list='$(DISTFILES)'; \ 526 list='$(DISTFILES)'; \
525 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 581 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
526 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 582 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
527 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 583 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
528 || chmod -R a+r "$(distdir)" 584 || chmod -R a+r "$(distdir)"
529dist-gzip: distdir 585dist-gzip: distdir
530 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 586 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
531 $(am__remove_distdir) 587 $(am__post_remove_distdir)
532 588
533dist-bzip2: distdir 589dist-bzip2: distdir
534 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 590 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
535 $(am__remove_distdir) 591 $(am__post_remove_distdir)
536 592
537dist-lzip: distdir 593dist-lzip: distdir
538 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 594 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
539 $(am__remove_distdir) 595 $(am__post_remove_distdir)
540
541dist-lzma: distdir
542 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
543 $(am__remove_distdir)
544 596
545dist-xz: distdir 597dist-xz: distdir
546 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 598 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
547 $(am__remove_distdir) 599 $(am__post_remove_distdir)
600
601dist-zstd: distdir
602 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
603 $(am__post_remove_distdir)
548 604
549dist-tarZ: distdir 605dist-tarZ: distdir
606 @echo WARNING: "Support for distribution archives compressed with" \
607 "legacy program 'compress' is deprecated." >&2
608 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
550 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 609 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
551 $(am__remove_distdir) 610 $(am__post_remove_distdir)
552 611
553dist-shar: distdir 612dist-shar: distdir
613 @echo WARNING: "Support for shar distribution archives is" \
614 "deprecated." >&2
615 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
554 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 616 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
555 $(am__remove_distdir) 617 $(am__post_remove_distdir)
556 618
557dist-zip: distdir 619dist-zip: distdir
558 -rm -f $(distdir).zip 620 -rm -f $(distdir).zip
559 zip -rq $(distdir).zip $(distdir) 621 zip -rq $(distdir).zip $(distdir)
560 $(am__remove_distdir) 622 $(am__post_remove_distdir)
561 623
562dist dist-all: distdir 624dist dist-all:
563 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 625 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
564 $(am__remove_distdir) 626 $(am__post_remove_distdir)
565 627
566# This target untars the dist file and tries a VPATH configuration. Then 628# This target untars the dist file and tries a VPATH configuration. Then
567# it guarantees that the distribution is self-contained by making another 629# it guarantees that the distribution is self-contained by making another
568# tarfile. 630# tarfile.
569distcheck: dist 631distcheck: dist
570 case '$(DIST_ARCHIVES)' in \ 632 case '$(DIST_ARCHIVES)' in \
571 *.tar.gz*) \ 633 *.tar.gz*) \
572 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 634 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
573 *.tar.bz2*) \ 635 *.tar.bz2*) \
574 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 636 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
575 *.tar.lzma*) \
576 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
577 *.tar.lz*) \ 637 *.tar.lz*) \
578 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 638 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
579 *.tar.xz*) \ 639 *.tar.xz*) \
580 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 640 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
581 *.tar.Z*) \ 641 *.tar.Z*) \
582 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 642 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
583 *.shar.gz*) \ 643 *.shar.gz*) \
584 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 644 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
585 *.zip*) \ 645 *.zip*) \
586 unzip $(distdir).zip ;;\ 646 unzip $(distdir).zip ;;\
647 *.tar.zst*) \
648 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
587 esac 649 esac
588 chmod -R a-w $(distdir); chmod u+w $(distdir) 650 chmod -R a-w $(distdir)
589 mkdir $(distdir)/_build 651 chmod u+w $(distdir)
590 mkdir $(distdir)/_inst 652 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
591 chmod a-w $(distdir) 653 chmod a-w $(distdir)
592 test -d $(distdir)/_build || exit 0; \ 654 test -d $(distdir)/_build || exit 0; \
593 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 655 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
594 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 656 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
595 && am__cwd=`pwd` \ 657 && am__cwd=`pwd` \
596 && $(am__cd) $(distdir)/_build \ 658 && $(am__cd) $(distdir)/_build/sub \
597 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 659 && ../../configure \
598 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 660 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
599 $(DISTCHECK_CONFIGURE_FLAGS) \ 661 $(DISTCHECK_CONFIGURE_FLAGS) \
662 --srcdir=../.. --prefix="$$dc_install_base" \
600 && $(MAKE) $(AM_MAKEFLAGS) \ 663 && $(MAKE) $(AM_MAKEFLAGS) \
601 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 664 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
602 && $(MAKE) $(AM_MAKEFLAGS) check \ 665 && $(MAKE) $(AM_MAKEFLAGS) check \
603 && $(MAKE) $(AM_MAKEFLAGS) install \ 666 && $(MAKE) $(AM_MAKEFLAGS) install \
604 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 667 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
605 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 668 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
606 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 669 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
617 && $(MAKE) $(AM_MAKEFLAGS) dist \ 680 && $(MAKE) $(AM_MAKEFLAGS) dist \
618 && rm -rf $(DIST_ARCHIVES) \ 681 && rm -rf $(DIST_ARCHIVES) \
619 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 682 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
620 && cd "$$am__cwd" \ 683 && cd "$$am__cwd" \
621 || exit 1 684 || exit 1
622 $(am__remove_distdir) 685 $(am__post_remove_distdir)
623 @(echo "$(distdir) archives ready for distribution: "; \ 686 @(echo "$(distdir) archives ready for distribution: "; \
624 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 687 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
625 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 688 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
626distuninstallcheck: 689distuninstallcheck:
627 @test -n '$(distuninstallcheck_dir)' || { \ 690 @test -n '$(distuninstallcheck_dir)' || { \
751 814
752ps-am: 815ps-am:
753 816
754uninstall-am: 817uninstall-am:
755 818
756.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 819.MAKE: $(am__recursive_targets) all install-am install-strip
757 ctags-recursive install-am install-strip tags-recursive
758 820
759.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 821.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
760 all all-am am--refresh check check-am clean clean-generic \ 822 am--refresh check check-am clean clean-cscope clean-generic \
761 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 823 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
762 dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 824 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
763 distcheck distclean distclean-generic distclean-hdr \ 825 dist-zstd distcheck distclean distclean-generic distclean-hdr \
764 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 826 distclean-tags distcleancheck distdir distuninstallcheck dvi \
765 dvi-am html html-am info info-am install install-am \ 827 dvi-am html html-am info info-am install install-am \
766 install-data install-data-am install-dvi install-dvi-am \ 828 install-data install-data-am install-dvi install-dvi-am \
767 install-exec install-exec-am install-html install-html-am \ 829 install-exec install-exec-am install-html install-html-am \
768 install-info install-info-am install-man install-pdf \ 830 install-info install-info-am install-man install-pdf \
769 install-pdf-am install-ps install-ps-am install-strip \ 831 install-pdf-am install-ps install-ps-am install-strip \
770 installcheck installcheck-am installdirs installdirs-am \ 832 installcheck installcheck-am installdirs installdirs-am \
771 maintainer-clean maintainer-clean-generic mostlyclean \ 833 maintainer-clean maintainer-clean-generic mostlyclean \
772 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 834 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
773 uninstall uninstall-am 835 uninstall-am
836
837.PRECIOUS: Makefile
774 838
775 839
776# Tell versions [3.59,3.63) of GNU make to not export all variables. 840# Tell versions [3.59,3.63) of GNU make to not export all variables.
777# Otherwise a system limit (for SysV at least) may be exceeded. 841# Otherwise a system limit (for SysV at least) may be exceeded.
778.NOEXPORT: 842.NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines