transmission 2.83
[tomato.git] / release / src-rt-6.x.4708 / router / transmission / web / style / Makefile.in
blobf84df035ff3231926c1034145ad2b816c3918138
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 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.
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
30 case $$MAKEFLAGS in \
31 *\\[\ \ ]*) \
32 bs=\\; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35 esac; \
36 fi; \
37 skip_next=no; \
38 strip_trailopt () \
39 { \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = web/style
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83 am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
84 $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
85 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
86 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
87 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
88 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 $(ACLOCAL_M4)
91 mkinstalldirs = $(install_sh) -d
92 CONFIG_CLEAN_FILES =
93 CONFIG_CLEAN_VPATH_FILES =
94 AM_V_P = $(am__v_P_@AM_V@)
95 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96 am__v_P_0 = false
97 am__v_P_1 = :
98 AM_V_GEN = $(am__v_GEN_@AM_V@)
99 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
100 am__v_GEN_0 = @echo " GEN " $@;
101 am__v_GEN_1 =
102 AM_V_at = $(am__v_at_@AM_V@)
103 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104 am__v_at_0 = @
105 am__v_at_1 =
106 SOURCES =
107 DIST_SOURCES =
108 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
109 ctags-recursive dvi-recursive html-recursive info-recursive \
110 install-data-recursive install-dvi-recursive \
111 install-exec-recursive install-html-recursive \
112 install-info-recursive install-pdf-recursive \
113 install-ps-recursive install-recursive installcheck-recursive \
114 installdirs-recursive pdf-recursive ps-recursive \
115 tags-recursive uninstall-recursive
116 am__can_run_installinfo = \
117 case $$AM_UPDATE_INFO_DIR in \
118 n|no|NO) false;; \
119 *) (install-info --version) >/dev/null 2>&1;; \
120 esac
121 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122 distclean-recursive maintainer-clean-recursive
123 am__recursive_targets = \
124 $(RECURSIVE_TARGETS) \
125 $(RECURSIVE_CLEAN_TARGETS) \
126 $(am__extra_recursive_targets)
127 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
128 distdir
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 # Read a list of newline-separated strings from the standard input,
131 # and print each of them once, without duplicates. Input order is
132 # *not* preserved.
133 am__uniquify_input = $(AWK) '\
134 BEGIN { nonempty = 0; } \
135 { items[$$0] = 1; nonempty = 1; } \
136 END { if (nonempty) { for (i in items) print i; }; } \
138 # Make sure the list of sources is unique. This is necessary because,
139 # e.g., the same source file might be shared among _SOURCES variables
140 # for different programs/libraries.
141 am__define_uniq_tagged_files = \
142 list='$(am__tagged_files)'; \
143 unique=`for i in $$list; do \
144 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145 done | $(am__uniquify_input)`
146 ETAGS = etags
147 CTAGS = ctags
148 DIST_SUBDIRS = $(SUBDIRS)
149 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150 am__relativize = \
151 dir0=`pwd`; \
152 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
153 sed_rest='s,^[^/]*/*,,'; \
154 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
155 sed_butlast='s,/*[^/]*$$,,'; \
156 while test -n "$$dir1"; do \
157 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
158 if test "$$first" != "."; then \
159 if test "$$first" = ".."; then \
160 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
161 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
162 else \
163 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
164 if test "$$first2" = "$$first"; then \
165 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
166 else \
167 dir2="../$$dir2"; \
168 fi; \
169 dir0="$$dir0"/"$$first"; \
170 fi; \
171 fi; \
172 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
173 done; \
174 reldir="$$dir2"
175 ACLOCAL = @ACLOCAL@
176 ALL_LINGUAS = @ALL_LINGUAS@
177 AMTAR = @AMTAR@
178 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179 AR = @AR@
180 AUTOCONF = @AUTOCONF@
181 AUTOHEADER = @AUTOHEADER@
182 AUTOMAKE = @AUTOMAKE@
183 AWK = @AWK@
184 CATALOGS = @CATALOGS@
185 CATOBJEXT = @CATOBJEXT@
186 CC = @CC@
187 CCDEPMODE = @CCDEPMODE@
188 CFLAGS = @CFLAGS@
189 CPP = @CPP@
190 CPPFLAGS = @CPPFLAGS@
191 CURL_MINIMUM = @CURL_MINIMUM@
192 CXX = @CXX@
193 CXXCPP = @CXXCPP@
194 CXXDEPMODE = @CXXDEPMODE@
195 CXXFLAGS = @CXXFLAGS@
196 CYGPATH_W = @CYGPATH_W@
197 DATADIRNAME = @DATADIRNAME@
198 DEFS = @DEFS@
199 DEPDIR = @DEPDIR@
200 DHT_CFLAGS = @DHT_CFLAGS@
201 DHT_LIBS = @DHT_LIBS@
202 DLLTOOL = @DLLTOOL@
203 DSYMUTIL = @DSYMUTIL@
204 DUMPBIN = @DUMPBIN@
205 ECHO_C = @ECHO_C@
206 ECHO_N = @ECHO_N@
207 ECHO_T = @ECHO_T@
208 EGREP = @EGREP@
209 EXEEXT = @EXEEXT@
210 FGREP = @FGREP@
211 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
212 GIO_MINIMUM = @GIO_MINIMUM@
213 GLIB_MINIMUM = @GLIB_MINIMUM@
214 GMOFILES = @GMOFILES@
215 GMSGFMT = @GMSGFMT@
216 GREP = @GREP@
217 GTK_CFLAGS = @GTK_CFLAGS@
218 GTK_LIBS = @GTK_LIBS@
219 GTK_MINIMUM = @GTK_MINIMUM@
220 INSTALL = @INSTALL@
221 INSTALL_DATA = @INSTALL_DATA@
222 INSTALL_PROGRAM = @INSTALL_PROGRAM@
223 INSTALL_SCRIPT = @INSTALL_SCRIPT@
224 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225 INSTOBJEXT = @INSTOBJEXT@
226 INTLLIBS = @INTLLIBS@
227 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
228 INTLTOOL_MERGE = @INTLTOOL_MERGE@
229 INTLTOOL_PERL = @INTLTOOL_PERL@
230 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
231 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
232 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
233 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
234 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
235 LD = @LD@
236 LDFLAGS = @LDFLAGS@
237 LIBAPPINDICATOR_CFLAGS = @LIBAPPINDICATOR_CFLAGS@
238 LIBAPPINDICATOR_LIBS = @LIBAPPINDICATOR_LIBS@
239 LIBAPPINDICATOR_MINIMUM = @LIBAPPINDICATOR_MINIMUM@
240 LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
241 LIBCURL_LIBS = @LIBCURL_LIBS@
242 LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
243 LIBEVENT_LIBS = @LIBEVENT_LIBS@
244 LIBEVENT_MINIMUM = @LIBEVENT_MINIMUM@
245 LIBNATPMP_CFLAGS = @LIBNATPMP_CFLAGS@
246 LIBNATPMP_LIBS = @LIBNATPMP_LIBS@
247 LIBNATPMP_LIBS_QT = @LIBNATPMP_LIBS_QT@
248 LIBOBJS = @LIBOBJS@
249 LIBS = @LIBS@
250 LIBTOOL = @LIBTOOL@
251 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
252 LIBUPNP_LIBS = @LIBUPNP_LIBS@
253 LIBUPNP_LIBS_QT = @LIBUPNP_LIBS_QT@
254 LIBUTP_CFLAGS = @LIBUTP_CFLAGS@
255 LIBUTP_LIBS = @LIBUTP_LIBS@
256 LIBUTP_LIBS_QT = @LIBUTP_LIBS_QT@
257 LIPO = @LIPO@
258 LN_S = @LN_S@
259 LTLIBOBJS = @LTLIBOBJS@
260 MAKEINFO = @MAKEINFO@
261 MANIFEST_TOOL = @MANIFEST_TOOL@
262 MKDIR_P = @MKDIR_P@
263 MKINSTALLDIRS = @MKINSTALLDIRS@
264 MSGFMT = @MSGFMT@
265 MSGMERGE = @MSGMERGE@
266 NM = @NM@
267 NMEDIT = @NMEDIT@
268 OBJDUMP = @OBJDUMP@
269 OBJEXT = @OBJEXT@
270 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
271 OPENSSL_LIBS = @OPENSSL_LIBS@
272 OPENSSL_MINIMUM = @OPENSSL_MINIMUM@
273 OTOOL = @OTOOL@
274 OTOOL64 = @OTOOL64@
275 PACKAGE = @PACKAGE@
276 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277 PACKAGE_NAME = @PACKAGE_NAME@
278 PACKAGE_STRING = @PACKAGE_STRING@
279 PACKAGE_TARNAME = @PACKAGE_TARNAME@
280 PACKAGE_URL = @PACKAGE_URL@
281 PACKAGE_VERSION = @PACKAGE_VERSION@
282 PATH_SEPARATOR = @PATH_SEPARATOR@
283 PEERID_PREFIX = @PEERID_PREFIX@
284 PKG_CONFIG = @PKG_CONFIG@
285 POFILES = @POFILES@
286 POSUB = @POSUB@
287 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
288 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
289 PTHREAD_CC = @PTHREAD_CC@
290 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
291 PTHREAD_LIBS = @PTHREAD_LIBS@
292 RANLIB = @RANLIB@
293 SED = @SED@
294 SET_MAKE = @SET_MAKE@
295 SHELL = @SHELL@
296 STRIP = @STRIP@
297 SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@
298 SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@
299 USERAGENT_PREFIX = @USERAGENT_PREFIX@
300 USE_NLS = @USE_NLS@
301 VERSION = @VERSION@
302 WINDRES = @WINDRES@
303 XGETTEXT = @XGETTEXT@
304 ZLIB_CFLAGS = @ZLIB_CFLAGS@
305 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
306 ZLIB_LIBS = @ZLIB_LIBS@
307 abs_builddir = @abs_builddir@
308 abs_srcdir = @abs_srcdir@
309 abs_top_builddir = @abs_top_builddir@
310 abs_top_srcdir = @abs_top_srcdir@
311 ac_ct_AR = @ac_ct_AR@
312 ac_ct_CC = @ac_ct_CC@
313 ac_ct_CXX = @ac_ct_CXX@
314 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315 acx_pthread_config = @acx_pthread_config@
316 am__include = @am__include@
317 am__leading_dot = @am__leading_dot@
318 am__quote = @am__quote@
319 am__tar = @am__tar@
320 am__untar = @am__untar@
321 bindir = @bindir@
322 build = @build@
323 build_alias = @build_alias@
324 build_cpu = @build_cpu@
325 build_os = @build_os@
326 build_vendor = @build_vendor@
327 builddir = @builddir@
328 datadir = @datadir@
329 datarootdir = @datarootdir@
330 docdir = @docdir@
331 dvidir = @dvidir@
332 exec_prefix = @exec_prefix@
333 host = @host@
334 host_alias = @host_alias@
335 host_cpu = @host_cpu@
336 host_os = @host_os@
337 host_vendor = @host_vendor@
338 htmldir = @htmldir@
339 includedir = @includedir@
340 infodir = @infodir@
341 install_sh = @install_sh@
342 intltool__v_merge_options_ = @intltool__v_merge_options_@
343 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
344 libdir = @libdir@
345 libexecdir = @libexecdir@
346 localedir = @localedir@
347 localstatedir = @localstatedir@
348 mandir = @mandir@
349 mkdir_p = @mkdir_p@
350 oldincludedir = @oldincludedir@
351 pdfdir = @pdfdir@
352 prefix = @prefix@
353 program_transform_name = @program_transform_name@
354 psdir = @psdir@
355 sbindir = @sbindir@
356 sharedstatedir = @sharedstatedir@
357 srcdir = @srcdir@
358 sysconfdir = @sysconfdir@
359 target_alias = @target_alias@
360 top_build_prefix = @top_build_prefix@
361 top_builddir = @top_builddir@
362 top_srcdir = @top_srcdir@
363 transmissionlocaledir = @transmissionlocaledir@
364 SUBDIRS = \
365 jqueryui \
366 transmission
368 all: all-recursive
370 .SUFFIXES:
371 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
372 @for dep in $?; do \
373 case '$(am__configure_deps)' in \
374 *$$dep*) \
375 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
376 && { if test -f $@; then exit 0; else break; fi; }; \
377 exit 1;; \
378 esac; \
379 done; \
380 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu web/style/Makefile'; \
381 $(am__cd) $(top_srcdir) && \
382 $(AUTOMAKE) --gnu web/style/Makefile
383 .PRECIOUS: Makefile
384 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385 @case '$?' in \
386 *config.status*) \
387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
388 *) \
389 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
390 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
391 esac;
393 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396 $(top_srcdir)/configure: $(am__configure_deps)
397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400 $(am__aclocal_m4_deps):
402 mostlyclean-libtool:
403 -rm -f *.lo
405 clean-libtool:
406 -rm -rf .libs _libs
408 # This directory's subdirectories are mostly independent; you can cd
409 # into them and run 'make' without going through this Makefile.
410 # To change the values of 'make' variables: instead of editing Makefiles,
411 # (1) if the variable is set in 'config.status', edit 'config.status'
412 # (which will cause the Makefiles to be regenerated when you run 'make');
413 # (2) otherwise, pass the desired values on the 'make' command line.
414 $(am__recursive_targets):
415 @fail=; \
416 if $(am__make_keepgoing); then \
417 failcom='fail=yes'; \
418 else \
419 failcom='exit 1'; \
420 fi; \
421 dot_seen=no; \
422 target=`echo $@ | sed s/-recursive//`; \
423 case "$@" in \
424 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
425 *) list='$(SUBDIRS)' ;; \
426 esac; \
427 for subdir in $$list; do \
428 echo "Making $$target in $$subdir"; \
429 if test "$$subdir" = "."; then \
430 dot_seen=yes; \
431 local_target="$$target-am"; \
432 else \
433 local_target="$$target"; \
434 fi; \
435 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436 || eval $$failcom; \
437 done; \
438 if test "$$dot_seen" = "no"; then \
439 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
440 fi; test -z "$$fail"
442 ID: $(am__tagged_files)
443 $(am__define_uniq_tagged_files); mkid -fID $$unique
444 tags: tags-recursive
445 TAGS: tags
447 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448 set x; \
449 here=`pwd`; \
450 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
451 include_option=--etags-include; \
452 empty_fix=.; \
453 else \
454 include_option=--include; \
455 empty_fix=; \
456 fi; \
457 list='$(SUBDIRS)'; for subdir in $$list; do \
458 if test "$$subdir" = .; then :; else \
459 test ! -f $$subdir/TAGS || \
460 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
461 fi; \
462 done; \
463 $(am__define_uniq_tagged_files); \
464 shift; \
465 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466 test -n "$$unique" || unique=$$empty_fix; \
467 if test $$# -gt 0; then \
468 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469 "$$@" $$unique; \
470 else \
471 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472 $$unique; \
473 fi; \
475 ctags: ctags-recursive
477 CTAGS: ctags
478 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479 $(am__define_uniq_tagged_files); \
480 test -z "$(CTAGS_ARGS)$$unique" \
481 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
482 $$unique
484 GTAGS:
485 here=`$(am__cd) $(top_builddir) && pwd` \
486 && $(am__cd) $(top_srcdir) \
487 && gtags -i $(GTAGS_ARGS) "$$here"
488 cscopelist: cscopelist-recursive
490 cscopelist-am: $(am__tagged_files)
491 list='$(am__tagged_files)'; \
492 case "$(srcdir)" in \
493 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
494 *) sdir=$(subdir)/$(srcdir) ;; \
495 esac; \
496 for i in $$list; do \
497 if test -f "$$i"; then \
498 echo "$(subdir)/$$i"; \
499 else \
500 echo "$$sdir/$$i"; \
501 fi; \
502 done >> $(top_builddir)/cscope.files
504 distclean-tags:
505 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
507 distdir: $(DISTFILES)
508 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510 list='$(DISTFILES)'; \
511 dist_files=`for file in $$list; do echo $$file; done | \
512 sed -e "s|^$$srcdirstrip/||;t" \
513 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
514 case $$dist_files in \
515 */*) $(MKDIR_P) `echo "$$dist_files" | \
516 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
517 sort -u` ;; \
518 esac; \
519 for file in $$dist_files; do \
520 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521 if test -d $$d/$$file; then \
522 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
523 if test -d "$(distdir)/$$file"; then \
524 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525 fi; \
526 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
528 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529 fi; \
530 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531 else \
532 test -f "$(distdir)/$$file" \
533 || cp -p $$d/$$file "$(distdir)/$$file" \
534 || exit 1; \
535 fi; \
536 done
537 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
538 if test "$$subdir" = .; then :; else \
539 $(am__make_dryrun) \
540 || test -d "$(distdir)/$$subdir" \
541 || $(MKDIR_P) "$(distdir)/$$subdir" \
542 || exit 1; \
543 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
544 $(am__relativize); \
545 new_distdir=$$reldir; \
546 dir1=$$subdir; dir2="$(top_distdir)"; \
547 $(am__relativize); \
548 new_top_distdir=$$reldir; \
549 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
550 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
551 ($(am__cd) $$subdir && \
552 $(MAKE) $(AM_MAKEFLAGS) \
553 top_distdir="$$new_top_distdir" \
554 distdir="$$new_distdir" \
555 am__remove_distdir=: \
556 am__skip_length_check=: \
557 am__skip_mode_fix=: \
558 distdir) \
559 || exit 1; \
560 fi; \
561 done
562 check-am: all-am
563 check: check-recursive
564 all-am: Makefile
565 installdirs: installdirs-recursive
566 installdirs-am:
567 install: install-recursive
568 install-exec: install-exec-recursive
569 install-data: install-data-recursive
570 uninstall: uninstall-recursive
572 install-am: all-am
573 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
575 installcheck: installcheck-recursive
576 install-strip:
577 if test -z '$(STRIP)'; then \
578 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580 install; \
581 else \
582 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
586 mostlyclean-generic:
588 clean-generic:
590 distclean-generic:
591 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
592 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
594 maintainer-clean-generic:
595 @echo "This command is intended for maintainers to use"
596 @echo "it deletes files that may require special tools to rebuild."
597 clean: clean-recursive
599 clean-am: clean-generic clean-libtool mostlyclean-am
601 distclean: distclean-recursive
602 -rm -f Makefile
603 distclean-am: clean-am distclean-generic distclean-tags
605 dvi: dvi-recursive
607 dvi-am:
609 html: html-recursive
611 html-am:
613 info: info-recursive
615 info-am:
617 install-data-am:
619 install-dvi: install-dvi-recursive
621 install-dvi-am:
623 install-exec-am:
625 install-html: install-html-recursive
627 install-html-am:
629 install-info: install-info-recursive
631 install-info-am:
633 install-man:
635 install-pdf: install-pdf-recursive
637 install-pdf-am:
639 install-ps: install-ps-recursive
641 install-ps-am:
643 installcheck-am:
645 maintainer-clean: maintainer-clean-recursive
646 -rm -f Makefile
647 maintainer-clean-am: distclean-am maintainer-clean-generic
649 mostlyclean: mostlyclean-recursive
651 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
653 pdf: pdf-recursive
655 pdf-am:
657 ps: ps-recursive
659 ps-am:
661 uninstall-am:
663 .MAKE: $(am__recursive_targets) install-am install-strip
665 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
666 check-am clean clean-generic clean-libtool cscopelist-am ctags \
667 ctags-am distclean distclean-generic distclean-libtool \
668 distclean-tags distdir dvi dvi-am html html-am info info-am \
669 install install-am install-data install-data-am install-dvi \
670 install-dvi-am install-exec install-exec-am install-html \
671 install-html-am install-info install-info-am install-man \
672 install-pdf install-pdf-am install-ps install-ps-am \
673 install-strip installcheck installcheck-am installdirs \
674 installdirs-am maintainer-clean maintainer-clean-generic \
675 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
676 ps ps-am tags tags-am uninstall uninstall-am
679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: