Blob


1 SUBDIR = got-notify-email got-notify-http
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
39 case $$MAKEFLAGS in \
40 *\\[\ \ ]*) \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
44 esac; \
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
71 pkgdatadir = $(datadir)/got-portable
72 pkgincludedir = $(includedir)/got-portable
73 pkglibdir = $(libdir)/got-portable
74 pkglibexecdir = $(libexecdir)/got-portable
75 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76 install_sh_DATA = $(install_sh) -c -m 644
77 install_sh_PROGRAM = $(install_sh) -c
78 install_sh_SCRIPT = $(install_sh) -c
79 INSTALL_HEADER = $(INSTALL_DATA)
80 transform = $(program_transform_name)
81 NORMAL_INSTALL = :
82 PRE_INSTALL = :
83 POST_INSTALL = :
84 NORMAL_UNINSTALL = :
85 PRE_UNINSTALL = :
86 POST_UNINSTALL = :
87 build_triplet = x86_64-pc-linux-gnu
88 host_triplet = x86_64-pc-linux-gnu
89 subdir = gotd/libexec
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95 mkinstalldirs = $(install_sh) -d
96 CONFIG_HEADER = $(top_builddir)/include/got_compat.h
97 CONFIG_CLEAN_FILES =
98 CONFIG_CLEAN_VPATH_FILES =
99 AM_V_P = $(am__v_P_$(V))
100 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
101 am__v_P_0 = false
102 am__v_P_1 = :
103 AM_V_GEN = $(am__v_GEN_$(V))
104 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
105 am__v_GEN_0 = @echo " GEN " $@;
106 am__v_GEN_1 =
107 AM_V_at = $(am__v_at_$(V))
108 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
109 am__v_at_0 = @
110 am__v_at_1 =
111 SOURCES =
112 DIST_SOURCES =
113 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
114 ctags-recursive dvi-recursive html-recursive info-recursive \
115 install-data-recursive install-dvi-recursive \
116 install-exec-recursive install-html-recursive \
117 install-info-recursive install-pdf-recursive \
118 install-ps-recursive install-recursive installcheck-recursive \
119 installdirs-recursive pdf-recursive ps-recursive \
120 tags-recursive uninstall-recursive
121 am__can_run_installinfo = \
122 case $$AM_UPDATE_INFO_DIR in \
123 n|no|NO) false;; \
124 *) (install-info --version) >/dev/null 2>&1;; \
125 esac
126 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
127 distclean-recursive maintainer-clean-recursive
128 am__recursive_targets = \
129 $(RECURSIVE_TARGETS) \
130 $(RECURSIVE_CLEAN_TARGETS) \
131 $(am__extra_recursive_targets)
132 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
133 distdir distdir-am
134 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
135 # Read a list of newline-separated strings from the standard input,
136 # and print each of them once, without duplicates. Input order is
137 # *not* preserved.
138 am__uniquify_input = $(AWK) '\
139 BEGIN { nonempty = 0; } \
140 { items[$$0] = 1; nonempty = 1; } \
141 END { if (nonempty) { for (i in items) print i; }; } \
143 # Make sure the list of sources is unique. This is necessary because,
144 # e.g., the same source file might be shared among _SOURCES variables
145 # for different programs/libraries.
146 am__define_uniq_tagged_files = \
147 list='$(am__tagged_files)'; \
148 unique=`for i in $$list; do \
149 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
150 done | $(am__uniquify_input)`
151 DIST_SUBDIRS = $(SUBDIRS)
152 am__DIST_COMMON = $(srcdir)/Makefile.in
153 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
154 am__relativize = \
155 dir0=`pwd`; \
156 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
157 sed_rest='s,^[^/]*/*,,'; \
158 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
159 sed_butlast='s,/*[^/]*$$,,'; \
160 while test -n "$$dir1"; do \
161 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
162 if test "$$first" != "."; then \
163 if test "$$first" = ".."; then \
164 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
165 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
166 else \
167 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
168 if test "$$first2" = "$$first"; then \
169 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
170 else \
171 dir2="../$$dir2"; \
172 fi; \
173 dir0="$$dir0"/"$$first"; \
174 fi; \
175 fi; \
176 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
177 done; \
178 reldir="$$dir2"
179 ACLOCAL = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' aclocal-1.16
180 AMTAR = $${TAR-tar}
181 AM_CFLAGS =
182 AM_CPPFLAGS =
183 AM_DEFAULT_VERBOSITY = 1
184 AM_LDFLAGS =
185 AR = ar
186 AUTOCONF = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' autoconf
187 AUTOHEADER = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' autoheader
188 AUTOMAKE = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' automake-1.16
189 AWK = gawk
190 CC = gcc
191 CCDEPMODE = depmode=gcc3
192 CFLAGS = -g -O2
193 CPP = gcc -E
194 CPPFLAGS =
195 CSCOPE = cscope
196 CTAGS = ctags
197 CYGPATH_W = echo
198 DEFS = -DHAVE_CONFIG_H
199 DEPDIR = .deps
200 ECHO_C =
201 ECHO_N = -n
202 ECHO_T =
203 ETAGS = etags
204 EXEEXT =
205 GITWRAPPER_LIBEXEC_PATHC =
206 GOTD_EMPTY_PATHC =
207 GOT_RELEASE =
208 INSTALL = /usr/bin/install -c
209 INSTALL_DATA = ${INSTALL} -m 644
210 INSTALL_PROGRAM = ${INSTALL}
211 INSTALL_SCRIPT = ${INSTALL}
212 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
213 LDFLAGS =
214 LIBBSD_CFLAGS = -isystem /usr/include/bsd -DLIBBSD_OVERLAY
215 LIBBSD_LIBS = -lbsd
216 LIBEVENT_CFLAGS =
217 LIBEVENT_CORE_CFLAGS =
218 LIBEVENT_CORE_LIBS = -levent_core
219 LIBEVENT_LIBS =
220 LIBMD_CFLAGS =
221 LIBMD_LIBS = -lmd
222 LIBNCURSES_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
223 LIBNCURSES_LIBS = -lncursesw
224 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
225 LIBPANELW_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
226 LIBPANELW_LIBS = -lpanelw
227 LIBS =
228 LIBUUID_CFLAGS = -I/usr/include/uuid
229 LIBUUID_LIBS = -luuid
230 LN_S = ln -s
231 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
232 MAKEINFO = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' makeinfo
233 MKDIR_P = /usr/bin/mkdir -p
234 OBJEXT = o
235 PACKAGE = got-portable
236 PACKAGE_BUGREPORT = thomas@xteddy.org
237 PACKAGE_NAME = got-portable
238 PACKAGE_STRING = got-portable 0.97
239 PACKAGE_TARNAME = got-portable
240 PACKAGE_URL =
241 PACKAGE_VERSION = 0.97
242 PATH_SEPARATOR = :
243 PKG_CONFIG = /usr/bin/pkg-config
244 PKG_CONFIG_LIBDIR =
245 PKG_CONFIG_PATH =
246 PLATFORM = linux
247 RANLIB = ranlib
248 SET_MAKE =
249 SHELL = /bin/sh
250 STRIP =
251 VERSION = 0.97
252 YACC = bison -y
253 YFLAGS =
254 ZLIB_CFLAGS =
255 ZLIB_LIBS = -lz
256 abs_builddir = /home/n6tadam/p/got/got-portable/gotd/libexec
257 abs_srcdir = /home/n6tadam/p/got/got-portable/gotd/libexec
258 abs_top_builddir = /home/n6tadam/p/got/got-portable
259 abs_top_srcdir = /home/n6tadam/p/got/got-portable
260 ac_ct_AR = ar
261 ac_ct_CC = gcc
262 am__include = include
263 am__leading_dot = .
264 am__quote =
265 am__tar = $${TAR-tar} chof - "$$tardir"
266 am__untar = $${TAR-tar} xf -
267 bindir = ${exec_prefix}/bin
268 build = x86_64-pc-linux-gnu
269 build_alias =
270 build_cpu = x86_64
271 build_os = linux-gnu
272 build_vendor = pc
273 builddir = .
274 datadir = ${datarootdir}
275 datarootdir = ${prefix}/share
276 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
277 dvidir = ${docdir}
278 exec_prefix = ${prefix}
279 host = x86_64-pc-linux-gnu
280 host_alias =
281 host_cpu = x86_64
282 host_os = linux-gnu
283 host_vendor = pc
284 htmldir = ${docdir}
285 includedir = ${prefix}/include
286 infodir = ${datarootdir}/info
287 install_sh = ${SHELL} /home/n6tadam/p/got/got-portable/etc/install-sh
288 libbsd_CFLAGS = -isystem /usr/include/bsd -DLIBBSD_OVERLAY
289 libbsd_LIBS = -lbsd
290 libdir = ${exec_prefix}/lib
291 libevent_CFLAGS =
292 libevent_LIBS = -levent_core
293 libexecdir = ${exec_prefix}/libexec
294 libmd_CFLAGS =
295 libmd_LIBS = -lmd
296 libncurses_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
297 libncurses_LIBS = -lncursesw -lpanelw
298 libresolv_LIBS = -lresolv
299 libutil_LIBS =
300 libuuid_CFLAGS = -I/usr/include/uuid
301 libuuid_LIBS = -luuid
302 localedir = ${datarootdir}/locale
303 localstatedir = ${prefix}/var
304 mandir = ${datarootdir}/man
305 mkdir_p = $(MKDIR_P)
306 oldincludedir = /usr/include
307 pdfdir = ${docdir}
308 prefix = /usr/local
309 program_transform_name = s,x,x,
310 psdir = ${docdir}
311 runstatedir = ${localstatedir}/run
312 sbindir = ${exec_prefix}/sbin
313 sharedstatedir = ${prefix}/com
314 srcdir = .
315 subdirs = template
316 sysconfdir = ${prefix}/etc
317 target_alias =
318 top_build_prefix = ../../
319 top_builddir = ../..
320 top_srcdir = ../..
321 zlib_CFLAGS =
322 zlib_LIBS = -lz
323 SUBDIRS = got-notify-email
324 all: all-recursive
326 .SUFFIXES:
327 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
328 @for dep in $?; do \
329 case '$(am__configure_deps)' in \
330 *$$dep*) \
331 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
332 && { if test -f $@; then exit 0; else break; fi; }; \
333 exit 1;; \
334 esac; \
335 done; \
336 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gotd/libexec/Makefile'; \
337 $(am__cd) $(top_srcdir) && \
338 $(AUTOMAKE) --foreign gotd/libexec/Makefile
339 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340 @case '$?' in \
341 *config.status*) \
342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343 *) \
344 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
345 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
346 esac;
348 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(top_srcdir)/configure: $(am__configure_deps)
352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(am__aclocal_m4_deps):
357 # This directory's subdirectories are mostly independent; you can cd
358 # into them and run 'make' without going through this Makefile.
359 # To change the values of 'make' variables: instead of editing Makefiles,
360 # (1) if the variable is set in 'config.status', edit 'config.status'
361 # (which will cause the Makefiles to be regenerated when you run 'make');
362 # (2) otherwise, pass the desired values on the 'make' command line.
363 $(am__recursive_targets):
364 @fail=; \
365 if $(am__make_keepgoing); then \
366 failcom='fail=yes'; \
367 else \
368 failcom='exit 1'; \
369 fi; \
370 dot_seen=no; \
371 target=`echo $@ | sed s/-recursive//`; \
372 case "$@" in \
373 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
374 *) list='$(SUBDIRS)' ;; \
375 esac; \
376 for subdir in $$list; do \
377 echo "Making $$target in $$subdir"; \
378 if test "$$subdir" = "."; then \
379 dot_seen=yes; \
380 local_target="$$target-am"; \
381 else \
382 local_target="$$target"; \
383 fi; \
384 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
385 || eval $$failcom; \
386 done; \
387 if test "$$dot_seen" = "no"; then \
388 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
389 fi; test -z "$$fail"
391 ID: $(am__tagged_files)
392 $(am__define_uniq_tagged_files); mkid -fID $$unique
393 tags: tags-recursive
394 TAGS: tags
396 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
397 set x; \
398 here=`pwd`; \
399 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
400 include_option=--etags-include; \
401 empty_fix=.; \
402 else \
403 include_option=--include; \
404 empty_fix=; \
405 fi; \
406 list='$(SUBDIRS)'; for subdir in $$list; do \
407 if test "$$subdir" = .; then :; else \
408 test ! -f $$subdir/TAGS || \
409 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
410 fi; \
411 done; \
412 $(am__define_uniq_tagged_files); \
413 shift; \
414 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
415 test -n "$$unique" || unique=$$empty_fix; \
416 if test $$# -gt 0; then \
417 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418 "$$@" $$unique; \
419 else \
420 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421 $$unique; \
422 fi; \
423 fi
424 ctags: ctags-recursive
426 CTAGS: ctags
427 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
428 $(am__define_uniq_tagged_files); \
429 test -z "$(CTAGS_ARGS)$$unique" \
430 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431 $$unique
433 GTAGS:
434 here=`$(am__cd) $(top_builddir) && pwd` \
435 && $(am__cd) $(top_srcdir) \
436 && gtags -i $(GTAGS_ARGS) "$$here"
437 cscopelist: cscopelist-recursive
439 cscopelist-am: $(am__tagged_files)
440 list='$(am__tagged_files)'; \
441 case "$(srcdir)" in \
442 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
443 *) sdir=$(subdir)/$(srcdir) ;; \
444 esac; \
445 for i in $$list; do \
446 if test -f "$$i"; then \
447 echo "$(subdir)/$$i"; \
448 else \
449 echo "$$sdir/$$i"; \
450 fi; \
451 done >> $(top_builddir)/cscope.files
453 distclean-tags:
454 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455 distdir: $(BUILT_SOURCES)
456 $(MAKE) $(AM_MAKEFLAGS) distdir-am
458 distdir-am: $(DISTFILES)
459 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461 list='$(DISTFILES)'; \
462 dist_files=`for file in $$list; do echo $$file; done | \
463 sed -e "s|^$$srcdirstrip/||;t" \
464 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465 case $$dist_files in \
466 */*) $(MKDIR_P) `echo "$$dist_files" | \
467 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468 sort -u` ;; \
469 esac; \
470 for file in $$dist_files; do \
471 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472 if test -d $$d/$$file; then \
473 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474 if test -d "$(distdir)/$$file"; then \
475 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476 fi; \
477 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480 fi; \
481 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
482 else \
483 test -f "$(distdir)/$$file" \
484 || cp -p $$d/$$file "$(distdir)/$$file" \
485 || exit 1; \
486 fi; \
487 done
488 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
489 if test "$$subdir" = .; then :; else \
490 $(am__make_dryrun) \
491 || test -d "$(distdir)/$$subdir" \
492 || $(MKDIR_P) "$(distdir)/$$subdir" \
493 || exit 1; \
494 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
495 $(am__relativize); \
496 new_distdir=$$reldir; \
497 dir1=$$subdir; dir2="$(top_distdir)"; \
498 $(am__relativize); \
499 new_top_distdir=$$reldir; \
500 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
501 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
502 ($(am__cd) $$subdir && \
503 $(MAKE) $(AM_MAKEFLAGS) \
504 top_distdir="$$new_top_distdir" \
505 distdir="$$new_distdir" \
506 am__remove_distdir=: \
507 am__skip_length_check=: \
508 am__skip_mode_fix=: \
509 distdir) \
510 || exit 1; \
511 fi; \
512 done
513 check-am: all-am
514 check: check-recursive
515 all-am: Makefile
516 installdirs: installdirs-recursive
517 installdirs-am:
518 install: install-recursive
519 install-exec: install-exec-recursive
520 install-data: install-data-recursive
521 uninstall: uninstall-recursive
523 install-am: all-am
524 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
526 installcheck: installcheck-recursive
527 install-strip:
528 if test -z '$(STRIP)'; then \
529 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531 install; \
532 else \
533 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
536 fi
537 mostlyclean-generic:
539 clean-generic:
541 distclean-generic:
542 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
543 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
545 maintainer-clean-generic:
546 @echo "This command is intended for maintainers to use"
547 @echo "it deletes files that may require special tools to rebuild."
548 clean: clean-recursive
550 clean-am: clean-generic mostlyclean-am
552 distclean: distclean-recursive
553 -rm -f Makefile
554 distclean-am: clean-am distclean-generic distclean-tags
556 dvi: dvi-recursive
558 dvi-am:
560 html: html-recursive
562 html-am:
564 info: info-recursive
566 info-am:
568 install-data-am:
570 install-dvi: install-dvi-recursive
572 install-dvi-am:
574 install-exec-am:
576 install-html: install-html-recursive
578 install-html-am:
580 install-info: install-info-recursive
582 install-info-am:
584 install-man:
586 install-pdf: install-pdf-recursive
588 install-pdf-am:
590 install-ps: install-ps-recursive
592 install-ps-am:
594 installcheck-am:
596 maintainer-clean: maintainer-clean-recursive
597 -rm -f Makefile
598 maintainer-clean-am: distclean-am maintainer-clean-generic
600 mostlyclean: mostlyclean-recursive
602 mostlyclean-am: mostlyclean-generic
604 pdf: pdf-recursive
606 pdf-am:
608 ps: ps-recursive
610 ps-am:
612 uninstall-am:
614 .MAKE: $(am__recursive_targets) install-am install-strip
616 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
617 check-am clean clean-generic cscopelist-am ctags ctags-am \
618 distclean distclean-generic distclean-tags distdir dvi dvi-am \
619 html html-am info info-am install install-am install-data \
620 install-data-am install-dvi install-dvi-am install-exec \
621 install-exec-am install-html install-html-am install-info \
622 install-info-am install-man install-pdf install-pdf-am \
623 install-ps install-ps-am install-strip installcheck \
624 installcheck-am installdirs installdirs-am maintainer-clean \
625 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
626 pdf-am ps ps-am tags tags-am uninstall uninstall-am
628 .PRECIOUS: Makefile
631 # Tell versions [3.59,3.63) of GNU make to not export all variables.
632 # Otherwise a system limit (for SysV at least) may be exceeded.
633 .NOEXPORT: