Skip to content

Commit 078f43c

Browse files
committed
Update build system
Update build system to autoconf 2.72, aclocal 1.18.1
1 parent 2037c62 commit 078f43c

File tree

4 files changed

+2372
-1187
lines changed

4 files changed

+2372
-1187
lines changed

tools/cpcd/Makefile.in

Lines changed: 103 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.13.4 from Makefile.am.
1+
# Makefile.in generated by automake 1.18.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2025 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -14,7 +14,17 @@
1414

1515
@SET_MAKE@
1616
VPATH = @srcdir@
17-
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17+
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+
}
1828
am__make_running_with_option = \
1929
case $${target_option-} in \
2030
?) ;; \
@@ -59,6 +69,8 @@ am__make_running_with_option = \
5969
test $$has_opt = yes
6070
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
6171
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72+
am__rm_f = rm -f $(am__rm_f_notfound)
73+
am__rm_rf = rm -rf $(am__rm_f_notfound)
6274
pkgdatadir = $(datadir)/@PACKAGE@
6375
pkgincludedir = $(includedir)/@PACKAGE@
6476
pkglibdir = $(libdir)/@PACKAGE@
@@ -76,18 +88,13 @@ NORMAL_UNINSTALL = :
7688
PRE_UNINSTALL = :
7789
POST_UNINSTALL = :
7890
subdir = .
79-
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
80-
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81-
$(top_srcdir)/configure $(am__configure_deps) \
82-
$(srcdir)/config.h.in COPYING build-aux/depcomp \
83-
build-aux/install-sh build-aux/missing \
84-
$(top_srcdir)/build-aux/install-sh \
85-
$(top_srcdir)/build-aux/missing
8691
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8792
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
8893
$(top_srcdir)/m4/ax_lib_yamlcpp.m4 $(top_srcdir)/configure.ac
8994
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9095
$(ACLOCAL_M4)
96+
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97+
$(am__configure_deps) $(am__DIST_COMMON)
9198
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
9299
configure.lineno config.status.lineno
93100
mkinstalldirs = $(install_sh) -d
@@ -128,9 +135,9 @@ am__recursive_targets = \
128135
$(RECURSIVE_CLEAN_TARGETS) \
129136
$(am__extra_recursive_targets)
130137
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
131-
cscope distdir dist dist-all distcheck
132-
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
133-
$(LISP)config.h.in
138+
cscope distdir distdir-am dist dist-all distcheck
139+
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
140+
config.h.in
134141
# Read a list of newline-separated strings from the standard input,
135142
# and print each of them once, without duplicates. Input order is
136143
# *not* preserved.
@@ -147,17 +154,19 @@ am__define_uniq_tagged_files = \
147154
unique=`for i in $$list; do \
148155
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
149156
done | $(am__uniquify_input)`
150-
ETAGS = etags
151-
CTAGS = ctags
152-
CSCOPE = cscope
153157
DIST_SUBDIRS = $(SUBDIRS)
158+
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
159+
$(top_srcdir)/build-aux/install-sh \
160+
$(top_srcdir)/build-aux/missing AUTHORS COPYING ChangeLog \
161+
INSTALL NEWS README build-aux/depcomp build-aux/install-sh \
162+
build-aux/missing
154163
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155164
distdir = $(PACKAGE)-$(VERSION)
156165
top_distdir = $(distdir)
157166
am__remove_distdir = \
158167
if test -d "$(distdir)"; then \
159-
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
160-
&& rm -rf "$(distdir)" \
168+
find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
169+
; rm -rf "$(distdir)" \
161170
|| { sleep 5 && rm -rf "$(distdir)"; }; \
162171
else :; fi
163172
am__post_remove_distdir = $(am__remove_distdir)
@@ -187,12 +196,16 @@ am__relativize = \
187196
done; \
188197
reldir="$$dir2"
189198
DIST_ARCHIVES = $(distdir).tar.gz
190-
GZIP_ENV = --best
199+
GZIP_ENV = -9
191200
DIST_TARGETS = dist-gzip
201+
# Exists only to be overridden by the user if desired.
202+
AM_DISTCHECK_DVI_TARGET = dvi
192203
distuninstallcheck_listfiles = find . -type f -print
193204
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
194205
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
195-
distcleancheck_listfiles = find . -type f -print
206+
distcleancheck_listfiles = \
207+
find . \( -type f -a \! \
208+
\( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
196209
ACLOCAL = @ACLOCAL@
197210
AMTAR = @AMTAR@
198211
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -201,6 +214,8 @@ AUTOHEADER = @AUTOHEADER@
201214
AUTOMAKE = @AUTOMAKE@
202215
AWK = @AWK@
203216
CPPFLAGS = @CPPFLAGS@
217+
CSCOPE = @CSCOPE@
218+
CTAGS = @CTAGS@
204219
CXX = @CXX@
205220
CXXDEPMODE = @CXXDEPMODE@
206221
CXXFLAGS = @CXXFLAGS@
@@ -210,6 +225,7 @@ DEPDIR = @DEPDIR@
210225
ECHO_C = @ECHO_C@
211226
ECHO_N = @ECHO_N@
212227
ECHO_T = @ECHO_T@
228+
ETAGS = @ETAGS@
213229
EXEEXT = @EXEEXT@
214230
HAVE_CXX11 = @HAVE_CXX11@
215231
INSTALL = @INSTALL@
@@ -247,8 +263,10 @@ ac_ct_CXX = @ac_ct_CXX@
247263
am__include = @am__include@
248264
am__leading_dot = @am__leading_dot@
249265
am__quote = @am__quote@
266+
am__rm_f_notfound = @am__rm_f_notfound@
250267
am__tar = @am__tar@
251268
am__untar = @am__untar@
269+
am__xargs_n = @am__xargs_n@
252270
bindir = @bindir@
253271
build_alias = @build_alias@
254272
builddir = @builddir@
@@ -273,6 +291,7 @@ pdfdir = @pdfdir@
273291
prefix = @prefix@
274292
program_transform_name = @program_transform_name@
275293
psdir = @psdir@
294+
runstatedir = @runstatedir@
276295
sbindir = @sbindir@
277296
sharedstatedir = @sharedstatedir@
278297
srcdir = @srcdir@
@@ -303,15 +322,14 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
303322
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
304323
$(am__cd) $(top_srcdir) && \
305324
$(AUTOMAKE) --gnu Makefile
306-
.PRECIOUS: Makefile
307325
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308326
@case '$?' in \
309327
*config.status*) \
310328
echo ' $(SHELL) ./config.status'; \
311329
$(SHELL) ./config.status;; \
312330
*) \
313-
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
314-
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
331+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
332+
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
315333
esac;
316334

