1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
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)/@PACKAGE@
73 pkgincludedir
= $(includedir)/@PACKAGE@
74 pkglibdir
= $(libdir)/@PACKAGE@
75 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
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
)
89 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
90 am__aclocal_m4_deps
= \
91 $(top_srcdir
)/..
/..
/non-free
/lib
/pic16
/supported-devices.ac \
92 $(top_srcdir
)/..
/..
/non-free
/lib
/pic16
/processors.ac \
93 $(top_srcdir
)/configure.ac
94 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
96 DIST_COMMON
= $(srcdir)/Makefile.am
$(top_srcdir
)/configure \
97 $(am__configure_deps
) $(am__DIST_COMMON
)
98 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
99 configure.lineno config.status.lineno
100 mkinstalldirs
= $(install_sh
) -d
101 CONFIG_HEADER
= config.h
103 CONFIG_CLEAN_VPATH_FILES
=
104 AM_V_P
= $(am__v_P_@AM_V@
)
105 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
108 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
109 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
110 am__v_GEN_0
= @echo
" GEN " $@
;
112 AM_V_at
= $(am__v_at_@AM_V@
)
113 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
118 RECURSIVE_TARGETS
= all-recursive check-recursive cscopelist-recursive \
119 ctags-recursive dvi-recursive html-recursive info-recursive \
120 install-data-recursive install-dvi-recursive \
121 install-exec-recursive install-html-recursive \
122 install-info-recursive install-pdf-recursive \
123 install-ps-recursive install-recursive installcheck-recursive \
124 installdirs-recursive pdf-recursive ps-recursive \
125 tags-recursive uninstall-recursive
126 am__can_run_installinfo
= \
127 case
$$AM_UPDATE_INFO_DIR in \
129 *) (install-info
--version
) >/dev
/null
2>&1;; \
131 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
132 distclean-recursive maintainer-clean-recursive
133 am__recursive_targets
= \
134 $(RECURSIVE_TARGETS
) \
135 $(RECURSIVE_CLEAN_TARGETS
) \
136 $(am__extra_recursive_targets
)
137 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
138 cscope distdir distdir-am
dist dist-all distcheck
139 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
) \
141 # Read a list of newline-separated strings from the standard input,
142 # and print each of them once, without duplicates. Input order is
144 am__uniquify_input
= $(AWK
) '\
145 BEGIN { nonempty = 0; } \
146 { items[$$0] = 1; nonempty = 1; } \
147 END { if (nonempty) { for (i in items) print i; }; } \
149 # Make sure the list of sources is unique. This is necessary because,
150 # e.g., the same source file might be shared among _SOURCES variables
151 # for different programs/libraries.
152 am__define_uniq_tagged_files
= \
153 list
='$(am__tagged_files)'; \
154 unique
=`for i in $$list; do \
155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
156 done | $(am__uniquify_input)`
157 DIST_SUBDIRS
= $(SUBDIRS
)
158 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/config.h.in \
159 $(top_srcdir
)/Makefile.common COPYING README config.guess \
160 depcomp install-sh missing
161 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
162 distdir
= $(PACKAGE
)-$(VERSION
)
163 top_distdir
= $(distdir
)
164 am__remove_distdir
= \
165 if
test -d
"$(distdir)"; then \
166 find
"$(distdir)" -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
167 && rm -rf
"$(distdir)" \
168 ||
{ sleep
5 && rm -rf
"$(distdir)"; }; \
170 am__post_remove_distdir
= $(am__remove_distdir
)
173 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
174 sed_rest
='s,^[^/]*/*,,'; \
175 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
176 sed_butlast
='s,/*[^/]*$$,,'; \
177 while
test -n
"$$dir1"; do \
178 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
179 if
test "$$first" != "."; then \
180 if
test "$$first" = ".."; then \
181 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
182 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
184 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
185 if
test "$$first2" = "$$first"; then \
186 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
190 dir0
="$$dir0"/"$$first"; \
193 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
196 DIST_ARCHIVES
= $(distdir
).
tar.gz
198 DIST_TARGETS
= dist-gzip
199 # Exists only to be overridden by the user if desired.
200 AM_DISTCHECK_DVI_TARGET
= dvi
201 distuninstallcheck_listfiles
= find .
-type f
-print
202 am__distuninstallcheck_listfiles
= $(distuninstallcheck_listfiles
) \
203 | sed
's|^\./|$(prefix)/|' | grep
-v
'$(infodir)/dir$$'
204 distcleancheck_listfiles
= find .
-type f
-print
207 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
211 AUTOCONF
= @AUTOCONF@
212 AUTOHEADER
= @AUTOHEADER@
213 AUTOMAKE
= @AUTOMAKE@
217 CCASDEPMODE
= @CCASDEPMODE@
218 CCASFLAGS
= @CCASFLAGS@
219 CCDEPMODE
= @CCDEPMODE@
223 CYGPATH_W
= @CYGPATH_W@
230 GOOD_PICS
= @GOOD_PICS@
232 INSTALL_DATA
= @INSTALL_DATA@
233 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
234 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
235 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
239 LTLIBOBJS
= @LTLIBOBJS@
241 MAKEINFO
= @MAKEINFO@
245 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
246 PACKAGE_NAME
= @PACKAGE_NAME@
247 PACKAGE_STRING
= @PACKAGE_STRING@
248 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
249 PACKAGE_URL
= @PACKAGE_URL@
250 PACKAGE_VERSION
= @PACKAGE_VERSION@
251 PATH_SEPARATOR
= @PATH_SEPARATOR@
253 SET_MAKE
= @SET_MAKE@
256 USE_FLOATS
= @USE_FLOATS@
258 abs_builddir
= @abs_builddir@
259 abs_srcdir
= @abs_srcdir@
260 abs_top_builddir
= @abs_top_builddir@
261 abs_top_srcdir
= @abs_top_srcdir@
262 am__include
= @am__include@
263 am__leading_dot
= @am__leading_dot@
264 am__quote
= @am__quote@
266 am__untar
= @am__untar@
268 build_alias
= @build_alias@
269 builddir
= @builddir@
271 datarootdir
= @datarootdir@
274 exec_prefix = @
exec_prefix@
275 host_alias
= @host_alias@
277 includedir = @
includedir@
279 install_sh
= @install_sh@
281 libexecdir
= @libexecdir@
282 localedir
= @localedir@
283 localstatedir
= @localstatedir@
286 oldincludedir = @
oldincludedir@
289 program_transform_name
= @program_transform_name@
291 runstatedir
= @runstatedir@
293 sharedstatedir
= @sharedstatedir@
295 sysconfdir
= @sysconfdir@
296 target_alias
= @target_alias@
297 top_build_prefix
= @top_build_prefix@
298 top_builddir
= @top_builddir@
299 top_srcdir
= @top_srcdir@
300 SUBDIRS
= debug libc libio libm libsdcc startup
301 AM_CPPFLAGS
= -I.
-I
$(top_srcdir
)/..
/..
/include/pic16 \
302 -I
$(top_srcdir
)/..
/..
/include \
303 -I
$(top_srcdir
)/..
/..
/non-free
/include/pic16
304 #AM_CFLAGS += --no-optimize-goto
306 #AM_CFLAGS += --debug-ralloc
307 #AM_CFLAGS += --debug-xtra
308 #AM_CFLAGS += --pcode-verbose
310 #AM_CFLAGS += --nooverlay
311 #AM_CFLAGS += --nogcse
312 #AM_CFLAGS += --nolabelopt
313 #AM_CFLAGS += --noinvariant
314 #AM_CFLAGS += --noinduction
315 #AM_CFLAGS += --nojtbound
316 #AM_CFLAGS += --noloopreverse
317 AM_CFLAGS
= --std-c11
--asm
="$(CCAS)" --no-warn-non-free \
318 --fomit-frame-pointer
--obanksel
=9 --denable-peeps \
319 --optimize-cmp
--optimize-df
--i-code-in-asm @USE_FLOATS@
320 AM_CCASFLAGS
= -I
$(top_srcdir
)/..
/..
/include/pic16 \
321 -I
$(top_srcdir
)/..
/..
/include \
322 -I
$(top_srcdir
)/..
/..
/non-free
/include/pic16
-I
$(srcdir)
323 DISTCLEANFILES
= a.cod a.hex .
/.checkdevices
/* pics.supported
325 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
328 am--refresh
: Makefile
330 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(top_srcdir
)/Makefile.common
$(am__configure_deps
)
332 case
'$(am__configure_deps)' in \
334 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
335 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
340 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
341 $(am__cd
) $(top_srcdir
) && \
342 $(AUTOMAKE
) --foreign Makefile
343 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
346 echo
' $(SHELL) ./config.status'; \
347 $(SHELL
) .
/config.status
;; \
349 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
350 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__maybe_remake_depfiles
);; \
352 $(top_srcdir
)/Makefile.common
$(am__empty
):
354 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
355 $(SHELL
) .
/config.status
--recheck
357 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
358 $(am__cd
) $(srcdir) && $(AUTOCONF
)
359 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
360 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
361 $(am__aclocal_m4_deps
):
364 @
test -f
$@ ||
rm -f stamp-h1
365 @
test -f
$@ ||
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
367 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
369 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
370 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
371 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
376 -rm -f config.h stamp-h1
378 # This directory's subdirectories are mostly independent; you can cd
379 # into them and run 'make' without going through this Makefile.
380 # To change the values of 'make' variables: instead of editing Makefiles,
381 # (1) if the variable is set in 'config.status', edit 'config.status'
382 # (which will cause the Makefiles to be regenerated when you run 'make');
383 # (2) otherwise, pass the desired values on the 'make' command line.
384 $(am__recursive_targets
):
386 if
$(am__make_keepgoing
); then \
387 failcom
='fail=yes'; \
392 target
=`echo $@ | sed s/-recursive//`; \
394 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
395 *) list
='$(SUBDIRS)' ;; \
397 for subdir in
$$list; do \
398 echo
"Making $$target in $$subdir"; \
399 if
test "$$subdir" = "."; then \
401 local_target
="$$target-am"; \
403 local_target
="$$target"; \
405 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
408 if
test "$$dot_seen" = "no"; then \
409 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
412 ID
: $(am__tagged_files
)
413 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
417 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
420 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
421 include_option
=--etags-include
; \
424 include_option
=--include; \
427 list
='$(SUBDIRS)'; for subdir in
$$list; do \
428 if
test "$$subdir" = .
; then
:; else \
429 test ! -f
$$subdir/TAGS || \
430 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
433 $(am__define_uniq_tagged_files
); \
435 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
436 test -n
"$$unique" || unique
=$$empty_fix; \
437 if
test $$# -gt 0; then \
438 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
441 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
445 ctags
: ctags-recursive
448 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
449 $(am__define_uniq_tagged_files
); \
450 test -z
"$(CTAGS_ARGS)$$unique" \
451 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
455 here
=`$(am__cd) $(top_builddir) && pwd` \
456 && $(am__cd
) $(top_srcdir
) \
457 && gtags
-i
$(GTAGS_ARGS
) "$$here"
459 test ! -s cscope.files \
460 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
463 cscope.files
: clean-cscope cscopelist
464 cscopelist
: cscopelist-recursive
466 cscopelist-am
: $(am__tagged_files
)
467 list
='$(am__tagged_files)'; \
468 case
"$(srcdir)" in \
469 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
470 *) sdir
=$(subdir
)/$(srcdir) ;; \
472 for i in
$$list; do \
473 if
test -f
"$$i"; then \
474 echo
"$(subdir)/$$i"; \
478 done
>> $(top_builddir
)/cscope.files
481 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
482 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
483 distdir
: $(BUILT_SOURCES
)
484 $(MAKE
) $(AM_MAKEFLAGS
) distdir-am
486 distdir-am
: $(DISTFILES
)
487 $(am__remove_distdir
)
488 test -d
"$(distdir)" || mkdir
"$(distdir)"
489 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491 list
='$(DISTFILES)'; \
492 dist_files
=`for file in $$list; do echo $$file; done | \
493 sed -e "s|^$$srcdirstrip/||;t" \
494 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
495 case
$$dist_files in \
496 */*) $(MKDIR_P
) `echo "$$dist_files" | \
497 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500 for file in
$$dist_files; do \
501 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
502 if
test -d
$$d/$$file; then \
503 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
504 if
test -d
"$(distdir)/$$file"; then \
505 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
507 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
508 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
509 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
511 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
513 test -f
"$(distdir)/$$file" \
514 || cp
-p
$$d/$$file "$(distdir)/$$file" \
518 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
519 if
test "$$subdir" = .
; then
:; else \
521 ||
test -d
"$(distdir)/$$subdir" \
522 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
524 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
526 new_distdir
=$$reldir; \
527 dir1
=$$subdir; dir2
="$(top_distdir)"; \
529 new_top_distdir
=$$reldir; \
530 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
531 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
532 ($(am__cd
) $$subdir && \
533 $(MAKE
) $(AM_MAKEFLAGS
) \
534 top_distdir
="$$new_top_distdir" \
535 distdir
="$$new_distdir" \
536 am__remove_distdir
=: \
537 am__skip_length_check
=: \
538 am__skip_mode_fix
=: \
543 -test -n
"$(am__skip_mode_fix)" \
544 || find
"$(distdir)" -type d
! -perm
-755 \
545 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
546 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
547 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
548 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
549 || chmod
-R a
+r
"$(distdir)"
551 tardir
=$(distdir
) && $(am__tar
) | eval GZIP
= gzip
$(GZIP_ENV
) -c
>$(distdir
).
tar.gz
552 $(am__post_remove_distdir
)
555 tardir
=$(distdir
) && $(am__tar
) | BZIP2
=$${BZIP2--9
} bzip2
-c
>$(distdir
).
tar.bz2
556 $(am__post_remove_distdir
)
559 tardir
=$(distdir
) && $(am__tar
) | lzip
-c
$${LZIP_OPT--9
} >$(distdir
).
tar.lz
560 $(am__post_remove_distdir
)
563 tardir
=$(distdir
) && $(am__tar
) | XZ_OPT
=$${XZ_OPT--e
} xz
-c
>$(distdir
).
tar.xz
564 $(am__post_remove_distdir
)
567 tardir
=$(distdir
) && $(am__tar
) | zstd
-c
$${ZSTD_CLEVEL-
$${ZSTD_OPT--19
}} >$(distdir
).
tar.zst
568 $(am__post_remove_distdir
)
571 @echo WARNING
: "Support for distribution archives compressed with" \
572 "legacy program 'compress' is deprecated." >&2
573 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
574 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
575 $(am__post_remove_distdir
)
578 @echo WARNING
: "Support for shar distribution archives is" \
580 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
581 shar $(distdir
) | eval GZIP
= gzip
$(GZIP_ENV
) -c
>$(distdir
).
shar.gz
582 $(am__post_remove_distdir
)
585 -rm -f
$(distdir
).zip
586 zip
-rq
$(distdir
).zip
$(distdir
)
587 $(am__post_remove_distdir
)
590 $(MAKE
) $(AM_MAKEFLAGS
) $(DIST_TARGETS
) am__post_remove_distdir
='@:'
591 $(am__post_remove_distdir
)
593 # This target untars the dist file and tries a VPATH configuration. Then
594 # it guarantees that the distribution is self-contained by making another
597 case
'$(DIST_ARCHIVES)' in \
599 eval GZIP
= gzip
$(GZIP_ENV
) -dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
601 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
603 lzip
-dc
$(distdir
).
tar.lz |
$(am__untar
) ;;\
605 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
607 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
609 eval GZIP
= gzip
$(GZIP_ENV
) -dc
$(distdir
).
shar.gz | unshar
;;\
611 unzip
$(distdir
).zip
;;\
613 zstd
-dc
$(distdir
).
tar.zst |
$(am__untar
) ;;\
615 chmod
-R a-w
$(distdir
)
617 mkdir
$(distdir
)/_build
$(distdir
)/_build
/sub
$(distdir
)/_inst
619 test -d
$(distdir
)/_build || exit
0; \
620 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
621 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
623 && $(am__cd
) $(distdir
)/_build
/sub \
625 $(AM_DISTCHECK_CONFIGURE_FLAGS
) \
626 $(DISTCHECK_CONFIGURE_FLAGS
) \
627 --srcdir=..
/..
--prefix="$$dc_install_base" \
628 && $(MAKE
) $(AM_MAKEFLAGS
) \
629 && $(MAKE
) $(AM_MAKEFLAGS
) $(AM_DISTCHECK_DVI_TARGET
) \
630 && $(MAKE
) $(AM_MAKEFLAGS
) check \
631 && $(MAKE
) $(AM_MAKEFLAGS
) install \
632 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
633 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
634 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
636 && chmod
-R a-w
"$$dc_install_base" \
638 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
639 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
640 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
641 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
642 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
643 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
644 && rm -rf
"$$dc_destdir" \
645 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
646 && rm -rf
$(DIST_ARCHIVES
) \
647 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
650 $(am__post_remove_distdir
)
651 @
(echo
"$(distdir) archives ready for distribution: "; \
652 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
653 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
655 @
test -n
'$(distuninstallcheck_dir)' ||
{ \
656 echo
'ERROR: trying to run $@ with an empty' \
657 '$$(distuninstallcheck_dir)' >&2; \
660 $(am__cd
) '$(distuninstallcheck_dir)' ||
{ \
661 echo
'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
664 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq
0 \
665 ||
{ echo
"ERROR: files left after uninstall:" ; \
666 if
test -n
"$(DESTDIR)"; then \
667 echo
" (check DESTDIR support)"; \
669 $(distuninstallcheck_listfiles
) ; \
671 distcleancheck
: distclean
672 @if
test '$(srcdir)' = .
; then \
673 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
676 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
677 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
678 $(distcleancheck_listfiles
) ; \
681 check: check-recursive
682 all-am
: Makefile config.h
683 installdirs: installdirs-recursive
685 install: install-recursive
686 install-exec
: install-exec-recursive
687 install-data
: install-data-recursive
688 uninstall: uninstall-recursive
691 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
693 installcheck: installcheck-recursive
695 if
test -z
'$(STRIP)'; then \
696 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
697 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
700 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
701 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
702 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
709 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
710 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
711 -test -z
"$(DISTCLEANFILES)" ||
rm -f
$(DISTCLEANFILES
)
713 maintainer-clean-generic
:
714 @echo
"This command is intended for maintainers to use"
715 @echo
"it deletes files that may require special tools to rebuild."
716 clean: clean-recursive
718 clean-am
: clean-generic clean-local mostlyclean-am
720 distclean: distclean-recursive
721 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
723 distclean-am
: clean-am distclean-generic distclean-hdr distclean-local \
740 install-dvi
: install-dvi-recursive
746 install-html
: install-html-recursive
750 install-info
: install-info-recursive
756 install-pdf
: install-pdf-recursive
760 install-ps
: install-ps-recursive
766 maintainer-clean
: maintainer-clean-recursive
767 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
768 -rm -rf
$(top_srcdir
)/autom4te.cache
770 maintainer-clean-am
: distclean-am maintainer-clean-generic
772 mostlyclean: mostlyclean-recursive
774 mostlyclean-am
: mostlyclean-generic
786 .MAKE
: $(am__recursive_targets
) all install-am install-strip
788 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am \
789 am--refresh
check check-am
clean clean-cscope clean-generic \
790 clean-local cscope cscopelist-am ctags ctags-am
dist dist-all \
791 dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
792 dist-zip dist-zstd distcheck
distclean distclean-generic \
793 distclean-hdr distclean-local distclean-tags distcleancheck \
794 distdir distuninstallcheck
dvi dvi-am html html-am
info \
795 info-am
install install-am install-data install-data-am \
796 install-dvi install-dvi-am install-exec install-exec-am \
797 install-html install-html-am install-info install-info-am \
798 install-man install-pdf install-pdf-am install-ps \
799 install-ps-am install-strip
installcheck installcheck-am \
800 installdirs installdirs-am maintainer-clean \
801 maintainer-clean-generic
mostlyclean mostlyclean-generic pdf \
802 pdf-am ps ps-am
tags tags-am
uninstall uninstall-am
811 clean-intermediate
: clean-local
812 list
='$(SUBDIRS)'; for subdir in
$$list; do \
813 echo
"Making $@ in $$subdir"; \
814 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $@
); \
818 rm -rf .
/.checkdevices .
/autom4te.cache
820 # Tell versions [3.59,3.63) of GNU make to not export all variables.
821 # Otherwise a system limit (for SysV at least) may be exceeded.