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