1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
4 # Copyright (C) 1994-2017 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
17 # ========================================================================
18 # Copyright 2013-2021 Eduardo Chappa
19 # Copyright 2006 University of Washington
21 # Licensed under the Apache License, Version 2.0 (the "License");
22 # you may not use this file except in compliance with the License.
23 # You may obtain a copy of the License at
25 # http://www.apache.org/licenses/LICENSE-2.0
27 # ========================================================================
31 if
test -z
'$(MAKELEVEL)'; then \
33 elif
test -n
'$(MAKE_HOST)'; then \
35 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
41 am__make_running_with_option
= \
42 case
$${target_option-
} in \
44 *) echo
"am__make_running_with_option: internal error: invalid" \
45 "target option '$${target_option-}' specified" >&2; \
49 sane_makeflags
=$$MAKEFLAGS; \
50 if
$(am__is_gnu_make
); then \
51 sane_makeflags
=$$MFLAGS; \
56 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65 for flg in
$$sane_makeflags; do \
66 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
69 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
70 -*I?
*) strip_trailopt
'I';; \
71 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
72 -*O?
*) strip_trailopt
'O';; \
73 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
74 -*l?
*) strip_trailopt
'l';; \
75 -[dEDm
]) skip_next
=yes
;; \
76 -[JT
]) skip_next
=yes
;; \
79 *$$target_option*) has_opt
=yes
; break
;; \
83 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
84 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
85 pkgdatadir
= $(datadir)/@PACKAGE@
86 pkgincludedir
= $(includedir)/@PACKAGE@
87 pkglibdir
= $(libdir)/@PACKAGE@
88 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
89 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA
= $(install_sh
) -c
-m
644
91 install_sh_PROGRAM
= $(install_sh
) -c
92 install_sh_SCRIPT
= $(install_sh
) -c
93 INSTALL_HEADER
= $(INSTALL_DATA
)
94 transform
= $(program_transform_name
)
101 build_triplet
= @build@
102 host_triplet
= @host@
103 subdir
= pith
/charconv
104 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
105 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/acx_pthread.m4 \
106 $(top_srcdir
)/m4
/gettext.m4
$(top_srcdir
)/m4
/iconv.m4 \
107 $(top_srcdir
)/m4
/lib-ld.m4
$(top_srcdir
)/m4
/lib-link.m4 \
108 $(top_srcdir
)/m4
/lib-prefix.m4
$(top_srcdir
)/m4
/libtool.m4 \
109 $(top_srcdir
)/m4
/ltoptions.m4
$(top_srcdir
)/m4
/ltsugar.m4 \
110 $(top_srcdir
)/m4
/ltversion.m4
$(top_srcdir
)/m4
/lt~obsolete.m4 \
111 $(top_srcdir
)/m4
/m4_ax_prog_cc_for_build.m4 \
112 $(top_srcdir
)/m4
/nls.m4
$(top_srcdir
)/m4
/po.m4 \
113 $(top_srcdir
)/m4
/progtest.m4
$(top_srcdir
)/configure.ac
114 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
116 DIST_COMMON
= $(srcdir)/Makefile.am
$(am__DIST_COMMON
)
117 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
118 CONFIG_HEADER
= $(top_builddir
)/include/config.h
120 CONFIG_CLEAN_VPATH_FILES
=
121 LIBRARIES
= $(noinst_LIBRARIES
)
123 AM_V_AR
= $(am__v_AR_@AM_V@
)
124 am__v_AR_
= $(am__v_AR_@AM_DEFAULT_V@
)
125 am__v_AR_0
= @echo
" AR " $@
;
127 libpithcc_a_AR
= $(AR
) $(ARFLAGS
)
129 am_libpithcc_a_OBJECTS
= filesys.
$(OBJEXT
) utf8.
$(OBJEXT
)
130 libpithcc_a_OBJECTS
= $(am_libpithcc_a_OBJECTS
)
131 AM_V_P
= $(am__v_P_@AM_V@
)
132 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
135 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
136 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
137 am__v_GEN_0
= @echo
" GEN " $@
;
139 AM_V_at
= $(am__v_at_@AM_V@
)
140 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
144 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
145 am__depfiles_maybe
= depfiles
147 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
148 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
149 AM_V_lt
= $(am__v_lt_@AM_V@
)
150 am__v_lt_
= $(am__v_lt_@AM_DEFAULT_V@
)
151 am__v_lt_0
= --silent
153 LTCOMPILE
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
154 $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) \
155 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
156 $(AM_CFLAGS
) $(CFLAGS
)
157 AM_V_CC
= $(am__v_CC_@AM_V@
)
158 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
159 am__v_CC_0
= @echo
" CC " $@
;
162 LINK
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
163 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
164 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
165 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
166 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
167 am__v_CCLD_0
= @echo
" CCLD " $@
;
169 SOURCES
= $(libpithcc_a_SOURCES
)
170 DIST_SOURCES
= $(libpithcc_a_SOURCES
)
171 am__can_run_installinfo
= \
172 case
$$AM_UPDATE_INFO_DIR in \
174 *) (install-info
--version
) >/dev
/null
2>&1;; \
176 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
177 # Read a list of newline-separated strings from the standard input,
178 # and print each of them once, without duplicates. Input order is
180 am__uniquify_input
= $(AWK
) '\
181 BEGIN { nonempty = 0; } \
182 { items[$$0] = 1; nonempty = 1; } \
183 END { if (nonempty) { for (i in items) print i; }; } \
185 # Make sure the list of sources is unique. This is necessary because,
186 # e.g., the same source file might be shared among _SOURCES variables
187 # for different programs/libraries.
188 am__define_uniq_tagged_files
= \
189 list
='$(am__tagged_files)'; \
190 unique
=`for i in $$list; do \
191 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192 done | $(am__uniquify_input)`
195 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(top_srcdir
)/depcomp \
196 $(top_srcdir
)/mkinstalldirs
197 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
199 ALPINE_DATESTAMP
= @ALPINE_DATESTAMP@
200 ALPINE_HOSTSTAMP
= @ALPINE_HOSTSTAMP@
202 AM_CFLAGS
= @AM_CFLAGS@
203 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
204 AM_LDFLAGS
= @AM_LDFLAGS@
206 AUTOCONF
= @AUTOCONF@
207 AUTOHEADER
= @AUTOHEADER@
208 AUTOMAKE
= @AUTOMAKE@
210 BUILD_EXEEXT
= @BUILD_EXEEXT@
211 BUILD_OBJEXT
= @BUILD_OBJEXT@
213 CCDEPMODE
= @CCDEPMODE@
214 CC_FOR_BUILD
= @CC_FOR_BUILD@
216 CFLAGS_FOR_BUILD
= @CFLAGS_FOR_BUILD@
219 CPPFLAGS
= @CPPFLAGS@
220 CPPFLAGS_FOR_BUILD
= @CPPFLAGS_FOR_BUILD@
221 CPP_FOR_BUILD
= @CPP_FOR_BUILD@
222 CYGPATH_W
= @CYGPATH_W@
223 C_CLIENT_AUTHS
= @C_CLIENT_AUTHS@
224 C_CLIENT_BUNDLED
= @C_CLIENT_BUNDLED@
225 C_CLIENT_CFLAGS
= @C_CLIENT_CFLAGS@
226 C_CLIENT_GCCOPTLEVEL
= @C_CLIENT_GCCOPTLEVEL@
227 C_CLIENT_LDFLAGS
= @C_CLIENT_LDFLAGS@
228 C_CLIENT_SPECIALS
= @C_CLIENT_SPECIALS@
229 C_CLIENT_TARGET
= @C_CLIENT_TARGET@
230 C_CLIENT_WITH_IPV6
= @C_CLIENT_WITH_IPV6@
234 DSYMUTIL
= @DSYMUTIL@
243 GMSGFMT_015
= @GMSGFMT_015@
246 INSTALL_DATA
= @INSTALL_DATA@
247 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
248 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
249 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
250 INTLLIBS
= @INTLLIBS@
251 INTL_MACOSX_LIBS
= @INTL_MACOSX_LIBS@
252 ISPELLPROG
= @ISPELLPROG@
255 LDFLAGS_FOR_BUILD
= @LDFLAGS_FOR_BUILD@
256 LIBICONV
= @LIBICONV@
261 LIBTOOL_DEPS
= @LIBTOOL_DEPS@
266 LTLIBICONV
= @LTLIBICONV@
267 LTLIBINTL
= @LTLIBINTL@
268 LTLIBOBJS
= @LTLIBOBJS@
269 LT_SYS_LIBRARY_PATH
= @LT_SYS_LIBRARY_PATH@
272 MAKEINFO
= @MAKEINFO@
273 MANIFEST_TOOL
= @MANIFEST_TOOL@
276 MSGFMT_015
= @MSGFMT_015@
277 MSGMERGE
= @MSGMERGE@
280 NPA_PROG
= @NPA_PROG@
286 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
287 PACKAGE_NAME
= @PACKAGE_NAME@
288 PACKAGE_STRING
= @PACKAGE_STRING@
289 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
290 PACKAGE_URL
= @PACKAGE_URL@
291 PACKAGE_VERSION
= @PACKAGE_VERSION@
292 PATH_SEPARATOR
= @PATH_SEPARATOR@
294 PTHREAD_CC
= @PTHREAD_CC@
295 PTHREAD_CFLAGS
= @PTHREAD_CFLAGS@
296 PTHREAD_LIBS
= @PTHREAD_LIBS@
299 REGEX_BUILD
= @REGEX_BUILD@
302 SENDMAIL
= @SENDMAIL@
303 SET_MAKE
= @SET_MAKE@
305 SPELLPROG
= @SPELLPROG@
309 WEB_BINDIR
= @WEB_BINDIR@
310 WEB_BUILD
= @WEB_BUILD@
311 WEB_PUBCOOKIE_BUILD
= @WEB_PUBCOOKIE_BUILD@
312 WEB_PUBCOOKIE_LIB
= @WEB_PUBCOOKIE_LIB@
313 WEB_PUBCOOKIE_LINK
= @WEB_PUBCOOKIE_LINK@
314 XGETTEXT
= @XGETTEXT@
315 XGETTEXT_015
= @XGETTEXT_015@
316 abs_builddir
= @abs_builddir@
317 abs_srcdir
= @abs_srcdir@
318 abs_top_builddir
= @abs_top_builddir@
319 abs_top_srcdir
= @abs_top_srcdir@
320 ac_ct_AR
= @ac_ct_AR@
321 ac_ct_CC
= @ac_ct_CC@
322 ac_ct_CC_FOR_BUILD
= @ac_ct_CC_FOR_BUILD@
323 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
324 acx_pthread_config
= @acx_pthread_config@
325 alpine_interactive_spellcheck
= @alpine_interactive_spellcheck@
326 alpine_simple_spellcheck
= @alpine_simple_spellcheck@
327 am__include
= @am__include@
328 am__leading_dot
= @am__leading_dot@
329 am__quote
= @am__quote@
331 am__untar
= @am__untar@
334 build_alias
= @build_alias@
335 build_cpu
= @build_cpu@
336 build_os
= @build_os@
337 build_vendor
= @build_vendor@
338 builddir
= @builddir@
340 datarootdir
= @datarootdir@
343 exec_prefix = @
exec_prefix@
345 host_alias
= @host_alias@
346 host_cpu
= @host_cpu@
348 host_vendor
= @host_vendor@
350 includedir = @
includedir@
352 install_sh
= @install_sh@
354 libexecdir
= @libexecdir@
355 localedir
= @localedir@
356 localstatedir
= @localstatedir@
359 oldincludedir = @
oldincludedir@
362 program_transform_name
= @program_transform_name@
365 sharedstatedir
= @sharedstatedir@
367 sysconfdir
= @sysconfdir@
368 target_alias
= @target_alias@
369 top_build_prefix
= @top_build_prefix@
370 top_builddir
= @top_builddir@
371 top_srcdir
= @top_srcdir@
372 noinst_LIBRARIES
= libpithcc.a
373 libpithcc_a_SOURCES
= filesys.c utf8.c
374 AM_CPPFLAGS
= -I@top_builddir@
/include -I@top_srcdir@
/include
378 .SUFFIXES
: .c .lo .o .obj
379 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
381 case
'$(am__configure_deps)' in \
383 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
384 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
388 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign pith/charconv/Makefile'; \
389 $(am__cd
) $(top_srcdir
) && \
390 $(AUTOMAKE
) --foreign pith
/charconv
/Makefile
391 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
394 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
396 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
397 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
400 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
401 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
403 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
404 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
405 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
406 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
407 $(am__aclocal_m4_deps
):
409 clean-noinstLIBRARIES
:
410 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
412 libpithcc.a
: $(libpithcc_a_OBJECTS
) $(libpithcc_a_DEPENDENCIES
) $(EXTRA_libpithcc_a_DEPENDENCIES
)
413 $(AM_V_at
)-rm -f libpithcc.a
414 $(AM_V_AR
)$(libpithcc_a_AR
) libpithcc.a
$(libpithcc_a_OBJECTS
) $(libpithcc_a_LIBADD
)
415 $(AM_V_at
)$(RANLIB
) libpithcc.a
423 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/filesys.Po@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/utf8.Po@am__quote@
427 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
428 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
$<
434 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
435 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
441 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
442 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(LTCOMPILE
) -c
-o
$@
$<
453 ID
: $(am__tagged_files
)
454 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
458 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
461 $(am__define_uniq_tagged_files
); \
463 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
464 test -n
"$$unique" || unique
=$$empty_fix; \
465 if
test $$# -gt 0; then \
466 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
469 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
476 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
477 $(am__define_uniq_tagged_files
); \
478 test -z
"$(CTAGS_ARGS)$$unique" \
479 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
483 here
=`$(am__cd) $(top_builddir) && pwd` \
484 && $(am__cd
) $(top_srcdir
) \
485 && gtags
-i
$(GTAGS_ARGS
) "$$here"
486 cscopelist
: cscopelist-am
488 cscopelist-am
: $(am__tagged_files
)
489 list
='$(am__tagged_files)'; \
490 case
"$(srcdir)" in \
491 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
492 *) sdir
=$(subdir
)/$(srcdir) ;; \
494 for i in
$$list; do \
495 if
test -f
"$$i"; then \
496 echo
"$(subdir)/$$i"; \
500 done
>> $(top_builddir
)/cscope.files
503 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
505 distdir
: $(DISTFILES
)
506 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508 list
='$(DISTFILES)'; \
509 dist_files
=`for file in $$list; do echo $$file; done | \
510 sed -e "s|^$$srcdirstrip/||;t" \
511 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512 case
$$dist_files in \
513 */*) $(MKDIR_P
) `echo "$$dist_files" | \
514 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
517 for file in
$$dist_files; do \
518 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
519 if
test -d
$$d/$$file; then \
520 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521 if
test -d
"$(distdir)/$$file"; then \
522 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
524 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
525 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
526 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
528 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
530 test -f
"$(distdir)/$$file" \
531 || cp
-p
$$d/$$file "$(distdir)/$$file" \
537 all-am
: Makefile
$(LIBRARIES
)
540 install-exec
: install-exec-am
541 install-data
: install-data-am
542 uninstall: uninstall-am
545 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
547 installcheck: installcheck-am
549 if
test -z
'$(STRIP)'; then \
550 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
551 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
554 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
555 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
556 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
563 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
564 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
566 maintainer-clean-generic
:
567 @echo
"This command is intended for maintainers to use"
568 @echo
"it deletes files that may require special tools to rebuild."
571 clean-am
: clean-generic clean-libtool clean-noinstLIBRARIES \
574 distclean: distclean-am
577 distclean-am
: clean-am distclean-compile distclean-generic \
594 install-dvi
: install-dvi-am
600 install-html
: install-html-am
604 install-info
: install-info-am
610 install-pdf
: install-pdf-am
614 install-ps
: install-ps-am
620 maintainer-clean
: maintainer-clean-am
623 maintainer-clean-am
: distclean-am maintainer-clean-generic
625 mostlyclean: mostlyclean-am
627 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
640 .MAKE
: install-am install-strip
642 .PHONY
: CTAGS GTAGS TAGS
all all-am
check check-am
clean clean-generic \
643 clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
644 ctags-am
distclean distclean-compile distclean-generic \
645 distclean-libtool distclean-tags distdir
dvi dvi-am html \
646 html-am
info info-am
install install-am install-data \
647 install-data-am install-dvi install-dvi-am install-exec \
648 install-exec-am install-html install-html-am install-info \
649 install-info-am install-man install-pdf install-pdf-am \
650 install-ps install-ps-am install-strip
installcheck \
651 installcheck-am
installdirs maintainer-clean \
652 maintainer-clean-generic
mostlyclean mostlyclean-compile \
653 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
654 tags tags-am
uninstall uninstall-am
659 # Tell versions [3.59,3.63) of GNU make to not export all variables.
660 # Otherwise a system limit (for SysV at least) may be exceeded.