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

Comparing cvsroot/gvpe/Makefile.in (file contents):
Revision 1.11 by pcg, Wed Jan 18 13:17:55 2006 UTC vs.
Revision 1.24 by root, Thu Oct 6 03:25:53 2022 UTC

1# Makefile.in generated by automake 1.9.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 Free Software Foundation, Inc. 5
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
9 9
10# 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,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE. 13# PARTICULAR PURPOSE.
14 14
15@SET_MAKE@ 15@SET_MAKE@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@ 16VPATH = @srcdir@
17am__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}
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 \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
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))
19pkgdatadir = $(datadir)/@PACKAGE@ 72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@
22top_builddir = .
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644 77install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c 78install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA) 80INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name) 81transform = $(program_transform_name)
34PRE_UNINSTALL = : 86PRE_UNINSTALL = :
35POST_UNINSTALL = : 87POST_UNINSTALL = :
36build_triplet = @build@ 88build_triplet = @build@
37host_triplet = @host@ 89host_triplet = @host@
38target_triplet = @target@ 90target_triplet = @target@
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
42 INSTALL NEWS TODO config.guess config.rpath config.sub depcomp \
43 install-sh missing mkinstalldirs
44subdir = . 91subdir = .
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ 93am__aclocal_m4_deps = $(top_srcdir)/libev/libev.m4 \
47 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
48 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
49 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/openssl.m4 \
50 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/tuntap.m4 \
51 $(top_srcdir)/configure.ac 94 $(top_srcdir)/configure.ac
52am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4) 96 $(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98 $(am__configure_deps) $(am__DIST_COMMON)
54am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 99am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55 configure.lineno configure.status.lineno 100 configure.lineno config.status.lineno
56mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 101mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
57CONFIG_HEADER = config.h 102CONFIG_HEADER = config.h
58CONFIG_CLEAN_FILES = 103CONFIG_CLEAN_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 =
59SOURCES = 117SOURCES =
60DIST_SOURCES = 118DIST_SOURCES =
61RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
62 html-recursive info-recursive install-data-recursive \ 120 ctags-recursive dvi-recursive html-recursive info-recursive \
121 install-data-recursive install-dvi-recursive \
63 install-exec-recursive install-info-recursive \ 122 install-exec-recursive install-html-recursive \
64 install-recursive installcheck-recursive installdirs-recursive \ 123 install-info-recursive install-pdf-recursive \
65 pdf-recursive ps-recursive uninstall-info-recursive \ 124 install-ps-recursive install-recursive installcheck-recursive \
66 uninstall-recursive 125 installdirs-recursive pdf-recursive ps-recursive \
126 tags-recursive uninstall-recursive
127am__can_run_installinfo = \
128 case $$AM_UPDATE_INFO_DIR in \
129 n|no|NO) false;; \
130 *) (install-info --version) >/dev/null 2>&1;; \
131 esac
132RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133 distclean-recursive maintainer-clean-recursive
134am__recursive_targets = \
135 $(RECURSIVE_TARGETS) \
136 $(RECURSIVE_CLEAN_TARGETS) \
137 $(am__extra_recursive_targets)
138AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
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)`
67ETAGS = etags 158ETAGS = etags
68CTAGS = ctags 159CTAGS = ctags
160CSCOPE = cscope
69DIST_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
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71distdir = $(PACKAGE)-$(VERSION) 167distdir = $(PACKAGE)-$(VERSION)
72top_distdir = $(distdir) 168top_distdir = $(distdir)
73am__remove_distdir = \ 169am__remove_distdir = \
74 { test ! -d $(distdir) \ 170 if test -d "$(distdir)"; then \
75 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 171 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
76 && rm -fr $(distdir); }; } 172 && rm -rf "$(distdir)" \
173 || { sleep 5 && rm -rf "$(distdir)"; }; \
174 else :; fi
175am__post_remove_distdir = $(am__remove_distdir)
176am__relativize = \
177 dir0=`pwd`; \
178 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
179 sed_rest='s,^[^/]*/*,,'; \
180 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
181 sed_butlast='s,/*[^/]*$$,,'; \
182 while test -n "$$dir1"; do \
183 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
184 if test "$$first" != "."; then \
185 if test "$$first" = ".."; then \
186 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188 else \
189 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190 if test "$$first2" = "$$first"; then \
191 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192 else \
193 dir2="../$$dir2"; \
194 fi; \
195 dir0="$$dir0"/"$$first"; \
196 fi; \
197 fi; \
198 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199 done; \
200 reldir="$$dir2"
77DIST_ARCHIVES = $(distdir).tar.gz 201DIST_ARCHIVES = $(distdir).tar.gz
78GZIP_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
79distuninstallcheck_listfiles = find . -type f -print 206distuninstallcheck_listfiles = find . -type f -print
207am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
208 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
80distcleancheck_listfiles = find . -type f -print 209distcleancheck_listfiles = find . -type f -print
81ACLOCAL = @ACLOCAL@ 210ACLOCAL = @ACLOCAL@
82ALLOCA = @ALLOCA@ 211ALLOCA = @ALLOCA@
83AMDEP_FALSE = @AMDEP_FALSE@
84AMDEP_TRUE = @AMDEP_TRUE@
85AMTAR = @AMTAR@ 212AMTAR = @AMTAR@
213AM_CPPFLAGS = @AM_CPPFLAGS@
214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
86AUTOCONF = @AUTOCONF@ 215AUTOCONF = @AUTOCONF@
87AUTOHEADER = @AUTOHEADER@ 216AUTOHEADER = @AUTOHEADER@
88AUTOMAKE = @AUTOMAKE@ 217AUTOMAKE = @AUTOMAKE@
89AWK = @AWK@ 218AWK = @AWK@
90CC = @CC@ 219CC = @CC@
91CCDEPMODE = @CCDEPMODE@ 220CCDEPMODE = @CCDEPMODE@
92CFLAGS = @CFLAGS@ 221CFLAGS = @CFLAGS@
93CPP = @CPP@ 222CPP = @CPP@
94CPPFLAGS = @CPPFLAGS@ 223CPPFLAGS = @CPPFLAGS@
95CXX = @CXX@ 224CXX = @CXX@
96CXXCPP = @CXXCPP@
97CXXDEPMODE = @CXXDEPMODE@ 225CXXDEPMODE = @CXXDEPMODE@
98CXXFLAGS = @CXXFLAGS@ 226CXXFLAGS = @CXXFLAGS@
99CYGPATH_W = @CYGPATH_W@ 227CYGPATH_W = @CYGPATH_W@
100DEFS = @DEFS@ 228DEFS = @DEFS@
101DEPDIR = @DEPDIR@ 229DEPDIR = @DEPDIR@
102ECHO_C = @ECHO_C@ 230ECHO_C = @ECHO_C@
103ECHO_N = @ECHO_N@ 231ECHO_N = @ECHO_N@
104ECHO_T = @ECHO_T@ 232ECHO_T = @ECHO_T@
105EGREP = @EGREP@ 233EGREP = @EGREP@
106EXEEXT = @EXEEXT@ 234EXEEXT = @EXEEXT@
235GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
107GMSGFMT = @GMSGFMT@ 236GMSGFMT = @GMSGFMT@
108HAVE_TUNTAP = @HAVE_TUNTAP@ 237GMSGFMT_015 = @GMSGFMT_015@
238GREP = @GREP@
109IFSUBTYPE = @IFSUBTYPE@ 239IFSUBTYPE = @IFSUBTYPE@
110IFTYPE = @IFTYPE@ 240IFTYPE = @IFTYPE@
111INCLUDES = @INCLUDES@ 241INSTALL = @INSTALL@
112INSTALL_DATA = @INSTALL_DATA@ 242INSTALL_DATA = @INSTALL_DATA@
113INSTALL_PROGRAM = @INSTALL_PROGRAM@ 243INSTALL_PROGRAM = @INSTALL_PROGRAM@
114INSTALL_SCRIPT = @INSTALL_SCRIPT@ 244INSTALL_SCRIPT = @INSTALL_SCRIPT@
115INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 245INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116INTLLIBS = @INTLLIBS@ 246INTLLIBS = @INTLLIBS@
247INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
117LDFLAGS = @LDFLAGS@ 248LDFLAGS = @LDFLAGS@
118LDFLAGS_DAEMON = @LDFLAGS_DAEMON@ 249LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
250LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
251LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
119LIBICONV = @LIBICONV@ 252LIBICONV = @LIBICONV@
120LIBINTL = @LIBINTL@ 253LIBINTL = @LIBINTL@
121LIBOBJS = @LIBOBJS@ 254LIBOBJS = @LIBOBJS@
122LIBS = @LIBS@ 255LIBS = @LIBS@
123LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
124LN_S = @LN_S@ 256LN_S = @LN_S@
125LTLIBICONV = @LTLIBICONV@ 257LTLIBICONV = @LTLIBICONV@
126LTLIBINTL = @LTLIBINTL@ 258LTLIBINTL = @LTLIBINTL@
127LTLIBOBJS = @LTLIBOBJS@ 259LTLIBOBJS = @LTLIBOBJS@
128MAINT = @MAINT@ 260MAINT = @MAINT@
129MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
130MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
131MAKEINFO = @MAKEINFO@ 261MAKEINFO = @MAKEINFO@
132MKINSTALLDIRS = @MKINSTALLDIRS@ 262MKDIR_P = @MKDIR_P@
133MSGFMT = @MSGFMT@ 263MSGFMT = @MSGFMT@
134MSGMERGE = @MSGMERGE@ 264MSGMERGE = @MSGMERGE@
265MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
135OBJEXT = @OBJEXT@ 266OBJEXT = @OBJEXT@
136PACKAGE = @PACKAGE@ 267PACKAGE = @PACKAGE@
137PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138PACKAGE_NAME = @PACKAGE_NAME@ 269PACKAGE_NAME = @PACKAGE_NAME@
139PACKAGE_STRING = @PACKAGE_STRING@ 270PACKAGE_STRING = @PACKAGE_STRING@
140PACKAGE_TARNAME = @PACKAGE_TARNAME@ 271PACKAGE_TARNAME = @PACKAGE_TARNAME@
272PACKAGE_URL = @PACKAGE_URL@
141PACKAGE_VERSION = @PACKAGE_VERSION@ 273PACKAGE_VERSION = @PACKAGE_VERSION@
142PATH_SEPARATOR = @PATH_SEPARATOR@ 274PATH_SEPARATOR = @PATH_SEPARATOR@
275PKG_CONFIG = @PKG_CONFIG@
276PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
277PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
143POSUB = @POSUB@ 278POSUB = @POSUB@
144RANLIB = @RANLIB@ 279RANLIB = @RANLIB@
145ROHC_FALSE = @ROHC_FALSE@ 280SED = @SED@
146ROHC_TRUE = @ROHC_TRUE@
147SET_MAKE = @SET_MAKE@ 281SET_MAKE = @SET_MAKE@
148SHELL = @SHELL@ 282SHELL = @SHELL@
149STRIP = @STRIP@ 283STRIP = @STRIP@
150USE_NLS = @USE_NLS@ 284USE_NLS = @USE_NLS@
151VERSION = @VERSION@ 285VERSION = @VERSION@
152XGETTEXT = @XGETTEXT@ 286XGETTEXT = @XGETTEXT@
287XGETTEXT_015 = @XGETTEXT_015@
288XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
289abs_builddir = @abs_builddir@
290abs_srcdir = @abs_srcdir@
291abs_top_builddir = @abs_top_builddir@
292abs_top_srcdir = @abs_top_srcdir@
153ac_ct_CC = @ac_ct_CC@ 293ac_ct_CC = @ac_ct_CC@
154ac_ct_CXX = @ac_ct_CXX@ 294ac_ct_CXX = @ac_ct_CXX@
155ac_ct_RANLIB = @ac_ct_RANLIB@
156ac_ct_STRIP = @ac_ct_STRIP@
157am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
158am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
159am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
160am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
161am__include = @am__include@ 295am__include = @am__include@
162am__leading_dot = @am__leading_dot@ 296am__leading_dot = @am__leading_dot@
163am__quote = @am__quote@ 297am__quote = @am__quote@
164am__tar = @am__tar@ 298am__tar = @am__tar@
165am__untar = @am__untar@ 299am__untar = @am__untar@
167build = @build@ 301build = @build@
168build_alias = @build_alias@ 302build_alias = @build_alias@
169build_cpu = @build_cpu@ 303build_cpu = @build_cpu@
170build_os = @build_os@ 304build_os = @build_os@
171build_vendor = @build_vendor@ 305build_vendor = @build_vendor@
306builddir = @builddir@
172datadir = @datadir@ 307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
173exec_prefix = @exec_prefix@ 311exec_prefix = @exec_prefix@
174host = @host@ 312host = @host@
175host_alias = @host_alias@ 313host_alias = @host_alias@
176host_cpu = @host_cpu@ 314host_cpu = @host_cpu@
177host_os = @host_os@ 315host_os = @host_os@
178host_vendor = @host_vendor@ 316host_vendor = @host_vendor@
317htmldir = @htmldir@
179includedir = @includedir@ 318includedir = @includedir@
180infodir = @infodir@ 319infodir = @infodir@
181install_sh = @install_sh@ 320install_sh = @install_sh@
182libdir = @libdir@ 321libdir = @libdir@
183libexecdir = @libexecdir@ 322libexecdir = @libexecdir@
323localedir = @localedir@
184localstatedir = @localstatedir@ 324localstatedir = @localstatedir@
185mandir = @mandir@ 325mandir = @mandir@
186mkdir_p = @mkdir_p@ 326mkdir_p = @mkdir_p@
187oldincludedir = @oldincludedir@ 327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
188prefix = @prefix@ 329prefix = @prefix@
189program_transform_name = @program_transform_name@ 330program_transform_name = @program_transform_name@
331psdir = @psdir@
332runstatedir = @runstatedir@
190sbindir = @sbindir@ 333sbindir = @sbindir@
191sharedstatedir = @sharedstatedir@ 334sharedstatedir = @sharedstatedir@
335srcdir = @srcdir@
192sysconfdir = @sysconfdir@ 336sysconfdir = @sysconfdir@
193target = @target@ 337target = @target@
194target_alias = @target_alias@ 338target_alias = @target_alias@
195target_cpu = @target_cpu@ 339target_cpu = @target_cpu@
196target_os = @target_os@ 340target_os = @target_os@
197target_vendor = @target_vendor@ 341target_vendor = @target_vendor@
342top_build_prefix = @top_build_prefix@
343top_builddir = @top_builddir@
344top_srcdir = @top_srcdir@
198AUTOMAKE_OPTIONS = gnu 345AUTOMAKE_OPTIONS = gnu
199SUBDIRS = m4 lib src doc po 346SUBDIRS = m4 lib src doc po
200ACLOCAL_AMFLAGS = -I m4 347ACLOCAL_AMFLAGS = -I m4
201EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO 348EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
349 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
350 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
351 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
352
202CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ 353CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
203 config.sub install-sh missing mkinstalldirs \ 354 config.sub install-sh missing mkinstalldirs \
204 stamp-h.in m4/Makefile.am po/Makefile.in.in \ 355 stamp-h.in m4/Makefile.am po/Makefile.in.in \
205 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \ 356 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
206 src/.libs intl depcomp 357 src/.libs intl depcomp
207 358
208all: config.h 359all: config.h
209 $(MAKE) $(AM_MAKEFLAGS) all-recursive 360 $(MAKE) $(AM_MAKEFLAGS) all-recursive
210 361
211.SUFFIXES: 362.SUFFIXES:
212am--refresh: 363am--refresh: Makefile
213 @: 364 @:
214$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 365$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
215 @for dep in $?; do \ 366 @for dep in $?; do \
216 case '$(am__configure_deps)' in \ 367 case '$(am__configure_deps)' in \
217 *$$dep*) \ 368 *$$dep*) \
218 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 369 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
219 cd $(srcdir) && $(AUTOMAKE) --gnu \ 370 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
220 && exit 0; \ 371 && exit 0; \
221 exit 1;; \ 372 exit 1;; \
222 esac; \ 373 esac; \
223 done; \ 374 done; \
224 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
225 cd $(top_srcdir) && \ 376 $(am__cd) $(top_srcdir) && \
226 $(AUTOMAKE) --gnu Makefile 377 $(AUTOMAKE) --gnu Makefile
227.PRECIOUS: Makefile
228Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229 @case '$?' in \ 379 @case '$?' in \
230 *config.status*) \ 380 *config.status*) \
231 echo ' $(SHELL) ./config.status'; \ 381 echo ' $(SHELL) ./config.status'; \
232 $(SHELL) ./config.status;; \ 382 $(SHELL) ./config.status;; \
233 *) \ 383 *) \
234 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 384 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
235 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 385 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
236 esac; 386 esac;
237 387
238$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 388$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239 $(SHELL) ./config.status --recheck 389 $(SHELL) ./config.status --recheck
240 390
241$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 391$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
242 cd $(srcdir) && $(AUTOCONF) 392 $(am__cd) $(srcdir) && $(AUTOCONF)
243$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 393$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
244 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 394 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
395$(am__aclocal_m4_deps):
245 396
246config.h: stamp-h1 397config.h: stamp-h1
247 @if test ! -f $@; then \ 398 @test -f $@ || rm -f stamp-h1
248 rm -f stamp-h1; \ 399 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
249 $(MAKE) stamp-h1; \
250 else :; fi
251 400
252stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 401stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
253 @rm -f stamp-h1 402 @rm -f stamp-h1
254 cd $(top_builddir) && $(SHELL) ./config.status config.h 403 cd $(top_builddir) && $(SHELL) ./config.status config.h
255$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 404$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
256 cd $(top_srcdir) && $(AUTOHEADER) 405 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
257 rm -f stamp-h1 406 rm -f stamp-h1
258 touch $@ 407 touch $@
259 408
260distclean-hdr: 409distclean-hdr:
261 -rm -f config.h stamp-h1 410 -rm -f config.h stamp-h1
262uninstall-info-am:
263 411
264# This directory's subdirectories are mostly independent; you can cd 412# This directory's subdirectories are mostly independent; you can cd
265# into them and run `make' without going through this Makefile. 413# into them and run 'make' without going through this Makefile.
266# To change the values of `make' variables: instead of editing Makefiles, 414# To change the values of 'make' variables: instead of editing Makefiles,
267# (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'
268# (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');
269# (2) otherwise, pass the desired values on the `make' command line. 417# (2) otherwise, pass the desired values on the 'make' command line.
270$(RECURSIVE_TARGETS): 418$(am__recursive_targets):
419 @fail=; \
420 if $(am__make_keepgoing); then \
421 failcom='fail=yes'; \
422 else \
271 @failcom='exit 1'; \ 423 failcom='exit 1'; \
272 for f in x $$MAKEFLAGS; do \ 424 fi; \
273 case $$f in \
274 *=* | --[!k]*);; \
275 *k*) failcom='fail=yes';; \
276 esac; \
277 done; \
278 dot_seen=no; \ 425 dot_seen=no; \
279 target=`echo $@ | sed s/-recursive//`; \ 426 target=`echo $@ | sed s/-recursive//`; \
280 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 \
281 echo "Making $$target in $$subdir"; \ 432 echo "Making $$target in $$subdir"; \
282 if test "$$subdir" = "."; then \ 433 if test "$$subdir" = "."; then \
283 dot_seen=yes; \ 434 dot_seen=yes; \
284 local_target="$$target-am"; \ 435 local_target="$$target-am"; \
285 else \ 436 else \
286 local_target="$$target"; \ 437 local_target="$$target"; \
287 fi; \ 438 fi; \
288 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 439 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
289 || eval $$failcom; \ 440 || eval $$failcom; \
290 done; \ 441 done; \
291 if test "$$dot_seen" = "no"; then \ 442 if test "$$dot_seen" = "no"; then \
292 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 443 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
293 fi; test -z "$$fail" 444 fi; test -z "$$fail"
294 445
295mostlyclean-recursive clean-recursive distclean-recursive \ 446ID: $(am__tagged_files)
296maintainer-clean-recursive: 447 $(am__define_uniq_tagged_files); mkid -fID $$unique
297 @failcom='exit 1'; \
298 for f in x $$MAKEFLAGS; do \
299 case $$f in \
300 *=* | --[!k]*);; \
301 *k*) failcom='fail=yes';; \
302 esac; \
303 done; \
304 dot_seen=no; \
305 case "$@" in \
306 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
307 *) list='$(SUBDIRS)' ;; \
308 esac; \
309 rev=''; for subdir in $$list; do \
310 if test "$$subdir" = "."; then :; else \
311 rev="$$subdir $$rev"; \
312 fi; \
313 done; \
314 rev="$$rev ."; \
315 target=`echo $@ | sed s/-recursive//`; \
316 for subdir in $$rev; do \
317 echo "Making $$target in $$subdir"; \
318 if test "$$subdir" = "."; then \
319 local_target="$$target-am"; \
320 else \
321 local_target="$$target"; \
322 fi; \
323 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324 || eval $$failcom; \
325 done && test -z "$$fail"
326tags-recursive: 448tags: tags-recursive
327 list='$(SUBDIRS)'; for subdir in $$list; do \ 449TAGS: tags
328 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
329 done
330ctags-recursive:
331 list='$(SUBDIRS)'; for subdir in $$list; do \
332 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
333 done
334 450
335ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 451tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 452 set x; \
337 unique=`for i in $$list; do \
338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 done | \
340 $(AWK) ' { files[$$0] = 1; } \
341 END { for (i in files) print i; }'`; \
342 mkid -fID $$unique
343tags: TAGS
344
345TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
346 $(TAGS_FILES) $(LISP)
347 tags=; \
348 here=`pwd`; \ 453 here=`pwd`; \
349 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 454 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
350 include_option=--etags-include; \ 455 include_option=--etags-include; \
351 empty_fix=.; \ 456 empty_fix=.; \
352 else \ 457 else \
354 empty_fix=; \ 459 empty_fix=; \
355 fi; \ 460 fi; \
356 list='$(SUBDIRS)'; for subdir in $$list; do \ 461 list='$(SUBDIRS)'; for subdir in $$list; do \
357 if test "$$subdir" = .; then :; else \ 462 if test "$$subdir" = .; then :; else \
358 test ! -f $$subdir/TAGS || \ 463 test ! -f $$subdir/TAGS || \
359 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 464 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
360 fi; \ 465 fi; \
361 done; \ 466 done; \
362 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 467 $(am__define_uniq_tagged_files); \
363 unique=`for i in $$list; do \ 468 shift; \
364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 done | \
366 $(AWK) ' { files[$$0] = 1; } \
367 END { for (i in files) print i; }'`; \
368 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 469 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
369 test -n "$$unique" || unique=$$empty_fix; \ 470 test -n "$$unique" || unique=$$empty_fix; \
471 if test $$# -gt 0; then \
370 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 "$$@" $$unique; \
474 else \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371 $$tags $$unique; \ 476 $$unique; \
477 fi; \
372 fi 478 fi
373ctags: CTAGS 479ctags: ctags-recursive
374CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 480
375 $(TAGS_FILES) $(LISP) 481CTAGS: ctags
376 tags=; \ 482ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
377 here=`pwd`; \ 483 $(am__define_uniq_tagged_files); \
378 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) ' { files[$$0] = 1; } \
383 END { for (i in files) print i; }'`; \
384 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 484 test -z "$(CTAGS_ARGS)$$unique" \
385 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386 $$tags $$unique 486 $$unique
387 487
388GTAGS: 488GTAGS:
389 here=`$(am__cd) $(top_builddir) && pwd` \ 489 here=`$(am__cd) $(top_builddir) && pwd` \
390 && cd $(top_srcdir) \ 490 && $(am__cd) $(top_srcdir) \
391 && 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
392 513
393distclean-tags: 514distclean-tags:
394 -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
395 517
518distdir: $(BUILT_SOURCES)
519 $(MAKE) $(AM_MAKEFLAGS) distdir-am
520
396distdir: $(DISTFILES) 521distdir-am: $(DISTFILES)
397 $(am__remove_distdir) 522 $(am__remove_distdir)
398 mkdir $(distdir) 523 test -d "$(distdir)" || mkdir "$(distdir)"
399 $(mkdir_p) $(distdir)/m4 $(distdir)/po
400 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 524 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 525 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402 list='$(DISTFILES)'; for file in $$list; do \ 526 list='$(DISTFILES)'; \
527 dist_files=`for file in $$list; do echo $$file; done | \
528 sed -e "s|^$$srcdirstrip/||;t" \
529 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
403 case $$file in \ 530 case $$dist_files in \
404 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 531 */*) $(MKDIR_P) `echo "$$dist_files" | \
405 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 532 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533 sort -u` ;; \
406 esac; \ 534 esac; \
535 for file in $$dist_files; do \
407 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 536 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
537 if test -d $$d/$$file; then \
408 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 539 if test -d "$(distdir)/$$file"; then \
410 dir="/$$dir"; \ 540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411 $(mkdir_p) "$(distdir)$$dir"; \ 541 fi; \
542 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
543 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545 fi; \
546 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412 else \ 547 else \
413 dir=''; \
414 fi; \
415 if test -d $$d/$$file; then \
416 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
417 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
418 fi; \
419 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
420 else \
421 test -f $(distdir)/$$file \ 548 test -f "$(distdir)/$$file" \
422 || cp -p $$d/$$file $(distdir)/$$file \ 549 || cp -p $$d/$$file "$(distdir)/$$file" \
423 || exit 1; \ 550 || exit 1; \
424 fi; \ 551 fi; \
425 done 552 done
426 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 553 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
427 if test "$$subdir" = .; then :; else \ 554 if test "$$subdir" = .; then :; else \
555 $(am__make_dryrun) \
428 test -d "$(distdir)/$$subdir" \ 556 || test -d "$(distdir)/$$subdir" \
429 || $(mkdir_p) "$(distdir)/$$subdir" \ 557 || $(MKDIR_P) "$(distdir)/$$subdir" \
430 || exit 1; \ 558 || exit 1; \
431 distdir=`$(am__cd) $(distdir) && pwd`; \ 559 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
432 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 560 $(am__relativize); \
561 new_distdir=$$reldir; \
562 dir1=$$subdir; dir2="$(top_distdir)"; \
563 $(am__relativize); \
564 new_top_distdir=$$reldir; \
565 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
566 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
433 (cd $$subdir && \ 567 ($(am__cd) $$subdir && \
434 $(MAKE) $(AM_MAKEFLAGS) \ 568 $(MAKE) $(AM_MAKEFLAGS) \
435 top_distdir="$$top_distdir" \ 569 top_distdir="$$new_top_distdir" \
436 distdir="$$distdir/$$subdir" \ 570 distdir="$$new_distdir" \
571 am__remove_distdir=: \
572 am__skip_length_check=: \
573 am__skip_mode_fix=: \
437 distdir) \ 574 distdir) \
438 || exit 1; \ 575 || exit 1; \
439 fi; \ 576 fi; \
440 done 577 done
441 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 578 -test -n "$(am__skip_mode_fix)" \
579 || find "$(distdir)" -type d ! -perm -755 \
580 -exec chmod u+rwx,go+rx {} \; -o \
442 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 581 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
443 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 582 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
444 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 583 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
445 || chmod -R a+r $(distdir) 584 || chmod -R a+r "$(distdir)"
446dist-gzip: distdir 585dist-gzip: distdir
447 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
448 $(am__remove_distdir) 587 $(am__post_remove_distdir)
449 588
450dist-bzip2: distdir 589dist-bzip2: distdir
451 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 590 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
452 $(am__remove_distdir) 591 $(am__post_remove_distdir)
592
593dist-lzip: distdir
594 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
595 $(am__post_remove_distdir)
596
597dist-xz: distdir
598 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
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)
453 604
454dist-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
455 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 609 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
456 $(am__remove_distdir) 610 $(am__post_remove_distdir)
457 611
458dist-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
459 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 616 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
460 $(am__remove_distdir) 617 $(am__post_remove_distdir)
461 618
462dist-zip: distdir 619dist-zip: distdir
463 -rm -f $(distdir).zip 620 -rm -f $(distdir).zip
464 zip -rq $(distdir).zip $(distdir) 621 zip -rq $(distdir).zip $(distdir)
465 $(am__remove_distdir) 622 $(am__post_remove_distdir)
466 623
467dist dist-all: distdir 624dist dist-all:
468 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 625 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
469 $(am__remove_distdir) 626 $(am__post_remove_distdir)
470 627
471# 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
472# it guarantees that the distribution is self-contained by making another 629# it guarantees that the distribution is self-contained by making another
473# tarfile. 630# tarfile.
474distcheck: dist 631distcheck: dist
475 case '$(DIST_ARCHIVES)' in \ 632 case '$(DIST_ARCHIVES)' in \
476 *.tar.gz*) \ 633 *.tar.gz*) \
477 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 634 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
478 *.tar.bz2*) \ 635 *.tar.bz2*) \
479 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 636 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
637 *.tar.lz*) \
638 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
639 *.tar.xz*) \
640 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
480 *.tar.Z*) \ 641 *.tar.Z*) \
481 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 642 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
482 *.shar.gz*) \ 643 *.shar.gz*) \
483 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 644 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
484 *.zip*) \ 645 *.zip*) \
485 unzip $(distdir).zip ;;\ 646 unzip $(distdir).zip ;;\
647 *.tar.zst*) \
648 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
486 esac 649 esac
487 chmod -R a-w $(distdir); chmod a+w $(distdir) 650 chmod -R a-w $(distdir)
488 mkdir $(distdir)/_build 651 chmod u+w $(distdir)
489 mkdir $(distdir)/_inst 652 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
490 chmod a-w $(distdir) 653 chmod a-w $(distdir)
654 test -d $(distdir)/_build || exit 0; \
491 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 655 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
492 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 656 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
657 && am__cwd=`pwd` \
493 && cd $(distdir)/_build \ 658 && $(am__cd) $(distdir)/_build/sub \
494 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 659 && ../../configure \
660 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
495 $(DISTCHECK_CONFIGURE_FLAGS) \ 661 $(DISTCHECK_CONFIGURE_FLAGS) \
662 --srcdir=../.. --prefix="$$dc_install_base" \
496 && $(MAKE) $(AM_MAKEFLAGS) \ 663 && $(MAKE) $(AM_MAKEFLAGS) \
497 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 664 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
498 && $(MAKE) $(AM_MAKEFLAGS) check \ 665 && $(MAKE) $(AM_MAKEFLAGS) check \
499 && $(MAKE) $(AM_MAKEFLAGS) install \ 666 && $(MAKE) $(AM_MAKEFLAGS) install \
500 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 667 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
501 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 668 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
502 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 669 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
510 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 677 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
511 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 678 } || { rm -rf "$$dc_destdir"; exit 1; }) \
512 && rm -rf "$$dc_destdir" \ 679 && rm -rf "$$dc_destdir" \
513 && $(MAKE) $(AM_MAKEFLAGS) dist \ 680 && $(MAKE) $(AM_MAKEFLAGS) dist \
514 && rm -rf $(DIST_ARCHIVES) \ 681 && rm -rf $(DIST_ARCHIVES) \
515 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 682 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
683 && cd "$$am__cwd" \
684 || exit 1
516 $(am__remove_distdir) 685 $(am__post_remove_distdir)
517 @(echo "$(distdir) archives ready for distribution: "; \ 686 @(echo "$(distdir) archives ready for distribution: "; \
518 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 687 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
519 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 688 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
520distuninstallcheck: 689distuninstallcheck:
690 @test -n '$(distuninstallcheck_dir)' || { \
691 echo 'ERROR: trying to run $@ with an empty' \
692 '$$(distuninstallcheck_dir)' >&2; \
693 exit 1; \
694 }; \
521 @cd $(distuninstallcheck_dir) \ 695 $(am__cd) '$(distuninstallcheck_dir)' || { \
696 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
697 exit 1; \
698 }; \
522 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 699 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
523 || { echo "ERROR: files left after uninstall:" ; \ 700 || { echo "ERROR: files left after uninstall:" ; \
524 if test -n "$(DESTDIR)"; then \ 701 if test -n "$(DESTDIR)"; then \
525 echo " (check DESTDIR support)"; \ 702 echo " (check DESTDIR support)"; \
526 fi ; \ 703 fi ; \
527 $(distuninstallcheck_listfiles) ; \ 704 $(distuninstallcheck_listfiles) ; \
548install-am: all-am 725install-am: all-am
549 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550 727
551installcheck: installcheck-recursive 728installcheck: installcheck-recursive
552install-strip: 729install-strip:
730 if test -z '$(STRIP)'; then \
553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 731 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 732 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555 `test -z '$(STRIP)' || \ 733 install; \
734 else \
735 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 737 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
738 fi
557mostlyclean-generic: 739mostlyclean-generic:
558 740
559clean-generic: 741clean-generic:
560 742
561distclean-generic: 743distclean-generic:
562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 744 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
745 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
563 746
564maintainer-clean-generic: 747maintainer-clean-generic:
565 @echo "This command is intended for maintainers to use" 748 @echo "This command is intended for maintainers to use"
566 @echo "it deletes files that may require special tools to rebuild." 749 @echo "it deletes files that may require special tools to rebuild."
567clean: clean-recursive 750clean: clean-recursive
577 760
578dvi-am: 761dvi-am:
579 762
580html: html-recursive 763html: html-recursive
581 764
765html-am:
766
582info: info-recursive 767info: info-recursive
583 768
584info-am: 769info-am:
585 770
586install-data-am: 771install-data-am:
587 772
773install-dvi: install-dvi-recursive
774
775install-dvi-am:
776
588install-exec-am: 777install-exec-am:
589 778
779install-html: install-html-recursive
780
781install-html-am:
782
590install-info: install-info-recursive 783install-info: install-info-recursive
591 784
785install-info-am:
786
592install-man: 787install-man:
788
789install-pdf: install-pdf-recursive
790
791install-pdf-am:
792
793install-ps: install-ps-recursive
794
795install-ps-am:
593 796
594installcheck-am: 797installcheck-am:
595 798
596maintainer-clean: maintainer-clean-recursive 799maintainer-clean: maintainer-clean-recursive
597 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 800 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
609 812
610ps: ps-recursive 813ps: ps-recursive
611 814
612ps-am: 815ps-am:
613 816
614uninstall-am: uninstall-info-am 817uninstall-am:
615 818
616uninstall-info: uninstall-info-recursive 819.MAKE: $(am__recursive_targets) all install-am install-strip
617 820
618.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 821.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
619 check-am clean clean-generic clean-recursive ctags \ 822 am--refresh check check-am clean clean-cscope clean-generic \
620 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ 823 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
824 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
621 dist-tarZ dist-zip distcheck distclean distclean-generic \ 825 dist-zstd distcheck distclean distclean-generic distclean-hdr \
622 distclean-hdr distclean-recursive distclean-tags \
623 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 826 distclean-tags distcleancheck distdir distuninstallcheck dvi \
624 html-am info info-am install install-am install-data \ 827 dvi-am html html-am info info-am install install-am \
828 install-data install-data-am install-dvi install-dvi-am \
829 install-exec install-exec-am install-html install-html-am \
830 install-info install-info-am install-man install-pdf \
625 install-data-am install-exec install-exec-am install-info \ 831 install-pdf-am install-ps install-ps-am install-strip \
626 install-info-am install-man install-strip installcheck \
627 installcheck-am installdirs installdirs-am maintainer-clean \ 832 installcheck installcheck-am installdirs installdirs-am \
628 maintainer-clean-generic maintainer-clean-recursive \ 833 maintainer-clean maintainer-clean-generic mostlyclean \
629 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \ 834 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
630 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
631 uninstall-info-am 835 uninstall-am
836
837.PRECIOUS: Makefile
838
632 839
633# 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.
634# Otherwise a system limit (for SysV at least) may be exceeded. 841# Otherwise a system limit (for SysV at least) may be exceeded.
635.NOEXPORT: 842.NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines