iotivity 0.9.0
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / test / plugins-source / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, 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.
10
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.
15
16 @SET_MAKE@
17
18 # Copyright 2007 Johannes Lehtinen
19 # This Makefile is free software; Johannes Lehtinen gives unlimited
20 # permission to copy, distribute and modify it.
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 subdir = test/plugins-source
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 SOURCES =
51 DIST_SOURCES =
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53         html-recursive info-recursive install-data-recursive \
54         install-dvi-recursive install-exec-recursive \
55         install-html-recursive install-info-recursive \
56         install-pdf-recursive install-ps-recursive install-recursive \
57         installcheck-recursive installdirs-recursive pdf-recursive \
58         ps-recursive uninstall-recursive
59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60   distclean-recursive maintainer-clean-recursive
61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
62         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
63         distdir
64 ETAGS = etags
65 CTAGS = ctags
66 DIST_SUBDIRS = $(SUBDIRS)
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68 am__relativize = \
69   dir0=`pwd`; \
70   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
71   sed_rest='s,^[^/]*/*,,'; \
72   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
73   sed_butlast='s,/*[^/]*$$,,'; \
74   while test -n "$$dir1"; do \
75     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
76     if test "$$first" != "."; then \
77       if test "$$first" = ".."; then \
78         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
79         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
80       else \
81         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
82         if test "$$first2" = "$$first"; then \
83           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
84         else \
85           dir2="../$$dir2"; \
86         fi; \
87         dir0="$$dir0"/"$$first"; \
88       fi; \
89     fi; \
90     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
91   done; \
92   reldir="$$dir2"
93 ACLOCAL = @ACLOCAL@
94 AMTAR = @AMTAR@
95 AR = @AR@
96 AS = @AS@
97 AUTOCONF = @AUTOCONF@
98 AUTOHEADER = @AUTOHEADER@
99 AUTOMAKE = @AUTOMAKE@
100 AWK = @AWK@
101 CC = @CC@
102 CCDEPMODE = @CCDEPMODE@
103 CFLAGS = @CFLAGS@
104 CPLUFF_LOADER = @CPLUFF_LOADER@
105 CPP = @CPP@
106 CPPFLAGS = @CPPFLAGS@
107 CP_CXX_LIB_VERSION = @CP_CXX_LIB_VERSION@
108 CP_C_LIB_VERSION = @CP_C_LIB_VERSION@
109 CP_VERSION_MAJOR = @CP_VERSION_MAJOR@
110 CP_VERSION_MINOR = @CP_VERSION_MINOR@
111 CYGPATH_W = @CYGPATH_W@
112 DEFS = @DEFS@
113 DEPDIR = @DEPDIR@
114 DLLTOOL = @DLLTOOL@
115 DSYMUTIL = @DSYMUTIL@
116 DUMPBIN = @DUMPBIN@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 EXEEXT = @EXEEXT@
122 FGREP = @FGREP@
123 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
124 GMSGFMT = @GMSGFMT@
125 GMSGFMT_015 = @GMSGFMT_015@
126 GREP = @GREP@
127 INSTALL = @INSTALL@
128 INSTALL_DATA = @INSTALL_DATA@
129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132 INTLLIBS = @INTLLIBS@
133 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
134 LD = @LD@
135 LDFLAGS = @LDFLAGS@
136 LIBICONV = @LIBICONV@
137 LIBINTL = @LIBINTL@
138 LIBOBJS = @LIBOBJS@
139 LIBS = @LIBS@
140 LIBS_LIBCPLUFF = @LIBS_LIBCPLUFF@
141 LIBS_OTHER = @LIBS_OTHER@
142 LIBTOOL = @LIBTOOL@
143 LIB_READLINE = @LIB_READLINE@
144 LIPO = @LIPO@
145 LN_S = @LN_S@
146 LTLIBICONV = @LTLIBICONV@
147 LTLIBINTL = @LTLIBINTL@
148 LTLIBOBJS = @LTLIBOBJS@
149 MAKEINFO = @MAKEINFO@
150 MANIFEST_TOOL = @MANIFEST_TOOL@
151 MKDIR_P = @MKDIR_P@
152 MSGFMT = @MSGFMT@
153 MSGFMT_015 = @MSGFMT_015@
154 MSGMERGE = @MSGMERGE@
155 NM = @NM@
156 NMEDIT = @NMEDIT@
157 OBJDUMP = @OBJDUMP@
158 OBJEXT = @OBJEXT@
159 OTOOL = @OTOOL@
160 OTOOL64 = @OTOOL64@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_URL = @PACKAGE_URL@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 POSUB = @POSUB@
170 RANLIB = @RANLIB@
171 SED = @SED@
172 SET_MAKE = @SET_MAKE@
173 SHELL = @SHELL@
174 STRIP = @STRIP@
175 USE_NLS = @USE_NLS@
176 VERSION = @VERSION@
177 XGETTEXT = @XGETTEXT@
178 XGETTEXT_015 = @XGETTEXT_015@
179 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
180 abs_builddir = @abs_builddir@
181 abs_srcdir = @abs_srcdir@
182 abs_top_builddir = @abs_top_builddir@
183 abs_top_srcdir = @abs_top_srcdir@
184 ac_ct_AR = @ac_ct_AR@
185 ac_ct_CC = @ac_ct_CC@
186 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
187 am__include = @am__include@
188 am__leading_dot = @am__leading_dot@
189 am__quote = @am__quote@
190 am__tar = @am__tar@
191 am__untar = @am__untar@
192 bindir = @bindir@
193 build = @build@
194 build_alias = @build_alias@
195 build_cpu = @build_cpu@
196 build_os = @build_os@
197 build_vendor = @build_vendor@
198 builddir = @builddir@
199 datadir = @datadir@
200 datarootdir = @datarootdir@
201 docdir = @docdir@
202 dvidir = @dvidir@
203 exec_prefix = @exec_prefix@
204 host = @host@
205 host_alias = @host_alias@
206 host_cpu = @host_cpu@
207 host_os = @host_os@
208 host_vendor = @host_vendor@
209 htmldir = @htmldir@
210 includedir = @includedir@
211 infodir = @infodir@
212 install_sh = @install_sh@
213 libdir = @libdir@
214 libexecdir = @libexecdir@
215 localedir = @localedir@
216 localstatedir = @localstatedir@
217 mandir = @mandir@
218 mkdir_p = @mkdir_p@
219 oldincludedir = @oldincludedir@
220 pdfdir = @pdfdir@
221 prefix = @prefix@
222 program_transform_name = @program_transform_name@
223 psdir = @psdir@
224 sbindir = @sbindir@
225 sharedstatedir = @sharedstatedir@
226 srcdir = @srcdir@
227 sysconfdir = @sysconfdir@
228 target_alias = @target_alias@
229 top_build_prefix = @top_build_prefix@
230 top_builddir = @top_builddir@
231 top_srcdir = @top_srcdir@
232 SUBDIRS = callbackcounter symuser symprovider
233 all: all-recursive
234
235 .SUFFIXES:
236 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
237         @for dep in $?; do \
238           case '$(am__configure_deps)' in \
239             *$$dep*) \
240               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
241                 && { if test -f $@; then exit 0; else break; fi; }; \
242               exit 1;; \
243           esac; \
244         done; \
245         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/plugins-source/Makefile'; \
246         $(am__cd) $(top_srcdir) && \
247           $(AUTOMAKE) --foreign test/plugins-source/Makefile
248 .PRECIOUS: Makefile
249 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250         @case '$?' in \
251           *config.status*) \
252             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
253           *) \
254             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
255             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
256         esac;
257
258 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
261 $(top_srcdir)/configure:  $(am__configure_deps)
262         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
264         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265 $(am__aclocal_m4_deps):
266
267 mostlyclean-libtool:
268         -rm -f *.lo
269
270 clean-libtool:
271         -rm -rf .libs _libs
272
273 # This directory's subdirectories are mostly independent; you can cd
274 # into them and run `make' without going through this Makefile.
275 # To change the values of `make' variables: instead of editing Makefiles,
276 # (1) if the variable is set in `config.status', edit `config.status'
277 #     (which will cause the Makefiles to be regenerated when you run `make');
278 # (2) otherwise, pass the desired values on the `make' command line.
279 $(RECURSIVE_TARGETS):
280         @fail= failcom='exit 1'; \
281         for f in x $$MAKEFLAGS; do \
282           case $$f in \
283             *=* | --[!k]*);; \
284             *k*) failcom='fail=yes';; \
285           esac; \
286         done; \
287         dot_seen=no; \
288         target=`echo $@ | sed s/-recursive//`; \
289         list='$(SUBDIRS)'; for subdir in $$list; do \
290           echo "Making $$target in $$subdir"; \
291           if test "$$subdir" = "."; then \
292             dot_seen=yes; \
293             local_target="$$target-am"; \
294           else \
295             local_target="$$target"; \
296           fi; \
297           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
298           || eval $$failcom; \
299         done; \
300         if test "$$dot_seen" = "no"; then \
301           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
302         fi; test -z "$$fail"
303
304 $(RECURSIVE_CLEAN_TARGETS):
305         @fail= failcom='exit 1'; \
306         for f in x $$MAKEFLAGS; do \
307           case $$f in \
308             *=* | --[!k]*);; \
309             *k*) failcom='fail=yes';; \
310           esac; \
311         done; \
312         dot_seen=no; \
313         case "$@" in \
314           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
315           *) list='$(SUBDIRS)' ;; \
316         esac; \
317         rev=''; for subdir in $$list; do \
318           if test "$$subdir" = "."; then :; else \
319             rev="$$subdir $$rev"; \
320           fi; \
321         done; \
322         rev="$$rev ."; \
323         target=`echo $@ | sed s/-recursive//`; \
324         for subdir in $$rev; do \
325           echo "Making $$target in $$subdir"; \
326           if test "$$subdir" = "."; then \
327             local_target="$$target-am"; \
328           else \
329             local_target="$$target"; \
330           fi; \
331           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
332           || eval $$failcom; \
333         done && test -z "$$fail"
334 tags-recursive:
335         list='$(SUBDIRS)'; for subdir in $$list; do \
336           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
337         done
338 ctags-recursive:
339         list='$(SUBDIRS)'; for subdir in $$list; do \
340           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
341         done
342
343 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
345         unique=`for i in $$list; do \
346             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347           done | \
348           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
349               END { if (nonempty) { for (i in files) print i; }; }'`; \
350         mkid -fID $$unique
351 tags: TAGS
352
353 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354                 $(TAGS_FILES) $(LISP)
355         set x; \
356         here=`pwd`; \
357         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
358           include_option=--etags-include; \
359           empty_fix=.; \
360         else \
361           include_option=--include; \
362           empty_fix=; \
363         fi; \
364         list='$(SUBDIRS)'; for subdir in $$list; do \
365           if test "$$subdir" = .; then :; else \
366             test ! -f $$subdir/TAGS || \
367               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
368           fi; \
369         done; \
370         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371         unique=`for i in $$list; do \
372             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373           done | \
374           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375               END { if (nonempty) { for (i in files) print i; }; }'`; \
376         shift; \
377         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378           test -n "$$unique" || unique=$$empty_fix; \
379           if test $$# -gt 0; then \
380             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381               "$$@" $$unique; \
382           else \
383             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384               $$unique; \
385           fi; \
386         fi
387 ctags: CTAGS
388 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389                 $(TAGS_FILES) $(LISP)
390         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391         unique=`for i in $$list; do \
392             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393           done | \
394           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395               END { if (nonempty) { for (i in files) print i; }; }'`; \
396         test -z "$(CTAGS_ARGS)$$unique" \
397           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398              $$unique
399
400 GTAGS:
401         here=`$(am__cd) $(top_builddir) && pwd` \
402           && $(am__cd) $(top_srcdir) \
403           && gtags -i $(GTAGS_ARGS) "$$here"
404
405 distclean-tags:
406         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408 distdir: $(DISTFILES)
409         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411         list='$(DISTFILES)'; \
412           dist_files=`for file in $$list; do echo $$file; done | \
413           sed -e "s|^$$srcdirstrip/||;t" \
414               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
415         case $$dist_files in \
416           */*) $(MKDIR_P) `echo "$$dist_files" | \
417                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
418                            sort -u` ;; \
419         esac; \
420         for file in $$dist_files; do \
421           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
422           if test -d $$d/$$file; then \
423             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
424             if test -d "$(distdir)/$$file"; then \
425               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
426             fi; \
427             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
428               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
429               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430             fi; \
431             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
432           else \
433             test -f "$(distdir)/$$file" \
434             || cp -p $$d/$$file "$(distdir)/$$file" \
435             || exit 1; \
436           fi; \
437         done
438         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
439           if test "$$subdir" = .; then :; else \
440             test -d "$(distdir)/$$subdir" \
441             || $(MKDIR_P) "$(distdir)/$$subdir" \
442             || exit 1; \
443           fi; \
444         done
445         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
446           if test "$$subdir" = .; then :; else \
447             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
448             $(am__relativize); \
449             new_distdir=$$reldir; \
450             dir1=$$subdir; dir2="$(top_distdir)"; \
451             $(am__relativize); \
452             new_top_distdir=$$reldir; \
453             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
454             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
455             ($(am__cd) $$subdir && \
456               $(MAKE) $(AM_MAKEFLAGS) \
457                 top_distdir="$$new_top_distdir" \
458                 distdir="$$new_distdir" \
459                 am__remove_distdir=: \
460                 am__skip_length_check=: \
461                 am__skip_mode_fix=: \
462                 distdir) \
463               || exit 1; \
464           fi; \
465         done
466 check-am: all-am
467 check: check-recursive
468 all-am: Makefile
469 installdirs: installdirs-recursive
470 installdirs-am:
471 install: install-recursive
472 install-exec: install-exec-recursive
473 install-data: install-data-recursive
474 uninstall: uninstall-recursive
475
476 install-am: all-am
477         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
479 installcheck: installcheck-recursive
480 install-strip:
481         if test -z '$(STRIP)'; then \
482           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484               install; \
485         else \
486           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
489         fi
490 mostlyclean-generic:
491
492 clean-generic:
493
494 distclean-generic:
495         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
496         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
497
498 maintainer-clean-generic:
499         @echo "This command is intended for maintainers to use"
500         @echo "it deletes files that may require special tools to rebuild."
501 clean: clean-recursive
502
503 clean-am: clean-generic clean-libtool mostlyclean-am
504
505 distclean: distclean-recursive
506         -rm -f Makefile
507 distclean-am: clean-am distclean-generic distclean-tags
508
509 dvi: dvi-recursive
510
511 dvi-am:
512
513 html: html-recursive
514
515 html-am:
516
517 info: info-recursive
518
519 info-am:
520
521 install-data-am:
522
523 install-dvi: install-dvi-recursive
524
525 install-dvi-am:
526
527 install-exec-am:
528
529 install-html: install-html-recursive
530
531 install-html-am:
532
533 install-info: install-info-recursive
534
535 install-info-am:
536
537 install-man:
538
539 install-pdf: install-pdf-recursive
540
541 install-pdf-am:
542
543 install-ps: install-ps-recursive
544
545 install-ps-am:
546
547 installcheck-am:
548
549 maintainer-clean: maintainer-clean-recursive
550         -rm -f Makefile
551 maintainer-clean-am: distclean-am maintainer-clean-generic
552
553 mostlyclean: mostlyclean-recursive
554
555 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
556
557 pdf: pdf-recursive
558
559 pdf-am:
560
561 ps: ps-recursive
562
563 ps-am:
564
565 uninstall-am:
566
567 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
568         install-am install-strip tags-recursive
569
570 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
571         all all-am check check-am clean clean-generic clean-libtool \
572         ctags ctags-recursive distclean distclean-generic \
573         distclean-libtool distclean-tags distdir dvi dvi-am html \
574         html-am info info-am install install-am install-data \
575         install-data-am install-dvi install-dvi-am install-exec \
576         install-exec-am install-html install-html-am install-info \
577         install-info-am install-man install-pdf install-pdf-am \
578         install-ps install-ps-am install-strip installcheck \
579         installcheck-am installdirs installdirs-am maintainer-clean \
580         maintainer-clean-generic mostlyclean mostlyclean-generic \
581         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
582         uninstall uninstall-am
583
584
585 # Tell versions [3.59,3.63) of GNU make to not export all variables.
586 # Otherwise a system limit (for SysV at least) may be exceeded.
587 .NOEXPORT: