]> git.datanom.net - clib.git/blame_incremental - Makefile
init
[clib.git] / Makefile
... / ...
CommitLineData
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
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.
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
16
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))
72pkgdatadir = $(datadir)/c-library
73pkgincludedir = $(includedir)/c-library
74pkglibdir = $(libdir)/c-library
75pkglibexecdir = $(libexecdir)/c-library
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = x86_64-pc-linux-gnu
89host_triplet = x86_64-pc-linux-gnu
90target_triplet = x86_64-pc-linux-gnu
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__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
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100 $(am__configure_deps) $(am__DIST_COMMON)
101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_$(V))
108am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_$(V))
112am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
113am__v_GEN_0 = @echo " GEN " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_$(V))
116am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121RECURSIVE_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
129am__can_run_installinfo = \
130 case $$AM_UPDATE_INFO_DIR in \
131 n|no|NO) false;; \
132 *) (install-info --version) >/dev/null 2>&1;; \
133 esac
134RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
135 distclean-recursive maintainer-clean-recursive
136am__recursive_targets = \
137 $(RECURSIVE_TARGETS) \
138 $(RECURSIVE_CLEAN_TARGETS) \
139 $(am__extra_recursive_targets)
140AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
141 cscope distdir distdir-am dist dist-all distcheck
142am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
143 config.h.in
144# Read a list of newline-separated strings from the standard input,
145# and print each of them once, without duplicates. Input order is
146# *not* preserved.
147am__uniquify_input = $(AWK) '\
148 BEGIN { nonempty = 0; } \
149 { items[$$0] = 1; nonempty = 1; } \
150 END { if (nonempty) { for (i in items) print i; }; } \
151'
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.
155am__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)`
160DIST_SUBDIRS = $(SUBDIRS)
161am__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
169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170distdir = $(PACKAGE)-$(VERSION)
171top_distdir = $(distdir)
172am__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)"; }; \
177 else :; fi
178am__post_remove_distdir = $(am__remove_distdir)
179am__relativize = \
180 dir0=`pwd`; \
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"`; \
191 else \
192 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
193 if test "$$first2" = "$$first"; then \
194 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
195 else \
196 dir2="../$$dir2"; \
197 fi; \
198 dir0="$$dir0"/"$$first"; \
199 fi; \
200 fi; \
201 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
202 done; \
203 reldir="$$dir2"
204GZIP_ENV = --best
205DIST_ARCHIVES = $(distdir).tar.bz2
206DIST_TARGETS = dist-bzip2
207# Exists only to be overridden by the user if desired.
208AM_DISTCHECK_DVI_TARGET = dvi
209distuninstallcheck_listfiles = find . -type f -print
210am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
211 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
212distcleancheck_listfiles = find . -type f -print
213ACLOCAL = ${SHELL} '/home/mir/git/clib/auxdir/missing' aclocal-1.16
214AMTAR = $${TAR-tar}
215AM_DEFAULT_VERBOSITY = 1
216AR = ar
217AUTOCONF = ${SHELL} '/home/mir/git/clib/auxdir/missing' autoconf
218AUTOHEADER = ${SHELL} '/home/mir/git/clib/auxdir/missing' autoheader
219AUTOMAKE = ${SHELL} '/home/mir/git/clib/auxdir/missing' automake-1.16
220AWK = gawk
221CC = gcc
222CCDEPMODE = depmode=gcc3
223CFLAGS = -Wall -g -DDEBUG -fPIC -DPIC
224CPP = gcc -E
225CPPFLAGS =
226CSCOPE = cscope
227CTAGS = ctags
228CYGPATH_W = echo
229DEFS = -DHAVE_CONFIG_H
230DEPDIR = .deps
231DLLTOOL = false
232DSYMUTIL =
233DUMPBIN =
234ECHO_C =
235ECHO_N = -n
236ECHO_T =
237EGREP = /usr/bin/grep -E
238ETAGS = etags
239EXEEXT =
240FGREP = /usr/bin/grep -F
241FILECMD = file
242GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread
243GLIB_LIBS = -lgobject-2.0 -lglib-2.0
244GLIB_REQUIRED = 2.50.0
245GREP = /usr/bin/grep
246INSTALL = /usr/bin/install -c
247INSTALL_DATA = ${INSTALL} -m 644
248INSTALL_PROGRAM = ${INSTALL}
249INSTALL_SCRIPT = ${INSTALL}
250INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
251LD = /usr/bin/ld -m elf_x86_64
252LDFLAGS =
253LIBOBJS =
254LIBS =
255LIBTOOL = $(SHELL) $(top_builddir)/libtool
256LIPO =
257LN_S = ln -s
258LTLIBOBJS =
259LT_SYS_LIBRARY_PATH =
260MAINT =
261MAKEINFO = ${SHELL} '/home/mir/git/clib/auxdir/missing' makeinfo
262MANIFEST_TOOL = :
263MKDIR_P = /usr/bin/mkdir -p
264NM = /usr/bin/nm -B
265NMEDIT =
266OBJDUMP = objdump
267OBJEXT = o
268OTOOL =
269OTOOL64 =
270PACKAGE = c-library
271PACKAGE_BUGREPORT = mir@datanom.net
272PACKAGE_NAME = C library
273PACKAGE_STRING = C library 0.1.0
274PACKAGE_TARNAME = c-library
275PACKAGE_URL =
276PACKAGE_VERSION = 0.1.0
277PATH_SEPARATOR = :
278PKG_CONFIG = /usr/bin/pkg-config
279PKG_CONFIG_LIBDIR =
280PKG_CONFIG_PATH =
281RANLIB = ranlib
282SED = /usr/bin/sed
283SET_MAKE =
284SHELL = /bin/bash
285STRIP = strip
286VERSION = 0.1.0
287abs_builddir = /home/mir/git/clib
288abs_srcdir = /home/mir/git/clib
289abs_top_builddir = /home/mir/git/clib
290abs_top_srcdir = /home/mir/git/clib
291ac_ct_AR = ar
292ac_ct_CC = gcc
293ac_ct_DUMPBIN =
294am__include = include
295am__leading_dot = .
296am__quote =
297am__tar = $${TAR-tar} chof - "$$tardir"
298am__untar = $${TAR-tar} xf -
299bindir = ${exec_prefix}/bin
300build = x86_64-pc-linux-gnu
301build_alias =
302build_cpu = x86_64
303build_os = linux-gnu
304build_vendor = pc
305builddir = .
306datadir = ${datarootdir}
307datarootdir = ${prefix}/share
308docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
309dvidir = ${docdir}
310exec_prefix = ${prefix}
311host = x86_64-pc-linux-gnu
312host_alias =
313host_cpu = x86_64
314host_os = linux-gnu
315host_vendor = pc
316htmldir = ${docdir}
317includedir = ${prefix}/include
318infodir = ${datarootdir}/info
319install_sh = ${SHELL} /home/mir/git/clib/auxdir/install-sh
320libdir = ${exec_prefix}/lib
321libexecdir = ${exec_prefix}/libexec
322localedir = ${datarootdir}/locale
323localstatedir = ${prefix}/var
324mandir = ${datarootdir}/man
325mkdir_p = $(MKDIR_P)
326oldincludedir = /usr/include
327pdfdir = ${docdir}
328prefix = /usr/local
329program_transform_name = s,x,x,
330psdir = ${docdir}
331runstatedir = ${localstatedir}/run
332sbindir = ${exec_prefix}/sbin
333sharedstatedir = ${prefix}/com
334srcdir = .
335sysconfdir = ${prefix}/etc
336target = x86_64-pc-linux-gnu
337target_alias =
338target_cpu = x86_64
339target_os = linux-gnu
340target_vendor = pc
341top_build_prefix =
342top_builddir = .
343top_srcdir = .
344AUTOMAKE_OPTIONS = gnu
345ACLOCAL_AMFLAGS = -I m4
346SUBDIRS = \
347 src
348
349EXTRA_DIST = \
350 autogen.sh \
351 AUTHORS \
352 ChangeLog \
353 NEWS \
354 README
355
356all: config.h
357 $(MAKE) $(AM_MAKEFLAGS) all-recursive
358
359.SUFFIXES:
360am--refresh: Makefile
361 @:
362$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
363 @for dep in $?; do \
364 case '$(am__configure_deps)' in \
365 *$$dep*) \
366 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
367 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
368 && exit 0; \
369 exit 1;; \
370 esac; \
371 done; \
372 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
373 $(am__cd) $(top_srcdir) && \
374 $(AUTOMAKE) --gnu Makefile
375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376 @case '$?' in \
377 *config.status*) \
378 echo ' $(SHELL) ./config.status'; \
379 $(SHELL) ./config.status;; \
380 *) \
381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
382 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
383 esac;
384
385$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386 $(SHELL) ./config.status --recheck
387
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):
393
394config.h: stamp-h1
395 @test -f $@ || rm -f stamp-h1
396 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
397
398stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
399 @rm -f stamp-h1
400 cd $(top_builddir) && $(SHELL) ./config.status config.h
401$(srcdir)/config.h.in: $(am__configure_deps)
402 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
403 rm -f stamp-h1
404 touch $@
405
406distclean-hdr:
407 -rm -f config.h stamp-h1
408
409mostlyclean-libtool:
410 -rm -f *.lo
411
412clean-libtool:
413 -rm -rf .libs _libs
414
415distclean-libtool:
416 -rm -f libtool config.lt
417
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):
425 @fail=; \
426 if $(am__make_keepgoing); then \
427 failcom='fail=yes'; \
428 else \
429 failcom='exit 1'; \
430 fi; \
431 dot_seen=no; \
432 target=`echo $@ | sed s/-recursive//`; \
433 case "$@" in \
434 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
435 *) list='$(SUBDIRS)' ;; \
436 esac; \
437 for subdir in $$list; do \
438 echo "Making $$target in $$subdir"; \
439 if test "$$subdir" = "."; then \
440 dot_seen=yes; \
441 local_target="$$target-am"; \
442 else \
443 local_target="$$target"; \
444 fi; \
445 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
446 || eval $$failcom; \
447 done; \
448 if test "$$dot_seen" = "no"; then \
449 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
450 fi; test -z "$$fail"
451
452ID: $(am__tagged_files)
453 $(am__define_uniq_tagged_files); mkid -fID $$unique
454tags: tags-recursive
455TAGS: tags
456
457tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
458 set x; \
459 here=`pwd`; \
460 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
461 include_option=--etags-include; \
462 empty_fix=.; \
463 else \
464 include_option=--include; \
465 empty_fix=; \
466 fi; \
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"; \
471 fi; \
472 done; \
473 $(am__define_uniq_tagged_files); \
474 shift; \
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) \
479 "$$@" $$unique; \
480 else \
481 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482 $$unique; \
483 fi; \
484 fi
485ctags: ctags-recursive
486
487CTAGS: ctags
488ctags-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) \
492 $$unique
493
494GTAGS:
495 here=`$(am__cd) $(top_builddir) && pwd` \
496 && $(am__cd) $(top_srcdir) \
497 && gtags -i $(GTAGS_ARGS) "$$here"
498cscope: cscope.files
499 test ! -s cscope.files \
500 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
501clean-cscope:
502 -rm -f cscope.files
503cscope.files: clean-cscope cscopelist
504cscopelist: cscopelist-recursive
505
506cscopelist-am: $(am__tagged_files)
507 list='$(am__tagged_files)'; \
508 case "$(srcdir)" in \
509 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
510 *) sdir=$(subdir)/$(srcdir) ;; \
511 esac; \
512 for i in $$list; do \
513 if test -f "$$i"; then \
514 echo "$(subdir)/$$i"; \
515 else \
516 echo "$$sdir/$$i"; \
517 fi; \
518 done >> $(top_builddir)/cscope.files
519
520distclean-tags:
521 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
522 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
523distdir: $(BUILT_SOURCES)
524 $(MAKE) $(AM_MAKEFLAGS) distdir-am
525
526distdir-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,/[^/]*$$,,' | \
538 sort -u` ;; \
539 esac; \
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 {} \;; \
546 fi; \
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 {} \;; \
550 fi; \
551 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
552 else \
553 test -f "$(distdir)/$$file" \
554 || cp -p $$d/$$file "$(distdir)/$$file" \
555 || exit 1; \
556 fi; \
557 done
558 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
559 if test "$$subdir" = .; then :; else \
560 $(am__make_dryrun) \
561 || test -d "$(distdir)/$$subdir" \
562 || $(MKDIR_P) "$(distdir)/$$subdir" \
563 || exit 1; \
564 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
565 $(am__relativize); \
566 new_distdir=$$reldir; \
567 dir1=$$subdir; dir2="$(top_distdir)"; \
568 $(am__relativize); \
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=: \
579 distdir) \
580 || exit 1; \
581 fi; \
582 done
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)"
590dist-gzip: distdir
591 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
592 $(am__post_remove_distdir)
593dist-bzip2: distdir
594 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
595 $(am__post_remove_distdir)
596
597dist-lzip: distdir
598 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
599 $(am__post_remove_distdir)
600
601dist-xz: distdir
602 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
603 $(am__post_remove_distdir)
604
605dist-zstd: distdir
606 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
607 $(am__post_remove_distdir)
608
609dist-tarZ: 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)
615
616dist-shar: distdir
617 @echo WARNING: "Support for shar distribution archives is" \
618 "deprecated." >&2
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)
622
623dist-zip: distdir
624 -rm -f $(distdir).zip
625 zip -rq $(distdir).zip $(distdir)
626 $(am__post_remove_distdir)
627
628dist dist-all:
629 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
630 $(am__post_remove_distdir)
631
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
634# tarfile.
635distcheck: dist
636 case '$(DIST_ARCHIVES)' in \
637 *.tar.gz*) \
638 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
639 *.tar.bz2*) \
640 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
641 *.tar.lz*) \
642 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
643 *.tar.xz*) \
644 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
645 *.tar.Z*) \
646 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
647 *.shar.gz*) \
648 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
649 *.zip*) \
650 unzip $(distdir).zip ;;\
651 *.tar.zst*) \
652 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
653 esac
654 chmod -R a-w $(distdir)
655 chmod u+w $(distdir)
656 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
657 chmod a-w $(distdir)
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-$$$$/" \
661 && am__cwd=`pwd` \
662 && $(am__cd) $(distdir)/_build/sub \
663 && ../../configure \
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" \
674 distuninstallcheck \
675 && chmod -R a-w "$$dc_install_base" \
676 && ({ \
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 \
687 && cd "$$am__cwd" \
688 || exit 1
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'
693distuninstallcheck:
694 @test -n '$(distuninstallcheck_dir)' || { \
695 echo 'ERROR: trying to run $@ with an empty' \
696 '$$(distuninstallcheck_dir)' >&2; \
697 exit 1; \
698 }; \
699 $(am__cd) '$(distuninstallcheck_dir)' || { \
700 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
701 exit 1; \
702 }; \
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)"; \
707 fi ; \
708 $(distuninstallcheck_listfiles) ; \
709 exit 1; } >&2
710distcleancheck: distclean
711 @if test '$(srcdir)' = . ; then \
712 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
713 exit 1 ; \
714 fi
715 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
716 || { echo "ERROR: files left in build directory after distclean:" ; \
717 $(distcleancheck_listfiles) ; \
718 exit 1; } >&2
719check-am: all-am
720check: check-recursive
721all-am: Makefile config.h
722installdirs: installdirs-recursive
723installdirs-am:
724install: install-recursive
725install-exec: install-exec-recursive
726install-data: install-data-recursive
727uninstall: uninstall-recursive
728
729install-am: all-am
730 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
731
732installcheck: installcheck-recursive
733install-strip:
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 \
737 install; \
738 else \
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; \
742 fi
743mostlyclean-generic:
744
745clean-generic:
746
747distclean-generic:
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)
750
751maintainer-clean-generic:
752 @echo "This command is intended for maintainers to use"
753 @echo "it deletes files that may require special tools to rebuild."
754clean: clean-recursive
755
756clean-am: clean-generic clean-libtool mostlyclean-am
757
758distclean: distclean-recursive
759 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
760 -rm -f Makefile
761distclean-am: clean-am distclean-generic distclean-hdr \
762 distclean-libtool distclean-tags
763
764dvi: dvi-recursive
765
766dvi-am:
767
768html: html-recursive
769
770html-am:
771
772info: info-recursive
773
774info-am:
775
776install-data-am:
777
778install-dvi: install-dvi-recursive
779
780install-dvi-am:
781
782install-exec-am:
783
784install-html: install-html-recursive
785
786install-html-am:
787
788install-info: install-info-recursive
789
790install-info-am:
791
792install-man:
793
794install-pdf: install-pdf-recursive
795
796install-pdf-am:
797
798install-ps: install-ps-recursive
799
800install-ps-am:
801
802installcheck-am:
803
804maintainer-clean: maintainer-clean-recursive
805 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
806 -rm -rf $(top_srcdir)/autom4te.cache
807 -rm -f Makefile
808maintainer-clean-am: distclean-am maintainer-clean-generic
809
810mostlyclean: mostlyclean-recursive
811
812mostlyclean-am: mostlyclean-generic mostlyclean-libtool
813
814pdf: pdf-recursive
815
816pdf-am:
817
818ps: ps-recursive
819
820ps-am:
821
822uninstall-am:
823
824.MAKE: $(am__recursive_targets) all install-am install-strip
825
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
842
843.PRECIOUS: Makefile
844
845
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.
848.NOEXPORT:
This page took 0.076095 seconds and 5 git commands to generate.