317335
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -324,16 +342,16 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
324342
$(am__aclocal_m4_deps):
325343

326344
config.h: stamp-h1
327-
@if test ! -f $@; then rm -f stamp-h1; else :; fi
328-
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
345+
@test -f $@ || rm -f stamp-h1
346+
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
329347

330348
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
331-
@rm -f stamp-h1
332-
cd $(top_builddir) && $(SHELL) ./config.status config.h
349+
$(AM_V_at)rm -f stamp-h1
350+
$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h
333351
$(srcdir)/config.h.in: $(am__configure_deps)
334-
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
335-
rm -f stamp-h1
336-
touch $@
352+
$(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER))
353+
$(AM_V_at)rm -f stamp-h1
354+
$(AM_V_at)touch $@
337355

338356
distclean-hdr:
339357
-rm -f config.h stamp-h1
@@ -444,9 +462,12 @@ distclean-tags:
444462
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445463
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
446464

447-
distdir: $(DISTFILES)
465+
distdir: $(BUILT_SOURCES)
466+
$(MAKE) $(AM_MAKEFLAGS) distdir-am
467+
468+
distdir-am: $(DISTFILES)
448469
$(am__remove_distdir)
449-
test -d "$(distdir)" || mkdir "$(distdir)"
470+
$(AM_V_at)$(MKDIR_P) "$(distdir)"
450471
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451472
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452473
list='$(DISTFILES)'; \
@@ -509,13 +530,17 @@ distdir: $(DISTFILES)
509530
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
510531
|| chmod -R a+r "$(distdir)"
511532
dist-gzip: distdir
512-
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
533+
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
513534
$(am__post_remove_distdir)
514535

515536
dist-bzip2: distdir
516537
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
517538
$(am__post_remove_distdir)
518539

540+
dist-bzip3: distdir
541+
tardir=$(distdir) && $(am__tar) | bzip3 -c >$(distdir).tar.bz3
542+
$(am__post_remove_distdir)
543+
519544
dist-lzip: distdir
520545
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
521546
$(am__post_remove_distdir)
@@ -524,12 +549,22 @@ dist-xz: distdir
524549
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
525550
$(am__post_remove_distdir)
526551

