transmission: update from 2.13 to 2.22
[tomato.git] / release / src / router / transmission / web / images / Makefile
blob5e6eea110a1afcf09500576c5f95e648b568ff25
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # web/images/Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
19 pkgdatadir = $(datadir)/transmission
20 pkgincludedir = $(includedir)/transmission
21 pkglibdir = $(libdir)/transmission
22 pkglibexecdir = $(libexecdir)/transmission
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = x86_64-pc-linux-gnu
36 host_triplet = mipsel-unknown-linux-gnu
37 subdir = web/images
38 DIST_COMMON = $(dist_data_DATA) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
42 $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
43 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
44 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
45 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
46 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_CLEAN_FILES =
51 CONFIG_CLEAN_VPATH_FILES =
52 AM_V_GEN = $(am__v_GEN_$(V))
53 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
54 am__v_GEN_0 = @echo " GEN " $@;
55 AM_V_at = $(am__v_at_$(V))
56 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
57 am__v_at_0 = @
58 SOURCES =
59 DIST_SOURCES =
60 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61 html-recursive info-recursive install-data-recursive \
62 install-dvi-recursive install-exec-recursive \
63 install-html-recursive install-info-recursive \
64 install-pdf-recursive install-ps-recursive install-recursive \
65 installcheck-recursive installdirs-recursive pdf-recursive \
66 ps-recursive uninstall-recursive
67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj = case $$p in \
69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70 *) f=$$p;; \
71 esac;
72 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
73 am__install_max = 40
74 am__nobase_strip_setup = \
75 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
76 am__nobase_strip = \
77 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
78 am__nobase_list = $(am__nobase_strip_setup); \
79 for p in $$list; do echo "$$p $$p"; done | \
80 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
81 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
82 if (++n[$$2] == $(am__install_max)) \
83 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
84 END { for (dir in files) print dir, files[dir] }'
85 am__base_list = \
86 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88 am__installdirs = "$(DESTDIR)$(datadir)"
89 DATA = $(dist_data_DATA)
90 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91 distclean-recursive maintainer-clean-recursive
92 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
93 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
94 distdir
95 ETAGS = etags
96 CTAGS = ctags
97 DIST_SUBDIRS = $(SUBDIRS)
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 am__relativize = \
100 dir0=`pwd`; \
101 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
102 sed_rest='s,^[^/]*/*,,'; \
103 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
104 sed_butlast='s,/*[^/]*$$,,'; \
105 while test -n "$$dir1"; do \
106 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
107 if test "$$first" != "."; then \
108 if test "$$first" = ".."; then \
109 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
110 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
111 else \
112 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
113 if test "$$first2" = "$$first"; then \
114 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
115 else \
116 dir2="../$$dir2"; \
117 fi; \
118 dir0="$$dir0"/"$$first"; \
119 fi; \
120 fi; \
121 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
122 done; \
123 reldir="$$dir2"
124 ACLOCAL = ${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run aclocal-1.11
125 ALL_LINGUAS =
126 AMTAR = ${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run tar
127 AM_DEFAULT_VERBOSITY = 0
128 AR = mipsel-uclibc-ar
129 AUTOCONF = ${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run autoconf
130 AUTOHEADER = ${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run autoheader
131 AUTOMAKE = ${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run automake-1.11
132 AWK = gawk
133 CANBERRA_MINIMUM = 0.10
134 CATALOGS =
135 CATOBJEXT =
136 CC = mipsel-uclibc-gcc
137 CCDEPMODE = depmode=gcc3
138 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -Wextra -Wdeclaration-after-statement -Winit-self
139 CPP = mipsel-uclibc-gcc -E
140 CPPFLAGS = -I/root/openwrt/tomato.git-dev/src-rt/router/zlib -DNDEBUG
141 CURL_MINIMUM = 7.15.4
142 CXX = mipsel-linux-g++
143 CXXCPP = mipsel-linux-g++ -E
144 CXXDEPMODE = depmode=gcc3
145 CXXFLAGS = -g -O2
146 CYGPATH_W = echo
147 DATADIRNAME =
148 DBUS_BINDING_TOOL =
149 DBUS_GLIB_CFLAGS =
150 DBUS_GLIB_LIBS =
151 DBUS_GLIB_MINIMUM = 0.70
152 DEFS = -DPACKAGE_NAME=\"transmission\" -DPACKAGE_TARNAME=\"transmission\" -DPACKAGE_VERSION=\"2.22\" -DPACKAGE_STRING=\"transmission\ 2.22\" -DPACKAGE_BUGREPORT=\"http://trac.transmissionbt.com/newticket\" -DPACKAGE_URL=\"\" -DPACKAGE=\"transmission\" -DVERSION=\"2.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_PREAD=1 -DHAVE_PWRITE=1 -DHAVE_STRLCPY=1 -DHAVE_DAEMON=1 -DHAVE_DIRNAME=1 -DHAVE_BASENAME=1 -DHAVE_STRCASECMP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMEM=1 -DHAVE_STRSEP=1 -DHAVE_STRTOLD=1 -DHAVE_SYSLOG=1 -DHAVE_VALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_STATVFS=1 -DHAVE_PTHREAD=1 -DHAVE__TMP_DUMMY1_ZLIB_H=1 -DHAVE_ZLIB=1 -D_FILE_OFFSET_BITS=64 -DHAVE_LSEEK64=1 -DHAVE_DECL_POSIX_FADVISE=0 -DHAVE_POSIX_FADVISE=1 -DWITH_INOTIFY=1 -DHAVE_SYS_STATVFS_H=1 -DTR_LIGHTWEIGHT=1
153 DEPDIR = .deps
154 DHT_CFLAGS = -I$(top_srcdir)/third-party/dht
155 DHT_LIBS = $(top_builddir)/third-party/dht/libdht.a
156 DSYMUTIL =
157 DUMPBIN =
158 ECHO_C =
159 ECHO_N = -n
160 ECHO_T =
161 EGREP = /bin/grep -E
162 EXEEXT =
163 FGREP = /bin/grep -F
164 GCONF2_CFLAGS =
165 GCONF2_LIBS =
166 GCONF2_MINIMUM = 2.20.0
167 GETTEXT_PACKAGE =
168 GIO_CFLAGS =
169 GIO_LIBS =
170 GIO_MINIMUM = 2.15.5
171 GLIB_MINIMUM = 2.8.0
172 GMOFILES =
173 GMSGFMT =
174 GREP = /bin/grep
175 GTK_CFLAGS =
176 GTK_LIBS =
177 GTK_MINIMUM = 2.8.0
178 INSTALL = /usr/bin/install -c
179 INSTALL_DATA = ${INSTALL} -m 644
180 INSTALL_PROGRAM = ${INSTALL}
181 INSTALL_SCRIPT = ${INSTALL}
182 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
183 INSTOBJEXT =
184 INTLLIBS =
185 INTLTOOL_EXTRACT =
186 INTLTOOL_MERGE =
187 INTLTOOL_PERL =
188 INTLTOOL_UPDATE =
189 LD = mipsel-uclibc-ld
190 LDFLAGS = -L/root/openwrt/tomato.git-dev/src-rt/router/zlib -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC
191 LIBAPPINDICATOR_CFLAGS =
192 LIBAPPINDICATOR_LIBS =
193 LIBAPPINDICATOR_MINIMUM = 0.0.11
194 LIBCANBERRA_CFLAGS =
195 LIBCANBERRA_LIBS =
196 LIBCURL_CFLAGS = -I/root/openwrt/tomato.git-dev/src-rt/router/libcurl/include
197 LIBCURL_LIBS = -L/root/openwrt/tomato.git-dev/src-rt/router/libcurl/lib/.libs/ -lcurl
198 LIBEVENT_CFLAGS = -I/root/openwrt/tomato.git-dev/src-rt/router/libevent/include
199 LIBEVENT_LIBS = -L/root/openwrt/tomato.git-dev/src-rt/router/libevent/.libs -levent
200 LIBEVENT_MINIUM =
201 LIBNOTIFY_CFLAGS =
202 LIBNOTIFY_LIBS =
203 LIBNOTIFY_MINIMUM = 0.4.3
204 LIBOBJS =
205 LIBS = -lm
206 LIBTOOL = $(SHELL) $(top_builddir)/libtool
207 LIPO =
208 LN_S = ln -s
209 LTLIBOBJS =
210 MAKEINFO = ${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run makeinfo
211 MKDIR_P = /bin/mkdir -p
212 MKINSTALLDIRS =
213 MSGFMT =
214 MSGMERGE =
215 NM = mipsel-uclibc-nm
216 NMEDIT =
217 OBJDUMP = mipsel-linux-objdump
218 OBJEXT = o
219 OPENSSL_CFLAGS = -I/root/openwrt/tomato.git-dev/src-rt/router/openssl/include
220 OPENSSL_LIBS = -L/root/openwrt/tomato.git-dev/src-rt/router/openssl -lcrypto -lssl
221 OPENSSL_MINIMUM = 0.9.4
222 OTOOL =
223 OTOOL64 =
224 PACKAGE = transmission
225 PACKAGE_BUGREPORT = http://trac.transmissionbt.com/newticket
226 PACKAGE_NAME = transmission
227 PACKAGE_STRING = transmission 2.22
228 PACKAGE_TARNAME = transmission
229 PACKAGE_URL =
230 PACKAGE_VERSION = 2.22
231 PATH_SEPARATOR = :
232 PEERID_PREFIX = -TR2220-
233 PKG_CONFIG = /usr/bin/pkg-config
234 POFILES =
235 POSUB =
236 PO_IN_DATADIR_FALSE =
237 PO_IN_DATADIR_TRUE =
238 PTHREAD_CC = mipsel-uclibc-gcc
239 PTHREAD_CFLAGS = -pthread
240 PTHREAD_LIBS =
241 RANLIB = mipsel-uclibc-ranlib
242 SED = /bin/sed
243 SET_MAKE =
244 SHELL = /bin/sh
245 STRIP = mipsel-uclibc-strip
246 USERAGENT_PREFIX = 2.22
247 USE_NLS =
248 VERSION = 2.22
249 WINDRES =
250 XGETTEXT =
251 ZLIB_CFLAGS =
252 ZLIB_LDFLAGS =
253 ZLIB_LIBS = -lz -lm
254 abs_builddir = /root/openwrt/tomato.git-dev/src/router/transmission/web/images
255 abs_srcdir = /root/openwrt/tomato.git-dev/src/router/transmission/web/images
256 abs_top_builddir = /root/openwrt/tomato.git-dev/src/router/transmission
257 abs_top_srcdir = /root/openwrt/tomato.git-dev/src/router/transmission
258 ac_ct_CC =
259 ac_ct_CXX =
260 ac_ct_DUMPBIN =
261 acx_pthread_config =
262 am__include = include
263 am__leading_dot = .
264 am__quote =
265 am__tar = tar --format=ustar -chf - "$$tardir"
266 am__untar = tar -xf -
267 bindir = ${exec_prefix}/bin
268 build = x86_64-pc-linux-gnu
269 build_alias = x86_64-linux-gnu
270 build_cpu = x86_64
271 build_os = linux-gnu
272 build_vendor = pc
273 builddir = .
274 datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
275 datarootdir = ${prefix}/share
276 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
277 dvidir = ${docdir}
278 exec_prefix = ${prefix}
279 host = mipsel-unknown-linux-gnu
280 host_alias = mipsel-linux
281 host_cpu = mipsel
282 host_os = linux-gnu
283 host_vendor = unknown
284 htmldir = ${docdir}
285 includedir = ${prefix}/include
286 infodir = ${datarootdir}/info
287 install_sh = ${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/install-sh
288 libdir = ${exec_prefix}/lib
289 libexecdir = ${exec_prefix}/libexec
290 localedir = ${datarootdir}/locale
291 localstatedir = ${prefix}/var
292 lt_ECHO = echo
293 mandir = ${datarootdir}/man
294 mkdir_p = /bin/mkdir -p
295 oldincludedir = /usr/include
296 pdfdir = ${docdir}
297 prefix = /usr
298 program_transform_name = s,x,x,
299 psdir = ${docdir}
300 sbindir = ${exec_prefix}/sbin
301 sharedstatedir = ${prefix}/com
302 srcdir = .
303 sysconfdir = ${prefix}/etc
304 target_alias =
305 top_build_prefix = ../../
306 top_builddir = ../..
307 top_srcdir = ../..
308 transmissionlocaledir =
309 dist_data_DATA = \
310 favicon.ico \
311 favicon.png \
312 webclip-icon.png
314 SUBDIRS = \
315 buttons \
316 graphics \
317 progress
319 all: all-recursive
321 .SUFFIXES:
322 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
323 @for dep in $?; do \
324 case '$(am__configure_deps)' in \
325 *$$dep*) \
326 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327 && { if test -f $@; then exit 0; else break; fi; }; \
328 exit 1;; \
329 esac; \
330 done; \
331 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu web/images/Makefile'; \
332 $(am__cd) $(top_srcdir) && \
333 $(AUTOMAKE) --gnu web/images/Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336 @case '$?' in \
337 *config.status*) \
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339 *) \
340 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342 esac;
344 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347 $(top_srcdir)/configure: $(am__configure_deps)
348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(am__aclocal_m4_deps):
353 mostlyclean-libtool:
354 -rm -f *.lo
356 clean-libtool:
357 -rm -rf .libs _libs
358 install-dist_dataDATA: $(dist_data_DATA)
359 @$(NORMAL_INSTALL)
360 test -z "$(datadir)" || $(MKDIR_P) "$(DESTDIR)$(datadir)"
361 @list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
362 for p in $$list; do \
363 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
364 echo "$$d$$p"; \
365 done | $(am__base_list) | \
366 while read files; do \
367 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \
368 $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \
369 done
371 uninstall-dist_dataDATA:
372 @$(NORMAL_UNINSTALL)
373 @list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
374 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
375 test -n "$$files" || exit 0; \
376 echo " ( cd '$(DESTDIR)$(datadir)' && rm -f" $$files ")"; \
377 cd "$(DESTDIR)$(datadir)" && rm -f $$files
379 # This directory's subdirectories are mostly independent; you can cd
380 # into them and run `make' without going through this Makefile.
381 # To change the values of `make' variables: instead of editing Makefiles,
382 # (1) if the variable is set in `config.status', edit `config.status'
383 # (which will cause the Makefiles to be regenerated when you run `make');
384 # (2) otherwise, pass the desired values on the `make' command line.
385 $(RECURSIVE_TARGETS):
386 @fail= failcom='exit 1'; \
387 for f in x $$MAKEFLAGS; do \
388 case $$f in \
389 *=* | --[!k]*);; \
390 *k*) failcom='fail=yes';; \
391 esac; \
392 done; \
393 dot_seen=no; \
394 target=`echo $@ | sed s/-recursive//`; \
395 list='$(SUBDIRS)'; for subdir in $$list; do \
396 echo "Making $$target in $$subdir"; \
397 if test "$$subdir" = "."; then \
398 dot_seen=yes; \
399 local_target="$$target-am"; \
400 else \
401 local_target="$$target"; \
402 fi; \
403 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404 || eval $$failcom; \
405 done; \
406 if test "$$dot_seen" = "no"; then \
407 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
408 fi; test -z "$$fail"
410 $(RECURSIVE_CLEAN_TARGETS):
411 @fail= failcom='exit 1'; \
412 for f in x $$MAKEFLAGS; do \
413 case $$f in \
414 *=* | --[!k]*);; \
415 *k*) failcom='fail=yes';; \
416 esac; \
417 done; \
418 dot_seen=no; \
419 case "$@" in \
420 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
421 *) list='$(SUBDIRS)' ;; \
422 esac; \
423 rev=''; for subdir in $$list; do \
424 if test "$$subdir" = "."; then :; else \
425 rev="$$subdir $$rev"; \
426 fi; \
427 done; \
428 rev="$$rev ."; \
429 target=`echo $@ | sed s/-recursive//`; \
430 for subdir in $$rev; do \
431 echo "Making $$target in $$subdir"; \
432 if test "$$subdir" = "."; then \
433 local_target="$$target-am"; \
434 else \
435 local_target="$$target"; \
436 fi; \
437 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438 || eval $$failcom; \
439 done && test -z "$$fail"
440 tags-recursive:
441 list='$(SUBDIRS)'; for subdir in $$list; do \
442 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
443 done
444 ctags-recursive:
445 list='$(SUBDIRS)'; for subdir in $$list; do \
446 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
447 done
449 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
451 unique=`for i in $$list; do \
452 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453 done | \
454 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455 END { if (nonempty) { for (i in files) print i; }; }'`; \
456 mkid -fID $$unique
457 tags: TAGS
459 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
460 $(TAGS_FILES) $(LISP)
461 set x; \
462 here=`pwd`; \
463 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
464 include_option=--etags-include; \
465 empty_fix=.; \
466 else \
467 include_option=--include; \
468 empty_fix=; \
469 fi; \
470 list='$(SUBDIRS)'; for subdir in $$list; do \
471 if test "$$subdir" = .; then :; else \
472 test ! -f $$subdir/TAGS || \
473 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
474 fi; \
475 done; \
476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477 unique=`for i in $$list; do \
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479 done | \
480 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481 END { if (nonempty) { for (i in files) print i; }; }'`; \
482 shift; \
483 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484 test -n "$$unique" || unique=$$empty_fix; \
485 if test $$# -gt 0; then \
486 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487 "$$@" $$unique; \
488 else \
489 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490 $$unique; \
491 fi; \
493 ctags: CTAGS
494 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
495 $(TAGS_FILES) $(LISP)
496 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
497 unique=`for i in $$list; do \
498 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499 done | \
500 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
501 END { if (nonempty) { for (i in files) print i; }; }'`; \
502 test -z "$(CTAGS_ARGS)$$unique" \
503 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504 $$unique
506 GTAGS:
507 here=`$(am__cd) $(top_builddir) && pwd` \
508 && $(am__cd) $(top_srcdir) \
509 && gtags -i $(GTAGS_ARGS) "$$here"
511 distclean-tags:
512 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514 distdir: $(DISTFILES)
515 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517 list='$(DISTFILES)'; \
518 dist_files=`for file in $$list; do echo $$file; done | \
519 sed -e "s|^$$srcdirstrip/||;t" \
520 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521 case $$dist_files in \
522 */*) $(MKDIR_P) `echo "$$dist_files" | \
523 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
524 sort -u` ;; \
525 esac; \
526 for file in $$dist_files; do \
527 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528 if test -d $$d/$$file; then \
529 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530 if test -d "$(distdir)/$$file"; then \
531 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532 fi; \
533 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536 fi; \
537 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538 else \
539 test -f "$(distdir)/$$file" \
540 || cp -p $$d/$$file "$(distdir)/$$file" \
541 || exit 1; \
542 fi; \
543 done
544 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
545 if test "$$subdir" = .; then :; else \
546 test -d "$(distdir)/$$subdir" \
547 || $(MKDIR_P) "$(distdir)/$$subdir" \
548 || exit 1; \
549 fi; \
550 done
551 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
552 if test "$$subdir" = .; then :; else \
553 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
554 $(am__relativize); \
555 new_distdir=$$reldir; \
556 dir1=$$subdir; dir2="$(top_distdir)"; \
557 $(am__relativize); \
558 new_top_distdir=$$reldir; \
559 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
560 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
561 ($(am__cd) $$subdir && \
562 $(MAKE) $(AM_MAKEFLAGS) \
563 top_distdir="$$new_top_distdir" \
564 distdir="$$new_distdir" \
565 am__remove_distdir=: \
566 am__skip_length_check=: \
567 am__skip_mode_fix=: \
568 distdir) \
569 || exit 1; \
570 fi; \
571 done
572 check-am: all-am
573 check: check-recursive
574 all-am: Makefile $(DATA)
575 installdirs: installdirs-recursive
576 installdirs-am:
577 for dir in "$(DESTDIR)$(datadir)"; do \
578 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579 done
580 install: install-recursive
581 install-exec: install-exec-recursive
582 install-data: install-data-recursive
583 uninstall: uninstall-recursive
585 install-am: all-am
586 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588 installcheck: installcheck-recursive
589 install-strip:
590 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
591 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
592 `test -z '$(STRIP)' || \
593 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
594 mostlyclean-generic:
596 clean-generic:
598 distclean-generic:
599 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
600 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
602 maintainer-clean-generic:
603 @echo "This command is intended for maintainers to use"
604 @echo "it deletes files that may require special tools to rebuild."
605 clean: clean-recursive
607 clean-am: clean-generic clean-libtool mostlyclean-am
609 distclean: distclean-recursive
610 -rm -f Makefile
611 distclean-am: clean-am distclean-generic distclean-tags
613 dvi: dvi-recursive
615 dvi-am:
617 html: html-recursive
619 html-am:
621 info: info-recursive
623 info-am:
625 install-data-am: install-dist_dataDATA
627 install-dvi: install-dvi-recursive
629 install-dvi-am:
631 install-exec-am:
633 install-html: install-html-recursive
635 install-html-am:
637 install-info: install-info-recursive
639 install-info-am:
641 install-man:
643 install-pdf: install-pdf-recursive
645 install-pdf-am:
647 install-ps: install-ps-recursive
649 install-ps-am:
651 installcheck-am:
653 maintainer-clean: maintainer-clean-recursive
654 -rm -f Makefile
655 maintainer-clean-am: distclean-am maintainer-clean-generic
657 mostlyclean: mostlyclean-recursive
659 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
661 pdf: pdf-recursive
663 pdf-am:
665 ps: ps-recursive
667 ps-am:
669 uninstall-am: uninstall-dist_dataDATA
671 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
672 install-am install-strip tags-recursive
674 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
675 all all-am check check-am clean clean-generic clean-libtool \
676 ctags ctags-recursive distclean distclean-generic \
677 distclean-libtool distclean-tags distdir dvi dvi-am html \
678 html-am info info-am install install-am install-data \
679 install-data-am install-dist_dataDATA install-dvi \
680 install-dvi-am install-exec install-exec-am install-html \
681 install-html-am install-info install-info-am install-man \
682 install-pdf install-pdf-am install-ps install-ps-am \
683 install-strip installcheck installcheck-am installdirs \
684 installdirs-am maintainer-clean maintainer-clean-generic \
685 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
686 ps ps-am tags tags-recursive uninstall uninstall-am \
687 uninstall-dist_dataDATA
690 # Tell versions [3.59,3.63) of GNU make to not export all variables.
691 # Otherwise a system limit (for SysV at least) may be exceeded.
692 .NOEXPORT: