Blob


1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # gotd/libexec/Makefile. Generated from Makefile.in by configure.
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
13 # PARTICULAR PURPOSE.
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)/got-portable
73 pkgincludedir = $(includedir)/got-portable
74 pkglibdir = $(libdir)/got-portable
75 pkglibexecdir = $(libexecdir)/got-portable
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 subdir = gotd/libexec
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 $(ACLOCAL_M4)
95 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/include/got_compat.h
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 AM_V_P = $(am__v_P_$(V))
101 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
102 am__v_P_0 = false
103 am__v_P_1 = :
104 AM_V_GEN = $(am__v_GEN_$(V))
105 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
106 am__v_GEN_0 = @echo " GEN " $@;
107 am__v_GEN_1 =
108 AM_V_at = $(am__v_at_$(V))
109 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
110 am__v_at_0 = @
111 am__v_at_1 =
112 SOURCES =
113 DIST_SOURCES =
114 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115 ctags-recursive dvi-recursive html-recursive info-recursive \
116 install-data-recursive install-dvi-recursive \
117 install-exec-recursive install-html-recursive \
118 install-info-recursive install-pdf-recursive \
119 install-ps-recursive install-recursive installcheck-recursive \
120 installdirs-recursive pdf-recursive ps-recursive \
121 tags-recursive uninstall-recursive
122 am__can_run_installinfo = \
123 case $$AM_UPDATE_INFO_DIR in \
124 n|no|NO) false;; \
125 *) (install-info --version) >/dev/null 2>&1;; \
126 esac
127 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
128 distclean-recursive maintainer-clean-recursive
129 am__recursive_targets = \
130 $(RECURSIVE_TARGETS) \
131 $(RECURSIVE_CLEAN_TARGETS) \
132 $(am__extra_recursive_targets)
133 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
134 distdir distdir-am
135 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
136 # Read a list of newline-separated strings from the standard input,
137 # and print each of them once, without duplicates. Input order is
138 # *not* preserved.
139 am__uniquify_input = $(AWK) '\
140 BEGIN { nonempty = 0; } \
141 { items[$$0] = 1; nonempty = 1; } \
142 END { if (nonempty) { for (i in items) print i; }; } \
144 # Make sure the list of sources is unique. This is necessary because,
145 # e.g., the same source file might be shared among _SOURCES variables
146 # for different programs/libraries.
147 am__define_uniq_tagged_files = \
148 list='$(am__tagged_files)'; \
149 unique=`for i in $$list; do \
150 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
151 done | $(am__uniquify_input)`
152 DIST_SUBDIRS = $(SUBDIRS)
153 am__DIST_COMMON = $(srcdir)/Makefile.in
154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155 am__relativize = \
156 dir0=`pwd`; \
157 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
158 sed_rest='s,^[^/]*/*,,'; \
159 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
160 sed_butlast='s,/*[^/]*$$,,'; \
161 while test -n "$$dir1"; do \
162 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
163 if test "$$first" != "."; then \
164 if test "$$first" = ".."; then \
165 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
166 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
167 else \
168 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
169 if test "$$first2" = "$$first"; then \
170 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
171 else \
172 dir2="../$$dir2"; \
173 fi; \
174 dir0="$$dir0"/"$$first"; \
175 fi; \
176 fi; \
177 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
178 done; \
179 reldir="$$dir2"
180 ACLOCAL = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' aclocal-1.16
181 AMTAR = $${TAR-tar}
182 AM_CFLAGS =
183 AM_CPPFLAGS =
184 AM_DEFAULT_VERBOSITY = 1
185 AM_LDFLAGS =
186 AR = ar
187 AUTOCONF = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' autoconf
188 AUTOHEADER = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' autoheader
189 AUTOMAKE = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' automake-1.16
190 AWK = gawk
191 CC = gcc
192 CCDEPMODE = depmode=gcc3
193 CFLAGS = -g -O2
194 CPP = gcc -E
195 CPPFLAGS =
196 CSCOPE = cscope
197 CTAGS = ctags
198 CYGPATH_W = echo
199 DEFS = -DHAVE_CONFIG_H
200 DEPDIR = .deps
201 ECHO_C =
202 ECHO_N = -n
203 ECHO_T =
204 ETAGS = etags
205 EXEEXT =
206 GITWRAPPER_LIBEXEC_PATHC =
207 GOTD_EMPTY_PATHC =
208 GOT_RELEASE =
209 INSTALL = /usr/bin/install -c
210 INSTALL_DATA = ${INSTALL} -m 644
211 INSTALL_PROGRAM = ${INSTALL}
212 INSTALL_SCRIPT = ${INSTALL}
213 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
214 LDFLAGS =
215 LIBBSD_CFLAGS = -isystem /usr/include/bsd -DLIBBSD_OVERLAY
216 LIBBSD_LIBS = -lbsd
217 LIBEVENT_CFLAGS =
218 LIBEVENT_CORE_CFLAGS =
219 LIBEVENT_CORE_LIBS = -levent_core
220 LIBEVENT_LIBS =
221 LIBMD_CFLAGS =
222 LIBMD_LIBS = -lmd
223 LIBNCURSES_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
224 LIBNCURSES_LIBS = -lncursesw
225 LIBOBJS = ${LIBOBJDIR}fmt_scaled$U.o ${LIBOBJDIR}freezero$U.o ${LIBOBJDIR}getdtablecount$U.o ${LIBOBJDIR}getprogname$U.o ${LIBOBJDIR}recallocarray$U.o ${LIBOBJDIR}strtonum$U.o ${LIBOBJDIR}getopt$U.o
226 LIBPANELW_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
227 LIBPANELW_LIBS = -lpanelw
228 LIBS =
229 LIBUUID_CFLAGS = -I/usr/include/uuid
230 LIBUUID_LIBS = -luuid
231 LN_S = ln -s
232 LTLIBOBJS = ${LIBOBJDIR}fmt_scaled$U.lo ${LIBOBJDIR}freezero$U.lo ${LIBOBJDIR}getdtablecount$U.lo ${LIBOBJDIR}getprogname$U.lo ${LIBOBJDIR}recallocarray$U.lo ${LIBOBJDIR}strtonum$U.lo ${LIBOBJDIR}getopt$U.lo
233 MAKEINFO = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' makeinfo
234 MKDIR_P = /usr/bin/mkdir -p
235 OBJEXT = o
236 PACKAGE = got-portable
237 PACKAGE_BUGREPORT = thomas@xteddy.org
238 PACKAGE_NAME = got-portable
239 PACKAGE_STRING = got-portable 0.97
240 PACKAGE_TARNAME = got-portable
241 PACKAGE_URL =
242 PACKAGE_VERSION = 0.97
243 PATH_SEPARATOR = :
244 PKG_CONFIG = /usr/bin/pkg-config
245 PKG_CONFIG_LIBDIR =
246 PKG_CONFIG_PATH =
247 PLATFORM = linux
248 RANLIB = ranlib
249 SET_MAKE =
250 SHELL = /bin/sh
251 STRIP =
252 VERSION = 0.97
253 YACC = bison -y
254 YFLAGS =
255 ZLIB_CFLAGS =
256 ZLIB_LIBS = -lz
257 abs_builddir = /home/n6tadam/p/got/got-portable/gotd/libexec
258 abs_srcdir = /home/n6tadam/p/got/got-portable/gotd/libexec
259 abs_top_builddir = /home/n6tadam/p/got/got-portable
260 abs_top_srcdir = /home/n6tadam/p/got/got-portable
261 ac_ct_AR = ar
262 ac_ct_CC = gcc
263 am__include = include
264 am__leading_dot = .
265 am__quote =
266 am__tar = $${TAR-tar} chof - "$$tardir"
267 am__untar = $${TAR-tar} xf -
268 bindir = ${exec_prefix}/bin
269 build = x86_64-pc-linux-gnu
270 build_alias =
271 build_cpu = x86_64
272 build_os = linux-gnu
273 build_vendor = pc
274 builddir = .
275 datadir = ${datarootdir}
276 datarootdir = ${prefix}/share
277 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
278 dvidir = ${docdir}
279 exec_prefix = ${prefix}
280 host = x86_64-pc-linux-gnu
281 host_alias =
282 host_cpu = x86_64
283 host_os = linux-gnu
284 host_vendor = pc
285 htmldir = ${docdir}
286 includedir = ${prefix}/include
287 infodir = ${datarootdir}/info
288 install_sh = ${SHELL} /home/n6tadam/p/got/got-portable/etc/install-sh
289 libbsd_CFLAGS = -isystem /usr/include/bsd -DLIBBSD_OVERLAY
290 libbsd_LIBS = -lbsd
291 libdir = ${exec_prefix}/lib
292 libevent_CFLAGS =
293 libevent_LIBS = -levent_core
294 libexecdir = ${exec_prefix}/libexec
295 libmd_CFLAGS =
296 libmd_LIBS = -lmd
297 libncurses_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
298 libncurses_LIBS = -lncursesw -lpanelw
299 libresolv_LIBS = -lresolv
300 libutil_LIBS =
301 libuuid_CFLAGS = -I/usr/include/uuid
302 libuuid_LIBS = -luuid
303 localedir = ${datarootdir}/locale
304 localstatedir = ${prefix}/var
305 mandir = ${datarootdir}/man
306 mkdir_p = $(MKDIR_P)
307 oldincludedir = /usr/include
308 pdfdir = ${docdir}
309 prefix = /usr/local
310 program_transform_name = s,x,x,
311 psdir = ${docdir}
312 runstatedir = ${localstatedir}/run
313 sbindir = ${exec_prefix}/sbin
314 sharedstatedir = ${prefix}/com
315 srcdir = .
316 subdirs = template
317 sysconfdir = ${prefix}/etc
318 target_alias =
319 top_build_prefix = ../../
320 top_builddir = ../..
321 top_srcdir = ../..
322 zlib_CFLAGS =
323 zlib_LIBS = -lz
324 SUBDIRS = got-notify-email
325 all: all-recursive
327 .SUFFIXES:
328 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
329 @for dep in $?; do \
330 case '$(am__configure_deps)' in \
331 *$$dep*) \
332 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
333 && { if test -f $@; then exit 0; else break; fi; }; \
334 exit 1;; \
335 esac; \
336 done; \
337 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gotd/libexec/Makefile'; \
338 $(am__cd) $(top_srcdir) && \
339 $(AUTOMAKE) --foreign gotd/libexec/Makefile
340 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341 @case '$?' in \
342 *config.status*) \
343 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
344 *) \
345 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
346 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
347 esac;
349 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352 $(top_srcdir)/configure: $(am__configure_deps)
353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356 $(am__aclocal_m4_deps):
358 # This directory's subdirectories are mostly independent; you can cd
359 # into them and run 'make' without going through this Makefile.
360 # To change the values of 'make' variables: instead of editing Makefiles,
361 # (1) if the variable is set in 'config.status', edit 'config.status'
362 # (which will cause the Makefiles to be regenerated when you run 'make');
363 # (2) otherwise, pass the desired values on the 'make' command line.
364 $(am__recursive_targets):
365 @fail=; \
366 if $(am__make_keepgoing); then \
367 failcom='fail=yes'; \
368 else \
369 failcom='exit 1'; \
370 fi; \
371 dot_seen=no; \
372 target=`echo $@ | sed s/-recursive//`; \
373 case "$@" in \
374 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
375 *) list='$(SUBDIRS)' ;; \
376 esac; \
377 for subdir in $$list; do \
378 echo "Making $$target in $$subdir"; \
379 if test "$$subdir" = "."; then \
380 dot_seen=yes; \
381 local_target="$$target-am"; \
382 else \
383 local_target="$$target"; \
384 fi; \
385 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
386 || eval $$failcom; \
387 done; \
388 if test "$$dot_seen" = "no"; then \
389 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
390 fi; test -z "$$fail"
392 ID: $(am__tagged_files)
393 $(am__define_uniq_tagged_files); mkid -fID $$unique
394 tags: tags-recursive
395 TAGS: tags
397 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
398 set x; \
399 here=`pwd`; \
400 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
401 include_option=--etags-include; \
402 empty_fix=.; \
403 else \
404 include_option=--include; \
405 empty_fix=; \
406 fi; \
407 list='$(SUBDIRS)'; for subdir in $$list; do \
408 if test "$$subdir" = .; then :; else \
409 test ! -f $$subdir/TAGS || \
410 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
411 fi; \
412 done; \
413 $(am__define_uniq_tagged_files); \
414 shift; \
415 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
416 test -n "$$unique" || unique=$$empty_fix; \
417 if test $$# -gt 0; then \
418 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419 "$$@" $$unique; \
420 else \
421 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422 $$unique; \
423 fi; \
424 fi
425 ctags: ctags-recursive
427 CTAGS: ctags
428 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
429 $(am__define_uniq_tagged_files); \
430 test -z "$(CTAGS_ARGS)$$unique" \
431 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
432 $$unique
434 GTAGS:
435 here=`$(am__cd) $(top_builddir) && pwd` \
436 && $(am__cd) $(top_srcdir) \
437 && gtags -i $(GTAGS_ARGS) "$$here"
438 cscopelist: cscopelist-recursive
440 cscopelist-am: $(am__tagged_files)
441 list='$(am__tagged_files)'; \
442 case "$(srcdir)" in \
443 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
444 *) sdir=$(subdir)/$(srcdir) ;; \
445 esac; \
446 for i in $$list; do \
447 if test -f "$$i"; then \
448 echo "$(subdir)/$$i"; \
449 else \
450 echo "$$sdir/$$i"; \
451 fi; \
452 done >> $(top_builddir)/cscope.files
454 distclean-tags:
455 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
456 distdir: $(BUILT_SOURCES)
457 $(MAKE) $(AM_MAKEFLAGS) distdir-am
459 distdir-am: $(DISTFILES)
460 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462 list='$(DISTFILES)'; \
463 dist_files=`for file in $$list; do echo $$file; done | \
464 sed -e "s|^$$srcdirstrip/||;t" \
465 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466 case $$dist_files in \
467 */*) $(MKDIR_P) `echo "$$dist_files" | \
468 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469 sort -u` ;; \
470 esac; \
471 for file in $$dist_files; do \
472 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473 if test -d $$d/$$file; then \
474 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475 if test -d "$(distdir)/$$file"; then \
476 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477 fi; \
478 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481 fi; \
482 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483 else \
484 test -f "$(distdir)/$$file" \
485 || cp -p $$d/$$file "$(distdir)/$$file" \
486 || exit 1; \
487 fi; \
488 done
489 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
490 if test "$$subdir" = .; then :; else \
491 $(am__make_dryrun) \
492 || test -d "$(distdir)/$$subdir" \
493 || $(MKDIR_P) "$(distdir)/$$subdir" \
494 || exit 1; \
495 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
496 $(am__relativize); \
497 new_distdir=$$reldir; \
498 dir1=$$subdir; dir2="$(top_distdir)"; \
499 $(am__relativize); \
500 new_top_distdir=$$reldir; \
501 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
502 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
503 ($(am__cd) $$subdir && \
504 $(MAKE) $(AM_MAKEFLAGS) \
505 top_distdir="$$new_top_distdir" \
506 distdir="$$new_distdir" \
507 am__remove_distdir=: \
508 am__skip_length_check=: \
509 am__skip_mode_fix=: \
510 distdir) \
511 || exit 1; \
512 fi; \
513 done
514 check-am: all-am
515 check: check-recursive
516 all-am: Makefile
517 installdirs: installdirs-recursive
518 installdirs-am:
519 install: install-recursive
520 install-exec: install-exec-recursive
521 install-data: install-data-recursive
522 uninstall: uninstall-recursive
524 install-am: all-am
525 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527 installcheck: installcheck-recursive
528 install-strip:
529 if test -z '$(STRIP)'; then \
530 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
531 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
532 install; \
533 else \
534 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
537 fi
538 mostlyclean-generic:
540 clean-generic:
542 distclean-generic:
543 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
544 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
546 maintainer-clean-generic:
547 @echo "This command is intended for maintainers to use"
548 @echo "it deletes files that may require special tools to rebuild."
549 clean: clean-recursive
551 clean-am: clean-generic mostlyclean-am
553 distclean: distclean-recursive
554 -rm -f Makefile
555 distclean-am: clean-am distclean-generic distclean-tags
557 dvi: dvi-recursive
559 dvi-am:
561 html: html-recursive
563 html-am:
565 info: info-recursive
567 info-am:
569 install-data-am:
571 install-dvi: install-dvi-recursive
573 install-dvi-am:
575 install-exec-am:
577 install-html: install-html-recursive
579 install-html-am:
581 install-info: install-info-recursive
583 install-info-am:
585 install-man:
587 install-pdf: install-pdf-recursive
589 install-pdf-am:
591 install-ps: install-ps-recursive
593 install-ps-am:
595 installcheck-am:
597 maintainer-clean: maintainer-clean-recursive
598 -rm -f Makefile
599 maintainer-clean-am: distclean-am maintainer-clean-generic
601 mostlyclean: mostlyclean-recursive
603 mostlyclean-am: mostlyclean-generic
605 pdf: pdf-recursive
607 pdf-am:
609 ps: ps-recursive
611 ps-am:
613 uninstall-am:
615 .MAKE: $(am__recursive_targets) install-am install-strip
617 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
618 check-am clean clean-generic cscopelist-am ctags ctags-am \
619 distclean distclean-generic distclean-tags distdir dvi dvi-am \
620 html html-am info info-am install install-am install-data \
621 install-data-am install-dvi install-dvi-am install-exec \
622 install-exec-am install-html install-html-am install-info \
623 install-info-am install-man install-pdf install-pdf-am \
624 install-ps install-ps-am install-strip installcheck \
625 installcheck-am installdirs installdirs-am maintainer-clean \
626 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
627 pdf-am ps ps-am tags tags-am uninstall uninstall-am
629 .PRECIOUS: Makefile
632 # Tell versions [3.59,3.63) of GNU make to not export all variables.
633 # Otherwise a system limit (for SysV at least) may be exceeded.
634 .NOEXPORT: