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
20 if
test -z
'$(MAKELEVEL)'; then \
22 elif
test -n
'$(MAKE_HOST)'; then \
24 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
30 am__make_running_with_option
= \
31 case
$${target_option-
} in \
33 *) echo
"am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
38 sane_makeflags
=$$MAKEFLAGS; \
39 if
$(am__is_gnu_make
); then \
40 sane_makeflags
=$$MFLAGS; \
45 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
52 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 for flg in
$$sane_makeflags; do \
55 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
58 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
59 -*I?
*) strip_trailopt
'I';; \
60 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
61 -*O?
*) strip_trailopt
'O';; \
62 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
63 -*l?
*) strip_trailopt
'l';; \
64 -[dEDm
]) skip_next
=yes
;; \
65 -[JT
]) skip_next
=yes
;; \
68 *$$target_option*) has_opt
=yes
; break
;; \
72 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
73 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
74 pkgdatadir
= $(datadir)/@PACKAGE@
75 pkgincludedir
= $(includedir)/@PACKAGE@
76 pkglibdir
= $(libdir)/@PACKAGE@
77 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
78 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA
= $(install_sh
) -c
-m
644
80 install_sh_PROGRAM
= $(install_sh
) -c
81 install_sh_SCRIPT
= $(install_sh
) -c
82 INSTALL_HEADER
= $(INSTALL_DATA
)
83 transform
= $(program_transform_name
)
91 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
92 am__aclocal_m4_deps
= \
93 $(top_srcdir
)/..
/..
/non-free
/lib
/pic16
/supported-devices.ac \
94 $(top_srcdir
)/..
/..
/non-free
/lib
/pic16
/processors.ac \
95 $(top_srcdir
)/configure.ac
96 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
98 DIST_COMMON
= $(srcdir)/Makefile.am
$(am__DIST_COMMON
)
99 mkinstalldirs
= $(install_sh
) -d
100 CONFIG_HEADER
= $(top_builddir
)/config.h
102 CONFIG_CLEAN_VPATH_FILES
=
103 LIBRARIES
= $(noinst_LIBRARIES
)
104 AM_V_AR
= $(am__v_AR_@AM_V@
)
105 am__v_AR_
= $(am__v_AR_@AM_DEFAULT_V@
)
106 am__v_AR_0
= @echo
" AR " $@
;
108 libcrt0_a_AR
= $(AR
) $(ARFLAGS
)
110 am_libcrt0_a_OBJECTS
= crt0.
$(OBJEXT
)
111 libcrt0_a_OBJECTS
= $(am_libcrt0_a_OBJECTS
)
112 libcrt0i_a_AR
= $(AR
) $(ARFLAGS
)
114 am_libcrt0i_a_OBJECTS
= crt0i.
$(OBJEXT
)
115 libcrt0i_a_OBJECTS
= $(am_libcrt0i_a_OBJECTS
)
116 libcrt0iz_a_AR
= $(AR
) $(ARFLAGS
)
118 am_libcrt0iz_a_OBJECTS
= crt0iz.
$(OBJEXT
)
119 libcrt0iz_a_OBJECTS
= $(am_libcrt0iz_a_OBJECTS
)
120 AM_V_P
= $(am__v_P_@AM_V@
)
121 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
124 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
125 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
126 am__v_GEN_0
= @echo
" GEN " $@
;
128 AM_V_at
= $(am__v_at_@AM_V@
)
129 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
132 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)
133 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
134 am__maybe_remake_depfiles
= depfiles
135 am__depfiles_remade
= .
/$(DEPDIR
)/crt0.Po .
/$(DEPDIR
)/crt0i.Po \
136 .
/$(DEPDIR
)/crt0iz.Po
138 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
139 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
140 AM_V_CC
= $(am__v_CC_@AM_V@
)
141 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
142 am__v_CC_0
= @echo
" CC " $@
;
145 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
146 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
147 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
148 am__v_CCLD_0
= @echo
" CCLD " $@
;
150 SOURCES
= $(libcrt0_a_SOURCES
) $(libcrt0i_a_SOURCES
) \
151 $(libcrt0iz_a_SOURCES
)
152 DIST_SOURCES
= $(libcrt0_a_SOURCES
) $(libcrt0i_a_SOURCES
) \
153 $(libcrt0iz_a_SOURCES
)
154 am__can_run_installinfo
= \
155 case
$$AM_UPDATE_INFO_DIR in \
157 *) (install-info
--version
) >/dev
/null
2>&1;; \
159 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
160 am__vpath_adj
= case
$$p in \
161 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
164 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
166 am__nobase_strip_setup
= \
167 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
169 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
170 am__nobase_list
= $(am__nobase_strip_setup
); \
171 for p in
$$list; do echo
"$$p $$p"; done | \
172 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
173 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
174 if (++n[$$2] == $(am__install_max)) \
175 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
176 END { for (dir in files) print dir, files[dir] }'
178 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
179 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
180 am__uninstall_files_from_dir
= { \
182 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
183 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
184 $(am__cd
) "$$dir" && rm -f
$$files; }; \
186 am__installdirs
= "$(DESTDIR)$(crtdir)"
188 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
189 # Read a list of newline-separated strings from the standard input,
190 # and print each of them once, without duplicates. Input order is
192 am__uniquify_input
= $(AWK
) '\
193 BEGIN { nonempty = 0; } \
194 { items[$$0] = 1; nonempty = 1; } \
195 END { if (nonempty) { for (i in items) print i; }; } \
197 # Make sure the list of sources is unique. This is necessary because,
198 # e.g., the same source file might be shared among _SOURCES variables
199 # for different programs/libraries.
200 am__define_uniq_tagged_files
= \
201 list
='$(am__tagged_files)'; \
202 unique
=`for i in $$list; do \
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204 done | $(am__uniquify_input)`
205 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(top_srcdir
)/Makefile.common \
206 $(top_srcdir
)/depcomp README
207 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
210 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
214 AUTOCONF
= @AUTOCONF@
215 AUTOHEADER
= @AUTOHEADER@
216 AUTOMAKE
= @AUTOMAKE@
220 CCASDEPMODE
= @CCASDEPMODE@
221 CCASFLAGS
= @CCASFLAGS@
222 CCDEPMODE
= @CCDEPMODE@
226 CYGPATH_W
= @CYGPATH_W@
233 GOOD_PICS
= @GOOD_PICS@
235 INSTALL_DATA
= @INSTALL_DATA@
236 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
237 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
242 LTLIBOBJS
= @LTLIBOBJS@
244 MAKEINFO
= @MAKEINFO@
248 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
249 PACKAGE_NAME
= @PACKAGE_NAME@
250 PACKAGE_STRING
= @PACKAGE_STRING@
251 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
252 PACKAGE_URL
= @PACKAGE_URL@
253 PACKAGE_VERSION
= @PACKAGE_VERSION@
254 PATH_SEPARATOR
= @PATH_SEPARATOR@
256 SET_MAKE
= @SET_MAKE@
259 USE_FLOATS
= @USE_FLOATS@
261 abs_builddir
= @abs_builddir@
262 abs_srcdir
= @abs_srcdir@
263 abs_top_builddir
= @abs_top_builddir@
264 abs_top_srcdir
= @abs_top_srcdir@
265 am__include
= @am__include@
266 am__leading_dot
= @am__leading_dot@
267 am__quote
= @am__quote@
269 am__untar
= @am__untar@
271 build_alias
= @build_alias@
272 builddir
= @builddir@
274 datarootdir
= @datarootdir@
277 exec_prefix = @
exec_prefix@
278 host_alias
= @host_alias@
280 includedir = @
includedir@
282 install_sh
= @install_sh@
284 libexecdir
= @libexecdir@
285 localedir
= @localedir@
286 localstatedir
= @localstatedir@
289 oldincludedir = @
oldincludedir@
292 program_transform_name
= @program_transform_name@
294 runstatedir
= @runstatedir@
296 sharedstatedir
= @sharedstatedir@
298 sysconfdir
= @sysconfdir@
299 target_alias
= @target_alias@
300 top_build_prefix
= @top_build_prefix@
301 top_builddir
= @top_builddir@
302 top_srcdir
= @top_srcdir@
304 # Dummy libs to generate crt0*.o
305 noinst_LIBRARIES
= libcrt0.a libcrt0i.a libcrt0iz.a
306 libcrt0_a_SOURCES
= crt0.c
307 libcrt0i_a_SOURCES
= crt0i.c
308 libcrt0iz_a_SOURCES
= crt0iz.c
310 # Force installation of .o files into $libdir
312 crt_DATA
= crt0.o crt0i.o crt0iz.o
313 AM_CPPFLAGS
= -I.
-I
$(top_srcdir
)/..
/..
/include/pic16 \
314 -I
$(top_srcdir
)/..
/..
/include \
315 -I
$(top_srcdir
)/..
/..
/non-free
/include/pic16
316 #AM_CFLAGS += --no-optimize-goto
318 #AM_CFLAGS += --debug-ralloc
319 #AM_CFLAGS += --debug-xtra
320 #AM_CFLAGS += --pcode-verbose
322 #AM_CFLAGS += --nooverlay
323 #AM_CFLAGS += --nogcse
324 #AM_CFLAGS += --nolabelopt
325 #AM_CFLAGS += --noinvariant
326 #AM_CFLAGS += --noinduction
327 #AM_CFLAGS += --nojtbound
328 #AM_CFLAGS += --noloopreverse
329 AM_CFLAGS
= --std-c11
--asm
="$(CCAS)" --no-warn-non-free \
330 --fomit-frame-pointer
--obanksel
=9 --denable-peeps \
331 --optimize-cmp
--optimize-df
--i-code-in-asm @USE_FLOATS@
332 AM_CCASFLAGS
= -I
$(top_srcdir
)/..
/..
/include/pic16 \
333 -I
$(top_srcdir
)/..
/..
/include \
334 -I
$(top_srcdir
)/..
/..
/non-free
/include/pic16
-I
$(srcdir)
338 .SUFFIXES
: .c .o .obj
339 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(top_srcdir
)/Makefile.common
$(am__configure_deps
)
341 case
'$(am__configure_deps)' in \
343 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
344 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
348 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign startup/Makefile'; \
349 $(am__cd
) $(top_srcdir
) && \
350 $(AUTOMAKE
) --foreign startup
/Makefile
351 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
354 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
356 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
357 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__maybe_remake_depfiles
);; \
359 $(top_srcdir
)/Makefile.common
$(am__empty
):
361 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
362 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
364 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
365 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
366 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
367 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
368 $(am__aclocal_m4_deps
):
370 clean-noinstLIBRARIES
:
371 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
373 libcrt0.a
: $(libcrt0_a_OBJECTS
) $(libcrt0_a_DEPENDENCIES
) $(EXTRA_libcrt0_a_DEPENDENCIES
)
374 $(AM_V_at
)-rm -f libcrt0.a
375 $(AM_V_AR
)$(libcrt0_a_AR
) libcrt0.a
$(libcrt0_a_OBJECTS
) $(libcrt0_a_LIBADD
)
376 $(AM_V_at
)$(RANLIB
) libcrt0.a
378 libcrt0i.a
: $(libcrt0i_a_OBJECTS
) $(libcrt0i_a_DEPENDENCIES
) $(EXTRA_libcrt0i_a_DEPENDENCIES
)
379 $(AM_V_at
)-rm -f libcrt0i.a
380 $(AM_V_AR
)$(libcrt0i_a_AR
) libcrt0i.a
$(libcrt0i_a_OBJECTS
) $(libcrt0i_a_LIBADD
)
381 $(AM_V_at
)$(RANLIB
) libcrt0i.a
383 libcrt0iz.a
: $(libcrt0iz_a_OBJECTS
) $(libcrt0iz_a_DEPENDENCIES
) $(EXTRA_libcrt0iz_a_DEPENDENCIES
)
384 $(AM_V_at
)-rm -f libcrt0iz.a
385 $(AM_V_AR
)$(libcrt0iz_a_AR
) libcrt0iz.a
$(libcrt0iz_a_OBJECTS
) $(libcrt0iz_a_LIBADD
)
386 $(AM_V_at
)$(RANLIB
) libcrt0iz.a
394 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/crt0.Po@am__quote@
# am--include-marker
395 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/crt0i.Po@am__quote@
# am--include-marker
396 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/crt0iz.Po@am__quote@
# am--include-marker
398 $(am__depfiles_remade
):
400 @echo
'# dummy' >$@
-t
&& $(am__mv
) $@
-t
$@
402 am--depfiles
: $(am__depfiles_remade
)
405 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
406 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
$<
412 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
413 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
417 install-crtDATA
: $(crt_DATA
)
419 @list
='$(crt_DATA)'; test -n
"$(crtdir)" || list
=; \
420 if
test -n
"$$list"; then \
421 echo
" $(MKDIR_P) '$(DESTDIR)$(crtdir)'"; \
422 $(MKDIR_P
) "$(DESTDIR)$(crtdir)" || exit
1; \
424 for p in
$$list; do \
425 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
427 done |
$(am__base_list
) | \
428 while read files
; do \
429 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(crtdir)'"; \
430 $(INSTALL_DATA
) $$files "$(DESTDIR)$(crtdir)" || exit
$$?
; \
435 @list
='$(crt_DATA)'; test -n
"$(crtdir)" || list
=; \
436 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
437 dir='$(DESTDIR)$(crtdir)'; $(am__uninstall_files_from_dir
)
439 ID
: $(am__tagged_files
)
440 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
444 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
447 $(am__define_uniq_tagged_files
); \
449 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
450 test -n
"$$unique" || unique
=$$empty_fix; \
451 if
test $$# -gt 0; then \
452 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
455 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
462 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
463 $(am__define_uniq_tagged_files
); \
464 test -z
"$(CTAGS_ARGS)$$unique" \
465 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
469 here
=`$(am__cd) $(top_builddir) && pwd` \
470 && $(am__cd
) $(top_srcdir
) \
471 && gtags
-i
$(GTAGS_ARGS
) "$$here"
472 cscopelist
: cscopelist-am
474 cscopelist-am
: $(am__tagged_files
)
475 list
='$(am__tagged_files)'; \
476 case
"$(srcdir)" in \
477 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
478 *) sdir
=$(subdir
)/$(srcdir) ;; \
480 for i in
$$list; do \
481 if
test -f
"$$i"; then \
482 echo
"$(subdir)/$$i"; \
486 done
>> $(top_builddir
)/cscope.files
489 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
490 distdir
: $(BUILT_SOURCES
)
491 $(MAKE
) $(AM_MAKEFLAGS
) distdir-am
493 distdir-am
: $(DISTFILES
)
494 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 list
='$(DISTFILES)'; \
497 dist_files
=`for file in $$list; do echo $$file; done | \
498 sed -e "s|^$$srcdirstrip/||;t" \
499 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
500 case
$$dist_files in \
501 */*) $(MKDIR_P
) `echo "$$dist_files" | \
502 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
505 for file in
$$dist_files; do \
506 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
507 if
test -d
$$d/$$file; then \
508 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
509 if
test -d
"$(distdir)/$$file"; then \
510 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
512 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
513 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
514 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
516 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
518 test -f
"$(distdir)/$$file" \
519 || cp
-p
$$d/$$file "$(distdir)/$$file" \
525 all-am
: Makefile
$(LIBRARIES
) $(DATA
)
527 for
dir in
"$(DESTDIR)$(crtdir)"; do \
528 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
531 install-exec
: install-exec-am
532 install-data
: install-data-am
533 uninstall: uninstall-am
536 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
538 installcheck: installcheck-am
540 if
test -z
'$(STRIP)'; then \
541 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
542 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
545 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
546 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
554 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
555 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
557 maintainer-clean-generic
:
558 @echo
"This command is intended for maintainers to use"
559 @echo
"it deletes files that may require special tools to rebuild."
562 clean-am
: clean-generic clean-local clean-noinstLIBRARIES \
565 distclean: distclean-am
566 -rm -f .
/$(DEPDIR
)/crt0.Po
567 -rm -f .
/$(DEPDIR
)/crt0i.Po
568 -rm -f .
/$(DEPDIR
)/crt0iz.Po
570 distclean-am
: clean-am distclean-compile distclean-generic \
585 install-data-am
: install-crtDATA
587 install-dvi
: install-dvi-am
593 install-html
: install-html-am
597 install-info
: install-info-am
603 install-pdf
: install-pdf-am
607 install-ps
: install-ps-am
613 maintainer-clean
: maintainer-clean-am
614 -rm -f .
/$(DEPDIR
)/crt0.Po
615 -rm -f .
/$(DEPDIR
)/crt0i.Po
616 -rm -f .
/$(DEPDIR
)/crt0iz.Po
618 maintainer-clean-am
: distclean-am maintainer-clean-generic
620 mostlyclean: mostlyclean-am
622 mostlyclean-am
: mostlyclean-compile mostlyclean-generic
632 uninstall-am
: uninstall-crtDATA
634 .MAKE
: install-am install-strip
636 .PHONY
: CTAGS GTAGS TAGS
all all-am am--depfiles
check check-am
clean \
637 clean-generic clean-local clean-noinstLIBRARIES cscopelist-am \
638 ctags ctags-am
distclean distclean-compile distclean-generic \
639 distclean-tags distdir
dvi dvi-am html html-am
info info-am \
640 install install-am install-crtDATA install-data \
641 install-data-am install-dvi install-dvi-am install-exec \
642 install-exec-am install-html install-html-am install-info \
643 install-info-am install-man install-pdf install-pdf-am \
644 install-ps install-ps-am install-strip
installcheck \
645 installcheck-am
installdirs maintainer-clean \
646 maintainer-clean-generic
mostlyclean mostlyclean-compile \
647 mostlyclean-generic pdf pdf-am ps ps-am
tags tags-am
uninstall \
648 uninstall-am uninstall-crtDATA
657 clean-intermediate
: clean-local
658 list
='$(SUBDIRS)'; for subdir in
$$list; do \
659 echo
"Making $@ in $$subdir"; \
660 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $@
); \
663 # Tell versions [3.59,3.63) of GNU make to not export all variables.
664 # Otherwise a system limit (for SysV at least) may be exceeded.