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