Home | History | Annotate | Line # | Download | only in rpathlyx
      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 = usey$(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_usey_OBJECTS = usey.$(OBJEXT)
     65 usey_OBJECTS = $(am_usey_OBJECTS)
     66 usey_LDADD = $(LDADD)
     67 usey_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 = $(usey_SOURCES)
     76 DIST_SOURCES = $(usey_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 LIBRPATHY = @LIBRPATHY@
    116 LIBS = @LIBS@
    117 LTLIBOBJS = @LTLIBOBJS@
    118 LTLIBRPATHX = @LTLIBRPATHX@
    119 LTLIBRPATHY = @LTLIBRPATHY@
    120 MAKEINFO = @MAKEINFO@
    121 MKDIR_P = @MKDIR_P@
    122 OBJEXT = @OBJEXT@
    123 PACKAGE = @PACKAGE@
    124 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    125 PACKAGE_NAME = @PACKAGE_NAME@
    126 PACKAGE_STRING = @PACKAGE_STRING@
    127 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    128 PACKAGE_VERSION = @PACKAGE_VERSION@
    129 PATH_SEPARATOR = @PATH_SEPARATOR@
    130 SET_MAKE = @SET_MAKE@
    131 SHELL = @SHELL@
    132 STRIP = @STRIP@
    133 VERSION = @VERSION@
    134 abs_builddir = @abs_builddir@
    135 abs_srcdir = @abs_srcdir@
    136 abs_top_builddir = @abs_top_builddir@
    137 abs_top_srcdir = @abs_top_srcdir@
    138 ac_ct_CC = @ac_ct_CC@
    139 am__include = @am__include@
    140 am__leading_dot = @am__leading_dot@
    141 am__quote = @am__quote@
    142 am__tar = @am__tar@
    143 am__untar = @am__untar@
    144 bindir = @bindir@
    145 build = @build@
    146 build_alias = @build_alias@
    147 build_cpu = @build_cpu@
    148 build_os = @build_os@
    149 build_vendor = @build_vendor@
    150 builddir = @builddir@
    151 datadir = @datadir@
    152 datarootdir = @datarootdir@
    153 docdir = @docdir@
    154 dvidir = @dvidir@
    155 exec_prefix = @exec_prefix@
    156 global_top_auxdir = @global_top_auxdir@
    157 host = @host@
    158 host_alias = @host_alias@
    159 host_cpu = @host_cpu@
    160 host_os = @host_os@
    161 host_vendor = @host_vendor@
    162 htmldir = @htmldir@
    163 includedir = @includedir@
    164 infodir = @infodir@
    165 install_sh = @install_sh@
    166 libdir = @libdir@
    167 libexecdir = @libexecdir@
    168 localedir = @localedir@
    169 localstatedir = @localstatedir@
    170 mandir = @mandir@
    171 mkdir_p = @mkdir_p@
    172 oldincludedir = @oldincludedir@
    173 pdfdir = @pdfdir@
    174 prefix = @prefix@
    175 program_transform_name = @program_transform_name@
    176 psdir = @psdir@
    177 sbindir = @sbindir@
    178 sharedstatedir = @sharedstatedir@
    179 srcdir = @srcdir@
    180 sysconfdir = @sysconfdir@
    181 target_alias = @target_alias@
    182 top_builddir = @top_builddir@
    183 top_srcdir = @top_srcdir@
    184 AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
    185 usey_SOURCES = usey.c
    186 LDADD = @LIBRPATHY@
    187 all: all-am
    188 
    189 .SUFFIXES:
    190 .SUFFIXES: .c .o .obj
    191 am--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
    207 Makefile: $(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)
    224 install-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 
    237 uninstall-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 
    245 clean-binPROGRAMS:
    246 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
    247 usey$(EXEEXT): $(usey_OBJECTS) $(usey_DEPENDENCIES) 
    248 	@rm -f usey$(EXEEXT)
    249 	$(LINK) $(usey_OBJECTS) $(usey_LDADD) $(LIBS)
    250 
    251 mostlyclean-compile:
    252 	-rm -f *.$(OBJEXT)
    253 
    254 distclean-compile:
    255 	-rm -f *.tab.c
    256 
    257 .c.o:
    258 	$(COMPILE) -c $<
    259 
    260 .c.obj:
    261 	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    262 
    263 ID: $(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
    271 tags: TAGS
    272 
    273 TAGS:  $(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
    288 ctags: CTAGS
    289 CTAGS:  $(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 
    303 GTAGS:
    304 	here=`$(am__cd) $(top_builddir) && pwd` \
    305 	  && cd $(top_srcdir) \
    306 	  && gtags -i $(GTAGS_ARGS) $$here
    307 
    308 distclean-tags:
    309 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    310 
    311 distdir: $(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)
    344 dist-gzip: distdir
    345 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    346 	$(am__remove_distdir)
    347 
    348 dist-bzip2: distdir
    349 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    350 	$(am__remove_distdir)
    351 
    352 dist-tarZ: distdir
    353 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    354 	$(am__remove_distdir)
    355 
    356 dist-shar: distdir
    357 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    358 	$(am__remove_distdir)
    359 
    360 dist-zip: distdir
    361 	-rm -f $(distdir).zip
    362 	zip -rq $(distdir).zip $(distdir)
    363 	$(am__remove_distdir)
    364 
    365 dist 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.
    372 distcheck: 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'
    418 distuninstallcheck:
    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
    427 distcleancheck: 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
    436 check-am: all-am
    437 check: check-am
    438 all-am: Makefile $(PROGRAMS)
    439 installdirs:
    440 	for dir in "$(DESTDIR)$(bindir)"; do \
    441 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    442 	done
    443 install: install-am
    444 install-exec: install-exec-am
    445 install-data: install-data-am
    446 uninstall: uninstall-am
    447 
    448 install-am: all-am
    449 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    450 
    451 installcheck: installcheck-am
    452 install-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
    457 mostlyclean-generic:
    458 
    459 clean-generic:
    460 
    461 distclean-generic:
    462 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    463 
    464 maintainer-clean-generic:
    465 	@echo "This command is intended for maintainers to use"
    466 	@echo "it deletes files that may require special tools to rebuild."
    467 clean: clean-am
    468 
    469 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
    470 
    471 distclean: distclean-am
    472 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    473 	-rm -f Makefile
    474 distclean-am: clean-am distclean-compile distclean-generic \
    475 	distclean-tags
    476 
    477 dvi: dvi-am
    478 
    479 dvi-am:
    480 
    481 html: html-am
    482 
    483 info: info-am
    484 
    485 info-am:
    486 
    487 install-data-am:
    488 
    489 install-dvi: install-dvi-am
    490 
    491 install-exec-am: install-binPROGRAMS
    492 
    493 install-html: install-html-am
    494 
    495 install-info: install-info-am
    496 
    497 install-man:
    498 
    499 install-pdf: install-pdf-am
    500 
    501 install-ps: install-ps-am
    502 
    503 installcheck-am:
    504 
    505 maintainer-clean: maintainer-clean-am
    506 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    507 	-rm -rf $(top_srcdir)/autom4te.cache
    508 	-rm -f Makefile
    509 maintainer-clean-am: distclean-am maintainer-clean-generic
    510 
    511 mostlyclean: mostlyclean-am
    512 
    513 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    514 
    515 pdf: pdf-am
    516 
    517 pdf-am:
    518 
    519 ps: ps-am
    520 
    521 ps-am:
    522 
    523 uninstall-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 
    543 check: 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