ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.in
Revision: 1.24
Committed: Thu Oct 6 03:25:53 2022 UTC (19 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +501 -249 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.24 # Makefile.in generated by automake 1.16.3 from Makefile.am.
2 pcg 1.1 # @configure_input@
3    
4 root 1.24 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
5    
6 pcg 1.1 # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
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
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16     VPATH = @srcdir@
17 root 1.24 am__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     }
28     am__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
70     am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71     am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pcg 1.1 pkgdatadir = $(datadir)/@PACKAGE@
73 root 1.24 pkgincludedir = $(includedir)/@PACKAGE@
74 root 1.20 pkglibdir = $(libdir)/@PACKAGE@
75 root 1.24 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 pcg 1.1 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77     install_sh_DATA = $(install_sh) -c -m 644
78     install_sh_PROGRAM = $(install_sh) -c
79     install_sh_SCRIPT = $(install_sh) -c
80     INSTALL_HEADER = $(INSTALL_DATA)
81     transform = $(program_transform_name)
82     NORMAL_INSTALL = :
83     PRE_INSTALL = :
84     POST_INSTALL = :
85     NORMAL_UNINSTALL = :
86     PRE_UNINSTALL = :
87     POST_UNINSTALL = :
88 root 1.24 build_triplet = @build@
89 pcg 1.1 host_triplet = @host@
90 root 1.24 target_triplet = @target@
91     subdir = .
92     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93     am__aclocal_m4_deps = $(top_srcdir)/libev/libev.m4 \
94     $(top_srcdir)/configure.ac
95     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96     $(ACLOCAL_M4)
97     DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98     $(am__configure_deps) $(am__DIST_COMMON)
99     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100     configure.lineno config.status.lineno
101     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102     CONFIG_HEADER = config.h
103     CONFIG_CLEAN_FILES =
104     CONFIG_CLEAN_VPATH_FILES =
105     AM_V_P = $(am__v_P_@AM_V@)
106     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107     am__v_P_0 = false
108     am__v_P_1 = :
109     AM_V_GEN = $(am__v_GEN_@AM_V@)
110     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111     am__v_GEN_0 = @echo " GEN " $@;
112     am__v_GEN_1 =
113     AM_V_at = $(am__v_at_@AM_V@)
114     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115     am__v_at_0 = @
116     am__v_at_1 =
117     SOURCES =
118     DIST_SOURCES =
119     RECURSIVE_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
127     am__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
132     RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133     distclean-recursive maintainer-clean-recursive
134     am__recursive_targets = \
135     $(RECURSIVE_TARGETS) \
136     $(RECURSIVE_CLEAN_TARGETS) \
137     $(am__extra_recursive_targets)
138     AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
139     cscope distdir distdir-am dist dist-all distcheck
140     am__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.
145     am__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.
153     am__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)`
158     ETAGS = etags
159     CTAGS = ctags
160     CSCOPE = cscope
161     DIST_SUBDIRS = $(SUBDIRS)
162     am__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
166     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167     distdir = $(PACKAGE)-$(VERSION)
168     top_distdir = $(distdir)
169     am__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
175     am__post_remove_distdir = $(am__remove_distdir)
176     am__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"
201     DIST_ARCHIVES = $(distdir).tar.gz
202     GZIP_ENV = --best
203     DIST_TARGETS = dist-gzip
204     # Exists only to be overridden by the user if desired.
205     AM_DISTCHECK_DVI_TARGET = dvi
206     distuninstallcheck_listfiles = find . -type f -print
207     am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
208     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
209     distcleancheck_listfiles = find . -type f -print
210 pcg 1.1 ACLOCAL = @ACLOCAL@
211     ALLOCA = @ALLOCA@
212     AMTAR = @AMTAR@
213 root 1.23 AM_CPPFLAGS = @AM_CPPFLAGS@
214 root 1.24 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215 pcg 1.1 AUTOCONF = @AUTOCONF@
216     AUTOHEADER = @AUTOHEADER@
217     AUTOMAKE = @AUTOMAKE@
218     AWK = @AWK@
219     CC = @CC@
220     CCDEPMODE = @CCDEPMODE@
221     CFLAGS = @CFLAGS@
222     CPP = @CPP@
223     CPPFLAGS = @CPPFLAGS@
224     CXX = @CXX@
225     CXXDEPMODE = @CXXDEPMODE@
226     CXXFLAGS = @CXXFLAGS@
227     CYGPATH_W = @CYGPATH_W@
228     DEFS = @DEFS@
229     DEPDIR = @DEPDIR@
230     ECHO_C = @ECHO_C@
231     ECHO_N = @ECHO_N@
232     ECHO_T = @ECHO_T@
233     EGREP = @EGREP@
234     EXEEXT = @EXEEXT@
235 root 1.24 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
236 pcg 1.1 GMSGFMT = @GMSGFMT@
237 root 1.24 GMSGFMT_015 = @GMSGFMT_015@
238 pcg 1.12 GREP = @GREP@
239 pcg 1.1 IFSUBTYPE = @IFSUBTYPE@
240     IFTYPE = @IFTYPE@
241 root 1.24 INSTALL = @INSTALL@
242 pcg 1.1 INSTALL_DATA = @INSTALL_DATA@
243     INSTALL_PROGRAM = @INSTALL_PROGRAM@
244     INSTALL_SCRIPT = @INSTALL_SCRIPT@
245     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246     INTLLIBS = @INTLLIBS@
247 root 1.24 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
248 pcg 1.1 LDFLAGS = @LDFLAGS@
249 pcg 1.8 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
250 root 1.22 LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
251     LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
252 pcg 1.1 LIBICONV = @LIBICONV@
253     LIBINTL = @LIBINTL@
254     LIBOBJS = @LIBOBJS@
255 pcg 1.9 LIBS = @LIBS@
256 pcg 1.1 LN_S = @LN_S@
257     LTLIBICONV = @LTLIBICONV@
258     LTLIBINTL = @LTLIBINTL@
259     LTLIBOBJS = @LTLIBOBJS@
260     MAINT = @MAINT@
261     MAKEINFO = @MAKEINFO@
262 root 1.24 MKDIR_P = @MKDIR_P@
263 pcg 1.1 MSGFMT = @MSGFMT@
264     MSGMERGE = @MSGMERGE@
265 root 1.24 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
266 pcg 1.1 OBJEXT = @OBJEXT@
267     PACKAGE = @PACKAGE@
268     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269     PACKAGE_NAME = @PACKAGE_NAME@
270     PACKAGE_STRING = @PACKAGE_STRING@
271     PACKAGE_TARNAME = @PACKAGE_TARNAME@
272 root 1.17 PACKAGE_URL = @PACKAGE_URL@
273 pcg 1.1 PACKAGE_VERSION = @PACKAGE_VERSION@
274     PATH_SEPARATOR = @PATH_SEPARATOR@
275 root 1.22 PKG_CONFIG = @PKG_CONFIG@
276     PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
277     PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
278 pcg 1.1 POSUB = @POSUB@
279     RANLIB = @RANLIB@
280 root 1.24 SED = @SED@
281 pcg 1.1 SET_MAKE = @SET_MAKE@
282     SHELL = @SHELL@
283     STRIP = @STRIP@
284     USE_NLS = @USE_NLS@
285     VERSION = @VERSION@
286     XGETTEXT = @XGETTEXT@
287 root 1.24 XGETTEXT_015 = @XGETTEXT_015@
288     XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
289     abs_builddir = @abs_builddir@
290     abs_srcdir = @abs_srcdir@
291     abs_top_builddir = @abs_top_builddir@
292     abs_top_srcdir = @abs_top_srcdir@
293 pcg 1.1 ac_ct_CC = @ac_ct_CC@
294     ac_ct_CXX = @ac_ct_CXX@
295     am__include = @am__include@
296     am__leading_dot = @am__leading_dot@
297     am__quote = @am__quote@
298 root 1.24 am__tar = @am__tar@
299     am__untar = @am__untar@
300 pcg 1.1 bindir = @bindir@
301     build = @build@
302     build_alias = @build_alias@
303     build_cpu = @build_cpu@
304     build_os = @build_os@
305     build_vendor = @build_vendor@
306 root 1.24 builddir = @builddir@
307 pcg 1.1 datadir = @datadir@
308 pcg 1.12 datarootdir = @datarootdir@
309     docdir = @docdir@
310     dvidir = @dvidir@
311 pcg 1.1 exec_prefix = @exec_prefix@
312     host = @host@
313     host_alias = @host_alias@
314     host_cpu = @host_cpu@
315     host_os = @host_os@
316     host_vendor = @host_vendor@
317 pcg 1.12 htmldir = @htmldir@
318 pcg 1.1 includedir = @includedir@
319     infodir = @infodir@
320     install_sh = @install_sh@
321     libdir = @libdir@
322     libexecdir = @libexecdir@
323 pcg 1.12 localedir = @localedir@
324 pcg 1.1 localstatedir = @localstatedir@
325     mandir = @mandir@
326 root 1.24 mkdir_p = @mkdir_p@
327 pcg 1.1 oldincludedir = @oldincludedir@
328 pcg 1.12 pdfdir = @pdfdir@
329 pcg 1.1 prefix = @prefix@
330     program_transform_name = @program_transform_name@
331 pcg 1.12 psdir = @psdir@
332 root 1.21 runstatedir = @runstatedir@
333 pcg 1.1 sbindir = @sbindir@
334     sharedstatedir = @sharedstatedir@
335 root 1.24 srcdir = @srcdir@
336 pcg 1.1 sysconfdir = @sysconfdir@
337     target = @target@
338     target_alias = @target_alias@
339     target_cpu = @target_cpu@
340     target_os = @target_os@
341     target_vendor = @target_vendor@
342 root 1.24 top_build_prefix = @top_build_prefix@
343     top_builddir = @top_builddir@
344     top_srcdir = @top_srcdir@
345 pcg 1.9 AUTOMAKE_OPTIONS = gnu
346     SUBDIRS = m4 lib src doc po
347 root 1.19 ACLOCAL_AMFLAGS = -I m4
348 pcg 1.13 EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
349 pcg 1.16 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
350 pcg 1.13 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
351 pcg 1.14 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
352 pcg 1.13
353 pcg 1.9 CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
354     config.sub install-sh missing mkinstalldirs \
355 pcg 1.10 stamp-h.in m4/Makefile.am po/Makefile.in.in \
356 pcg 1.9 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
357     src/.libs intl depcomp
358 pcg 1.1
359 pcg 1.9 all: config.h
360     $(MAKE) $(AM_MAKEFLAGS) all-recursive
361 pcg 1.1
362 pcg 1.9 .SUFFIXES:
363 root 1.24 am--refresh: Makefile
364     @:
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'; \
376     $(am__cd) $(top_srcdir) && \
377     $(AUTOMAKE) --gnu Makefile
378     Makefile: $(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)'; \
385     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
386     esac;
387 pcg 1.12
388 root 1.24 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
389 pcg 1.9 $(SHELL) ./config.status --recheck
390 pcg 1.11
391 root 1.24 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
392     $(am__cd) $(srcdir) && $(AUTOCONF)
393     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
394     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
395     $(am__aclocal_m4_deps):
396 pcg 1.9
397     config.h: stamp-h1
398 root 1.24 @test -f $@ || rm -f stamp-h1
399     @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
400 pcg 1.9
401     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
402     @rm -f stamp-h1
403     cd $(top_builddir) && $(SHELL) ./config.status config.h
404 root 1.24 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
405     ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
406     rm -f stamp-h1
407     touch $@
408 pcg 1.1
409 pcg 1.9 distclean-hdr:
410     -rm -f config.h stamp-h1
411 pcg 1.1
412 pcg 1.6 # This directory's subdirectories are mostly independent; you can cd
413 root 1.24 # into them and run 'make' without going through this Makefile.
414     # To change the values of 'make' variables: instead of editing Makefiles,
415     # (1) if the variable is set in 'config.status', edit 'config.status'
416     # (which will cause the Makefiles to be regenerated when you run 'make');
417     # (2) otherwise, pass the desired values on the 'make' command line.
418     $(am__recursive_targets):
419     @fail=; \
420     if $(am__make_keepgoing); then \
421     failcom='fail=yes'; \
422     else \
423     failcom='exit 1'; \
424     fi; \
425 pcg 1.6 dot_seen=no; \
426     target=`echo $@ | sed s/-recursive//`; \
427 root 1.24 case "$@" in \
428     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
429     *) list='$(SUBDIRS)' ;; \
430     esac; \
431     for subdir in $$list; do \
432 pcg 1.6 echo "Making $$target in $$subdir"; \
433     if test "$$subdir" = "."; then \
434     dot_seen=yes; \
435     local_target="$$target-am"; \
436     else \
437     local_target="$$target"; \
438     fi; \
439 root 1.24 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440     || eval $$failcom; \
441 pcg 1.6 done; \
442     if test "$$dot_seen" = "no"; then \
443     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
444     fi; test -z "$$fail"
445    
446 root 1.24 ID: $(am__tagged_files)
447     $(am__define_uniq_tagged_files); mkid -fID $$unique
448     tags: tags-recursive
449     TAGS: tags
450 root 1.20
451 root 1.24 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452     set x; \
453 pcg 1.1 here=`pwd`; \
454 root 1.24 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
455 pcg 1.6 include_option=--etags-include; \
456 root 1.24 empty_fix=.; \
457 pcg 1.6 else \
458     include_option=--include; \
459 root 1.24 empty_fix=; \
460 pcg 1.6 fi; \
461     list='$(SUBDIRS)'; for subdir in $$list; do \
462     if test "$$subdir" = .; then :; else \
463 root 1.24 test ! -f $$subdir/TAGS || \
464     set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
465 pcg 1.6 fi; \
466     done; \
467 root 1.24 $(am__define_uniq_tagged_files); \
468     shift; \
469     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470     test -n "$$unique" || unique=$$empty_fix; \
471     if test $$# -gt 0; then \
472     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473     "$$@" $$unique; \
474     else \
475     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476     $$unique; \
477     fi; \
478     fi
479     ctags: ctags-recursive
480    
481     CTAGS: ctags
482     ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483     $(am__define_uniq_tagged_files); \
484     test -z "$(CTAGS_ARGS)$$unique" \
485 pcg 1.1 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486 root 1.24 $$unique
487 pcg 1.1
488     GTAGS:
489     here=`$(am__cd) $(top_builddir) && pwd` \
490 root 1.24 && $(am__cd) $(top_srcdir) \
491     && gtags -i $(GTAGS_ARGS) "$$here"
492     cscope: cscope.files
493     test ! -s cscope.files \
494     || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
495     clean-cscope:
496     -rm -f cscope.files
497     cscope.files: clean-cscope cscopelist
498     cscopelist: cscopelist-recursive
499    
500     cscopelist-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
513 pcg 1.1
514     distclean-tags:
515     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
516 root 1.24 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
517 root 1.20
518 root 1.24 distdir: $(BUILT_SOURCES)
519     $(MAKE) $(AM_MAKEFLAGS) distdir-am
520 root 1.20
521 root 1.24 distdir-am: $(DISTFILES)
522 pcg 1.9 $(am__remove_distdir)
523 root 1.24 test -d "$(distdir)" || mkdir "$(distdir)"
524     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
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"`; \
530     case $$dist_files in \
531     */*) $(MKDIR_P) `echo "$$dist_files" | \
532     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533     sort -u` ;; \
534     esac; \
535     for file in $$dist_files; do \
536 pcg 1.1 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
537     if test -d $$d/$$file; then \
538 root 1.24 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
539     if test -d "$(distdir)/$$file"; then \
540     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541     fi; \
542 pcg 1.1 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
543 root 1.24 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
544     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545 pcg 1.1 fi; \
546 root 1.24 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
547 pcg 1.1 else \
548 root 1.24 test -f "$(distdir)/$$file" \
549     || cp -p $$d/$$file "$(distdir)/$$file" \
550 pcg 1.1 || exit 1; \
551     fi; \
552     done
553 root 1.24 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
554 pcg 1.6 if test "$$subdir" = .; then :; else \
555 root 1.24 $(am__make_dryrun) \
556     || test -d "$(distdir)/$$subdir" \
557     || $(MKDIR_P) "$(distdir)/$$subdir" \
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)"; \
567     ($(am__cd) $$subdir && \
568 pcg 1.6 $(MAKE) $(AM_MAKEFLAGS) \
569 root 1.24 top_distdir="$$new_top_distdir" \
570     distdir="$$new_distdir" \
571     am__remove_distdir=: \
572     am__skip_length_check=: \
573     am__skip_mode_fix=: \
574 pcg 1.6 distdir) \
575     || exit 1; \
576     fi; \
577     done
578 root 1.24 -test -n "$(am__skip_mode_fix)" \
579     || find "$(distdir)" -type d ! -perm -755 \
580 root 1.17 -exec chmod u+rwx,go+rx {} \; -o \
581 pcg 1.9 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
582     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
583 root 1.24 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
584     || chmod -R a+r "$(distdir)"
585 pcg 1.9 dist-gzip: distdir
586 root 1.24 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
587     $(am__post_remove_distdir)
588 pcg 1.9
589 root 1.24 dist-bzip2: distdir
590     tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
591     $(am__post_remove_distdir)
592    
593     dist-lzip: distdir
594     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
595     $(am__post_remove_distdir)
596    
597     dist-xz: distdir
598     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
599     $(am__post_remove_distdir)
600    
601     dist-zstd: distdir
602     tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
603     $(am__post_remove_distdir)
604    
605     dist-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    
612     dist-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    
619     dist-zip: distdir
620     -rm -f $(distdir).zip
621     zip -rq $(distdir).zip $(distdir)
622     $(am__post_remove_distdir)
623    
624     dist dist-all:
625     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
626     $(am__post_remove_distdir)
627 pcg 1.9
628     # This target untars the dist file and tries a VPATH configuration. Then
629     # it guarantees that the distribution is self-contained by making another
630     # tarfile.
631     distcheck: dist
632 root 1.24 case '$(DIST_ARCHIVES)' in \
633     *.tar.gz*) \
634     eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
635     *.tar.bz2*) \
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
653 pcg 1.9 chmod a-w $(distdir)
654 root 1.24 test -d $(distdir)/_build || exit 0; \
655 pcg 1.9 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
656     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
657 root 1.24 && am__cwd=`pwd` \
658     && $(am__cd) $(distdir)/_build/sub \
659     && ../../configure \
660     $(AM_DISTCHECK_CONFIGURE_FLAGS) \
661 pcg 1.9 $(DISTCHECK_CONFIGURE_FLAGS) \
662 root 1.24 --srcdir=../.. --prefix="$$dc_install_base" \
663 pcg 1.9 && $(MAKE) $(AM_MAKEFLAGS) \
664 root 1.24 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
665 pcg 1.9 && $(MAKE) $(AM_MAKEFLAGS) check \
666     && $(MAKE) $(AM_MAKEFLAGS) install \
667     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
668     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
669     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
670     distuninstallcheck \
671     && chmod -R a-w "$$dc_install_base" \
672     && ({ \
673 root 1.24 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
674 pcg 1.9 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
675     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
676     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
677     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
678     } || { rm -rf "$$dc_destdir"; exit 1; }) \
679     && rm -rf "$$dc_destdir" \
680 root 1.24 && $(MAKE) $(AM_MAKEFLAGS) dist \
681     && rm -rf $(DIST_ARCHIVES) \
682     && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
683     && cd "$$am__cwd" \
684     || exit 1
685     $(am__post_remove_distdir)
686     @(echo "$(distdir) archives ready for distribution: "; \
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'
689 pcg 1.9 distuninstallcheck:
690 root 1.24 @test -n '$(distuninstallcheck_dir)' || { \
691     echo 'ERROR: trying to run $@ with an empty' \
692     '$$(distuninstallcheck_dir)' >&2; \
693     exit 1; \
694     }; \
695     $(am__cd) '$(distuninstallcheck_dir)' || { \
696     echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
697     exit 1; \
698     }; \
699     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
700 pcg 1.9 || { echo "ERROR: files left after uninstall:" ; \
701     if test -n "$(DESTDIR)"; then \
702     echo " (check DESTDIR support)"; \
703     fi ; \
704     $(distuninstallcheck_listfiles) ; \
705     exit 1; } >&2
706     distcleancheck: distclean
707     @if test '$(srcdir)' = . ; then \
708     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
709     exit 1 ; \
710     fi
711     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
712     || { echo "ERROR: files left in build directory after distclean:" ; \
713     $(distcleancheck_listfiles) ; \
714     exit 1; } >&2
715 pcg 1.1 check-am: all-am
716 pcg 1.6 check: check-recursive
717 pcg 1.9 all-am: Makefile config.h
718 pcg 1.6 installdirs: installdirs-recursive
719     installdirs-am:
720     install: install-recursive
721     install-exec: install-exec-recursive
722     install-data: install-data-recursive
723     uninstall: uninstall-recursive
724 pcg 1.1
725     install-am: all-am
726     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
727    
728 pcg 1.6 installcheck: installcheck-recursive
729 pcg 1.1 install-strip:
730 root 1.24 if test -z '$(STRIP)'; then \
731     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733     install; \
734     else \
735     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
738     fi
739 pcg 1.1 mostlyclean-generic:
740    
741     clean-generic:
742    
743     distclean-generic:
744 root 1.24 -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)
746 pcg 1.1
747     maintainer-clean-generic:
748     @echo "This command is intended for maintainers to use"
749     @echo "it deletes files that may require special tools to rebuild."
750 pcg 1.6 clean: clean-recursive
751 pcg 1.1
752 pcg 1.9 clean-am: clean-generic mostlyclean-am
753 pcg 1.1
754 pcg 1.6 distclean: distclean-recursive
755 pcg 1.9 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
756 pcg 1.1 -rm -f Makefile
757 pcg 1.9 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
758 pcg 1.1
759 pcg 1.6 dvi: dvi-recursive
760 pcg 1.1
761     dvi-am:
762    
763 root 1.24 html: html-recursive
764    
765     html-am:
766    
767 pcg 1.6 info: info-recursive
768 pcg 1.1
769     info-am:
770    
771     install-data-am:
772    
773 root 1.24 install-dvi: install-dvi-recursive
774    
775     install-dvi-am:
776    
777 pcg 1.9 install-exec-am:
778 pcg 1.1
779 root 1.24 install-html: install-html-recursive
780    
781     install-html-am:
782    
783 pcg 1.6 install-info: install-info-recursive
784 pcg 1.1
785 root 1.24 install-info-am:
786    
787 pcg 1.1 install-man:
788    
789 root 1.24 install-pdf: install-pdf-recursive
790    
791     install-pdf-am:
792    
793     install-ps: install-ps-recursive
794    
795     install-ps-am:
796    
797 pcg 1.1 installcheck-am:
798    
799 pcg 1.6 maintainer-clean: maintainer-clean-recursive
800 pcg 1.9 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
801     -rm -rf $(top_srcdir)/autom4te.cache
802 pcg 1.1 -rm -f Makefile
803     maintainer-clean-am: distclean-am maintainer-clean-generic
804    
805 pcg 1.6 mostlyclean: mostlyclean-recursive
806 pcg 1.1
807 pcg 1.9 mostlyclean-am: mostlyclean-generic
808 pcg 1.1
809 pcg 1.6 pdf: pdf-recursive
810 pcg 1.1
811     pdf-am:
812    
813 pcg 1.6 ps: ps-recursive
814 pcg 1.1
815     ps-am:
816    
817 root 1.24 uninstall-am:
818    
819     .MAKE: $(am__recursive_targets) all install-am install-strip
820    
821     .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
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 \
825     dist-zstd distcheck distclean distclean-generic distclean-hdr \
826     distclean-tags distcleancheck distdir distuninstallcheck dvi \
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 \
831     install-pdf-am install-ps install-ps-am install-strip \
832     installcheck installcheck-am installdirs installdirs-am \
833     maintainer-clean maintainer-clean-generic mostlyclean \
834     mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
835     uninstall-am
836 pcg 1.1
837 root 1.24 .PRECIOUS: Makefile
838 pcg 1.6
839 pcg 1.1
840     # Tell versions [3.59,3.63) of GNU make to not export all variables.
841     # Otherwise a system limit (for SysV at least) may be exceeded.
842     .NOEXPORT: