Makefile.in revision 1.1.1.1 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
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 bin_PROGRAMS = usex$(EXEEXT)
36 subdir = .
37 DIST_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
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno config.status.lineno
58 mkinstalldirs = $(SHELL) \
59 $(top_srcdir)/../../../build-aux/mkinstalldirs
60 CONFIG_CLEAN_FILES =
61 am__installdirs = "$(DESTDIR)$(bindir)"
62 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
63 PROGRAMS = $(bin_PROGRAMS)
64 am_usex_OBJECTS = usex.$(OBJEXT)
65 usex_OBJECTS = $(am_usex_OBJECTS)
66 usex_LDADD = $(LDADD)
67 usex_DEPENDENCIES =
68 DEFAULT_INCLUDES = -I.@am__isrc@
69 depcomp =
70 am__depfiles_maybe =
71 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 CCLD = $(CC)
74 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
75 SOURCES = $(usex_SOURCES)
76 DIST_SOURCES = $(usex_SOURCES)
77 ETAGS = etags
78 CTAGS = ctags
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 distdir = $(PACKAGE)-$(VERSION)
81 top_distdir = $(distdir)
82 am__remove_distdir = \
83 { test ! -d $(distdir) \
84 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85 && rm -fr $(distdir); }; }
86 DIST_ARCHIVES = $(distdir).tar.gz
87 GZIP_ENV = --best
88 distuninstallcheck_listfiles = find . -type f -print
89 distcleancheck_listfiles = find . -type f -print
90 ACLOCAL = @ACLOCAL@
91 AMTAR = @AMTAR@
92 AUTOCONF = @AUTOCONF@
93 AUTOHEADER = @AUTOHEADER@
94 AUTOMAKE = @AUTOMAKE@
95 AWK = @AWK@
96 CC = @CC@
97 CCDEPMODE = @CCDEPMODE@
98 CFLAGS = @CFLAGS@
99 CPPFLAGS = @CPPFLAGS@
100 CYGPATH_W = @CYGPATH_W@
101 DEFS = @DEFS@
102 DEPDIR = @DEPDIR@
103 ECHO_C = @ECHO_C@
104 ECHO_N = @ECHO_N@
105 ECHO_T = @ECHO_T@
106 EXEEXT = @EXEEXT@
107 INSTALL = @INSTALL@
108 INSTALL_DATA = @INSTALL_DATA@
109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112 LDFLAGS = @LDFLAGS@
113 LIBOBJS = @LIBOBJS@
114 LIBRPATHX = @LIBRPATHX@
115 LIBS = @LIBS@
116 LTLIBOBJS = @LTLIBOBJS@
117 LTLIBRPATHX = @LTLIBRPATHX@
118 MAKEINFO = @MAKEINFO@
119 MKDIR_P = @MKDIR_P@
120 OBJEXT = @OBJEXT@
121 PACKAGE = @PACKAGE@
122 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123 PACKAGE_NAME = @PACKAGE_NAME@
124 PACKAGE_STRING = @PACKAGE_STRING@
125 PACKAGE_TARNAME = @PACKAGE_TARNAME@
126 PACKAGE_VERSION = @PACKAGE_VERSION@
127 PATH_SEPARATOR = @PATH_SEPARATOR@
128 SET_MAKE = @SET_MAKE@
129 SHELL = @SHELL@
130 STRIP = @STRIP@
131 VERSION = @VERSION@
132 abs_builddir = @abs_builddir@
133 abs_srcdir = @abs_srcdir@
134 abs_top_builddir = @abs_top_builddir@
135 abs_top_srcdir = @abs_top_srcdir@
136 ac_ct_CC = @ac_ct_CC@
137 am__include = @am__include@
138 am__leading_dot = @am__leading_dot@
139 am__quote = @am__quote@
140 am__tar = @am__tar@
141 am__untar = @am__untar@
142 bindir = @bindir@
143 build = @build@
144 build_alias = @build_alias@
145 build_cpu = @build_cpu@
146 build_os = @build_os@
147 build_vendor = @build_vendor@
148 builddir = @builddir@
149 datadir = @datadir@
150 datarootdir = @datarootdir@
151 docdir = @docdir@
152 dvidir = @dvidir@
153 exec_prefix = @exec_prefix@
154 global_top_auxdir = @global_top_auxdir@
155 host = @host@
156 host_alias = @host_alias@
157 host_cpu = @host_cpu@
158 host_os = @host_os@
159 host_vendor = @host_vendor@
160 htmldir = @htmldir@
161 includedir = @includedir@
162 infodir = @infodir@
163 install_sh = @install_sh@
164 libdir = @libdir@
165 libexecdir = @libexecdir@
166 localedir = @localedir@
167 localstatedir = @localstatedir@
168 mandir = @mandir@
169 mkdir_p = @mkdir_p@
170 oldincludedir = @oldincludedir@
171 pdfdir = @pdfdir@
172 prefix = @prefix@
173 program_transform_name = @program_transform_name@
174 psdir = @psdir@
175 sbindir = @sbindir@
176 sharedstatedir = @sharedstatedir@
177 srcdir = @srcdir@
178 sysconfdir = @sysconfdir@
179 target_alias = @target_alias@
180 top_builddir = @top_builddir@
181 top_srcdir = @top_srcdir@
182 AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
183 usex_SOURCES = usex.c
184 LDADD = @LIBRPATHX@
185 all: all-am
186
187 .SUFFIXES:
188 .SUFFIXES: .c .o .obj
189 am--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
205 Makefile: $(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)
222 install-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
235 uninstall-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
243 clean-binPROGRAMS:
244 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
245 usex$(EXEEXT): $(usex_OBJECTS) $(usex_DEPENDENCIES)
246 @rm -f usex$(EXEEXT)
247 $(LINK) $(usex_OBJECTS) $(usex_LDADD) $(LIBS)
248
249 mostlyclean-compile:
250 -rm -f *.$(OBJEXT)
251
252 distclean-compile:
253 -rm -f *.tab.c
254
255 .c.o:
256 $(COMPILE) -c $<
257
258 .c.obj:
259 $(COMPILE) -c `$(CYGPATH_W) '$<'`
260
261 ID: $(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
269 tags: TAGS
270
271 TAGS: $(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
286 ctags: CTAGS
287 CTAGS: $(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
301 GTAGS:
302 here=`$(am__cd) $(top_builddir) && pwd` \
303 && cd $(top_srcdir) \
304 && gtags -i $(GTAGS_ARGS) $$here
305
306 distclean-tags:
307 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
308
309 distdir: $(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)
342 dist-gzip: distdir
343 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
344 $(am__remove_distdir)
345
346 dist-bzip2: distdir
347 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
348 $(am__remove_distdir)
349
350 dist-tarZ: distdir
351 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
352 $(am__remove_distdir)
353
354 dist-shar: distdir
355 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
356 $(am__remove_distdir)
357
358 dist-zip: distdir
359 -rm -f $(distdir).zip
360 zip -rq $(distdir).zip $(distdir)
361 $(am__remove_distdir)
362
363 dist 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.
370 distcheck: 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'
416 distuninstallcheck:
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
425 distcleancheck: 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
434 check-am: all-am
435 check: check-am
436 all-am: Makefile $(PROGRAMS)
437 installdirs:
438 for dir in "$(DESTDIR)$(bindir)"; do \
439 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
440 done
441 install: install-am
442 install-exec: install-exec-am
443 install-data: install-data-am
444 uninstall: uninstall-am
445
446 install-am: all-am
447 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
448
449 installcheck: installcheck-am
450 install-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
455 mostlyclean-generic:
456
457 clean-generic:
458
459 distclean-generic:
460 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
461
462 maintainer-clean-generic:
463 @echo "This command is intended for maintainers to use"
464 @echo "it deletes files that may require special tools to rebuild."
465 clean: clean-am
466
467 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
468
469 distclean: distclean-am
470 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
471 -rm -f Makefile
472 distclean-am: clean-am distclean-compile distclean-generic \
473 distclean-tags
474
475 dvi: dvi-am
476
477 dvi-am:
478
479 html: html-am
480
481 info: info-am
482
483 info-am:
484
485 install-data-am:
486
487 install-dvi: install-dvi-am
488
489 install-exec-am: install-binPROGRAMS
490
491 install-html: install-html-am
492
493 install-info: install-info-am
494
495 install-man:
496
497 install-pdf: install-pdf-am
498
499 install-ps: install-ps-am
500
501 installcheck-am:
502
503 maintainer-clean: maintainer-clean-am
504 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
505 -rm -rf $(top_srcdir)/autom4te.cache
506 -rm -f Makefile
507 maintainer-clean-am: distclean-am maintainer-clean-generic
508
509 mostlyclean: mostlyclean-am
510
511 mostlyclean-am: mostlyclean-compile mostlyclean-generic
512
513 pdf: pdf-am
514
515 pdf-am:
516
517 ps: ps-am
518
519 ps-am:
520
521 uninstall-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
541 check: all
542 ./usex
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