1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
6 # 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.
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
18 if
test -z
'$(MAKELEVEL)'; then \
20 elif
test -n
'$(MAKE_HOST)'; then \
22 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
28 am__make_running_with_option
= \
29 case
$${target_option-
} in \
31 *) echo
"am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
36 sane_makeflags
=$$MAKEFLAGS; \
37 if
$(am__is_gnu_make
); then \
38 sane_makeflags
=$$MFLAGS; \
43 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 for flg in
$$sane_makeflags; do \
53 test $$skip_next = yes
&& { skip_next
=no
; 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
;; \
66 *$$target_option*) has_opt
=yes
; break
;; \
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 pkgdatadir
= $(datadir)/c-library
73 pkgincludedir
= $(includedir)/c-library
74 pkglibdir
= $(libdir)/c-library
75 pkglibexecdir
= $(libexecdir
)/c-library
76 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
)
88 build_triplet
= x86_64-pc-linux-gnu
89 host_triplet
= x86_64-pc-linux-gnu
90 target_triplet
= x86_64-pc-linux-gnu
92 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
93 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/libtool.m4 \
94 $(top_srcdir
)/m4
/ltoptions.m4
$(top_srcdir
)/m4
/ltsugar.m4 \
95 $(top_srcdir
)/m4
/ltversion.m4
$(top_srcdir
)/m4
/lt~obsolete.m4 \
96 $(top_srcdir
)/configure.ac
97 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
99 DIST_COMMON
= $(srcdir)/Makefile.am
$(top_srcdir
)/configure \
100 $(am__configure_deps
) $(am__DIST_COMMON
)
101 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
102 configure.lineno config.status.lineno
103 mkinstalldirs
= $(install_sh
) -d
104 CONFIG_HEADER
= config.h
106 CONFIG_CLEAN_VPATH_FILES
=
107 AM_V_P
= $(am__v_P_
$(V
))
108 am__v_P_
= $(am__v_P_
$(AM_DEFAULT_VERBOSITY
))
111 AM_V_GEN
= $(am__v_GEN_
$(V
))
112 am__v_GEN_
= $(am__v_GEN_
$(AM_DEFAULT_VERBOSITY
))
113 am__v_GEN_0
= @echo
" GEN " $@
;
115 AM_V_at
= $(am__v_at_
$(V
))
116 am__v_at_
= $(am__v_at_
$(AM_DEFAULT_VERBOSITY
))
121 RECURSIVE_TARGETS
= all-recursive check-recursive cscopelist-recursive \
122 ctags-recursive dvi-recursive html-recursive info-recursive \
123 install-data-recursive install-dvi-recursive \
124 install-exec-recursive install-html-recursive \
125 install-info-recursive install-pdf-recursive \
126 install-ps-recursive install-recursive installcheck-recursive \
127 installdirs-recursive pdf-recursive ps-recursive \
128 tags-recursive uninstall-recursive
129 am__can_run_installinfo
= \
130 case
$$AM_UPDATE_INFO_DIR in \
132 *) (install-info
--version
) >/dev
/null
2>&1;; \
134 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
135 distclean-recursive maintainer-clean-recursive
136 am__recursive_targets
= \
137 $(RECURSIVE_TARGETS
) \
138 $(RECURSIVE_CLEAN_TARGETS
) \
139 $(am__extra_recursive_targets
)
140 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
141 cscope distdir distdir-am
dist dist-all distcheck
142 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
) \
144 # Read a list of newline-separated strings from the standard input,
145 # and print each of them once, without duplicates. Input order is
147 am__uniquify_input
= $(AWK
) '\
148 BEGIN { nonempty = 0; } \
149 { items[$$0] = 1; nonempty = 1; } \
150 END { if (nonempty) { for (i in items) print i; }; } \
152 # Make sure the list of sources is unique. This is necessary because,
153 # e.g., the same source file might be shared among _SOURCES variables
154 # for different programs/libraries.
155 am__define_uniq_tagged_files
= \
156 list
='$(am__tagged_files)'; \
157 unique
=`for i in $$list; do \
158 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
159 done | $(am__uniquify_input)`
160 DIST_SUBDIRS
= $(SUBDIRS
)
161 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/config.h.in \
162 $(top_srcdir
)/auxdir
/compile
$(top_srcdir
)/auxdir
/config.guess \
163 $(top_srcdir
)/auxdir
/config.sub \
164 $(top_srcdir
)/auxdir
/install-sh
$(top_srcdir
)/auxdir
/ltmain.sh \
165 $(top_srcdir
)/auxdir
/missing AUTHORS COPYING ChangeLog INSTALL \
166 NEWS README auxdir
/compile auxdir
/config.guess \
167 auxdir
/config.sub auxdir
/depcomp auxdir
/install-sh \
168 auxdir
/ltmain.sh auxdir
/missing
169 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
170 distdir
= $(PACKAGE
)-$(VERSION
)
171 top_distdir
= $(distdir
)
172 am__remove_distdir
= \
173 if
test -d
"$(distdir)"; then \
174 find
"$(distdir)" -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
175 && rm -rf
"$(distdir)" \
176 ||
{ sleep
5 && rm -rf
"$(distdir)"; }; \
178 am__post_remove_distdir
= $(am__remove_distdir
)
181 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
182 sed_rest
='s,^[^/]*/*,,'; \
183 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
184 sed_butlast
='s,/*[^/]*$$,,'; \
185 while
test -n
"$$dir1"; do \
186 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
187 if
test "$$first" != "."; then \
188 if
test "$$first" = ".."; then \
189 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
190 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
192 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
193 if
test "$$first2" = "$$first"; then \
194 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
198 dir0
="$$dir0"/"$$first"; \
201 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
205 DIST_ARCHIVES
= $(distdir
).
tar.bz2
206 DIST_TARGETS
= dist-bzip2
207 # Exists only to be overridden by the user if desired.
208 AM_DISTCHECK_DVI_TARGET
= dvi
209 distuninstallcheck_listfiles
= find .
-type f
-print
210 am__distuninstallcheck_listfiles
= $(distuninstallcheck_listfiles
) \
211 | sed
's|^\./|$(prefix)/|' | grep
-v
'$(infodir)/dir$$'
212 distcleancheck_listfiles
= find .
-type f
-print
213 ACLOCAL
= ${SHELL} '/home/mir/git/clib/auxdir/missing' aclocal-1.16
215 AM_DEFAULT_VERBOSITY
= 1
217 AUTOCONF
= ${SHELL} '/home/mir/git/clib/auxdir/missing' autoconf
218 AUTOHEADER
= ${SHELL} '/home/mir/git/clib/auxdir/missing' autoheader
219 AUTOMAKE
= ${SHELL} '/home/mir/git/clib/auxdir/missing' automake-1.16
222 CCDEPMODE
= depmode
=gcc3
223 CFLAGS
= -Wall
-g
-DDEBUG
-fPIC
-DPIC
229 DEFS
= -DHAVE_CONFIG_H
237 EGREP
= /usr
/bin
/grep
-E
240 FGREP
= /usr
/bin
/grep
-F
242 GLIB_CFLAGS
= -I
/usr
/include/glib-2.0
-I
/usr
/lib
/x86_64-linux-gnu
/glib-2.0
/include -I
/usr
/include/sysprof-6
-pthread
243 GLIB_LIBS
= -lgobject-2.0
-lglib-2.0
244 GLIB_REQUIRED
= 2.50.0
246 INSTALL
= /usr
/bin
/install -c
247 INSTALL_DATA
= ${INSTALL} -m
644
248 INSTALL_PROGRAM
= ${INSTALL}
249 INSTALL_SCRIPT
= ${INSTALL}
250 INSTALL_STRIP_PROGRAM
= $(install_sh
) -c
-s
251 LD
= /usr
/bin
/ld -m elf_x86_64
255 LIBTOOL
= $(SHELL
) $(top_builddir
)/libtool
259 LT_SYS_LIBRARY_PATH
=
261 MAKEINFO
= ${SHELL} '/home/mir/git/clib/auxdir/missing' makeinfo
263 MKDIR_P
= /usr
/bin
/mkdir
-p
271 PACKAGE_BUGREPORT
= mir@datanom.net
272 PACKAGE_NAME
= C library
273 PACKAGE_STRING
= C library
0.1.0
274 PACKAGE_TARNAME
= c-library
276 PACKAGE_VERSION
= 0.1.0
278 PKG_CONFIG
= /usr
/bin
/pkg-config
287 abs_builddir
= /home
/mir
/git
/clib
288 abs_srcdir
= /home
/mir
/git
/clib
289 abs_top_builddir
= /home
/mir
/git
/clib
290 abs_top_srcdir
= /home
/mir
/git
/clib
294 am__include
= include
297 am__tar
= $${TAR-tar
} chof
- "$$tardir"
298 am__untar
= $${TAR-tar
} xf
-
299 bindir = ${exec_prefix}/bin
300 build
= x86_64-pc-linux-gnu
306 datadir = ${datarootdir}
307 datarootdir
= ${prefix}/share
308 docdir
= ${datarootdir}/doc
/${PACKAGE_TARNAME}
310 exec_prefix = ${prefix}
311 host
= x86_64-pc-linux-gnu
317 includedir = ${prefix}/include
318 infodir = ${datarootdir}/info
319 install_sh
= ${SHELL} /home
/mir
/git
/clib
/auxdir
/install-sh
320 libdir = ${exec_prefix}/lib
321 libexecdir
= ${exec_prefix}/libexec
322 localedir
= ${datarootdir}/locale
323 localstatedir
= ${prefix}/var
324 mandir = ${datarootdir}/man
326 oldincludedir = /usr
/include
329 program_transform_name
= s
,x
,x
,
331 runstatedir
= ${localstatedir}/run
332 sbindir
= ${exec_prefix}/sbin
333 sharedstatedir
= ${prefix}/com
335 sysconfdir
= ${prefix}/etc
336 target
= x86_64-pc-linux-gnu
339 target_os
= linux-gnu
344 AUTOMAKE_OPTIONS
= gnu
345 ACLOCAL_AMFLAGS
= -I m4
357 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
360 am--refresh
: Makefile
362 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
364 case
'$(am__configure_deps)' in \
366 echo
' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
367 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --gnu \
372 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
373 $(am__cd
) $(top_srcdir
) && \
374 $(AUTOMAKE
) --gnu Makefile
375 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
378 echo
' $(SHELL) ./config.status'; \
379 $(SHELL
) .
/config.status
;; \
381 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
382 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__maybe_remake_depfiles
);; \
385 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
386 $(SHELL
) .
/config.status
--recheck
388 $(top_srcdir
)/configure
: $(am__configure_deps
)
389 $(am__cd
) $(srcdir) && $(AUTOCONF
)
390 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
391 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
392 $(am__aclocal_m4_deps
):
395 @
test -f
$@ ||
rm -f stamp-h1
396 @
test -f
$@ ||
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
398 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
400 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
401 $(srcdir)/config.h.in
: $(am__configure_deps
)
402 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
407 -rm -f config.h stamp-h1
416 -rm -f libtool config.lt
418 # This directory's subdirectories are mostly independent; you can cd
419 # into them and run 'make' without going through this Makefile.
420 # To change the values of 'make' variables: instead of editing Makefiles,
421 # (1) if the variable is set in 'config.status', edit 'config.status'
422 # (which will cause the Makefiles to be regenerated when you run 'make');
423 # (2) otherwise, pass the desired values on the 'make' command line.
424 $(am__recursive_targets
):
426 if
$(am__make_keepgoing
); then \
427 failcom
='fail=yes'; \
432 target
=`echo $@ | sed s/-recursive//`; \
434 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
435 *) list
='$(SUBDIRS)' ;; \
437 for subdir in
$$list; do \
438 echo
"Making $$target in $$subdir"; \
439 if
test "$$subdir" = "."; then \
441 local_target
="$$target-am"; \
443 local_target
="$$target"; \
445 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
448 if
test "$$dot_seen" = "no"; then \
449 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
452 ID
: $(am__tagged_files
)
453 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
457 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
460 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
461 include_option
=--etags-include
; \
464 include_option
=--include; \
467 list
='$(SUBDIRS)'; for subdir in
$$list; do \
468 if
test "$$subdir" = .
; then
:; else \
469 test ! -f
$$subdir/TAGS || \
470 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
473 $(am__define_uniq_tagged_files
); \
475 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
476 test -n
"$$unique" || unique
=$$empty_fix; \
477 if
test $$# -gt 0; then \
478 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
481 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
485 ctags
: ctags-recursive
488 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
489 $(am__define_uniq_tagged_files
); \
490 test -z
"$(CTAGS_ARGS)$$unique" \
491 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
495 here
=`$(am__cd) $(top_builddir) && pwd` \
496 && $(am__cd
) $(top_srcdir
) \
497 && gtags
-i
$(GTAGS_ARGS
) "$$here"
499 test ! -s cscope.files \
500 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
503 cscope.files
: clean-cscope cscopelist
504 cscopelist
: cscopelist-recursive
506 cscopelist-am
: $(am__tagged_files
)
507 list
='$(am__tagged_files)'; \
508 case
"$(srcdir)" in \
509 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
510 *) sdir
=$(subdir
)/$(srcdir) ;; \
512 for i in
$$list; do \
513 if
test -f
"$$i"; then \
514 echo
"$(subdir)/$$i"; \
518 done
>> $(top_builddir
)/cscope.files
521 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
522 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
523 distdir
: $(BUILT_SOURCES
)
524 $(MAKE
) $(AM_MAKEFLAGS
) distdir-am
526 distdir-am
: $(DISTFILES
)
527 $(am__remove_distdir
)
528 test -d
"$(distdir)" || mkdir
"$(distdir)"
529 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531 list
='$(DISTFILES)'; \
532 dist_files
=`for file in $$list; do echo $$file; done | \
533 sed -e "s|^$$srcdirstrip/||;t" \
534 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
535 case
$$dist_files in \
536 */*) $(MKDIR_P
) `echo "$$dist_files" | \
537 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
540 for file in
$$dist_files; do \
541 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
542 if
test -d
$$d/$$file; then \
543 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
544 if
test -d
"$(distdir)/$$file"; then \
545 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
547 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
548 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
549 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
551 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
553 test -f
"$(distdir)/$$file" \
554 || cp
-p
$$d/$$file "$(distdir)/$$file" \
558 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
559 if
test "$$subdir" = .
; then
:; else \
561 ||
test -d
"$(distdir)/$$subdir" \
562 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
564 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
566 new_distdir
=$$reldir; \
567 dir1
=$$subdir; dir2
="$(top_distdir)"; \
569 new_top_distdir
=$$reldir; \
570 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
571 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
572 ($(am__cd
) $$subdir && \
573 $(MAKE
) $(AM_MAKEFLAGS
) \
574 top_distdir
="$$new_top_distdir" \
575 distdir
="$$new_distdir" \
576 am__remove_distdir
=: \
577 am__skip_length_check
=: \
578 am__skip_mode_fix
=: \
583 -test -n
"$(am__skip_mode_fix)" \
584 || find
"$(distdir)" -type d
! -perm
-755 \
585 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
586 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
587 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
588 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
589 || chmod
-R a
+r
"$(distdir)"
591 tardir
=$(distdir
) && $(am__tar
) | eval GZIP
= gzip
$(GZIP_ENV
) -c
>$(distdir
).
tar.gz
592 $(am__post_remove_distdir
)
594 tardir
=$(distdir
) && $(am__tar
) | BZIP2
=$${BZIP2--9
} bzip2
-c
>$(distdir
).
tar.bz2
595 $(am__post_remove_distdir
)
598 tardir
=$(distdir
) && $(am__tar
) | lzip
-c
$${LZIP_OPT--9
} >$(distdir
).
tar.lz
599 $(am__post_remove_distdir
)
602 tardir
=$(distdir
) && $(am__tar
) | XZ_OPT
=$${XZ_OPT--e
} xz
-c
>$(distdir
).
tar.xz
603 $(am__post_remove_distdir
)
606 tardir
=$(distdir
) && $(am__tar
) | zstd
-c
$${ZSTD_CLEVEL-
$${ZSTD_OPT--19
}} >$(distdir
).
tar.zst
607 $(am__post_remove_distdir
)
610 @echo WARNING
: "Support for distribution archives compressed with" \
611 "legacy program 'compress' is deprecated." >&2
612 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
613 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
614 $(am__post_remove_distdir
)
617 @echo WARNING
: "Support for shar distribution archives is" \
619 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
620 shar $(distdir
) | eval GZIP
= gzip
$(GZIP_ENV
) -c
>$(distdir
).
shar.gz
621 $(am__post_remove_distdir
)
624 -rm -f
$(distdir
).zip
625 zip
-rq
$(distdir
).zip
$(distdir
)
626 $(am__post_remove_distdir
)
629 $(MAKE
) $(AM_MAKEFLAGS
) $(DIST_TARGETS
) am__post_remove_distdir
='@:'
630 $(am__post_remove_distdir
)
632 # This target untars the dist file and tries a VPATH configuration. Then
633 # it guarantees that the distribution is self-contained by making another
636 case
'$(DIST_ARCHIVES)' in \
638 eval GZIP
= gzip
$(GZIP_ENV
) -dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
640 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
642 lzip
-dc
$(distdir
).
tar.lz |
$(am__untar
) ;;\
644 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
646 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
648 eval GZIP
= gzip
$(GZIP_ENV
) -dc
$(distdir
).
shar.gz | unshar
;;\
650 unzip
$(distdir
).zip
;;\
652 zstd
-dc
$(distdir
).
tar.zst |
$(am__untar
) ;;\
654 chmod
-R a-w
$(distdir
)
656 mkdir
$(distdir
)/_build
$(distdir
)/_build
/sub
$(distdir
)/_inst
658 test -d
$(distdir
)/_build || exit
0; \
659 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
660 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
662 && $(am__cd
) $(distdir
)/_build
/sub \
664 $(AM_DISTCHECK_CONFIGURE_FLAGS
) \
665 $(DISTCHECK_CONFIGURE_FLAGS
) \
666 --srcdir=..
/..
--prefix="$$dc_install_base" \
667 && $(MAKE
) $(AM_MAKEFLAGS
) \
668 && $(MAKE
) $(AM_MAKEFLAGS
) $(AM_DISTCHECK_DVI_TARGET
) \
669 && $(MAKE
) $(AM_MAKEFLAGS
) check \
670 && $(MAKE
) $(AM_MAKEFLAGS
) install \
671 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
672 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
673 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
675 && chmod
-R a-w
"$$dc_install_base" \
677 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
678 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
679 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
680 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
681 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
682 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
683 && rm -rf
"$$dc_destdir" \
684 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
685 && rm -rf
$(DIST_ARCHIVES
) \
686 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
689 $(am__post_remove_distdir
)
690 @
(echo
"$(distdir) archives ready for distribution: "; \
691 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
692 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
694 @
test -n
'$(distuninstallcheck_dir)' ||
{ \
695 echo
'ERROR: trying to run $@ with an empty' \
696 '$$(distuninstallcheck_dir)' >&2; \
699 $(am__cd
) '$(distuninstallcheck_dir)' ||
{ \
700 echo
'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
703 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq
0 \
704 ||
{ echo
"ERROR: files left after uninstall:" ; \
705 if
test -n
"$(DESTDIR)"; then \
706 echo
" (check DESTDIR support)"; \
708 $(distuninstallcheck_listfiles
) ; \
710 distcleancheck
: distclean
711 @if
test '$(srcdir)' = .
; then \
712 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
715 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
716 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
717 $(distcleancheck_listfiles
) ; \
720 check: check-recursive
721 all-am
: Makefile config.h
722 installdirs: installdirs-recursive
724 install: install-recursive
725 install-exec
: install-exec-recursive
726 install-data
: install-data-recursive
727 uninstall: uninstall-recursive
730 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
732 installcheck: installcheck-recursive
734 if
test -z
'$(STRIP)'; then \
735 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
736 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
739 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
740 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
741 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
748 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
749 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
751 maintainer-clean-generic
:
752 @echo
"This command is intended for maintainers to use"
753 @echo
"it deletes files that may require special tools to rebuild."
754 clean: clean-recursive
756 clean-am
: clean-generic clean-libtool mostlyclean-am
758 distclean: distclean-recursive
759 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
761 distclean-am
: clean-am distclean-generic distclean-hdr \
762 distclean-libtool distclean-tags
778 install-dvi
: install-dvi-recursive
784 install-html
: install-html-recursive
788 install-info
: install-info-recursive
794 install-pdf
: install-pdf-recursive
798 install-ps
: install-ps-recursive
804 maintainer-clean
: maintainer-clean-recursive
805 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
806 -rm -rf
$(top_srcdir
)/autom4te.cache
808 maintainer-clean-am
: distclean-am maintainer-clean-generic
810 mostlyclean: mostlyclean-recursive
812 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
824 .MAKE
: $(am__recursive_targets
) all install-am install-strip
826 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am \
827 am--refresh
check check-am
clean clean-cscope clean-generic \
828 clean-libtool cscope cscopelist-am ctags ctags-am
dist \
829 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
830 dist-xz dist-zip dist-zstd distcheck
distclean \
831 distclean-generic distclean-hdr distclean-libtool \
832 distclean-tags distcleancheck distdir distuninstallcheck
dvi \
833 dvi-am html html-am
info info-am
install install-am \
834 install-data install-data-am install-dvi install-dvi-am \
835 install-exec install-exec-am install-html install-html-am \
836 install-info install-info-am install-man install-pdf \
837 install-pdf-am install-ps install-ps-am install-strip \
838 installcheck installcheck-am
installdirs installdirs-am \
839 maintainer-clean maintainer-clean-generic
mostlyclean \
840 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
841 tags tags-am
uninstall uninstall-am
846 # Tell versions [3.59,3.63) of GNU make to not export all variables.
847 # Otherwise a system limit (for SysV at least) may be exceeded.