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,
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
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
)
35 build_triplet
= x86_64-pc-linux-gnu
36 host_triplet
= mipsel-unknown-linux-gnu
38 DIST_COMMON
= $(dist_data_DATA
) $(srcdir)/Makefile.am \
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
) \
49 mkinstalldirs
= $(install_sh
) -d
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
))
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/||"`;; \
72 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
74 am__nobase_strip_setup
= \
75 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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 \
97 DIST_SUBDIRS
= $(SUBDIRS
)
98 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
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"`; \
112 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
113 if
test "$$first2" = "$$first"; then \
114 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
118 dir0
="$$dir0"/"$$first"; \
121 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
124 ACLOCAL
= ${SHELL} /root
/openwrt
/tomato.git-dev
/src
/router
/transmission
/missing
--run aclocal-1.11
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
133 CANBERRA_MINIMUM
= 0.10
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
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
154 DHT_CFLAGS
= -I
$(top_srcdir
)/third-party
/dht
155 DHT_LIBS
= $(top_builddir
)/third-party
/dht
/libdht.a
166 GCONF2_MINIMUM
= 2.20.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
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
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
203 LIBNOTIFY_MINIMUM
= 0.4.3
206 LIBTOOL
= $(SHELL
) $(top_builddir
)/libtool
210 MAKEINFO
= ${SHELL} /root
/openwrt
/tomato.git-dev
/src
/router
/transmission
/missing
--run
makeinfo
211 MKDIR_P
= /bin
/mkdir
-p
215 NM
= mipsel-uclibc-nm
217 OBJDUMP
= mipsel-linux-objdump
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
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
230 PACKAGE_VERSION
= 2.22
232 PEERID_PREFIX
= -TR2220-
233 PKG_CONFIG
= /usr
/bin
/pkg-config
236 PO_IN_DATADIR_FALSE
=
238 PTHREAD_CC
= mipsel-uclibc-gcc
239 PTHREAD_CFLAGS
= -pthread
241 RANLIB
= mipsel-uclibc-ranlib
245 STRIP
= mipsel-uclibc-strip
246 USERAGENT_PREFIX
= 2.22
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
262 am__include
= include
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
274 datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
275 datarootdir
= ${prefix}/share
276 docdir
= ${datarootdir}/doc
/${PACKAGE_TARNAME}
278 exec_prefix = ${prefix}
279 host
= mipsel-unknown-linux-gnu
280 host_alias
= mipsel-linux
283 host_vendor
= unknown
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
293 mandir = ${datarootdir}/man
294 mkdir_p
= /bin
/mkdir
-p
295 oldincludedir = /usr
/include
298 program_transform_name
= s
,x
,x
,
300 sbindir
= ${exec_prefix}/sbin
301 sharedstatedir
= ${prefix}/com
303 sysconfdir
= ${prefix}/etc
305 top_build_prefix
= ..
/..
/
308 transmissionlocaledir
=
322 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
324 case
'$(am__configure_deps)' in \
326 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
327 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
331 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu web/images/Makefile'; \
332 $(am__cd
) $(top_srcdir
) && \
333 $(AUTOMAKE
) --gnu web
/images
/Makefile
335 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
338 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
340 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
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
):
358 install-dist_dataDATA
: $(dist_data_DATA
)
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
; \
365 done |
$(am__base_list
) | \
366 while read files
; do \
367 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \
368 $(INSTALL_DATA
) $$files "$(DESTDIR)$(datadir)" || exit
$$?
; \
371 uninstall-dist_dataDATA
:
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 \
390 *k
*) failcom
='fail=yes';; \
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 \
399 local_target
="$$target-am"; \
401 local_target
="$$target"; \
403 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
406 if
test "$$dot_seen" = "no"; then \
407 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
410 $(RECURSIVE_CLEAN_TARGETS
):
411 @fail
= failcom
='exit 1'; \
412 for f in x
$$MAKEFLAGS; do \
415 *k
*) failcom
='fail=yes';; \
420 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
421 *) list
='$(SUBDIRS)' ;; \
423 rev
=''; for subdir in
$$list; do \
424 if
test "$$subdir" = "."; then
:; else \
425 rev
="$$subdir $$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"; \
435 local_target
="$$target"; \
437 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
439 done
&& test -z
"$$fail"
441 list
='$(SUBDIRS)'; for subdir in
$$list; do \
442 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
445 list
='$(SUBDIRS)'; for subdir in
$$list; do \
446 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
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; \
454 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455 END { if (nonempty) { for (i in files) print i; }; }'`; \
459 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
460 $(TAGS_FILES
) $(LISP
)
463 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
464 include_option
=--etags-include
; \
467 include_option
=--include; \
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"; \
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; \
480 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
) \
489 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
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; \
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
) \
507 here
=`$(am__cd) $(top_builddir) && pwd` \
508 && $(am__cd
) $(top_srcdir
) \
509 && gtags
-i
$(GTAGS_ARGS
) "$$here"
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,/[^/]*$$,,' | \
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
{} \
;; \
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
{} \
;; \
537 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
539 test -f
"$(distdir)/$$file" \
540 || cp
-p
$$d/$$file "$(distdir)/$$file" \
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" \
551 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
552 if
test "$$subdir" = .
; then
:; else \
553 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
555 new_distdir
=$$reldir; \
556 dir1
=$$subdir; dir2
="$(top_distdir)"; \
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
=: \
573 check: check-recursive
574 all-am
: Makefile
$(DATA
)
575 installdirs: installdirs-recursive
577 for
dir in
"$(DESTDIR)$(datadir)"; do \
578 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
580 install: install-recursive
581 install-exec
: install-exec-recursive
582 install-data
: install-data-recursive
583 uninstall: uninstall-recursive
586 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
588 installcheck: installcheck-recursive
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
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
611 distclean-am
: clean-am distclean-generic distclean-tags
625 install-data-am
: install-dist_dataDATA
627 install-dvi
: install-dvi-recursive
633 install-html
: install-html-recursive
637 install-info
: install-info-recursive
643 install-pdf
: install-pdf-recursive
647 install-ps
: install-ps-recursive
653 maintainer-clean
: maintainer-clean-recursive
655 maintainer-clean-am
: distclean-am maintainer-clean-generic
657 mostlyclean: mostlyclean-recursive
659 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
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.