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-2020 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@
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
/nls.m4
$(top_srcdir
)/m4
/po.m4 \
112 $(top_srcdir
)/m4
/progtest.m4
$(top_srcdir
)/configure.ac
113 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
115 DIST_COMMON
= $(srcdir)/Makefile.am
$(am__DIST_COMMON
)
116 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
117 CONFIG_HEADER
= $(top_builddir
)/include/config.h
119 CONFIG_CLEAN_VPATH_FILES
=
120 LIBRARIES
= $(noinst_LIBRARIES
)
122 AM_V_AR
= $(am__v_AR_@AM_V@
)
123 am__v_AR_
= $(am__v_AR_@AM_DEFAULT_V@
)
124 am__v_AR_0
= @echo
" AR " $@
;
126 libpithosd_a_AR
= $(AR
) $(ARFLAGS
)
127 libpithosd_a_LIBADD
=
128 am_libpithosd_a_OBJECTS
= bldpath.
$(OBJEXT
) canaccess.
$(OBJEXT
) \
129 canonicl.
$(OBJEXT
) collate.
$(OBJEXT
) color.
$(OBJEXT
) \
130 coredump.
$(OBJEXT
) creatdir.
$(OBJEXT
) debugtime.
$(OBJEXT
) \
131 domnames.
$(OBJEXT
) err_desc.
$(OBJEXT
) fgetpos.
$(OBJEXT
) \
132 filesize.
$(OBJEXT
) fnexpand.
$(OBJEXT
) hostname.
$(OBJEXT
) \
133 lstcmpnt.
$(OBJEXT
) mimedisp.
$(OBJEXT
) pipe.
$(OBJEXT
) \
134 pw_stuff.
$(OBJEXT
) rename.
$(OBJEXT
) tempfile.
$(OBJEXT
) \
135 temp_nam.
$(OBJEXT
) writ_dir.
$(OBJEXT
)
136 libpithosd_a_OBJECTS
= $(am_libpithosd_a_OBJECTS
)
137 AM_V_P
= $(am__v_P_@AM_V@
)
138 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
141 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
142 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
143 am__v_GEN_0
= @echo
" GEN " $@
;
145 AM_V_at
= $(am__v_at_@AM_V@
)
146 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
150 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
151 am__depfiles_maybe
= depfiles
153 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
154 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
155 AM_V_lt
= $(am__v_lt_@AM_V@
)
156 am__v_lt_
= $(am__v_lt_@AM_DEFAULT_V@
)
157 am__v_lt_0
= --silent
159 LTCOMPILE
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
160 $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) \
161 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
162 $(AM_CFLAGS
) $(CFLAGS
)
163 AM_V_CC
= $(am__v_CC_@AM_V@
)
164 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
165 am__v_CC_0
= @echo
" CC " $@
;
168 LINK
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
169 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
170 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
171 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
172 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
173 am__v_CCLD_0
= @echo
" CCLD " $@
;
175 SOURCES
= $(libpithosd_a_SOURCES
)
176 DIST_SOURCES
= $(libpithosd_a_SOURCES
)
177 am__can_run_installinfo
= \
178 case
$$AM_UPDATE_INFO_DIR in \
180 *) (install-info
--version
) >/dev
/null
2>&1;; \
182 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
183 # Read a list of newline-separated strings from the standard input,
184 # and print each of them once, without duplicates. Input order is
186 am__uniquify_input
= $(AWK
) '\
187 BEGIN { nonempty = 0; } \
188 { items[$$0] = 1; nonempty = 1; } \
189 END { if (nonempty) { for (i in items) print i; }; } \
191 # Make sure the list of sources is unique. This is necessary because,
192 # e.g., the same source file might be shared among _SOURCES variables
193 # for different programs/libraries.
194 am__define_uniq_tagged_files
= \
195 list
='$(am__tagged_files)'; \
196 unique
=`for i in $$list; do \
197 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198 done | $(am__uniquify_input)`
201 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(top_srcdir
)/depcomp \
202 $(top_srcdir
)/mkinstalldirs
203 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
205 ALPINE_DATESTAMP
= @ALPINE_DATESTAMP@
206 ALPINE_HOSTSTAMP
= @ALPINE_HOSTSTAMP@
208 AM_CFLAGS
= @AM_CFLAGS@
209 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
210 AM_LDFLAGS
= @AM_LDFLAGS@
212 AUTOCONF
= @AUTOCONF@
213 AUTOHEADER
= @AUTOHEADER@
214 AUTOMAKE
= @AUTOMAKE@
217 CCDEPMODE
= @CCDEPMODE@
221 CPPFLAGS
= @CPPFLAGS@
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 LIBICONV
= @LIBICONV@
260 LIBTOOL_DEPS
= @LIBTOOL_DEPS@
265 LTLIBICONV
= @LTLIBICONV@
266 LTLIBINTL
= @LTLIBINTL@
267 LTLIBOBJS
= @LTLIBOBJS@
268 LT_SYS_LIBRARY_PATH
= @LT_SYS_LIBRARY_PATH@
271 MAKEINFO
= @MAKEINFO@
272 MANIFEST_TOOL
= @MANIFEST_TOOL@
275 MSGFMT_015
= @MSGFMT_015@
276 MSGMERGE
= @MSGMERGE@
279 NPA_PROG
= @NPA_PROG@
285 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
286 PACKAGE_NAME
= @PACKAGE_NAME@
287 PACKAGE_STRING
= @PACKAGE_STRING@
288 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
289 PACKAGE_URL
= @PACKAGE_URL@
290 PACKAGE_VERSION
= @PACKAGE_VERSION@
291 PATH_SEPARATOR
= @PATH_SEPARATOR@
293 PTHREAD_CC
= @PTHREAD_CC@
294 PTHREAD_CFLAGS
= @PTHREAD_CFLAGS@
295 PTHREAD_LIBS
= @PTHREAD_LIBS@
298 REGEX_BUILD
= @REGEX_BUILD@
301 SENDMAIL
= @SENDMAIL@
302 SET_MAKE
= @SET_MAKE@
304 SPELLPROG
= @SPELLPROG@
308 WEB_BINDIR
= @WEB_BINDIR@
309 WEB_BUILD
= @WEB_BUILD@
310 WEB_PUBCOOKIE_BUILD
= @WEB_PUBCOOKIE_BUILD@
311 WEB_PUBCOOKIE_LIB
= @WEB_PUBCOOKIE_LIB@
312 WEB_PUBCOOKIE_LINK
= @WEB_PUBCOOKIE_LINK@
313 XGETTEXT
= @XGETTEXT@
314 XGETTEXT_015
= @XGETTEXT_015@
315 abs_builddir
= @abs_builddir@
316 abs_srcdir
= @abs_srcdir@
317 abs_top_builddir
= @abs_top_builddir@
318 abs_top_srcdir
= @abs_top_srcdir@
319 ac_ct_AR
= @ac_ct_AR@
320 ac_ct_CC
= @ac_ct_CC@
321 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
322 acx_pthread_config
= @acx_pthread_config@
323 alpine_interactive_spellcheck
= @alpine_interactive_spellcheck@
324 alpine_simple_spellcheck
= @alpine_simple_spellcheck@
325 am__include
= @am__include@
326 am__leading_dot
= @am__leading_dot@
327 am__quote
= @am__quote@
329 am__untar
= @am__untar@
332 build_alias
= @build_alias@
333 build_cpu
= @build_cpu@
334 build_os
= @build_os@
335 build_vendor
= @build_vendor@
336 builddir
= @builddir@
338 datarootdir
= @datarootdir@
341 exec_prefix = @
exec_prefix@
343 host_alias
= @host_alias@
344 host_cpu
= @host_cpu@
346 host_vendor
= @host_vendor@
348 includedir = @
includedir@
350 install_sh
= @install_sh@
352 libexecdir
= @libexecdir@
353 localedir
= @localedir@
354 localstatedir
= @localstatedir@
357 oldincludedir = @
oldincludedir@
360 program_transform_name
= @program_transform_name@
363 sharedstatedir
= @sharedstatedir@
365 sysconfdir
= @sysconfdir@
366 target_alias
= @target_alias@
367 top_build_prefix
= @top_build_prefix@
368 top_builddir
= @top_builddir@
369 top_srcdir
= @top_srcdir@
370 noinst_LIBRARIES
= libpithosd.a
371 libpithosd_a_SOURCES
= bldpath.c canaccess.c canonicl.c collate.c color.c coredump.c \
372 creatdir.c debugtime.c domnames.c err_desc.c fgetpos.c filesize.c \
373 fnexpand.c hostname.c lstcmpnt.c mimedisp.c pipe.c pw_stuff.c \
374 rename.c tempfile.c temp_nam.c writ_dir.c
376 AM_CPPFLAGS
= -I@top_builddir@
/include -I@top_srcdir@
/include
380 .SUFFIXES
: .c .lo .o .obj
381 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
383 case
'$(am__configure_deps)' in \
385 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
386 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
390 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign pith/osdep/Makefile'; \
391 $(am__cd
) $(top_srcdir
) && \
392 $(AUTOMAKE
) --foreign pith
/osdep
/Makefile
393 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
396 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
398 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
399 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
402 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
403 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
405 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
406 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
407 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
408 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
409 $(am__aclocal_m4_deps
):
411 clean-noinstLIBRARIES
:
412 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
414 libpithosd.a
: $(libpithosd_a_OBJECTS
) $(libpithosd_a_DEPENDENCIES
) $(EXTRA_libpithosd_a_DEPENDENCIES
)
415 $(AM_V_at
)-rm -f libpithosd.a
416 $(AM_V_AR
)$(libpithosd_a_AR
) libpithosd.a
$(libpithosd_a_OBJECTS
) $(libpithosd_a_LIBADD
)
417 $(AM_V_at
)$(RANLIB
) libpithosd.a
425 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/bldpath.Po@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/canaccess.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/canonicl.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/collate.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/color.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/coredump.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/creatdir.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/debugtime.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/domnames.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/err_desc.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/fgetpos.Po@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/filesize.Po@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/fnexpand.Po@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/hostname.Po@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lstcmpnt.Po@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mimedisp.Po@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/pipe.Po@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/pw_stuff.Po@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/rename.Po@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/temp_nam.Po@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/tempfile.Po@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/writ_dir.Po@am__quote@
449 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
450 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
453 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
$<
456 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
457 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
460 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
463 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
464 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
465 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
467 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(LTCOMPILE
) -c
-o
$@
$<
475 ID
: $(am__tagged_files
)
476 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
480 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
483 $(am__define_uniq_tagged_files
); \
485 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
486 test -n
"$$unique" || unique
=$$empty_fix; \
487 if
test $$# -gt 0; then \
488 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
491 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
498 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
499 $(am__define_uniq_tagged_files
); \
500 test -z
"$(CTAGS_ARGS)$$unique" \
501 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
505 here
=`$(am__cd) $(top_builddir) && pwd` \
506 && $(am__cd
) $(top_srcdir
) \
507 && gtags
-i
$(GTAGS_ARGS
) "$$here"
508 cscopelist
: cscopelist-am
510 cscopelist-am
: $(am__tagged_files
)
511 list
='$(am__tagged_files)'; \
512 case
"$(srcdir)" in \
513 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
514 *) sdir
=$(subdir
)/$(srcdir) ;; \
516 for i in
$$list; do \
517 if
test -f
"$$i"; then \
518 echo
"$(subdir)/$$i"; \
522 done
>> $(top_builddir
)/cscope.files
525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
527 distdir
: $(DISTFILES
)
528 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530 list
='$(DISTFILES)'; \
531 dist_files
=`for file in $$list; do echo $$file; done | \
532 sed -e "s|^$$srcdirstrip/||;t" \
533 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
534 case
$$dist_files in \
535 */*) $(MKDIR_P
) `echo "$$dist_files" | \
536 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539 for file in
$$dist_files; do \
540 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
541 if
test -d
$$d/$$file; then \
542 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
543 if
test -d
"$(distdir)/$$file"; then \
544 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
546 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
547 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
548 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
550 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
552 test -f
"$(distdir)/$$file" \
553 || cp
-p
$$d/$$file "$(distdir)/$$file" \
559 all-am
: Makefile
$(LIBRARIES
)
562 install-exec
: install-exec-am
563 install-data
: install-data-am
564 uninstall: uninstall-am
567 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
569 installcheck: installcheck-am
571 if
test -z
'$(STRIP)'; then \
572 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
573 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
576 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
577 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
578 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
585 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
586 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
588 maintainer-clean-generic
:
589 @echo
"This command is intended for maintainers to use"
590 @echo
"it deletes files that may require special tools to rebuild."
593 clean-am
: clean-generic clean-libtool clean-noinstLIBRARIES \
596 distclean: distclean-am
599 distclean-am
: clean-am distclean-compile distclean-generic \
616 install-dvi
: install-dvi-am
622 install-html
: install-html-am
626 install-info
: install-info-am
632 install-pdf
: install-pdf-am
636 install-ps
: install-ps-am
642 maintainer-clean
: maintainer-clean-am
645 maintainer-clean-am
: distclean-am maintainer-clean-generic
647 mostlyclean: mostlyclean-am
649 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
662 .MAKE
: install-am install-strip
664 .PHONY
: CTAGS GTAGS TAGS
all all-am
check check-am
clean clean-generic \
665 clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
666 ctags-am
distclean distclean-compile distclean-generic \
667 distclean-libtool distclean-tags distdir
dvi dvi-am html \
668 html-am
info info-am
install install-am install-data \
669 install-data-am install-dvi install-dvi-am install-exec \
670 install-exec-am install-html install-html-am install-info \
671 install-info-am install-man install-pdf install-pdf-am \
672 install-ps install-ps-am install-strip
installcheck \
673 installcheck-am
installdirs maintainer-clean \
674 maintainer-clean-generic
mostlyclean mostlyclean-compile \
675 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
676 tags tags-am
uninstall uninstall-am
681 # Tell versions [3.59,3.63) of GNU make to not export all variables.
682 # Otherwise a system limit (for SysV at least) may be exceeded.