552+
dist-zstd: distdir
553+
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
554+
$(am__post_remove_distdir)
555+
527556
dist-tarZ: distdir
557+
@echo WARNING: "Support for distribution archives compressed with" \
558+
"legacy program 'compress' is deprecated." >&2
559+
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
528560
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
529561
$(am__post_remove_distdir)
530562

531563
dist-shar: distdir
532-
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
564+
@echo WARNING: "Support for shar distribution archives is" \
565+
"deprecated." >&2
566+
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
567+
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
533568
$(am__post_remove_distdir)
534569

535570
dist-zip: distdir
@@ -547,34 +582,39 @@ dist dist-all:
547582
distcheck: dist
548583
case '$(DIST_ARCHIVES)' in \
549584
*.tar.gz*) \
550-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
585+
eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
551586
*.tar.bz2*) \
552587
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
588+
*.tar.bz3*) \
589+
bzip3 -dc $(distdir).tar.bz3 | $(am__untar) ;;\
553590
*.tar.lz*) \
554591
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
555592
*.tar.xz*) \
556593
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
557594
*.tar.Z*) \
558595
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
559596
*.shar.gz*) \
560-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
597+
eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
561598
*.zip*) \
562599
unzip $(distdir).zip ;;\
600+
*.tar.zst*) \
601+
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
563602
esac
564603
chmod -R a-w $(distdir)
565604
chmod u+w $(distdir)
566-
mkdir $(distdir)/_build $(distdir)/_inst
605+
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
567606
chmod a-w $(distdir)
568607
test -d $(distdir)/_build || exit 0; \
569608
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
570609
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
571610
&& am__cwd=`pwd` \
572-
&& $(am__cd) $(distdir)/_build \
573-
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
611+
&& $(am__cd) $(distdir)/_build/sub \
612+
&& ../../configure \
574613
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
575614
$(DISTCHECK_CONFIGURE_FLAGS) \
615+
--srcdir=../.. --prefix="$$dc_install_base" \
576616
&& $(MAKE) $(AM_MAKEFLAGS) \
577-
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
617+
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
578618
&& $(MAKE) $(AM_MAKEFLAGS) check \
579619
&& $(MAKE) $(AM_MAKEFLAGS) install \
580620
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -654,8 +694,8 @@ mostlyclean-generic:
654694
clean-generic:
655695

656696
distclean-generic:
657-
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
658-
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
697+
-$(am__rm_f) $(CONFIG_CLEAN_FILES)
698+
-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
659699

660700
maintainer-clean-generic:
661701
@echo "This command is intended for maintainers to use"
@@ -734,20 +774,29 @@ uninstall-am:
734774
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
735775
am--refresh check check-am clean clean-cscope clean-generic \
736776
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
737-
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
738-
distcheck distclean distclean-generic distclean-hdr \
739-
distclean-tags distcleancheck distdir distuninstallcheck dvi \
740-
dvi-am html html-am info info-am install install-am \
741-
install-data install-data-am install-dvi install-dvi-am \
742-
install-exec install-exec-am install-html install-html-am \
743-
install-info install-info-am install-man install-pdf \
744-
install-pdf-am install-ps install-ps-am install-strip \
745-
installcheck installcheck-am installdirs installdirs-am \
746-
maintainer-clean maintainer-clean-generic mostlyclean \
747-
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
748-
uninstall-am
777+
dist-bzip3 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
778+
dist-zip dist-zstd distcheck distclean distclean-generic \
779+
distclean-hdr distclean-tags distcleancheck distdir \
780+
distuninstallcheck dvi dvi-am html html-am info info-am \
781+
install install-am install-data install-data-am install-dvi \
782+
install-dvi-am install-exec install-exec-am install-html \
783+
install-html-am install-info install-info-am install-man \
784+
install-pdf install-pdf-am install-ps install-ps-am \
785+
install-strip installcheck installcheck-am installdirs \
786+
installdirs-am maintainer-clean maintainer-clean-generic \
787+
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
788+
tags-am uninstall uninstall-am
789+
790+
.PRECIOUS: Makefile
749791

750792

751793
# Tell versions [3.59,3.63) of GNU make to not export all variables.
752794
# Otherwise a system limit (for SysV at least) may be exceeded.
753795
.NOEXPORT:
796+
797+
# Tell GNU make to disable its built-in pattern rules.
798+
%:: %,v
799+
%:: RCS/%,v
800+
%:: RCS/%
801+
%:: s.%
802+
%:: SCCS/s.%

0 commit comments

Comments
 (0)