]> git.draconx.ca Git - gob-dx.git/blob - examples/Makefile.in
d06a9eaa7a7b7cb733dd1469ad8a9d596466f9f1
[gob-dx.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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  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.
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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
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 subdir = examples
35 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.in
38 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39         $(ACLOCAL_M4)
40 mkinstalldirs = $(install_sh) -d
41 CONFIG_HEADER = $(top_builddir)/config.h
42 CONFIG_CLEAN_FILES =
43 CONFIG_CLEAN_VPATH_FILES =
44 SOURCES =
45 DIST_SOURCES =
46 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47         html-recursive info-recursive install-data-recursive \
48         install-dvi-recursive install-exec-recursive \
49         install-html-recursive install-info-recursive \
50         install-pdf-recursive install-ps-recursive install-recursive \
51         installcheck-recursive installdirs-recursive pdf-recursive \
52         ps-recursive uninstall-recursive
53 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
54   distclean-recursive maintainer-clean-recursive
55 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
56         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
57         distdir
58 ETAGS = etags
59 CTAGS = ctags
60 DIST_SUBDIRS = $(SUBDIRS)
61 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62 am__relativize = \
63   dir0=`pwd`; \
64   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
65   sed_rest='s,^[^/]*/*,,'; \
66   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
67   sed_butlast='s,/*[^/]*$$,,'; \
68   while test -n "$$dir1"; do \
69     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
70     if test "$$first" != "."; then \
71       if test "$$first" = ".."; then \
72         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
73         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
74       else \
75         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
76         if test "$$first2" = "$$first"; then \
77           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
78         else \
79           dir2="../$$dir2"; \
80         fi; \
81         dir0="$$dir0"/"$$first"; \
82       fi; \
83     fi; \
84     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
85   done; \
86   reldir="$$dir2"
87 ACLOCAL = @ACLOCAL@
88 AMTAR = @AMTAR@
89 AUTOCONF = @AUTOCONF@
90 AUTOHEADER = @AUTOHEADER@
91 AUTOMAKE = @AUTOMAKE@
92 AWK = @AWK@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CYGPATH_W = @CYGPATH_W@
99 DEFS = @DEFS@
100 DEPDIR = @DEPDIR@
101 ECHO_C = @ECHO_C@
102 ECHO_N = @ECHO_N@
103 ECHO_T = @ECHO_T@
104 EGREP = @EGREP@
105 EXEEXT = @EXEEXT@
106 GLIB_CFLAGS = @GLIB_CFLAGS@
107 GLIB_LIBS = @GLIB_LIBS@
108 GREP = @GREP@
109 INSTALL = @INSTALL@
110 INSTALL_DATA = @INSTALL_DATA@
111 INSTALL_PROGRAM = @INSTALL_PROGRAM@
112 INSTALL_SCRIPT = @INSTALL_SCRIPT@
113 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114 LDFLAGS = @LDFLAGS@
115 LEX = @LEX@
116 LEXLIB = @LEXLIB@
117 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
118 LIBOBJS = @LIBOBJS@
119 LIBS = @LIBS@
120 LTLIBOBJS = @LTLIBOBJS@
121 MAINT = @MAINT@
122 MAKEINFO = @MAKEINFO@
123 MKDIR_P = @MKDIR_P@
124 MV = @MV@
125 OBJEXT = @OBJEXT@
126 PACKAGE = @PACKAGE@
127 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128 PACKAGE_NAME = @PACKAGE_NAME@
129 PACKAGE_STRING = @PACKAGE_STRING@
130 PACKAGE_TARNAME = @PACKAGE_TARNAME@
131 PACKAGE_URL = @PACKAGE_URL@
132 PACKAGE_VERSION = @PACKAGE_VERSION@
133 PATH_SEPARATOR = @PATH_SEPARATOR@
134 PKG_CONFIG = @PKG_CONFIG@
135 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
136 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
137 RM = @RM@
138 SET_MAKE = @SET_MAKE@
139 SHELL = @SHELL@
140 STRIP = @STRIP@
141 SUBDIRS = .
142 TAR = @TAR@
143 VERSION = @VERSION@
144 YACC = @YACC@
145 YFLAGS = @YFLAGS@
146 abs_builddir = @abs_builddir@
147 abs_srcdir = @abs_srcdir@
148 abs_top_builddir = @abs_top_builddir@
149 abs_top_srcdir = @abs_top_srcdir@
150 ac_ct_CC = @ac_ct_CC@
151 am__include = @am__include@
152 am__leading_dot = @am__leading_dot@
153 am__quote = @am__quote@
154 am__tar = @am__tar@
155 am__untar = @am__untar@
156 bindir = @bindir@
157 build_alias = @build_alias@
158 builddir = @builddir@
159 datadir = @datadir@
160 datarootdir = @datarootdir@
161 docdir = @docdir@
162 dvidir = @dvidir@
163 exec_prefix = @exec_prefix@
164 host_alias = @host_alias@
165 htmldir = @htmldir@
166 includedir = @includedir@
167 infodir = @infodir@
168 install_sh = @install_sh@
169 libdir = @libdir@
170 libexecdir = @libexecdir@
171 localedir = @localedir@
172 localstatedir = @localstatedir@
173 mandir = @mandir@
174 mkdir_p = @mkdir_p@
175 oldincludedir = @oldincludedir@
176 pdfdir = @pdfdir@
177 prefix = @prefix@
178 program_transform_name = @program_transform_name@
179 psdir = @psdir@
180 sbindir = @sbindir@
181 sharedstatedir = @sharedstatedir@
182 srcdir = @srcdir@
183 sysconfdir = @sysconfdir@
184 target_alias = @target_alias@
185 top_build_prefix = @top_build_prefix@
186 top_builddir = @top_builddir@
187 top_srcdir = @top_srcdir@
188 EXTRA_DIST = \
189         README                  \
190         gtk-button-count.gob    \
191         my-person.gob           \
192         GNOME_Foo_SomeInterface.idl \
193         foo-some-interface.gob \
194         my-glade.gob            \
195         my-glade.glade          \
196         my-glade-main.c
197
198 all: all-recursive
199
200 .SUFFIXES:
201 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
202         @for dep in $?; do \
203           case '$(am__configure_deps)' in \
204             *$$dep*) \
205               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
206                 && { if test -f $@; then exit 0; else break; fi; }; \
207               exit 1;; \
208           esac; \
209         done; \
210         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
211         $(am__cd) $(top_srcdir) && \
212           $(AUTOMAKE) --gnu examples/Makefile
213 .PRECIOUS: Makefile
214 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215         @case '$?' in \
216           *config.status*) \
217             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
218           *) \
219             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
220             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
221         esac;
222
223 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
224         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225
226 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
227         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
229         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230 $(am__aclocal_m4_deps):
231
232 # This directory's subdirectories are mostly independent; you can cd
233 # into them and run `make' without going through this Makefile.
234 # To change the values of `make' variables: instead of editing Makefiles,
235 # (1) if the variable is set in `config.status', edit `config.status'
236 #     (which will cause the Makefiles to be regenerated when you run `make');
237 # (2) otherwise, pass the desired values on the `make' command line.
238 $(RECURSIVE_TARGETS):
239         @fail= failcom='exit 1'; \
240         for f in x $$MAKEFLAGS; do \
241           case $$f in \
242             *=* | --[!k]*);; \
243             *k*) failcom='fail=yes';; \
244           esac; \
245         done; \
246         dot_seen=no; \
247         target=`echo $@ | sed s/-recursive//`; \
248         list='$(SUBDIRS)'; for subdir in $$list; do \
249           echo "Making $$target in $$subdir"; \
250           if test "$$subdir" = "."; then \
251             dot_seen=yes; \
252             local_target="$$target-am"; \
253           else \
254             local_target="$$target"; \
255           fi; \
256           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
257           || eval $$failcom; \
258         done; \
259         if test "$$dot_seen" = "no"; then \
260           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
261         fi; test -z "$$fail"
262
263 $(RECURSIVE_CLEAN_TARGETS):
264         @fail= failcom='exit 1'; \
265         for f in x $$MAKEFLAGS; do \
266           case $$f in \
267             *=* | --[!k]*);; \
268             *k*) failcom='fail=yes';; \
269           esac; \
270         done; \
271         dot_seen=no; \
272         case "$@" in \
273           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
274           *) list='$(SUBDIRS)' ;; \
275         esac; \
276         rev=''; for subdir in $$list; do \
277           if test "$$subdir" = "."; then :; else \
278             rev="$$subdir $$rev"; \
279           fi; \
280         done; \
281         rev="$$rev ."; \
282         target=`echo $@ | sed s/-recursive//`; \
283         for subdir in $$rev; do \
284           echo "Making $$target in $$subdir"; \
285           if test "$$subdir" = "."; then \
286             local_target="$$target-am"; \
287           else \
288             local_target="$$target"; \
289           fi; \
290           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
291           || eval $$failcom; \
292         done && test -z "$$fail"
293 tags-recursive:
294         list='$(SUBDIRS)'; for subdir in $$list; do \
295           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
296         done
297 ctags-recursive:
298         list='$(SUBDIRS)'; for subdir in $$list; do \
299           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
300         done
301
302 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304         unique=`for i in $$list; do \
305             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306           done | \
307           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
308               END { if (nonempty) { for (i in files) print i; }; }'`; \
309         mkid -fID $$unique
310 tags: TAGS
311
312 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
313                 $(TAGS_FILES) $(LISP)
314         set x; \
315         here=`pwd`; \
316         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
317           include_option=--etags-include; \
318           empty_fix=.; \
319         else \
320           include_option=--include; \
321           empty_fix=; \
322         fi; \
323         list='$(SUBDIRS)'; for subdir in $$list; do \
324           if test "$$subdir" = .; then :; else \
325             test ! -f $$subdir/TAGS || \
326               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
327           fi; \
328         done; \
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         shift; \
336         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
337           test -n "$$unique" || unique=$$empty_fix; \
338           if test $$# -gt 0; then \
339             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
340               "$$@" $$unique; \
341           else \
342             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343               $$unique; \
344           fi; \
345         fi
346 ctags: CTAGS
347 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
348                 $(TAGS_FILES) $(LISP)
349         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
350         unique=`for i in $$list; do \
351             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352           done | \
353           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354               END { if (nonempty) { for (i in files) print i; }; }'`; \
355         test -z "$(CTAGS_ARGS)$$unique" \
356           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
357              $$unique
358
359 GTAGS:
360         here=`$(am__cd) $(top_builddir) && pwd` \
361           && $(am__cd) $(top_srcdir) \
362           && gtags -i $(GTAGS_ARGS) "$$here"
363
364 distclean-tags:
365         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
366
367 distdir: $(DISTFILES)
368         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
369         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
370         list='$(DISTFILES)'; \
371           dist_files=`for file in $$list; do echo $$file; done | \
372           sed -e "s|^$$srcdirstrip/||;t" \
373               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
374         case $$dist_files in \
375           */*) $(MKDIR_P) `echo "$$dist_files" | \
376                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
377                            sort -u` ;; \
378         esac; \
379         for file in $$dist_files; do \
380           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
381           if test -d $$d/$$file; then \
382             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
383             if test -d "$(distdir)/$$file"; then \
384               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385             fi; \
386             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
387               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
388               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389             fi; \
390             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
391           else \
392             test -f "$(distdir)/$$file" \
393             || cp -p $$d/$$file "$(distdir)/$$file" \
394             || exit 1; \
395           fi; \
396         done
397         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
398           if test "$$subdir" = .; then :; else \
399             test -d "$(distdir)/$$subdir" \
400             || $(MKDIR_P) "$(distdir)/$$subdir" \
401             || exit 1; \
402           fi; \
403         done
404         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
405           if test "$$subdir" = .; then :; else \
406             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
407             $(am__relativize); \
408             new_distdir=$$reldir; \
409             dir1=$$subdir; dir2="$(top_distdir)"; \
410             $(am__relativize); \
411             new_top_distdir=$$reldir; \
412             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
413             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
414             ($(am__cd) $$subdir && \
415               $(MAKE) $(AM_MAKEFLAGS) \
416                 top_distdir="$$new_top_distdir" \
417                 distdir="$$new_distdir" \
418                 am__remove_distdir=: \
419                 am__skip_length_check=: \
420                 am__skip_mode_fix=: \
421                 distdir) \
422               || exit 1; \
423           fi; \
424         done
425 check-am: all-am
426 check: check-recursive
427 all-am: Makefile
428 installdirs: installdirs-recursive
429 installdirs-am:
430 install: install-recursive
431 install-exec: install-exec-recursive
432 install-data: install-data-recursive
433 uninstall: uninstall-recursive
434
435 install-am: all-am
436         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437
438 installcheck: installcheck-recursive
439 install-strip:
440         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
441           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
442           `test -z '$(STRIP)' || \
443             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
444 mostlyclean-generic:
445
446 clean-generic:
447
448 distclean-generic:
449         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
450         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
451
452 maintainer-clean-generic:
453         @echo "This command is intended for maintainers to use"
454         @echo "it deletes files that may require special tools to rebuild."
455 clean: clean-recursive
456
457 clean-am: clean-generic mostlyclean-am
458
459 distclean: distclean-recursive
460         -rm -f Makefile
461 distclean-am: clean-am distclean-generic distclean-tags
462
463 dvi: dvi-recursive
464
465 dvi-am:
466
467 html: html-recursive
468
469 html-am:
470
471 info: info-recursive
472
473 info-am:
474
475 install-data-am:
476
477 install-dvi: install-dvi-recursive
478
479 install-dvi-am:
480
481 install-exec-am:
482
483 install-html: install-html-recursive
484
485 install-html-am:
486
487 install-info: install-info-recursive
488
489 install-info-am:
490
491 install-man:
492
493 install-pdf: install-pdf-recursive
494
495 install-pdf-am:
496
497 install-ps: install-ps-recursive
498
499 install-ps-am:
500
501 installcheck-am:
502
503 maintainer-clean: maintainer-clean-recursive
504         -rm -f Makefile
505 maintainer-clean-am: distclean-am maintainer-clean-generic
506
507 mostlyclean: mostlyclean-recursive
508
509 mostlyclean-am: mostlyclean-generic
510
511 pdf: pdf-recursive
512
513 pdf-am:
514
515 ps: ps-recursive
516
517 ps-am:
518
519 uninstall-am:
520
521 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
522         install-am install-strip tags-recursive
523
524 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
525         all all-am check check-am clean clean-generic ctags \
526         ctags-recursive distclean distclean-generic distclean-tags \
527         distdir dvi dvi-am html html-am info info-am install \
528         install-am install-data install-data-am install-dvi \
529         install-dvi-am install-exec install-exec-am install-html \
530         install-html-am install-info install-info-am install-man \
531         install-pdf install-pdf-am install-ps install-ps-am \
532         install-strip installcheck installcheck-am installdirs \
533         installdirs-am maintainer-clean maintainer-clean-generic \
534         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
535         tags-recursive uninstall uninstall-am
536
537
538 # Tell versions [3.59,3.63) of GNU make to not export all variables.
539 # Otherwise a system limit (for SysV at least) may be exceeded.
540 .NOEXPORT: