Revert "transmission: update from 2.13 to 2.22"
[tomato.git] / release / src / router / transmission / web / javascript / Makefile
blob57b4bec56959471968f9f40f6dc08226e47350e7
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # web/javascript/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/javascript
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-b54/tomato.en/release/src/router/transmission/missing --run aclocal-1.11
125 ALL_LINGUAS =
126 AMTAR = ${SHELL} /root/openwrt/tomato-b54/tomato.en/release/src/router/transmission/missing --run tar
127 AM_DEFAULT_VERBOSITY = 0
128 AR = mipsel-uclibc-ar
129 AUTOCONF = ${SHELL} /root/openwrt/tomato-b54/tomato.en/release/src/router/transmission/missing --run autoconf
130 AUTOHEADER = ${SHELL} /root/openwrt/tomato-b54/tomato.en/release/src/router/transmission/missing --run autoheader
131 AUTOMAKE = ${SHELL} /root/openwrt/tomato-b54/tomato.en/release/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 -Waggregate-return -Winline -Wfloat-equal -Wextra -Wdeclaration-after-statement -Winit-self
139 CPP = mipsel-uclibc-gcc -E
140 CPPFLAGS = -I/root/openwrt/tomato-b54/tomato.en/release/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.13\" -DPACKAGE_STRING=\"transmission\ 2.13\" -DPACKAGE_BUGREPORT=\"http://trac.transmissionbt.com/newticket\" -DPACKAGE_URL=\"\" -DPACKAGE=\"transmission\" -DVERSION=\"2.13\" -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_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
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-b54/tomato.en/release/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-b54/tomato.en/release/src-rt/router/libcurl/include
197 LIBCURL_LIBS = -L/root/openwrt/tomato-b54/tomato.en/release/src-rt/router/libcurl/lib/.libs/ -lcurl
198 LIBEVENT_CFLAGS = -I/root/openwrt/tomato-b54/tomato.en/release/src-rt/router/libevent
199 LIBEVENT_LIBS = -L/root/openwrt/tomato-b54/tomato.en/release/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-b54/tomato.en/release/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-b54/tomato.en/release/src-rt/router/openssl/include
220 OPENSSL_LIBS = -L/root/openwrt/tomato-b54/tomato.en/release/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.13
228 PACKAGE_TARNAME = transmission
229 PACKAGE_URL =
230 PACKAGE_VERSION = 2.13
231 PATH_SEPARATOR = :
232 PEERID_PREFIX = -TR2130-
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.13
247 USE_NLS =
248 VERSION = 2.13
249 WINDRES =
250 XGETTEXT =
251 ZLIB_CFLAGS =
252 ZLIB_LDFLAGS =
253 ZLIB_LIBS = -lz -lm
254 abs_builddir = /root/openwrt/tomato-b54/tomato.en/release/src/router/transmission/web/javascript
255 abs_srcdir = /root/openwrt/tomato-b54/tomato.en/release/src/router/transmission/web/javascript
256 abs_top_builddir = /root/openwrt/tomato-b54/tomato.en/release/src/router/transmission
257 abs_top_srcdir = /root/openwrt/tomato-b54/tomato.en/release/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-b54/tomato.en/release/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 common.js \
311 dialog.js \
312 formatter.js \
313 menu.js \
314 torrent.js \
315 transmission.js \
316 transmission.remote.js
318 SUBDIRS = \
319 jquery
321 all: all-recursive
323 .SUFFIXES:
324 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
325 @for dep in $?; do \
326 case '$(am__configure_deps)' in \
327 *$$dep*) \
328 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329 && { if test -f $@; then exit 0; else break; fi; }; \
330 exit 1;; \
331 esac; \
332 done; \
333 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu web/javascript/Makefile'; \
334 $(am__cd) $(top_srcdir) && \
335 $(AUTOMAKE) --gnu web/javascript/Makefile
336 .PRECIOUS: Makefile
337 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338 @case '$?' in \
339 *config.status*) \
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341 *) \
342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
343 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
344 esac;
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(top_srcdir)/configure: $(am__configure_deps)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(am__aclocal_m4_deps):
355 mostlyclean-libtool:
356 -rm -f *.lo
358 clean-libtool:
359 -rm -rf .libs _libs
360 install-dist_dataDATA: $(dist_data_DATA)
361 @$(NORMAL_INSTALL)
362 test -z "$(datadir)" || $(MKDIR_P) "$(DESTDIR)$(datadir)"
363 @list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
364 for p in $$list; do \
365 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
366 echo "$$d$$p"; \
367 done | $(am__base_list) | \
368 while read files; do \
369 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \
370 $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \
371 done
373 uninstall-dist_dataDATA:
374 @$(NORMAL_UNINSTALL)
375 @list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
376 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
377 test -n "$$files" || exit 0; \
378 echo " ( cd '$(DESTDIR)$(datadir)' && rm -f" $$files ")"; \
379 cd "$(DESTDIR)$(datadir)" && rm -f $$files
381 # This directory's subdirectories are mostly independent; you can cd
382 # into them and run `make' without going through this Makefile.
383 # To change the values of `make' variables: instead of editing Makefiles,
384 # (1) if the variable is set in `config.status', edit `config.status'
385 # (which will cause the Makefiles to be regenerated when you run `make');
386 # (2) otherwise, pass the desired values on the `make' command line.
387 $(RECURSIVE_TARGETS):
388 @fail= failcom='exit 1'; \
389 for f in x $$MAKEFLAGS; do \
390 case $$f in \
391 *=* | --[!k]*);; \
392 *k*) failcom='fail=yes';; \
393 esac; \
394 done; \
395 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \
397 list='$(SUBDIRS)'; for subdir in $$list; do \
398 echo "Making $$target in $$subdir"; \
399 if test "$$subdir" = "."; then \
400 dot_seen=yes; \
401 local_target="$$target-am"; \
402 else \
403 local_target="$$target"; \
404 fi; \
405 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
406 || eval $$failcom; \
407 done; \
408 if test "$$dot_seen" = "no"; then \
409 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
410 fi; test -z "$$fail"
412 $(RECURSIVE_CLEAN_TARGETS):
413 @fail= failcom='exit 1'; \
414 for f in x $$MAKEFLAGS; do \
415 case $$f in \
416 *=* | --[!k]*);; \
417 *k*) failcom='fail=yes';; \
418 esac; \
419 done; \
420 dot_seen=no; \
421 case "$@" in \
422 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
423 *) list='$(SUBDIRS)' ;; \
424 esac; \
425 rev=''; for subdir in $$list; do \
426 if test "$$subdir" = "."; then :; else \
427 rev="$$subdir $$rev"; \
428 fi; \
429 done; \
430 rev="$$rev ."; \
431 target=`echo $@ | sed s/-recursive//`; \
432 for subdir in $$rev; do \
433 echo "Making $$target in $$subdir"; \
434 if test "$$subdir" = "."; then \
435 local_target="$$target-am"; \
436 else \
437 local_target="$$target"; \
438 fi; \
439 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440 || eval $$failcom; \
441 done && test -z "$$fail"
442 tags-recursive:
443 list='$(SUBDIRS)'; for subdir in $$list; do \
444 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
445 done
446 ctags-recursive:
447 list='$(SUBDIRS)'; for subdir in $$list; do \
448 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
449 done
451 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457 END { if (nonempty) { for (i in files) print i; }; }'`; \
458 mkid -fID $$unique
459 tags: TAGS
461 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
462 $(TAGS_FILES) $(LISP)
463 set x; \
464 here=`pwd`; \
465 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
466 include_option=--etags-include; \
467 empty_fix=.; \
468 else \
469 include_option=--include; \
470 empty_fix=; \
471 fi; \
472 list='$(SUBDIRS)'; for subdir in $$list; do \
473 if test "$$subdir" = .; then :; else \
474 test ! -f $$subdir/TAGS || \
475 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
476 fi; \
477 done; \
478 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479 unique=`for i in $$list; do \
480 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481 done | \
482 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483 END { if (nonempty) { for (i in files) print i; }; }'`; \
484 shift; \
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) \
489 "$$@" $$unique; \
490 else \
491 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492 $$unique; \
493 fi; \
495 ctags: CTAGS
496 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
497 $(TAGS_FILES) $(LISP)
498 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
499 unique=`for i in $$list; do \
500 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501 done | \
502 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503 END { if (nonempty) { for (i in files) print i; }; }'`; \
504 test -z "$(CTAGS_ARGS)$$unique" \
505 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
506 $$unique
508 GTAGS:
509 here=`$(am__cd) $(top_builddir) && pwd` \
510 && $(am__cd) $(top_srcdir) \
511 && gtags -i $(GTAGS_ARGS) "$$here"
513 distclean-tags:
514 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
516 distdir: $(DISTFILES)
517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 list='$(DISTFILES)'; \
520 dist_files=`for file in $$list; do echo $$file; done | \
521 sed -e "s|^$$srcdirstrip/||;t" \
522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523 case $$dist_files in \
524 */*) $(MKDIR_P) `echo "$$dist_files" | \
525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 sort -u` ;; \
527 esac; \
528 for file in $$dist_files; do \
529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530 if test -d $$d/$$file; then \
531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532 if test -d "$(distdir)/$$file"; then \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540 else \
541 test -f "$(distdir)/$$file" \
542 || cp -p $$d/$$file "$(distdir)/$$file" \
543 || exit 1; \
544 fi; \
545 done
546 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547 if test "$$subdir" = .; then :; else \
548 test -d "$(distdir)/$$subdir" \
549 || $(MKDIR_P) "$(distdir)/$$subdir" \
550 || exit 1; \
551 fi; \
552 done
553 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
554 if test "$$subdir" = .; then :; else \
555 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
556 $(am__relativize); \
557 new_distdir=$$reldir; \
558 dir1=$$subdir; dir2="$(top_distdir)"; \
559 $(am__relativize); \
560 new_top_distdir=$$reldir; \
561 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
562 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
563 ($(am__cd) $$subdir && \
564 $(MAKE) $(AM_MAKEFLAGS) \
565 top_distdir="$$new_top_distdir" \
566 distdir="$$new_distdir" \
567 am__remove_distdir=: \
568 am__skip_length_check=: \
569 am__skip_mode_fix=: \
570 distdir) \
571 || exit 1; \
572 fi; \
573 done
574 check-am: all-am
575 check: check-recursive
576 all-am: Makefile $(DATA)
577 installdirs: installdirs-recursive
578 installdirs-am:
579 for dir in "$(DESTDIR)$(datadir)"; do \
580 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
581 done
582 install: install-recursive
583 install-exec: install-exec-recursive
584 install-data: install-data-recursive
585 uninstall: uninstall-recursive
587 install-am: all-am
588 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
590 installcheck: installcheck-recursive
591 install-strip:
592 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
593 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
594 `test -z '$(STRIP)' || \
595 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
596 mostlyclean-generic:
598 clean-generic:
600 distclean-generic:
601 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
602 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
604 maintainer-clean-generic:
605 @echo "This command is intended for maintainers to use"
606 @echo "it deletes files that may require special tools to rebuild."
607 clean: clean-recursive
609 clean-am: clean-generic clean-libtool mostlyclean-am
611 distclean: distclean-recursive
612 -rm -f Makefile
613 distclean-am: clean-am distclean-generic distclean-tags
615 dvi: dvi-recursive
617 dvi-am:
619 html: html-recursive
621 html-am:
623 info: info-recursive
625 info-am:
627 install-data-am: install-dist_dataDATA
629 install-dvi: install-dvi-recursive
631 install-dvi-am:
633 install-exec-am:
635 install-html: install-html-recursive
637 install-html-am:
639 install-info: install-info-recursive
641 install-info-am:
643 install-man:
645 install-pdf: install-pdf-recursive
647 install-pdf-am:
649 install-ps: install-ps-recursive
651 install-ps-am:
653 installcheck-am:
655 maintainer-clean: maintainer-clean-recursive
656 -rm -f Makefile
657 maintainer-clean-am: distclean-am maintainer-clean-generic
659 mostlyclean: mostlyclean-recursive
661 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
663 pdf: pdf-recursive
665 pdf-am:
667 ps: ps-recursive
669 ps-am:
671 uninstall-am: uninstall-dist_dataDATA
673 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
674 install-am install-strip tags-recursive
676 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
677 all all-am check check-am clean clean-generic clean-libtool \
678 ctags ctags-recursive distclean distclean-generic \
679 distclean-libtool distclean-tags distdir dvi dvi-am html \
680 html-am info info-am install install-am install-data \
681 install-data-am install-dist_dataDATA install-dvi \
682 install-dvi-am install-exec install-exec-am install-html \
683 install-html-am install-info install-info-am install-man \
684 install-pdf install-pdf-am install-ps install-ps-am \
685 install-strip installcheck installcheck-am installdirs \
686 installdirs-am maintainer-clean maintainer-clean-generic \
687 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
688 ps ps-am tags tags-recursive uninstall uninstall-am \
689 uninstall-dist_dataDATA
692 # Tell versions [3.59,3.63) of GNU make to not export all variables.
693 # Otherwise a system limit (for SysV at least) may be exceeded.
694 .NOEXPORT: