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

Comparing gvpe/Makefile.in (file contents):
Revision 1.23 by root, Thu Oct 25 07:31:58 2018 UTC vs.
Revision 1.24 by root, Thu Oct 6 03:25:53 2022 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines