K2.6 patches and update.
[tomato.git] / release / src / router / libexif / contrib / Makefile
blobbecff47993cac929e932d65b5b7a87df762533f6
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # contrib/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.
18 pkgdatadir = $(datadir)/libexif
19 pkgincludedir = $(includedir)/libexif
20 pkglibdir = $(libdir)/libexif
21 pkglibexecdir = $(libexecdir)/libexif
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = x86_64-pc-linux-gnu
35 host_triplet = mipsel-unknown-linux-gnu
36 subdir = contrib
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
40 $(top_srcdir)/m4m/gp-config-msg.m4 \
41 $(top_srcdir)/m4m/gp-documentation.m4 \
42 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
43 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \
44 $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
45 $(top_srcdir)/auto-m4/lib-link.m4 \
46 $(top_srcdir)/auto-m4/lib-prefix.m4 \
47 $(top_srcdir)/auto-m4/libtool.m4 \
48 $(top_srcdir)/auto-m4/ltoptions.m4 \
49 $(top_srcdir)/auto-m4/ltsugar.m4 \
50 $(top_srcdir)/auto-m4/ltversion.m4 \
51 $(top_srcdir)/auto-m4/lt~obsolete.m4 \
52 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
53 $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 $(ACLOCAL_M4)
56 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
57 CONFIG_HEADER = $(top_builddir)/config.h
58 CONFIG_CLEAN_FILES =
59 CONFIG_CLEAN_VPATH_FILES =
60 SOURCES =
61 DIST_SOURCES =
62 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63 html-recursive info-recursive install-data-recursive \
64 install-dvi-recursive install-exec-recursive \
65 install-html-recursive install-info-recursive \
66 install-pdf-recursive install-ps-recursive install-recursive \
67 installcheck-recursive installdirs-recursive pdf-recursive \
68 ps-recursive uninstall-recursive
69 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70 distclean-recursive maintainer-clean-recursive
71 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
72 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
73 distdir
74 ETAGS = etags
75 CTAGS = ctags
76 DIST_SUBDIRS = $(SUBDIRS)
77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 am__relativize = \
79 dir0=`pwd`; \
80 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
81 sed_rest='s,^[^/]*/*,,'; \
82 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
83 sed_butlast='s,/*[^/]*$$,,'; \
84 while test -n "$$dir1"; do \
85 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
86 if test "$$first" != "."; then \
87 if test "$$first" = ".."; then \
88 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
89 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
90 else \
91 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
92 if test "$$first2" = "$$first"; then \
93 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
94 else \
95 dir2="../$$dir2"; \
96 fi; \
97 dir0="$$dir0"/"$$first"; \
98 fi; \
99 fi; \
100 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
101 done; \
102 reldir="$$dir2"
103 ACLOCAL = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run aclocal-1.11
104 AMTAR = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run tar
105 AM_CPPFLAGS = -DGETTEXT_PACKAGE=\"libexif-12\" -DLOCALEDIR=\"$(datadir)/locale\" -I$(top_srcdir) -I$(top_builddir) -g -Wall -Wmissing-declarations -Wmissing-prototypes
106 AM_LDFLAGS = -fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections -g -Wall
107 AR = mipsel-uclibc-ar
108 AUTOCONF = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run autoconf
109 AUTOHEADER = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run autoheader
110 AUTOMAKE = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run automake-1.11
111 AWK = gawk
112 CC = mipsel-uclibc-gcc
113 CCDEPMODE = depmode=gcc3
114 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections
115 CPP = mipsel-uclibc-gcc -E
116 CPPFLAGS =
117 CYGPATH_W = echo
118 DEFS = -DHAVE_CONFIG_H
119 DEPDIR = .deps
120 DOT = false
121 DOXYGEN = false
122 DOXYGEN_OUTPUT_DIR = doxygen-output
123 DSYMUTIL =
124 DUMPBIN =
125 ECHO_C =
126 ECHO_N = -n
127 ECHO_T =
128 EGREP = /bin/grep -E
129 EXEEXT =
130 FGREP = /bin/grep -F
131 GETTEXT_PACKAGE = libexif-12
132 GMSGFMT = /usr/bin/msgfmt
133 GREP = /bin/grep
134 HAVE_DOT = NO
135 HTML_APIDOC_DIR = libexif-api.html
136 HTML_APIDOC_INTERNALS_DIR = libexif-internals.html
137 INSTALL = /usr/bin/install -c
138 INSTALL_DATA = ${INSTALL} -m 644
139 INSTALL_PROGRAM = ${INSTALL}
140 INSTALL_SCRIPT = ${INSTALL}
141 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
142 INTLLIBS =
143 LD = mipsel-uclibc-ld
144 LDFLAGS = -fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections
145 LIBEXIF_AGE = 3
146 LIBEXIF_CURRENT = 15
147 LIBEXIF_CURRENT_MIN = 12
148 LIBEXIF_REVISION = 1
149 LIBEXIF_VERSION_INFO = 15:1:3
150 LIBICONV =
151 LIBINTL =
152 LIBOBJS =
153 LIBS = -lm
154 LIBTOOL = $(SHELL) $(top_builddir)/libtool
155 LIPO =
156 LN_S = ln -s
157 LTLIBICONV =
158 LTLIBINTL =
159 LTLIBOBJS =
160 MAINT = #
161 MAKEINFO = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run makeinfo
162 MKDIR_P = /bin/mkdir -p
163 MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs
164 MSGFMT = /usr/bin/msgfmt
165 MSGMERGE = /usr/bin/msgmerge
166 NM = mipsel-uclibc-nm
167 NMEDIT =
168 OBJDUMP = mipsel-linux-objdump
169 OBJEXT = o
170 OTOOL =
171 OTOOL64 =
172 PACKAGE = libexif
173 PACKAGE_BUGREPORT = libexif-devel@lists.sourceforge.net
174 PACKAGE_NAME = EXIF library
175 PACKAGE_STRING = EXIF library 0.6.19
176 PACKAGE_TARNAME = libexif
177 PACKAGE_URL =
178 PACKAGE_VERSION = 0.6.19
179 PATH_SEPARATOR = :
180 POSUB =
181 RANLIB = mipsel-uclibc-ranlib
182 SED = /bin/sed
183 SET_MAKE =
184 SHELL = /bin/sh
185 STRIP = mipsel-uclibc-strip -R .note -R .comment
186 USE_NLS = no
187 VERSION = 0.6.19
188 XGETTEXT = /usr/bin/xgettext
189 abs_builddir = /home/vicente/repos/tomato/release/src/router/libexif/contrib
190 abs_srcdir = /home/vicente/repos/tomato/release/src/router/libexif/contrib
191 abs_top_builddir = /home/vicente/repos/tomato/release/src/router/libexif
192 abs_top_srcdir = /home/vicente/repos/tomato/release/src/router/libexif
193 ac_ct_CC =
194 ac_ct_DUMPBIN =
195 am__include = include
196 am__leading_dot = .
197 am__quote =
198 am__tar = ${AMTAR} chof - "$$tardir"
199 am__untar = ${AMTAR} xf -
200 bindir = ${exec_prefix}/bin
201 build = x86_64-pc-linux-gnu
202 build_alias = x86_64-linux-gnu
203 build_cpu = x86_64
204 build_os = linux-gnu
205 build_vendor = pc
206 builddir = .
207 datadir = ${datarootdir}
208 datarootdir = ${prefix}/share
209 docdir = ${prefix}/share/doc/libexif
210 dvidir = ${docdir}
211 exec_prefix = ${prefix}
212 host = mipsel-unknown-linux-gnu
213 host_alias = mipsel-linux
214 host_cpu = mipsel
215 host_os = linux-gnu
216 host_vendor = unknown
217 htmldir = ${docdir}
218 includedir = ${prefix}/include
219 infodir = ${datarootdir}/info
220 install_sh = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/install-sh
221 libdir = ${exec_prefix}/lib
222 libexecdir = ${exec_prefix}/libexec
223 localedir = $(datadir)/locale
224 localstatedir = ${prefix}/var
225 lt_ECHO = echo
226 mandir = ${datarootdir}/man
227 mkdir_p = /bin/mkdir -p
228 oldincludedir = /usr/include
229 pdfdir = ${docdir}
230 prefix =
231 program_transform_name = s,x,x,
232 psdir = ${docdir}
233 sbindir = ${exec_prefix}/sbin
234 sharedstatedir = ${prefix}/com
235 srcdir = .
236 sysconfdir = ${prefix}/etc
237 target_alias =
238 top_build_prefix = ../
239 top_builddir = ..
240 top_srcdir = ..
241 SUBDIRS = examples
243 # The c++ and aolserver contrib directories are out of date and are
244 # are pointless to distribute in the offical source release.
245 EXTRA_DIST = watcom/Makefile watcom/_stdint.h
246 all: all-recursive
248 .SUFFIXES:
249 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
250 @for dep in $?; do \
251 case '$(am__configure_deps)' in \
252 *$$dep*) \
253 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
254 && { if test -f $@; then exit 0; else break; fi; }; \
255 exit 1;; \
256 esac; \
257 done; \
258 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile'; \
259 $(am__cd) $(top_srcdir) && \
260 $(AUTOMAKE) --gnu contrib/Makefile
261 .PRECIOUS: Makefile
262 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263 @case '$?' in \
264 *config.status*) \
265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266 *) \
267 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269 esac;
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274 $(top_srcdir)/configure: # $(am__configure_deps)
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278 $(am__aclocal_m4_deps):
280 mostlyclean-libtool:
281 -rm -f *.lo
283 clean-libtool:
284 -rm -rf .libs _libs
286 # This directory's subdirectories are mostly independent; you can cd
287 # into them and run `make' without going through this Makefile.
288 # To change the values of `make' variables: instead of editing Makefiles,
289 # (1) if the variable is set in `config.status', edit `config.status'
290 # (which will cause the Makefiles to be regenerated when you run `make');
291 # (2) otherwise, pass the desired values on the `make' command line.
292 $(RECURSIVE_TARGETS):
293 @failcom='exit 1'; \
294 for f in x $$MAKEFLAGS; do \
295 case $$f in \
296 *=* | --[!k]*);; \
297 *k*) failcom='fail=yes';; \
298 esac; \
299 done; \
300 dot_seen=no; \
301 target=`echo $@ | sed s/-recursive//`; \
302 list='$(SUBDIRS)'; for subdir in $$list; do \
303 echo "Making $$target in $$subdir"; \
304 if test "$$subdir" = "."; then \
305 dot_seen=yes; \
306 local_target="$$target-am"; \
307 else \
308 local_target="$$target"; \
309 fi; \
310 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
311 || eval $$failcom; \
312 done; \
313 if test "$$dot_seen" = "no"; then \
314 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
315 fi; test -z "$$fail"
317 $(RECURSIVE_CLEAN_TARGETS):
318 @failcom='exit 1'; \
319 for f in x $$MAKEFLAGS; do \
320 case $$f in \
321 *=* | --[!k]*);; \
322 *k*) failcom='fail=yes';; \
323 esac; \
324 done; \
325 dot_seen=no; \
326 case "$@" in \
327 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
328 *) list='$(SUBDIRS)' ;; \
329 esac; \
330 rev=''; for subdir in $$list; do \
331 if test "$$subdir" = "."; then :; else \
332 rev="$$subdir $$rev"; \
333 fi; \
334 done; \
335 rev="$$rev ."; \
336 target=`echo $@ | sed s/-recursive//`; \
337 for subdir in $$rev; do \
338 echo "Making $$target in $$subdir"; \
339 if test "$$subdir" = "."; then \
340 local_target="$$target-am"; \
341 else \
342 local_target="$$target"; \
343 fi; \
344 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
345 || eval $$failcom; \
346 done && test -z "$$fail"
347 tags-recursive:
348 list='$(SUBDIRS)'; for subdir in $$list; do \
349 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
350 done
351 ctags-recursive:
352 list='$(SUBDIRS)'; for subdir in $$list; do \
353 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
354 done
356 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
357 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358 unique=`for i in $$list; do \
359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360 done | \
361 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362 END { if (nonempty) { for (i in files) print i; }; }'`; \
363 mkid -fID $$unique
364 tags: TAGS
366 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
367 $(TAGS_FILES) $(LISP)
368 set x; \
369 here=`pwd`; \
370 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
371 include_option=--etags-include; \
372 empty_fix=.; \
373 else \
374 include_option=--include; \
375 empty_fix=; \
376 fi; \
377 list='$(SUBDIRS)'; for subdir in $$list; do \
378 if test "$$subdir" = .; then :; else \
379 test ! -f $$subdir/TAGS || \
380 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
381 fi; \
382 done; \
383 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384 unique=`for i in $$list; do \
385 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386 done | \
387 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388 END { if (nonempty) { for (i in files) print i; }; }'`; \
389 shift; \
390 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391 test -n "$$unique" || unique=$$empty_fix; \
392 if test $$# -gt 0; then \
393 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394 "$$@" $$unique; \
395 else \
396 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397 $$unique; \
398 fi; \
400 ctags: CTAGS
401 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
402 $(TAGS_FILES) $(LISP)
403 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
404 unique=`for i in $$list; do \
405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406 done | \
407 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408 END { if (nonempty) { for (i in files) print i; }; }'`; \
409 test -z "$(CTAGS_ARGS)$$unique" \
410 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411 $$unique
413 GTAGS:
414 here=`$(am__cd) $(top_builddir) && pwd` \
415 && $(am__cd) $(top_srcdir) \
416 && gtags -i $(GTAGS_ARGS) "$$here"
418 distclean-tags:
419 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
421 distdir: $(DISTFILES)
422 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424 list='$(DISTFILES)'; \
425 dist_files=`for file in $$list; do echo $$file; done | \
426 sed -e "s|^$$srcdirstrip/||;t" \
427 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
428 case $$dist_files in \
429 */*) $(MKDIR_P) `echo "$$dist_files" | \
430 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
431 sort -u` ;; \
432 esac; \
433 for file in $$dist_files; do \
434 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435 if test -d $$d/$$file; then \
436 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
437 if test -d "$(distdir)/$$file"; then \
438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439 fi; \
440 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
441 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
442 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443 fi; \
444 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
445 else \
446 test -f "$(distdir)/$$file" \
447 || cp -p $$d/$$file "$(distdir)/$$file" \
448 || exit 1; \
449 fi; \
450 done
451 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
452 if test "$$subdir" = .; then :; else \
453 test -d "$(distdir)/$$subdir" \
454 || $(MKDIR_P) "$(distdir)/$$subdir" \
455 || exit 1; \
456 fi; \
457 done
458 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
459 if test "$$subdir" = .; then :; else \
460 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
461 $(am__relativize); \
462 new_distdir=$$reldir; \
463 dir1=$$subdir; dir2="$(top_distdir)"; \
464 $(am__relativize); \
465 new_top_distdir=$$reldir; \
466 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
467 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
468 ($(am__cd) $$subdir && \
469 $(MAKE) $(AM_MAKEFLAGS) \
470 top_distdir="$$new_top_distdir" \
471 distdir="$$new_distdir" \
472 am__remove_distdir=: \
473 am__skip_length_check=: \
474 am__skip_mode_fix=: \
475 distdir) \
476 || exit 1; \
477 fi; \
478 done
479 check-am: all-am
480 check: check-recursive
481 all-am: Makefile
482 installdirs: installdirs-recursive
483 installdirs-am:
484 install: install-recursive
485 install-exec: install-exec-recursive
486 install-data: install-data-recursive
487 uninstall: uninstall-recursive
489 install-am: all-am
490 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
492 installcheck: installcheck-recursive
493 install-strip:
494 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496 `test -z '$(STRIP)' || \
497 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
498 mostlyclean-generic:
500 clean-generic:
502 distclean-generic:
503 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
504 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
506 maintainer-clean-generic:
507 @echo "This command is intended for maintainers to use"
508 @echo "it deletes files that may require special tools to rebuild."
509 clean: clean-recursive
511 clean-am: clean-generic clean-libtool mostlyclean-am
513 distclean: distclean-recursive
514 -rm -f Makefile
515 distclean-am: clean-am distclean-generic distclean-tags
517 dvi: dvi-recursive
519 dvi-am:
521 html: html-recursive
523 html-am:
525 info: info-recursive
527 info-am:
529 install-data-am:
531 install-dvi: install-dvi-recursive
533 install-dvi-am:
535 install-exec-am:
537 install-html: install-html-recursive
539 install-html-am:
541 install-info: install-info-recursive
543 install-info-am:
545 install-man:
547 install-pdf: install-pdf-recursive
549 install-pdf-am:
551 install-ps: install-ps-recursive
553 install-ps-am:
555 installcheck-am:
557 maintainer-clean: maintainer-clean-recursive
558 -rm -f Makefile
559 maintainer-clean-am: distclean-am maintainer-clean-generic
561 mostlyclean: mostlyclean-recursive
563 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
565 pdf: pdf-recursive
567 pdf-am:
569 ps: ps-recursive
571 ps-am:
573 uninstall-am:
575 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
576 install-am install-strip tags-recursive
578 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
579 all all-am check check-am clean clean-generic clean-libtool \
580 ctags ctags-recursive distclean distclean-generic \
581 distclean-libtool distclean-tags distdir dvi dvi-am html \
582 html-am info info-am install install-am install-data \
583 install-data-am install-dvi install-dvi-am install-exec \
584 install-exec-am install-html install-html-am install-info \
585 install-info-am install-man install-pdf install-pdf-am \
586 install-ps install-ps-am install-strip installcheck \
587 installcheck-am installdirs installdirs-am maintainer-clean \
588 maintainer-clean-generic mostlyclean mostlyclean-generic \
589 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
590 uninstall uninstall-am
593 # Tell versions [3.59,3.63) of GNU make to not export all variables.
594 # Otherwise a system limit (for SysV at least) may be exceeded.
595 .NOEXPORT: