K2.6 patches and update.
[tomato.git] / release / src / router / libexif / contrib / examples / Makefile
blob8bbdb39ace615ac4f8d9fd790065865d60c7436c
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # contrib/examples/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 check_PROGRAMS = photographer$(EXEEXT) thumbnail$(EXEEXT) \
37 write-exif$(EXEEXT)
38 subdir = contrib/examples
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
42 $(top_srcdir)/m4m/gp-config-msg.m4 \
43 $(top_srcdir)/m4m/gp-documentation.m4 \
44 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
45 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \
46 $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
47 $(top_srcdir)/auto-m4/lib-link.m4 \
48 $(top_srcdir)/auto-m4/lib-prefix.m4 \
49 $(top_srcdir)/auto-m4/libtool.m4 \
50 $(top_srcdir)/auto-m4/ltoptions.m4 \
51 $(top_srcdir)/auto-m4/ltsugar.m4 \
52 $(top_srcdir)/auto-m4/ltversion.m4 \
53 $(top_srcdir)/auto-m4/lt~obsolete.m4 \
54 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
55 $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57 $(ACLOCAL_M4)
58 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
59 CONFIG_HEADER = $(top_builddir)/config.h
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 photographer_SOURCES = photographer.c
63 photographer_OBJECTS = photographer.$(OBJEXT)
64 photographer_LDADD = $(LDADD)
65 photographer_DEPENDENCIES = $(top_builddir)/libexif/libexif.la
66 thumbnail_SOURCES = thumbnail.c
67 thumbnail_OBJECTS = thumbnail.$(OBJEXT)
68 thumbnail_LDADD = $(LDADD)
69 thumbnail_DEPENDENCIES = $(top_builddir)/libexif/libexif.la
70 write_exif_SOURCES = write-exif.c
71 write_exif_OBJECTS = write-exif.$(OBJEXT)
72 write_exif_LDADD = $(LDADD)
73 write_exif_DEPENDENCIES = $(top_builddir)/libexif/libexif.la
74 DEFAULT_INCLUDES = -I. -I$(top_builddir)
75 depcomp = $(SHELL) $(top_srcdir)/depcomp
76 am__depfiles_maybe = depfiles
77 am__mv = mv -f
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86 $(LDFLAGS) -o $@
87 SOURCES = photographer.c thumbnail.c write-exif.c
88 DIST_SOURCES = photographer.c thumbnail.c write-exif.c
89 ETAGS = etags
90 CTAGS = ctags
91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 ACLOCAL = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run aclocal-1.11
93 AMTAR = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run tar
94 AM_CPPFLAGS = -DGETTEXT_PACKAGE=\"libexif-12\" -DLOCALEDIR=\"$(datadir)/locale\" -I$(top_srcdir) -I$(top_builddir) -g -Wall -Wmissing-declarations -Wmissing-prototypes
95 AM_LDFLAGS = -fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections -g -Wall
96 AR = mipsel-uclibc-ar
97 AUTOCONF = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run autoconf
98 AUTOHEADER = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run autoheader
99 AUTOMAKE = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run automake-1.11
100 AWK = gawk
101 CC = mipsel-uclibc-gcc
102 CCDEPMODE = depmode=gcc3
103 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections
104 CPP = mipsel-uclibc-gcc -E
105 CPPFLAGS =
106 CYGPATH_W = echo
107 DEFS = -DHAVE_CONFIG_H
108 DEPDIR = .deps
109 DOT = false
110 DOXYGEN = false
111 DOXYGEN_OUTPUT_DIR = doxygen-output
112 DSYMUTIL =
113 DUMPBIN =
114 ECHO_C =
115 ECHO_N = -n
116 ECHO_T =
117 EGREP = /bin/grep -E
118 EXEEXT =
119 FGREP = /bin/grep -F
120 GETTEXT_PACKAGE = libexif-12
121 GMSGFMT = /usr/bin/msgfmt
122 GREP = /bin/grep
123 HAVE_DOT = NO
124 HTML_APIDOC_DIR = libexif-api.html
125 HTML_APIDOC_INTERNALS_DIR = libexif-internals.html
126 INSTALL = /usr/bin/install -c
127 INSTALL_DATA = ${INSTALL} -m 644
128 INSTALL_PROGRAM = ${INSTALL}
129 INSTALL_SCRIPT = ${INSTALL}
130 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
131 INTLLIBS =
132 LD = mipsel-uclibc-ld
133 LDFLAGS = -fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections
134 LIBEXIF_AGE = 3
135 LIBEXIF_CURRENT = 15
136 LIBEXIF_CURRENT_MIN = 12
137 LIBEXIF_REVISION = 1
138 LIBEXIF_VERSION_INFO = 15:1:3
139 LIBICONV =
140 LIBINTL =
141 LIBOBJS =
142 LIBS = -lm
143 LIBTOOL = $(SHELL) $(top_builddir)/libtool
144 LIPO =
145 LN_S = ln -s
146 LTLIBICONV =
147 LTLIBINTL =
148 LTLIBOBJS =
149 MAINT = #
150 MAKEINFO = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/missing --run makeinfo
151 MKDIR_P = /bin/mkdir -p
152 MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs
153 MSGFMT = /usr/bin/msgfmt
154 MSGMERGE = /usr/bin/msgmerge
155 NM = mipsel-uclibc-nm
156 NMEDIT =
157 OBJDUMP = mipsel-linux-objdump
158 OBJEXT = o
159 OTOOL =
160 OTOOL64 =
161 PACKAGE = libexif
162 PACKAGE_BUGREPORT = libexif-devel@lists.sourceforge.net
163 PACKAGE_NAME = EXIF library
164 PACKAGE_STRING = EXIF library 0.6.19
165 PACKAGE_TARNAME = libexif
166 PACKAGE_URL =
167 PACKAGE_VERSION = 0.6.19
168 PATH_SEPARATOR = :
169 POSUB =
170 RANLIB = mipsel-uclibc-ranlib
171 SED = /bin/sed
172 SET_MAKE =
173 SHELL = /bin/sh
174 STRIP = mipsel-uclibc-strip -R .note -R .comment
175 USE_NLS = no
176 VERSION = 0.6.19
177 XGETTEXT = /usr/bin/xgettext
178 abs_builddir = /home/vicente/repos/tomato/release/src/router/libexif/contrib/examples
179 abs_srcdir = /home/vicente/repos/tomato/release/src/router/libexif/contrib/examples
180 abs_top_builddir = /home/vicente/repos/tomato/release/src/router/libexif
181 abs_top_srcdir = /home/vicente/repos/tomato/release/src/router/libexif
182 ac_ct_CC =
183 ac_ct_DUMPBIN =
184 am__include = include
185 am__leading_dot = .
186 am__quote =
187 am__tar = ${AMTAR} chof - "$$tardir"
188 am__untar = ${AMTAR} xf -
189 bindir = ${exec_prefix}/bin
190 build = x86_64-pc-linux-gnu
191 build_alias = x86_64-linux-gnu
192 build_cpu = x86_64
193 build_os = linux-gnu
194 build_vendor = pc
195 builddir = .
196 datadir = ${datarootdir}
197 datarootdir = ${prefix}/share
198 docdir = ${prefix}/share/doc/libexif
199 dvidir = ${docdir}
200 exec_prefix = ${prefix}
201 host = mipsel-unknown-linux-gnu
202 host_alias = mipsel-linux
203 host_cpu = mipsel
204 host_os = linux-gnu
205 host_vendor = unknown
206 htmldir = ${docdir}
207 includedir = ${prefix}/include
208 infodir = ${datarootdir}/info
209 install_sh = ${SHELL} /home/vicente/repos/tomato/release/src/router/libexif/install-sh
210 libdir = ${exec_prefix}/lib
211 libexecdir = ${exec_prefix}/libexec
212 localedir = $(datadir)/locale
213 localstatedir = ${prefix}/var
214 lt_ECHO = echo
215 mandir = ${datarootdir}/man
216 mkdir_p = /bin/mkdir -p
217 oldincludedir = /usr/include
218 pdfdir = ${docdir}
219 prefix =
220 program_transform_name = s,x,x,
221 psdir = ${docdir}
222 sbindir = ${exec_prefix}/sbin
223 sharedstatedir = ${prefix}/com
224 srcdir = .
225 sysconfdir = ${prefix}/etc
226 target_alias =
227 top_build_prefix = ../../
228 top_builddir = ../..
229 top_srcdir = ../..
231 # Example programs with dependencies other than plain libexif
232 COMPLICATED_EXAMPLES = cam_features.c
234 # Build just the simple examples as a sanity check, but include them all in
235 # the source archive
236 EXTRA_DIST = $(COMPLICATED_EXAMPLES)
237 LDADD = $(top_builddir)/libexif/libexif.la
238 all: all-am
240 .SUFFIXES:
241 .SUFFIXES: .c .lo .o .obj
242 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
243 @for dep in $?; do \
244 case '$(am__configure_deps)' in \
245 *$$dep*) \
246 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
247 && { if test -f $@; then exit 0; else break; fi; }; \
248 exit 1;; \
249 esac; \
250 done; \
251 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/examples/Makefile'; \
252 $(am__cd) $(top_srcdir) && \
253 $(AUTOMAKE) --gnu contrib/examples/Makefile
254 .PRECIOUS: Makefile
255 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256 @case '$?' in \
257 *config.status*) \
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259 *) \
260 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
261 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262 esac;
264 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267 $(top_srcdir)/configure: # $(am__configure_deps)
268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(am__aclocal_m4_deps):
273 clean-checkPROGRAMS:
274 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
275 echo " rm -f" $$list; \
276 rm -f $$list || exit $$?; \
277 test -n "$(EXEEXT)" || exit 0; \
278 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
279 echo " rm -f" $$list; \
280 rm -f $$list
281 photographer$(EXEEXT): $(photographer_OBJECTS) $(photographer_DEPENDENCIES)
282 @rm -f photographer$(EXEEXT)
283 $(LINK) $(photographer_OBJECTS) $(photographer_LDADD) $(LIBS)
284 thumbnail$(EXEEXT): $(thumbnail_OBJECTS) $(thumbnail_DEPENDENCIES)
285 @rm -f thumbnail$(EXEEXT)
286 $(LINK) $(thumbnail_OBJECTS) $(thumbnail_LDADD) $(LIBS)
287 write-exif$(EXEEXT): $(write_exif_OBJECTS) $(write_exif_DEPENDENCIES)
288 @rm -f write-exif$(EXEEXT)
289 $(LINK) $(write_exif_OBJECTS) $(write_exif_LDADD) $(LIBS)
291 mostlyclean-compile:
292 -rm -f *.$(OBJEXT)
294 distclean-compile:
295 -rm -f *.tab.c
297 include ./$(DEPDIR)/photographer.Po
298 include ./$(DEPDIR)/thumbnail.Po
299 include ./$(DEPDIR)/write-exif.Po
301 .c.o:
302 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
303 $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
304 # source='$<' object='$@' libtool=no \
305 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
306 # $(COMPILE) -c $<
308 .c.obj:
309 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
310 $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
311 # source='$<' object='$@' libtool=no \
312 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
313 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
315 .c.lo:
316 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
317 $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
318 # source='$<' object='$@' libtool=yes \
319 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
320 # $(LTCOMPILE) -c -o $@ $<
322 mostlyclean-libtool:
323 -rm -f *.lo
325 clean-libtool:
326 -rm -rf .libs _libs
328 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
329 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
330 unique=`for i in $$list; do \
331 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332 done | \
333 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
334 END { if (nonempty) { for (i in files) print i; }; }'`; \
335 mkid -fID $$unique
336 tags: TAGS
338 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
339 $(TAGS_FILES) $(LISP)
340 set x; \
341 here=`pwd`; \
342 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343 unique=`for i in $$list; do \
344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345 done | \
346 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
347 END { if (nonempty) { for (i in files) print i; }; }'`; \
348 shift; \
349 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
350 test -n "$$unique" || unique=$$empty_fix; \
351 if test $$# -gt 0; then \
352 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
353 "$$@" $$unique; \
354 else \
355 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
356 $$unique; \
357 fi; \
359 ctags: CTAGS
360 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
361 $(TAGS_FILES) $(LISP)
362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363 unique=`for i in $$list; do \
364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 done | \
366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367 END { if (nonempty) { for (i in files) print i; }; }'`; \
368 test -z "$(CTAGS_ARGS)$$unique" \
369 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
370 $$unique
372 GTAGS:
373 here=`$(am__cd) $(top_builddir) && pwd` \
374 && $(am__cd) $(top_srcdir) \
375 && gtags -i $(GTAGS_ARGS) "$$here"
377 distclean-tags:
378 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
380 distdir: $(DISTFILES)
381 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
383 list='$(DISTFILES)'; \
384 dist_files=`for file in $$list; do echo $$file; done | \
385 sed -e "s|^$$srcdirstrip/||;t" \
386 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
387 case $$dist_files in \
388 */*) $(MKDIR_P) `echo "$$dist_files" | \
389 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
390 sort -u` ;; \
391 esac; \
392 for file in $$dist_files; do \
393 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394 if test -d $$d/$$file; then \
395 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
396 if test -d "$(distdir)/$$file"; then \
397 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
398 fi; \
399 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
400 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
401 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
402 fi; \
403 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
404 else \
405 test -f "$(distdir)/$$file" \
406 || cp -p $$d/$$file "$(distdir)/$$file" \
407 || exit 1; \
408 fi; \
409 done
410 check-am: all-am
411 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
412 check: check-am
413 all-am: Makefile
414 installdirs:
415 install: install-am
416 install-exec: install-exec-am
417 install-data: install-data-am
418 uninstall: uninstall-am
420 install-am: all-am
421 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
423 installcheck: installcheck-am
424 install-strip:
425 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427 `test -z '$(STRIP)' || \
428 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
429 mostlyclean-generic:
431 clean-generic:
433 distclean-generic:
434 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
435 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
437 maintainer-clean-generic:
438 @echo "This command is intended for maintainers to use"
439 @echo "it deletes files that may require special tools to rebuild."
440 clean: clean-am
442 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
443 mostlyclean-am
445 distclean: distclean-am
446 -rm -rf ./$(DEPDIR)
447 -rm -f Makefile
448 distclean-am: clean-am distclean-compile distclean-generic \
449 distclean-tags
451 dvi: dvi-am
453 dvi-am:
455 html: html-am
457 html-am:
459 info: info-am
461 info-am:
463 install-data-am:
465 install-dvi: install-dvi-am
467 install-dvi-am:
469 install-exec-am:
471 install-html: install-html-am
473 install-html-am:
475 install-info: install-info-am
477 install-info-am:
479 install-man:
481 install-pdf: install-pdf-am
483 install-pdf-am:
485 install-ps: install-ps-am
487 install-ps-am:
489 installcheck-am:
491 maintainer-clean: maintainer-clean-am
492 -rm -rf ./$(DEPDIR)
493 -rm -f Makefile
494 maintainer-clean-am: distclean-am maintainer-clean-generic
496 mostlyclean: mostlyclean-am
498 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
499 mostlyclean-libtool
501 pdf: pdf-am
503 pdf-am:
505 ps: ps-am
507 ps-am:
509 uninstall-am:
511 .MAKE: check-am install-am install-strip
513 .PHONY: CTAGS GTAGS all all-am check check-am clean \
514 clean-checkPROGRAMS clean-generic clean-libtool ctags \
515 distclean distclean-compile distclean-generic \
516 distclean-libtool distclean-tags distdir dvi dvi-am html \
517 html-am info info-am install install-am install-data \
518 install-data-am install-dvi install-dvi-am install-exec \
519 install-exec-am install-html install-html-am install-info \
520 install-info-am install-man install-pdf install-pdf-am \
521 install-ps install-ps-am install-strip installcheck \
522 installcheck-am installdirs maintainer-clean \
523 maintainer-clean-generic mostlyclean mostlyclean-compile \
524 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
525 tags uninstall uninstall-am
528 # Tell versions [3.59,3.63) of GNU make to not export all variables.
529 # Otherwise a system limit (for SysV at least) may be exceeded.
530 .NOEXPORT: