]> git.datanom.net - clib.git/blob - Makefile
init
[clib.git] / Makefile
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
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 }
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 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)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = x86_64-pc-linux-gnu
89 host_triplet = x86_64-pc-linux-gnu
90 target_triplet = x86_64-pc-linux-gnu
91 subdir = .
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) \
98 $(ACLOCAL_M4)
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
105 CONFIG_CLEAN_FILES =
106 CONFIG_CLEAN_VPATH_FILES =
107 AM_V_P = $(am__v_P_$(V))
108 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
109 am__v_P_0 = false
110 am__v_P_1 = :
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 " $@;
114 am__v_GEN_1 =
115 AM_V_at = $(am__v_at_$(V))
116 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
117 am__v_at_0 = @
118 am__v_at_1 =
119 SOURCES =
120 DIST_SOURCES =
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 \
131 n|no|NO) false;; \
132 *) (install-info --version) >/dev/null 2>&1;; \
133 esac
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) \
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.
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; }; } \
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.
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)"; }; \
177 else :; fi
178 am__post_remove_distdir = $(am__remove_distdir)
179 am__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"
204 GZIP_ENV = --best
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
214 AMTAR = $${TAR-tar}
215 AM_DEFAULT_VERBOSITY = 1
216 AR = ar
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
220 AWK = gawk
221 CC = gcc
222 CCDEPMODE = depmode=gcc3
223 CFLAGS = -Wall -g -DDEBUG -fPIC -DPIC
224 CPP = gcc -E
225 CPPFLAGS =
226 CSCOPE = cscope
227 CTAGS = ctags
228 CYGPATH_W = echo
229 DEFS = -DHAVE_CONFIG_H
230 DEPDIR = .deps
231 DLLTOOL = false
232 DSYMUTIL =
233 DUMPBIN =
234 ECHO_C =
235 ECHO_N = -n
236 ECHO_T =
237 EGREP = /usr/bin/grep -E
238 ETAGS = etags
239 EXEEXT =
240 FGREP = /usr/bin/grep -F
241 FILECMD = file
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
245 GREP = /usr/bin/grep
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
252 LDFLAGS =
253 LIBOBJS =
254 LIBS =
255 LIBTOOL = $(SHELL) $(top_builddir)/libtool
256 LIPO =
257 LN_S = ln -s
258 LTLIBOBJS =
259 LT_SYS_LIBRARY_PATH =
260 MAINT =
261 MAKEINFO = ${SHELL} '/home/mir/git/clib/auxdir/missing' makeinfo
262 MANIFEST_TOOL = :
263 MKDIR_P = /usr/bin/mkdir -p
264 NM = /usr/bin/nm -B
265 NMEDIT =
266 OBJDUMP = objdump
267 OBJEXT = o
268 OTOOL =
269 OTOOL64 =
270 PACKAGE = c-library
271 PACKAGE_BUGREPORT = mir@datanom.net
272 PACKAGE_NAME = C library
273 PACKAGE_STRING = C library 0.1.0
274 PACKAGE_TARNAME = c-library
275 PACKAGE_URL =
276 PACKAGE_VERSION = 0.1.0
277 PATH_SEPARATOR = :
278 PKG_CONFIG = /usr/bin/pkg-config
279 PKG_CONFIG_LIBDIR =
280 PKG_CONFIG_PATH =
281 RANLIB = ranlib
282 SED = /usr/bin/sed
283 SET_MAKE =
284 SHELL = /bin/bash
285 STRIP = strip
286 VERSION = 0.1.0
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
291 ac_ct_AR = ar
292 ac_ct_CC = gcc
293 ac_ct_DUMPBIN =
294 am__include = include
295 am__leading_dot = .
296 am__quote =
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
301 build_alias =
302 build_cpu = x86_64
303 build_os = linux-gnu
304 build_vendor = pc
305 builddir = .
306 datadir = ${datarootdir}
307 datarootdir = ${prefix}/share
308 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
309 dvidir = ${docdir}
310 exec_prefix = ${prefix}
311 host = x86_64-pc-linux-gnu
312 host_alias =
313 host_cpu = x86_64
314 host_os = linux-gnu
315 host_vendor = pc
316 htmldir = ${docdir}
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
325 mkdir_p = $(MKDIR_P)
326 oldincludedir = /usr/include
327 pdfdir = ${docdir}
328 prefix = /usr/local
329 program_transform_name = s,x,x,
330 psdir = ${docdir}
331 runstatedir = ${localstatedir}/run
332 sbindir = ${exec_prefix}/sbin
333 sharedstatedir = ${prefix}/com
334 srcdir = .
335 sysconfdir = ${prefix}/etc
336 target = x86_64-pc-linux-gnu
337 target_alias =
338 target_cpu = x86_64
339 target_os = linux-gnu
340 target_vendor = pc
341 top_build_prefix =
342 top_builddir = .
343 top_srcdir = .
344 AUTOMAKE_OPTIONS = gnu
345 ACLOCAL_AMFLAGS = -I m4
346 SUBDIRS = \
347 src
348
349 EXTRA_DIST = \
350 autogen.sh \
351 AUTHORS \
352 ChangeLog \
353 NEWS \
354 README
355
356 all: config.h
357 $(MAKE) $(AM_MAKEFLAGS) all-recursive
358
359 .SUFFIXES:
360 am--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
375 Makefile: $(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
394 config.h: stamp-h1
395 @test -f $@ || rm -f stamp-h1
396 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
397
398 stamp-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
406 distclean-hdr:
407 -rm -f config.h stamp-h1
408
409 mostlyclean-libtool:
410 -rm -f *.lo
411
412 clean-libtool:
413 -rm -rf .libs _libs
414
415 distclean-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
452 ID: $(am__tagged_files)
453 $(am__define_uniq_tagged_files); mkid -fID $$unique
454 tags: tags-recursive
455 TAGS: tags
456
457 tags-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
485 ctags: ctags-recursive
486
487 CTAGS: ctags
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) \
492 $$unique
493
494 GTAGS:
495 here=`$(am__cd) $(top_builddir) && pwd` \
496 && $(am__cd) $(top_srcdir) \
497 && gtags -i $(GTAGS_ARGS) "$$here"
498 cscope: cscope.files
499 test ! -s cscope.files \
500 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
501 clean-cscope:
502 -rm -f cscope.files
503 cscope.files: clean-cscope cscopelist
504 cscopelist: cscopelist-recursive
505
506 cscopelist-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
520 distclean-tags:
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
525
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,/[^/]*$$,,' | \
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)"
590 dist-gzip: distdir
591 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
592 $(am__post_remove_distdir)
593 dist-bzip2: distdir
594 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
595 $(am__post_remove_distdir)
596
597 dist-lzip: distdir
598 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
599 $(am__post_remove_distdir)
600
601 dist-xz: distdir
602 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
603 $(am__post_remove_distdir)
604
605 dist-zstd: distdir
606 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
607 $(am__post_remove_distdir)
608
609 dist-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
616 dist-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
623 dist-zip: distdir
624 -rm -f $(distdir).zip
625 zip -rq $(distdir).zip $(distdir)
626 $(am__post_remove_distdir)
627
628 dist 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.
635 distcheck: 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'
693 distuninstallcheck:
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
710 distcleancheck: 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
719 check-am: all-am
720 check: check-recursive
721 all-am: Makefile config.h
722 installdirs: installdirs-recursive
723 installdirs-am:
724 install: install-recursive
725 install-exec: install-exec-recursive
726 install-data: install-data-recursive
727 uninstall: uninstall-recursive
728
729 install-am: all-am
730 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
731
732 installcheck: installcheck-recursive
733 install-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
743 mostlyclean-generic:
744
745 clean-generic:
746
747 distclean-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
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
755
756 clean-am: clean-generic clean-libtool mostlyclean-am
757
758 distclean: distclean-recursive
759 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
760 -rm -f Makefile
761 distclean-am: clean-am distclean-generic distclean-hdr \
762 distclean-libtool distclean-tags
763
764 dvi: dvi-recursive
765
766 dvi-am:
767
768 html: html-recursive
769
770 html-am:
771
772 info: info-recursive
773
774 info-am:
775
776 install-data-am:
777
778 install-dvi: install-dvi-recursive
779
780 install-dvi-am:
781
782 install-exec-am:
783
784 install-html: install-html-recursive
785
786 install-html-am:
787
788 install-info: install-info-recursive
789
790 install-info-am:
791
792 install-man:
793
794 install-pdf: install-pdf-recursive
795
796 install-pdf-am:
797
798 install-ps: install-ps-recursive
799
800 install-ps-am:
801
802 installcheck-am:
803
804 maintainer-clean: maintainer-clean-recursive
805 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
806 -rm -rf $(top_srcdir)/autom4te.cache
807 -rm -f Makefile
808 maintainer-clean-am: distclean-am maintainer-clean-generic
809
810 mostlyclean: mostlyclean-recursive
811
812 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
813
814 pdf: pdf-recursive
815
816 pdf-am:
817
818 ps: ps-recursive
819
820 ps-am:
821
822 uninstall-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.281991 seconds and 6 git commands to generate.