]> git.draconx.ca Git - gob-dx.git/blob - examples/Makefile.in
Release 2.0.20
[gob-dx.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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.
9
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.
14
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 subdir = examples
79 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
80 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81 am__aclocal_m4_deps = $(top_srcdir)/configure.in
82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83         $(ACLOCAL_M4)
84 mkinstalldirs = $(install_sh) -d
85 CONFIG_HEADER = $(top_builddir)/config.h
86 CONFIG_CLEAN_FILES =
87 CONFIG_CLEAN_VPATH_FILES =
88 AM_V_P = $(am__v_P_@AM_V@)
89 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
90 am__v_P_0 = false
91 am__v_P_1 = :
92 AM_V_GEN = $(am__v_GEN_@AM_V@)
93 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
94 am__v_GEN_0 = @echo "  GEN     " $@;
95 am__v_GEN_1 = 
96 AM_V_at = $(am__v_at_@AM_V@)
97 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
98 am__v_at_0 = @
99 am__v_at_1 = 
100 SOURCES =
101 DIST_SOURCES =
102 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
103         ctags-recursive dvi-recursive html-recursive info-recursive \
104         install-data-recursive install-dvi-recursive \
105         install-exec-recursive install-html-recursive \
106         install-info-recursive install-pdf-recursive \
107         install-ps-recursive install-recursive installcheck-recursive \
108         installdirs-recursive pdf-recursive ps-recursive \
109         tags-recursive uninstall-recursive
110 am__can_run_installinfo = \
111   case $$AM_UPDATE_INFO_DIR in \
112     n|no|NO) false;; \
113     *) (install-info --version) >/dev/null 2>&1;; \
114   esac
115 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
116   distclean-recursive maintainer-clean-recursive
117 am__recursive_targets = \
118   $(RECURSIVE_TARGETS) \
119   $(RECURSIVE_CLEAN_TARGETS) \
120   $(am__extra_recursive_targets)
121 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
122         distdir
123 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124 # Read a list of newline-separated strings from the standard input,
125 # and print each of them once, without duplicates.  Input order is
126 # *not* preserved.
127 am__uniquify_input = $(AWK) '\
128   BEGIN { nonempty = 0; } \
129   { items[$$0] = 1; nonempty = 1; } \
130   END { if (nonempty) { for (i in items) print i; }; } \
131 '
132 # Make sure the list of sources is unique.  This is necessary because,
133 # e.g., the same source file might be shared among _SOURCES variables
134 # for different programs/libraries.
135 am__define_uniq_tagged_files = \
136   list='$(am__tagged_files)'; \
137   unique=`for i in $$list; do \
138     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
139   done | $(am__uniquify_input)`
140 ETAGS = etags
141 CTAGS = ctags
142 DIST_SUBDIRS = $(SUBDIRS)
143 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144 am__relativize = \
145   dir0=`pwd`; \
146   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
147   sed_rest='s,^[^/]*/*,,'; \
148   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
149   sed_butlast='s,/*[^/]*$$,,'; \
150   while test -n "$$dir1"; do \
151     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
152     if test "$$first" != "."; then \
153       if test "$$first" = ".."; then \
154         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
155         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
156       else \
157         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
158         if test "$$first2" = "$$first"; then \
159           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
160         else \
161           dir2="../$$dir2"; \
162         fi; \
163         dir0="$$dir0"/"$$first"; \
164       fi; \
165     fi; \
166     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
167   done; \
168   reldir="$$dir2"
169 ACLOCAL = @ACLOCAL@
170 AMTAR = @AMTAR@
171 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
172 AUTOCONF = @AUTOCONF@
173 AUTOHEADER = @AUTOHEADER@
174 AUTOMAKE = @AUTOMAKE@
175 AWK = @AWK@
176 CC = @CC@
177 CCDEPMODE = @CCDEPMODE@
178 CFLAGS = @CFLAGS@
179 CPP = @CPP@
180 CPPFLAGS = @CPPFLAGS@
181 CYGPATH_W = @CYGPATH_W@
182 DEFS = @DEFS@
183 DEPDIR = @DEPDIR@
184 ECHO_C = @ECHO_C@
185 ECHO_N = @ECHO_N@
186 ECHO_T = @ECHO_T@
187 EGREP = @EGREP@
188 EXEEXT = @EXEEXT@
189 GLIB_CFLAGS = @GLIB_CFLAGS@
190 GLIB_LIBS = @GLIB_LIBS@
191 GREP = @GREP@
192 INSTALL = @INSTALL@
193 INSTALL_DATA = @INSTALL_DATA@
194 INSTALL_PROGRAM = @INSTALL_PROGRAM@
195 INSTALL_SCRIPT = @INSTALL_SCRIPT@
196 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197 LDFLAGS = @LDFLAGS@
198 LEX = @LEX@
199 LEXLIB = @LEXLIB@
200 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
201 LIBOBJS = @LIBOBJS@
202 LIBS = @LIBS@
203 LTLIBOBJS = @LTLIBOBJS@
204 MAINT = @MAINT@
205 MAKEINFO = @MAKEINFO@
206 MKDIR_P = @MKDIR_P@
207 MV = @MV@
208 OBJEXT = @OBJEXT@
209 PACKAGE = @PACKAGE@
210 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
211 PACKAGE_NAME = @PACKAGE_NAME@
212 PACKAGE_STRING = @PACKAGE_STRING@
213 PACKAGE_TARNAME = @PACKAGE_TARNAME@
214 PACKAGE_URL = @PACKAGE_URL@
215 PACKAGE_VERSION = @PACKAGE_VERSION@
216 PATH_SEPARATOR = @PATH_SEPARATOR@
217 PKG_CONFIG = @PKG_CONFIG@
218 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
219 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
220 RM = @RM@
221 SET_MAKE = @SET_MAKE@
222 SHELL = @SHELL@
223 STRIP = @STRIP@
224 SUBDIRS = .
225 TAR = @TAR@
226 VERSION = @VERSION@
227 YACC = @YACC@
228 YFLAGS = @YFLAGS@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_CC = @ac_ct_CC@
234 am__include = @am__include@
235 am__leading_dot = @am__leading_dot@
236 am__quote = @am__quote@
237 am__tar = @am__tar@
238 am__untar = @am__untar@
239 bindir = @bindir@
240 build_alias = @build_alias@
241 builddir = @builddir@
242 datadir = @datadir@
243 datarootdir = @datarootdir@
244 docdir = @docdir@
245 dvidir = @dvidir@
246 exec_prefix = @exec_prefix@
247 host_alias = @host_alias@
248 htmldir = @htmldir@
249 includedir = @includedir@
250 infodir = @infodir@
251 install_sh = @install_sh@
252 libdir = @libdir@
253 libexecdir = @libexecdir@
254 localedir = @localedir@
255 localstatedir = @localstatedir@
256 mandir = @mandir@
257 mkdir_p = @mkdir_p@
258 oldincludedir = @oldincludedir@
259 pdfdir = @pdfdir@
260 prefix = @prefix@
261 program_transform_name = @program_transform_name@
262 psdir = @psdir@
263 sbindir = @sbindir@
264 sharedstatedir = @sharedstatedir@
265 srcdir = @srcdir@
266 sysconfdir = @sysconfdir@
267 target_alias = @target_alias@
268 top_build_prefix = @top_build_prefix@
269 top_builddir = @top_builddir@
270 top_srcdir = @top_srcdir@
271 EXTRA_DIST = \
272         README                  \
273         gtk-button-count.gob    \
274         my-person.gob           \
275         GNOME_Foo_SomeInterface.idl \
276         foo-some-interface.gob \
277         my-glade.gob            \
278         my-glade.glade          \
279         my-glade-main.c
280
281 all: all-recursive
282
283 .SUFFIXES:
284 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
285         @for dep in $?; do \
286           case '$(am__configure_deps)' in \
287             *$$dep*) \
288               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
289                 && { if test -f $@; then exit 0; else break; fi; }; \
290               exit 1;; \
291           esac; \
292         done; \
293         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
294         $(am__cd) $(top_srcdir) && \
295           $(AUTOMAKE) --gnu examples/Makefile
296 .PRECIOUS: Makefile
297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298         @case '$?' in \
299           *config.status*) \
300             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
301           *) \
302             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
303             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
304         esac;
305
306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
309 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
310         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(am__aclocal_m4_deps):
314
315 # This directory's subdirectories are mostly independent; you can cd
316 # into them and run 'make' without going through this Makefile.
317 # To change the values of 'make' variables: instead of editing Makefiles,
318 # (1) if the variable is set in 'config.status', edit 'config.status'
319 #     (which will cause the Makefiles to be regenerated when you run 'make');
320 # (2) otherwise, pass the desired values on the 'make' command line.
321 $(am__recursive_targets):
322         @fail=; \
323         if $(am__make_keepgoing); then \
324           failcom='fail=yes'; \
325         else \
326           failcom='exit 1'; \
327         fi; \
328         dot_seen=no; \
329         target=`echo $@ | sed s/-recursive//`; \
330         case "$@" in \
331           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
332           *) list='$(SUBDIRS)' ;; \
333         esac; \
334         for subdir in $$list; do \
335           echo "Making $$target in $$subdir"; \
336           if test "$$subdir" = "."; then \
337             dot_seen=yes; \
338             local_target="$$target-am"; \
339           else \
340             local_target="$$target"; \
341           fi; \
342           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
343           || eval $$failcom; \
344         done; \
345         if test "$$dot_seen" = "no"; then \
346           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
347         fi; test -z "$$fail"
348
349 ID: $(am__tagged_files)
350         $(am__define_uniq_tagged_files); mkid -fID $$unique
351 tags: tags-recursive
352 TAGS: tags
353
354 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
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         $(am__define_uniq_tagged_files); \
371         shift; \
372         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
373           test -n "$$unique" || unique=$$empty_fix; \
374           if test $$# -gt 0; then \
375             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376               "$$@" $$unique; \
377           else \
378             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379               $$unique; \
380           fi; \
381         fi
382 ctags: ctags-recursive
383
384 CTAGS: ctags
385 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
386         $(am__define_uniq_tagged_files); \
387         test -z "$(CTAGS_ARGS)$$unique" \
388           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
389              $$unique
390
391 GTAGS:
392         here=`$(am__cd) $(top_builddir) && pwd` \
393           && $(am__cd) $(top_srcdir) \
394           && gtags -i $(GTAGS_ARGS) "$$here"
395 cscopelist: cscopelist-recursive
396
397 cscopelist-am: $(am__tagged_files)
398         list='$(am__tagged_files)'; \
399         case "$(srcdir)" in \
400           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
401           *) sdir=$(subdir)/$(srcdir) ;; \
402         esac; \
403         for i in $$list; do \
404           if test -f "$$i"; then \
405             echo "$(subdir)/$$i"; \
406           else \
407             echo "$$sdir/$$i"; \
408           fi; \
409         done >> $(top_builddir)/cscope.files
410
411 distclean-tags:
412         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
414 distdir: $(DISTFILES)
415         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
416         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
417         list='$(DISTFILES)'; \
418           dist_files=`for file in $$list; do echo $$file; done | \
419           sed -e "s|^$$srcdirstrip/||;t" \
420               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
421         case $$dist_files in \
422           */*) $(MKDIR_P) `echo "$$dist_files" | \
423                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
424                            sort -u` ;; \
425         esac; \
426         for file in $$dist_files; do \
427           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428           if test -d $$d/$$file; then \
429             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
430             if test -d "$(distdir)/$$file"; then \
431               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432             fi; \
433             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
435               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
436             fi; \
437             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
438           else \
439             test -f "$(distdir)/$$file" \
440             || cp -p $$d/$$file "$(distdir)/$$file" \
441             || exit 1; \
442           fi; \
443         done
444         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445           if test "$$subdir" = .; then :; else \
446             $(am__make_dryrun) \
447               || test -d "$(distdir)/$$subdir" \
448               || $(MKDIR_P) "$(distdir)/$$subdir" \
449               || exit 1; \
450             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
451             $(am__relativize); \
452             new_distdir=$$reldir; \
453             dir1=$$subdir; dir2="$(top_distdir)"; \
454             $(am__relativize); \
455             new_top_distdir=$$reldir; \
456             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
457             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
458             ($(am__cd) $$subdir && \
459               $(MAKE) $(AM_MAKEFLAGS) \
460                 top_distdir="$$new_top_distdir" \
461                 distdir="$$new_distdir" \
462                 am__remove_distdir=: \
463                 am__skip_length_check=: \
464                 am__skip_mode_fix=: \
465                 distdir) \
466               || exit 1; \
467           fi; \
468         done
469 check-am: all-am
470 check: check-recursive
471 all-am: Makefile
472 installdirs: installdirs-recursive
473 installdirs-am:
474 install: install-recursive
475 install-exec: install-exec-recursive
476 install-data: install-data-recursive
477 uninstall: uninstall-recursive
478
479 install-am: all-am
480         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
481
482 installcheck: installcheck-recursive
483 install-strip:
484         if test -z '$(STRIP)'; then \
485           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
486             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
487               install; \
488         else \
489           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
490             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
491             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
492         fi
493 mostlyclean-generic:
494
495 clean-generic:
496
497 distclean-generic:
498         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
499         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
500
501 maintainer-clean-generic:
502         @echo "This command is intended for maintainers to use"
503         @echo "it deletes files that may require special tools to rebuild."
504 clean: clean-recursive
505
506 clean-am: clean-generic mostlyclean-am
507
508 distclean: distclean-recursive
509         -rm -f Makefile
510 distclean-am: clean-am distclean-generic distclean-tags
511
512 dvi: dvi-recursive
513
514 dvi-am:
515
516 html: html-recursive
517
518 html-am:
519
520 info: info-recursive
521
522 info-am:
523
524 install-data-am:
525
526 install-dvi: install-dvi-recursive
527
528 install-dvi-am:
529
530 install-exec-am:
531
532 install-html: install-html-recursive
533
534 install-html-am:
535
536 install-info: install-info-recursive
537
538 install-info-am:
539
540 install-man:
541
542 install-pdf: install-pdf-recursive
543
544 install-pdf-am:
545
546 install-ps: install-ps-recursive
547
548 install-ps-am:
549
550 installcheck-am:
551
552 maintainer-clean: maintainer-clean-recursive
553         -rm -f Makefile
554 maintainer-clean-am: distclean-am maintainer-clean-generic
555
556 mostlyclean: mostlyclean-recursive
557
558 mostlyclean-am: mostlyclean-generic
559
560 pdf: pdf-recursive
561
562 pdf-am:
563
564 ps: ps-recursive
565
566 ps-am:
567
568 uninstall-am:
569
570 .MAKE: $(am__recursive_targets) install-am install-strip
571
572 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
573         check-am clean clean-generic cscopelist-am ctags ctags-am \
574         distclean distclean-generic distclean-tags distdir dvi dvi-am \
575         html html-am info info-am install install-am install-data \
576         install-data-am install-dvi install-dvi-am install-exec \
577         install-exec-am install-html install-html-am install-info \
578         install-info-am install-man install-pdf install-pdf-am \
579         install-ps install-ps-am install-strip installcheck \
580         installcheck-am installdirs installdirs-am maintainer-clean \
581         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
582         pdf-am ps ps-am tags tags-am 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: