1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35bin_PROGRAMS = usez$(EXEEXT)
36subdir = .
37DIST_COMMON = $(am__configure_deps) \
38	$(srcdir)/../../../build-aux/config.guess \
39	$(srcdir)/../../../build-aux/config.rpath \
40	$(srcdir)/../../../build-aux/config.sub \
41	$(srcdir)/../../../build-aux/install-sh \
42	$(srcdir)/../../../build-aux/missing \
43	$(srcdir)/../../../build-aux/mkinstalldirs \
44	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45	$(top_srcdir)/configure ../../../build-aux/compile \
46	../../../build-aux/config.guess \
47	../../../build-aux/config.rpath ../../../build-aux/config.sub \
48	../../../build-aux/elisp-comp ../../../build-aux/install-sh \
49	../../../build-aux/ltmain.sh ../../../build-aux/mdate-sh \
50	../../../build-aux/missing ../../../build-aux/mkinstalldirs \
51	../../../build-aux/texinfo.tex ../../../build-aux/ylwrap
52ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53am__aclocal_m4_deps = $(top_srcdir)/configure.ac
54am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55	$(ACLOCAL_M4)
56am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno config.status.lineno
58mkinstalldirs = $(SHELL) \
59	$(top_srcdir)/../../../build-aux/mkinstalldirs
60CONFIG_CLEAN_FILES =
61am__installdirs = "$(DESTDIR)$(bindir)"
62binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
63PROGRAMS = $(bin_PROGRAMS)
64am_usez_OBJECTS = usez.$(OBJEXT)
65usez_OBJECTS = $(am_usez_OBJECTS)
66usez_LDADD = $(LDADD)
67usez_DEPENDENCIES =
68DEFAULT_INCLUDES = -I.@am__isrc@
69depcomp =
70am__depfiles_maybe =
71COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73CCLD = $(CC)
74LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
75SOURCES = $(usez_SOURCES)
76DIST_SOURCES = $(usez_SOURCES)
77ETAGS = etags
78CTAGS = ctags
79DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80distdir = $(PACKAGE)-$(VERSION)
81top_distdir = $(distdir)
82am__remove_distdir = \
83  { test ! -d $(distdir) \
84    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85         && rm -fr $(distdir); }; }
86DIST_ARCHIVES = $(distdir).tar.gz
87GZIP_ENV = --best
88distuninstallcheck_listfiles = find . -type f -print
89distcleancheck_listfiles = find . -type f -print
90ACLOCAL = @ACLOCAL@
91AMTAR = @AMTAR@
92AUTOCONF = @AUTOCONF@
93AUTOHEADER = @AUTOHEADER@
94AUTOMAKE = @AUTOMAKE@
95AWK = @AWK@
96CC = @CC@
97CCDEPMODE = @CCDEPMODE@
98CFLAGS = @CFLAGS@
99CPPFLAGS = @CPPFLAGS@
100CYGPATH_W = @CYGPATH_W@
101DEFS = @DEFS@
102DEPDIR = @DEPDIR@
103ECHO_C = @ECHO_C@
104ECHO_N = @ECHO_N@
105ECHO_T = @ECHO_T@
106EXEEXT = @EXEEXT@
107INSTALL = @INSTALL@
108INSTALL_DATA = @INSTALL_DATA@
109INSTALL_PROGRAM = @INSTALL_PROGRAM@
110INSTALL_SCRIPT = @INSTALL_SCRIPT@
111INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112LDFLAGS = @LDFLAGS@
113LIBOBJS = @LIBOBJS@
114LIBRPATHX = @LIBRPATHX@
115LIBRPATHY = @LIBRPATHY@
116LIBRPATHZ = @LIBRPATHZ@
117LIBS = @LIBS@
118LTLIBOBJS = @LTLIBOBJS@
119LTLIBRPATHX = @LTLIBRPATHX@
120LTLIBRPATHY = @LTLIBRPATHY@
121LTLIBRPATHZ = @LTLIBRPATHZ@
122MAKEINFO = @MAKEINFO@
123MKDIR_P = @MKDIR_P@
124OBJEXT = @OBJEXT@
125PACKAGE = @PACKAGE@
126PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127PACKAGE_NAME = @PACKAGE_NAME@
128PACKAGE_STRING = @PACKAGE_STRING@
129PACKAGE_TARNAME = @PACKAGE_TARNAME@
130PACKAGE_VERSION = @PACKAGE_VERSION@
131PATH_SEPARATOR = @PATH_SEPARATOR@
132SET_MAKE = @SET_MAKE@
133SHELL = @SHELL@
134STRIP = @STRIP@
135VERSION = @VERSION@
136abs_builddir = @abs_builddir@
137abs_srcdir = @abs_srcdir@
138abs_top_builddir = @abs_top_builddir@
139abs_top_srcdir = @abs_top_srcdir@
140ac_ct_CC = @ac_ct_CC@
141am__include = @am__include@
142am__leading_dot = @am__leading_dot@
143am__quote = @am__quote@
144am__tar = @am__tar@
145am__untar = @am__untar@
146bindir = @bindir@
147build = @build@
148build_alias = @build_alias@
149build_cpu = @build_cpu@
150build_os = @build_os@
151build_vendor = @build_vendor@
152builddir = @builddir@
153datadir = @datadir@
154datarootdir = @datarootdir@
155docdir = @docdir@
156dvidir = @dvidir@
157exec_prefix = @exec_prefix@
158global_top_auxdir = @global_top_auxdir@
159host = @host@
160host_alias = @host_alias@
161host_cpu = @host_cpu@
162host_os = @host_os@
163host_vendor = @host_vendor@
164htmldir = @htmldir@
165includedir = @includedir@
166infodir = @infodir@
167install_sh = @install_sh@
168libdir = @libdir@
169libexecdir = @libexecdir@
170localedir = @localedir@
171localstatedir = @localstatedir@
172mandir = @mandir@
173mkdir_p = @mkdir_p@
174oldincludedir = @oldincludedir@
175pdfdir = @pdfdir@
176prefix = @prefix@
177program_transform_name = @program_transform_name@
178psdir = @psdir@
179sbindir = @sbindir@
180sharedstatedir = @sharedstatedir@
181srcdir = @srcdir@
182sysconfdir = @sysconfdir@
183target_alias = @target_alias@
184top_builddir = @top_builddir@
185top_srcdir = @top_srcdir@
186AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
187usez_SOURCES = usez.c
188LDADD = @LIBRPATHZ@
189all: all-am
190
191.SUFFIXES:
192.SUFFIXES: .c .o .obj
193am--refresh:
194	@:
195$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
196	@for dep in $?; do \
197	  case '$(am__configure_deps)' in \
198	    *$$dep*) \
199	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
200	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
201		&& exit 0; \
202	      exit 1;; \
203	  esac; \
204	done; \
205	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
206	cd $(top_srcdir) && \
207	  $(AUTOMAKE) --foreign  Makefile
208.PRECIOUS: Makefile
209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210	@case '$?' in \
211	  *config.status*) \
212	    echo ' $(SHELL) ./config.status'; \
213	    $(SHELL) ./config.status;; \
214	  *) \
215	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
216	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
217	esac;
218
219$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220	$(SHELL) ./config.status --recheck
221
222$(top_srcdir)/configure:  $(am__configure_deps)
223	cd $(srcdir) && $(AUTOCONF)
224$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
225	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
226install-binPROGRAMS: $(bin_PROGRAMS)
227	@$(NORMAL_INSTALL)
228	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
229	@list='$(bin_PROGRAMS)'; for p in $$list; do \
230	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
231	  if test -f $$p \
232	  ; then \
233	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
234	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
235	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
236	  else :; fi; \
237	done
238
239uninstall-binPROGRAMS:
240	@$(NORMAL_UNINSTALL)
241	@list='$(bin_PROGRAMS)'; for p in $$list; do \
242	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
243	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
244	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
245	done
246
247clean-binPROGRAMS:
248	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
249usez$(EXEEXT): $(usez_OBJECTS) $(usez_DEPENDENCIES) 
250	@rm -f usez$(EXEEXT)
251	$(LINK) $(usez_OBJECTS) $(usez_LDADD) $(LIBS)
252
253mostlyclean-compile:
254	-rm -f *.$(OBJEXT)
255
256distclean-compile:
257	-rm -f *.tab.c
258
259.c.o:
260	$(COMPILE) -c $<
261
262.c.obj:
263	$(COMPILE) -c `$(CYGPATH_W) '$<'`
264
265ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267	unique=`for i in $$list; do \
268	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269	  done | \
270	  $(AWK) '    { files[$$0] = 1; } \
271	       END { for (i in files) print i; }'`; \
272	mkid -fID $$unique
273tags: TAGS
274
275TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
276		$(TAGS_FILES) $(LISP)
277	tags=; \
278	here=`pwd`; \
279	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
280	unique=`for i in $$list; do \
281	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
282	  done | \
283	  $(AWK) '    { files[$$0] = 1; } \
284	       END { for (i in files) print i; }'`; \
285	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
286	  test -n "$$unique" || unique=$$empty_fix; \
287	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
288	    $$tags $$unique; \
289	fi
290ctags: CTAGS
291CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
292		$(TAGS_FILES) $(LISP)
293	tags=; \
294	here=`pwd`; \
295	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
296	unique=`for i in $$list; do \
297	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298	  done | \
299	  $(AWK) '    { files[$$0] = 1; } \
300	       END { for (i in files) print i; }'`; \
301	test -z "$(CTAGS_ARGS)$$tags$$unique" \
302	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
303	     $$tags $$unique
304
305GTAGS:
306	here=`$(am__cd) $(top_builddir) && pwd` \
307	  && cd $(top_srcdir) \
308	  && gtags -i $(GTAGS_ARGS) $$here
309
310distclean-tags:
311	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
312
313distdir: $(DISTFILES)
314	$(am__remove_distdir)
315	test -d $(distdir) || mkdir $(distdir)
316	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
317	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
318	list='$(DISTFILES)'; \
319	  dist_files=`for file in $$list; do echo $$file; done | \
320	  sed -e "s|^$$srcdirstrip/||;t" \
321	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
322	case $$dist_files in \
323	  */*) $(MKDIR_P) `echo "$$dist_files" | \
324			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
325			   sort -u` ;; \
326	esac; \
327	for file in $$dist_files; do \
328	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
329	  if test -d $$d/$$file; then \
330	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
331	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
332	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
333	    fi; \
334	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
335	  else \
336	    test -f $(distdir)/$$file \
337	    || cp -p $$d/$$file $(distdir)/$$file \
338	    || exit 1; \
339	  fi; \
340	done
341	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
342	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
343	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
344	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
345	|| chmod -R a+r $(distdir)
346dist-gzip: distdir
347	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
348	$(am__remove_distdir)
349
350dist-bzip2: distdir
351	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
352	$(am__remove_distdir)
353
354dist-tarZ: distdir
355	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
356	$(am__remove_distdir)
357
358dist-shar: distdir
359	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
360	$(am__remove_distdir)
361
362dist-zip: distdir
363	-rm -f $(distdir).zip
364	zip -rq $(distdir).zip $(distdir)
365	$(am__remove_distdir)
366
367dist dist-all: distdir
368	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
369	$(am__remove_distdir)
370
371# This target untars the dist file and tries a VPATH configuration.  Then
372# it guarantees that the distribution is self-contained by making another
373# tarfile.
374distcheck: dist
375	case '$(DIST_ARCHIVES)' in \
376	*.tar.gz*) \
377	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
378	*.tar.bz2*) \
379	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
380	*.tar.Z*) \
381	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
382	*.shar.gz*) \
383	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
384	*.zip*) \
385	  unzip $(distdir).zip ;;\
386	esac
387	chmod -R a-w $(distdir); chmod a+w $(distdir)
388	mkdir $(distdir)/_build
389	mkdir $(distdir)/_inst
390	chmod a-w $(distdir)
391	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
392	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
393	  && cd $(distdir)/_build \
394	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
395	    $(DISTCHECK_CONFIGURE_FLAGS) \
396	  && $(MAKE) $(AM_MAKEFLAGS) \
397	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
398	  && $(MAKE) $(AM_MAKEFLAGS) check \
399	  && $(MAKE) $(AM_MAKEFLAGS) install \
400	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
401	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
402	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
403	        distuninstallcheck \
404	  && chmod -R a-w "$$dc_install_base" \
405	  && ({ \
406	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
407	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
408	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
409	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
410	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
411	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
412	  && rm -rf "$$dc_destdir" \
413	  && $(MAKE) $(AM_MAKEFLAGS) dist \
414	  && rm -rf $(DIST_ARCHIVES) \
415	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
416	$(am__remove_distdir)
417	@(echo "$(distdir) archives ready for distribution: "; \
418	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
419	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
420distuninstallcheck:
421	@cd $(distuninstallcheck_dir) \
422	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
423	   || { echo "ERROR: files left after uninstall:" ; \
424	        if test -n "$(DESTDIR)"; then \
425	          echo "  (check DESTDIR support)"; \
426	        fi ; \
427	        $(distuninstallcheck_listfiles) ; \
428	        exit 1; } >&2
429distcleancheck: distclean
430	@if test '$(srcdir)' = . ; then \
431	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
432	  exit 1 ; \
433	fi
434	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
435	  || { echo "ERROR: files left in build directory after distclean:" ; \
436	       $(distcleancheck_listfiles) ; \
437	       exit 1; } >&2
438check-am: all-am
439check: check-am
440all-am: Makefile $(PROGRAMS)
441installdirs:
442	for dir in "$(DESTDIR)$(bindir)"; do \
443	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
444	done
445install: install-am
446install-exec: install-exec-am
447install-data: install-data-am
448uninstall: uninstall-am
449
450install-am: all-am
451	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452
453installcheck: installcheck-am
454install-strip:
455	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457	  `test -z '$(STRIP)' || \
458	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
459mostlyclean-generic:
460
461clean-generic:
462
463distclean-generic:
464	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
465
466maintainer-clean-generic:
467	@echo "This command is intended for maintainers to use"
468	@echo "it deletes files that may require special tools to rebuild."
469clean: clean-am
470
471clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
472
473distclean: distclean-am
474	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
475	-rm -f Makefile
476distclean-am: clean-am distclean-compile distclean-generic \
477	distclean-tags
478
479dvi: dvi-am
480
481dvi-am:
482
483html: html-am
484
485info: info-am
486
487info-am:
488
489install-data-am:
490
491install-dvi: install-dvi-am
492
493install-exec-am: install-binPROGRAMS
494
495install-html: install-html-am
496
497install-info: install-info-am
498
499install-man:
500
501install-pdf: install-pdf-am
502
503install-ps: install-ps-am
504
505installcheck-am:
506
507maintainer-clean: maintainer-clean-am
508	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
509	-rm -rf $(top_srcdir)/autom4te.cache
510	-rm -f Makefile
511maintainer-clean-am: distclean-am maintainer-clean-generic
512
513mostlyclean: mostlyclean-am
514
515mostlyclean-am: mostlyclean-compile mostlyclean-generic
516
517pdf: pdf-am
518
519pdf-am:
520
521ps: ps-am
522
523ps-am:
524
525uninstall-am: uninstall-binPROGRAMS
526
527.MAKE: install-am install-strip
528
529.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
530	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
531	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
532	distclean-compile distclean-generic distclean-tags \
533	distcleancheck distdir distuninstallcheck dvi dvi-am html \
534	html-am info info-am install install-am install-binPROGRAMS \
535	install-data install-data-am install-dvi install-dvi-am \
536	install-exec install-exec-am install-html install-html-am \
537	install-info install-info-am install-man install-pdf \
538	install-pdf-am install-ps install-ps-am install-strip \
539	installcheck installcheck-am installdirs maintainer-clean \
540	maintainer-clean-generic mostlyclean mostlyclean-compile \
541	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
542	uninstall-am uninstall-binPROGRAMS
543
544
545check: all
546	./usez
547# Tell versions [3.59,3.63) of GNU make to not export all variables.
548# Otherwise a system limit (for SysV at least) may be exceeded.
549.NOEXPORT:
550