ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/m4/Makefile.in
Revision: 1.13
Committed: Thu Oct 6 03:25:54 2022 UTC (19 months, 2 weeks ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +227 -82 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.13 # Makefile.in generated by automake 1.16.3 from Makefile.am.
2 pcg 1.1 # @configure_input@
3    
4 root 1.13 # 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.13 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.13 pkgincludedir = $(includedir)/@PACKAGE@
74 root 1.9 pkglibdir = $(libdir)/@PACKAGE@
75 root 1.13 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.13 build_triplet = @build@
89 pcg 1.1 host_triplet = @host@
90 root 1.13 target_triplet = @target@
91     subdir = m4
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 $(am__DIST_COMMON)
98     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99     CONFIG_HEADER = $(top_builddir)/config.h
100     CONFIG_CLEAN_FILES =
101     CONFIG_CLEAN_VPATH_FILES =
102     AM_V_P = $(am__v_P_@AM_V@)
103     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104     am__v_P_0 = false
105     am__v_P_1 = :
106     AM_V_GEN = $(am__v_GEN_@AM_V@)
107     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108     am__v_GEN_0 = @echo " GEN " $@;
109     am__v_GEN_1 =
110     AM_V_at = $(am__v_at_@AM_V@)
111     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112     am__v_at_0 = @
113     am__v_at_1 =
114     SOURCES =
115     DIST_SOURCES =
116     am__can_run_installinfo = \
117     case $$AM_UPDATE_INFO_DIR in \
118     n|no|NO) false;; \
119     *) (install-info --version) >/dev/null 2>&1;; \
120     esac
121     am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
122     am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \
123     ChangeLog README
124     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125 pcg 1.1 ACLOCAL = @ACLOCAL@
126     ALLOCA = @ALLOCA@
127     AMTAR = @AMTAR@
128 root 1.12 AM_CPPFLAGS = @AM_CPPFLAGS@
129 root 1.13 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130 pcg 1.1 AUTOCONF = @AUTOCONF@
131     AUTOHEADER = @AUTOHEADER@
132     AUTOMAKE = @AUTOMAKE@
133     AWK = @AWK@
134     CC = @CC@
135     CCDEPMODE = @CCDEPMODE@
136     CFLAGS = @CFLAGS@
137     CPP = @CPP@
138     CPPFLAGS = @CPPFLAGS@
139     CXX = @CXX@
140     CXXDEPMODE = @CXXDEPMODE@
141     CXXFLAGS = @CXXFLAGS@
142     CYGPATH_W = @CYGPATH_W@
143     DEFS = @DEFS@
144     DEPDIR = @DEPDIR@
145     ECHO_C = @ECHO_C@
146     ECHO_N = @ECHO_N@
147     ECHO_T = @ECHO_T@
148     EGREP = @EGREP@
149     EXEEXT = @EXEEXT@
150 root 1.13 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
151 pcg 1.1 GMSGFMT = @GMSGFMT@
152 root 1.13 GMSGFMT_015 = @GMSGFMT_015@
153 pcg 1.6 GREP = @GREP@
154 pcg 1.1 IFSUBTYPE = @IFSUBTYPE@
155     IFTYPE = @IFTYPE@
156 root 1.13 INSTALL = @INSTALL@
157 pcg 1.1 INSTALL_DATA = @INSTALL_DATA@
158     INSTALL_PROGRAM = @INSTALL_PROGRAM@
159     INSTALL_SCRIPT = @INSTALL_SCRIPT@
160     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
161     INTLLIBS = @INTLLIBS@
162 root 1.13 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
163 pcg 1.1 LDFLAGS = @LDFLAGS@
164 pcg 1.4 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
165 root 1.11 LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
166     LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
167 pcg 1.1 LIBICONV = @LIBICONV@
168     LIBINTL = @LIBINTL@
169     LIBOBJS = @LIBOBJS@
170     LIBS = @LIBS@
171     LN_S = @LN_S@
172     LTLIBICONV = @LTLIBICONV@
173     LTLIBINTL = @LTLIBINTL@
174     LTLIBOBJS = @LTLIBOBJS@
175     MAINT = @MAINT@
176     MAKEINFO = @MAKEINFO@
177 root 1.13 MKDIR_P = @MKDIR_P@
178 pcg 1.1 MSGFMT = @MSGFMT@
179     MSGMERGE = @MSGMERGE@
180 root 1.13 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
181 pcg 1.1 OBJEXT = @OBJEXT@
182     PACKAGE = @PACKAGE@
183     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184     PACKAGE_NAME = @PACKAGE_NAME@
185     PACKAGE_STRING = @PACKAGE_STRING@
186     PACKAGE_TARNAME = @PACKAGE_TARNAME@
187 root 1.7 PACKAGE_URL = @PACKAGE_URL@
188 pcg 1.1 PACKAGE_VERSION = @PACKAGE_VERSION@
189     PATH_SEPARATOR = @PATH_SEPARATOR@
190 root 1.11 PKG_CONFIG = @PKG_CONFIG@
191     PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
192     PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
193 pcg 1.1 POSUB = @POSUB@
194     RANLIB = @RANLIB@
195 root 1.13 SED = @SED@
196 pcg 1.1 SET_MAKE = @SET_MAKE@
197     SHELL = @SHELL@
198     STRIP = @STRIP@
199     USE_NLS = @USE_NLS@
200     VERSION = @VERSION@
201     XGETTEXT = @XGETTEXT@
202 root 1.13 XGETTEXT_015 = @XGETTEXT_015@
203     XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
204     abs_builddir = @abs_builddir@
205     abs_srcdir = @abs_srcdir@
206     abs_top_builddir = @abs_top_builddir@
207     abs_top_srcdir = @abs_top_srcdir@
208 pcg 1.1 ac_ct_CC = @ac_ct_CC@
209     ac_ct_CXX = @ac_ct_CXX@
210     am__include = @am__include@
211     am__leading_dot = @am__leading_dot@
212     am__quote = @am__quote@
213 root 1.13 am__tar = @am__tar@
214     am__untar = @am__untar@
215 pcg 1.1 bindir = @bindir@
216     build = @build@
217     build_alias = @build_alias@
218     build_cpu = @build_cpu@
219     build_os = @build_os@
220     build_vendor = @build_vendor@
221 root 1.13 builddir = @builddir@
222 pcg 1.1 datadir = @datadir@
223 pcg 1.6 datarootdir = @datarootdir@
224     docdir = @docdir@
225     dvidir = @dvidir@
226 pcg 1.1 exec_prefix = @exec_prefix@
227     host = @host@
228     host_alias = @host_alias@
229     host_cpu = @host_cpu@
230     host_os = @host_os@
231     host_vendor = @host_vendor@
232 pcg 1.6 htmldir = @htmldir@
233 pcg 1.1 includedir = @includedir@
234     infodir = @infodir@
235     install_sh = @install_sh@
236     libdir = @libdir@
237     libexecdir = @libexecdir@
238 pcg 1.6 localedir = @localedir@
239 pcg 1.1 localstatedir = @localstatedir@
240     mandir = @mandir@
241 root 1.13 mkdir_p = @mkdir_p@
242 pcg 1.1 oldincludedir = @oldincludedir@
243 pcg 1.6 pdfdir = @pdfdir@
244 pcg 1.1 prefix = @prefix@
245     program_transform_name = @program_transform_name@
246 pcg 1.6 psdir = @psdir@
247 root 1.10 runstatedir = @runstatedir@
248 pcg 1.1 sbindir = @sbindir@
249     sharedstatedir = @sharedstatedir@
250 root 1.13 srcdir = @srcdir@
251 pcg 1.1 sysconfdir = @sysconfdir@
252     target = @target@
253     target_alias = @target_alias@
254     target_cpu = @target_cpu@
255     target_os = @target_os@
256     target_vendor = @target_vendor@
257 root 1.13 top_build_prefix = @top_build_prefix@
258     top_builddir = @top_builddir@
259     top_srcdir = @top_srcdir@
260 pcg 1.1 EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \
261     gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \
262     inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
263 root 1.11 lib-prefix.m4 progtest.m4 stdint_h.m4 tuntap.m4 uintmax_t.m4 \
264 pcg 1.1 ulonglong.m4
265    
266     all: all-am
267    
268     .SUFFIXES:
269 root 1.13 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
270     @for dep in $?; do \
271     case '$(am__configure_deps)' in \
272     *$$dep*) \
273     ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
274     && { if test -f $@; then exit 0; else break; fi; }; \
275     exit 1;; \
276 root 1.9 esac; \
277 root 1.13 done; \
278     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
279     $(am__cd) $(top_srcdir) && \
280     $(AUTOMAKE) --gnu m4/Makefile
281     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282     @case '$?' in \
283     *config.status*) \
284     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
285     *) \
286     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
287     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
288     esac;
289    
290     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
291     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292    
293     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
294     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
296     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297     $(am__aclocal_m4_deps):
298     tags TAGS:
299    
300     ctags CTAGS:
301    
302     cscope cscopelist:
303    
304    
305     distdir: $(BUILT_SOURCES)
306     $(MAKE) $(AM_MAKEFLAGS) distdir-am
307    
308     distdir-am: $(DISTFILES)
309     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
310     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
311     list='$(DISTFILES)'; \
312     dist_files=`for file in $$list; do echo $$file; done | \
313     sed -e "s|^$$srcdirstrip/||;t" \
314     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
315     case $$dist_files in \
316     */*) $(MKDIR_P) `echo "$$dist_files" | \
317     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
318     sort -u` ;; \
319     esac; \
320     for file in $$dist_files; do \
321 pcg 1.1 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
322     if test -d $$d/$$file; then \
323 root 1.13 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
324     if test -d "$(distdir)/$$file"; then \
325     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
326     fi; \
327 pcg 1.1 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
328 root 1.13 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
329     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
330 pcg 1.1 fi; \
331 root 1.13 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
332 pcg 1.1 else \
333 root 1.13 test -f "$(distdir)/$$file" \
334     || cp -p $$d/$$file "$(distdir)/$$file" \
335 pcg 1.1 || exit 1; \
336     fi; \
337     done
338     check-am: all-am
339     check: check-am
340     all-am: Makefile
341     installdirs:
342     install: install-am
343     install-exec: install-exec-am
344     install-data: install-data-am
345     uninstall: uninstall-am
346    
347     install-am: all-am
348     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349    
350     installcheck: installcheck-am
351     install-strip:
352 root 1.13 if test -z '$(STRIP)'; then \
353     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
354     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
355     install; \
356     else \
357     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
359     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
360     fi
361 pcg 1.1 mostlyclean-generic:
362    
363     clean-generic:
364    
365     distclean-generic:
366 root 1.13 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
367     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
368 pcg 1.1
369     maintainer-clean-generic:
370     @echo "This command is intended for maintainers to use"
371     @echo "it deletes files that may require special tools to rebuild."
372     clean: clean-am
373    
374     clean-am: clean-generic mostlyclean-am
375    
376     distclean: distclean-am
377     -rm -f Makefile
378     distclean-am: clean-am distclean-generic
379    
380     dvi: dvi-am
381    
382     dvi-am:
383    
384 root 1.13 html: html-am
385    
386     html-am:
387    
388 pcg 1.1 info: info-am
389    
390     info-am:
391    
392     install-data-am:
393    
394 root 1.13 install-dvi: install-dvi-am
395    
396     install-dvi-am:
397    
398 pcg 1.1 install-exec-am:
399    
400 root 1.13 install-html: install-html-am
401    
402     install-html-am:
403    
404 pcg 1.1 install-info: install-info-am
405    
406 root 1.13 install-info-am:
407    
408 pcg 1.1 install-man:
409    
410 root 1.13 install-pdf: install-pdf-am
411    
412     install-pdf-am:
413    
414     install-ps: install-ps-am
415    
416     install-ps-am:
417    
418 pcg 1.1 installcheck-am:
419    
420     maintainer-clean: maintainer-clean-am
421     -rm -f Makefile
422     maintainer-clean-am: distclean-am maintainer-clean-generic
423    
424     mostlyclean: mostlyclean-am
425    
426     mostlyclean-am: mostlyclean-generic
427    
428     pdf: pdf-am
429    
430     pdf-am:
431    
432     ps: ps-am
433    
434     ps-am:
435    
436 root 1.13 uninstall-am:
437 pcg 1.1
438 root 1.13 .MAKE: install-am install-strip
439    
440     .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
441     ctags-am distclean distclean-generic distdir dvi dvi-am html \
442     html-am info info-am install install-am install-data \
443     install-data-am install-dvi install-dvi-am install-exec \
444     install-exec-am install-html install-html-am install-info \
445     install-info-am install-man install-pdf install-pdf-am \
446     install-ps install-ps-am install-strip installcheck \
447     installcheck-am installdirs maintainer-clean \
448     maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
449     pdf-am ps ps-am tags-am uninstall uninstall-am
450    
451     .PRECIOUS: Makefile
452 pcg 1.1
453    
454     Makefile.am: Makefile.am.in
455     rm -f $@ $@t
456     sed -n '1,/^##m4-files-begin/p' $< > $@t
457     ( echo EXTRA_DIST = README Makefile.am.in; \
458     find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \
459     |fmt | (tr '\012' @; echo) \
460     |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
461     >> $@t
462     sed -n '/^##m4-files-end/,$$p' $< >> $@t
463     chmod a-w $@t
464     mv $@t $@
465 root 1.13
466 pcg 1.1 # Tell versions [3.59,3.63) of GNU make to not export all variables.
467     # Otherwise a system limit (for SysV at least) may be exceeded.
468     .NOEXPORT: