stage4/Makefile.in
changeset 801 8255f1a371d7
parent 800 2481fffe6e58
child 804 7898ba56c7cf
equal deleted inserted replaced
800:2481fffe6e58 801:8255f1a371d7
     1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
       
     2 # @configure_input@
       
     3 
       
     4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
       
     5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
       
     6 # Foundation, Inc.
       
     7 # This Makefile.in is free software; the Free Software Foundation
       
     8 # gives unlimited permission to copy and/or distribute it,
       
     9 # with or without modifications, as long as this notice is preserved.
       
    10 
       
    11 # This program is distributed in the hope that it will be useful,
       
    12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
       
    13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
       
    14 # PARTICULAR PURPOSE.
       
    15 
       
    16 @SET_MAKE@
       
    17 VPATH = @srcdir@
       
    18 pkgdatadir = $(datadir)/@PACKAGE@
       
    19 pkgincludedir = $(includedir)/@PACKAGE@
       
    20 pkglibdir = $(libdir)/@PACKAGE@
       
    21 pkglibexecdir = $(libexecdir)/@PACKAGE@
       
    22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
       
    23 install_sh_DATA = $(install_sh) -c -m 644
       
    24 install_sh_PROGRAM = $(install_sh) -c
       
    25 install_sh_SCRIPT = $(install_sh) -c
       
    26 INSTALL_HEADER = $(INSTALL_DATA)
       
    27 transform = $(program_transform_name)
       
    28 NORMAL_INSTALL = :
       
    29 PRE_INSTALL = :
       
    30 POST_INSTALL = :
       
    31 NORMAL_UNINSTALL = :
       
    32 PRE_UNINSTALL = :
       
    33 POST_UNINSTALL = :
       
    34 DIST_COMMON = $(srcdir)/../common.mk $(srcdir)/Makefile.am \
       
    35 	$(srcdir)/Makefile.in
       
    36 subdir = stage4
       
    37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
       
    38 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
       
    39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
       
    40 	$(ACLOCAL_M4)
       
    41 mkinstalldirs = $(install_sh) -d
       
    42 CONFIG_HEADER = $(top_builddir)/config/config.h
       
    43 CONFIG_CLEAN_FILES =
       
    44 CONFIG_CLEAN_VPATH_FILES =
       
    45 SOURCES =
       
    46 DIST_SOURCES =
       
    47 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
       
    48 	html-recursive info-recursive install-data-recursive \
       
    49 	install-dvi-recursive install-exec-recursive \
       
    50 	install-html-recursive install-info-recursive \
       
    51 	install-pdf-recursive install-ps-recursive install-recursive \
       
    52 	installcheck-recursive installdirs-recursive pdf-recursive \
       
    53 	ps-recursive uninstall-recursive
       
    54 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
       
    55   distclean-recursive maintainer-clean-recursive
       
    56 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
       
    57 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
       
    58 	distdir
       
    59 ETAGS = etags
       
    60 CTAGS = ctags
       
    61 DIST_SUBDIRS = $(SUBDIRS)
       
    62 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
       
    63 am__relativize = \
       
    64   dir0=`pwd`; \
       
    65   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
       
    66   sed_rest='s,^[^/]*/*,,'; \
       
    67   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
       
    68   sed_butlast='s,/*[^/]*$$,,'; \
       
    69   while test -n "$$dir1"; do \
       
    70     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
       
    71     if test "$$first" != "."; then \
       
    72       if test "$$first" = ".."; then \
       
    73         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
       
    74         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
       
    75       else \
       
    76         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
       
    77         if test "$$first2" = "$$first"; then \
       
    78           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
       
    79         else \
       
    80           dir2="../$$dir2"; \
       
    81         fi; \
       
    82         dir0="$$dir0"/"$$first"; \
       
    83       fi; \
       
    84     fi; \
       
    85     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
       
    86   done; \
       
    87   reldir="$$dir2"
       
    88 ACLOCAL = @ACLOCAL@
       
    89 AMTAR = @AMTAR@
       
    90 AUTOCONF = @AUTOCONF@
       
    91 AUTOHEADER = @AUTOHEADER@
       
    92 AUTOMAKE = @AUTOMAKE@
       
    93 AWK = @AWK@
       
    94 CC = @CC@
       
    95 CCDEPMODE = @CCDEPMODE@
       
    96 CFLAGS = @CFLAGS@
       
    97 CPP = @CPP@
       
    98 CPPFLAGS = @CPPFLAGS@
       
    99 CXX = @CXX@
       
   100 CXXDEPMODE = @CXXDEPMODE@
       
   101 CXXFLAGS = @CXXFLAGS@
       
   102 CYGPATH_W = @CYGPATH_W@
       
   103 DEFS = @DEFS@
       
   104 DEPDIR = @DEPDIR@
       
   105 ECHO_C = @ECHO_C@
       
   106 ECHO_N = @ECHO_N@
       
   107 ECHO_T = @ECHO_T@
       
   108 EGREP = @EGREP@
       
   109 EXEEXT = @EXEEXT@
       
   110 GREP = @GREP@
       
   111 INSTALL = @INSTALL@
       
   112 INSTALL_DATA = @INSTALL_DATA@
       
   113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
       
   114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
       
   115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
       
   116 LDFLAGS = @LDFLAGS@
       
   117 LEX = @LEX@
       
   118 LEXLIB = @LEXLIB@
       
   119 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
       
   120 LIBOBJS = @LIBOBJS@
       
   121 LIBS = @LIBS@
       
   122 LN_S = @LN_S@
       
   123 LTLIBOBJS = @LTLIBOBJS@
       
   124 MAKEINFO = @MAKEINFO@
       
   125 MKDIR_P = @MKDIR_P@
       
   126 OBJEXT = @OBJEXT@
       
   127 PACKAGE = @PACKAGE@
       
   128 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
       
   129 PACKAGE_NAME = @PACKAGE_NAME@
       
   130 PACKAGE_STRING = @PACKAGE_STRING@
       
   131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
       
   132 PACKAGE_URL = @PACKAGE_URL@
       
   133 PACKAGE_VERSION = @PACKAGE_VERSION@
       
   134 PATH_SEPARATOR = @PATH_SEPARATOR@
       
   135 RANLIB = @RANLIB@
       
   136 SET_MAKE = @SET_MAKE@
       
   137 SHELL = @SHELL@
       
   138 STRIP = @STRIP@
       
   139 VERSION = @VERSION@
       
   140 YACC = @YACC@
       
   141 YFLAGS = @YFLAGS@
       
   142 abs_builddir = @abs_builddir@
       
   143 abs_srcdir = @abs_srcdir@
       
   144 abs_top_builddir = @abs_top_builddir@
       
   145 abs_top_srcdir = @abs_top_srcdir@
       
   146 ac_ct_CC = @ac_ct_CC@
       
   147 ac_ct_CXX = @ac_ct_CXX@
       
   148 am__include = @am__include@
       
   149 am__leading_dot = @am__leading_dot@
       
   150 am__quote = @am__quote@
       
   151 am__tar = @am__tar@
       
   152 am__untar = @am__untar@
       
   153 bindir = @bindir@
       
   154 build_alias = @build_alias@
       
   155 builddir = @builddir@
       
   156 datadir = @datadir@
       
   157 datarootdir = @datarootdir@
       
   158 docdir = @docdir@
       
   159 dvidir = @dvidir@
       
   160 exec_prefix = @exec_prefix@
       
   161 host_alias = @host_alias@
       
   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_build_prefix = @top_build_prefix@
       
   183 top_builddir = @top_builddir@
       
   184 top_srcdir = @top_srcdir@
       
   185 AM_CXXFLAGS = -g -Wall -Wpointer-arith -Wwrite-strings -Wno-unused 
       
   186 SUBDIRS = generate_c generate_iec
       
   187 CLEANFILES = stage4.o
       
   188 all: all-recursive
       
   189 
       
   190 .SUFFIXES:
       
   191 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../common.mk $(am__configure_deps)
       
   192 	@for dep in $?; do \
       
   193 	  case '$(am__configure_deps)' in \
       
   194 	    *$$dep*) \
       
   195 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
       
   196 	        && { if test -f $@; then exit 0; else break; fi; }; \
       
   197 	      exit 1;; \
       
   198 	  esac; \
       
   199 	done; \
       
   200 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign stage4/Makefile'; \
       
   201 	$(am__cd) $(top_srcdir) && \
       
   202 	  $(AUTOMAKE) --foreign stage4/Makefile
       
   203 .PRECIOUS: Makefile
       
   204 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
       
   205 	@case '$?' in \
       
   206 	  *config.status*) \
       
   207 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
       
   208 	  *) \
       
   209 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
       
   210 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
       
   211 	esac;
       
   212 $(srcdir)/../common.mk:
       
   213 
       
   214 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
       
   215 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
       
   216 
       
   217 $(top_srcdir)/configure:  $(am__configure_deps)
       
   218 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
       
   219 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
       
   220 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
       
   221 $(am__aclocal_m4_deps):
       
   222 
       
   223 # This directory's subdirectories are mostly independent; you can cd
       
   224 # into them and run `make' without going through this Makefile.
       
   225 # To change the values of `make' variables: instead of editing Makefiles,
       
   226 # (1) if the variable is set in `config.status', edit `config.status'
       
   227 #     (which will cause the Makefiles to be regenerated when you run `make');
       
   228 # (2) otherwise, pass the desired values on the `make' command line.
       
   229 $(RECURSIVE_TARGETS):
       
   230 	@fail= failcom='exit 1'; \
       
   231 	for f in x $$MAKEFLAGS; do \
       
   232 	  case $$f in \
       
   233 	    *=* | --[!k]*);; \
       
   234 	    *k*) failcom='fail=yes';; \
       
   235 	  esac; \
       
   236 	done; \
       
   237 	dot_seen=no; \
       
   238 	target=`echo $@ | sed s/-recursive//`; \
       
   239 	list='$(SUBDIRS)'; for subdir in $$list; do \
       
   240 	  echo "Making $$target in $$subdir"; \
       
   241 	  if test "$$subdir" = "."; then \
       
   242 	    dot_seen=yes; \
       
   243 	    local_target="$$target-am"; \
       
   244 	  else \
       
   245 	    local_target="$$target"; \
       
   246 	  fi; \
       
   247 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
       
   248 	  || eval $$failcom; \
       
   249 	done; \
       
   250 	if test "$$dot_seen" = "no"; then \
       
   251 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
       
   252 	fi; test -z "$$fail"
       
   253 
       
   254 $(RECURSIVE_CLEAN_TARGETS):
       
   255 	@fail= failcom='exit 1'; \
       
   256 	for f in x $$MAKEFLAGS; do \
       
   257 	  case $$f in \
       
   258 	    *=* | --[!k]*);; \
       
   259 	    *k*) failcom='fail=yes';; \
       
   260 	  esac; \
       
   261 	done; \
       
   262 	dot_seen=no; \
       
   263 	case "$@" in \
       
   264 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
       
   265 	  *) list='$(SUBDIRS)' ;; \
       
   266 	esac; \
       
   267 	rev=''; for subdir in $$list; do \
       
   268 	  if test "$$subdir" = "."; then :; else \
       
   269 	    rev="$$subdir $$rev"; \
       
   270 	  fi; \
       
   271 	done; \
       
   272 	rev="$$rev ."; \
       
   273 	target=`echo $@ | sed s/-recursive//`; \
       
   274 	for subdir in $$rev; do \
       
   275 	  echo "Making $$target in $$subdir"; \
       
   276 	  if test "$$subdir" = "."; then \
       
   277 	    local_target="$$target-am"; \
       
   278 	  else \
       
   279 	    local_target="$$target"; \
       
   280 	  fi; \
       
   281 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
       
   282 	  || eval $$failcom; \
       
   283 	done && test -z "$$fail"
       
   284 tags-recursive:
       
   285 	list='$(SUBDIRS)'; for subdir in $$list; do \
       
   286 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
       
   287 	done
       
   288 ctags-recursive:
       
   289 	list='$(SUBDIRS)'; for subdir in $$list; do \
       
   290 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
       
   291 	done
       
   292 
       
   293 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
       
   294 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
       
   295 	unique=`for i in $$list; do \
       
   296 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
       
   297 	  done | \
       
   298 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
       
   299 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
       
   300 	mkid -fID $$unique
       
   301 tags: TAGS
       
   302 
       
   303 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
       
   304 		$(TAGS_FILES) $(LISP)
       
   305 	set x; \
       
   306 	here=`pwd`; \
       
   307 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
       
   308 	  include_option=--etags-include; \
       
   309 	  empty_fix=.; \
       
   310 	else \
       
   311 	  include_option=--include; \
       
   312 	  empty_fix=; \
       
   313 	fi; \
       
   314 	list='$(SUBDIRS)'; for subdir in $$list; do \
       
   315 	  if test "$$subdir" = .; then :; else \
       
   316 	    test ! -f $$subdir/TAGS || \
       
   317 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
       
   318 	  fi; \
       
   319 	done; \
       
   320 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
       
   321 	unique=`for i in $$list; do \
       
   322 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
       
   323 	  done | \
       
   324 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
       
   325 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
       
   326 	shift; \
       
   327 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
       
   328 	  test -n "$$unique" || unique=$$empty_fix; \
       
   329 	  if test $$# -gt 0; then \
       
   330 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
       
   331 	      "$$@" $$unique; \
       
   332 	  else \
       
   333 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
       
   334 	      $$unique; \
       
   335 	  fi; \
       
   336 	fi
       
   337 ctags: CTAGS
       
   338 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
       
   339 		$(TAGS_FILES) $(LISP)
       
   340 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
       
   341 	unique=`for i in $$list; do \
       
   342 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
       
   343 	  done | \
       
   344 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
       
   345 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
       
   346 	test -z "$(CTAGS_ARGS)$$unique" \
       
   347 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
       
   348 	     $$unique
       
   349 
       
   350 GTAGS:
       
   351 	here=`$(am__cd) $(top_builddir) && pwd` \
       
   352 	  && $(am__cd) $(top_srcdir) \
       
   353 	  && gtags -i $(GTAGS_ARGS) "$$here"
       
   354 
       
   355 distclean-tags:
       
   356 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
       
   357 
       
   358 distdir: $(DISTFILES)
       
   359 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
       
   360 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
       
   361 	list='$(DISTFILES)'; \
       
   362 	  dist_files=`for file in $$list; do echo $$file; done | \
       
   363 	  sed -e "s|^$$srcdirstrip/||;t" \
       
   364 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
       
   365 	case $$dist_files in \
       
   366 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
       
   367 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
       
   368 			   sort -u` ;; \
       
   369 	esac; \
       
   370 	for file in $$dist_files; do \
       
   371 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
       
   372 	  if test -d $$d/$$file; then \
       
   373 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
       
   374 	    if test -d "$(distdir)/$$file"; then \
       
   375 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
       
   376 	    fi; \
       
   377 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
       
   378 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
       
   379 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
       
   380 	    fi; \
       
   381 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
       
   382 	  else \
       
   383 	    test -f "$(distdir)/$$file" \
       
   384 	    || cp -p $$d/$$file "$(distdir)/$$file" \
       
   385 	    || exit 1; \
       
   386 	  fi; \
       
   387 	done
       
   388 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
       
   389 	  if test "$$subdir" = .; then :; else \
       
   390 	    test -d "$(distdir)/$$subdir" \
       
   391 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
       
   392 	    || exit 1; \
       
   393 	  fi; \
       
   394 	done
       
   395 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
       
   396 	  if test "$$subdir" = .; then :; else \
       
   397 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
       
   398 	    $(am__relativize); \
       
   399 	    new_distdir=$$reldir; \
       
   400 	    dir1=$$subdir; dir2="$(top_distdir)"; \
       
   401 	    $(am__relativize); \
       
   402 	    new_top_distdir=$$reldir; \
       
   403 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
       
   404 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
       
   405 	    ($(am__cd) $$subdir && \
       
   406 	      $(MAKE) $(AM_MAKEFLAGS) \
       
   407 	        top_distdir="$$new_top_distdir" \
       
   408 	        distdir="$$new_distdir" \
       
   409 		am__remove_distdir=: \
       
   410 		am__skip_length_check=: \
       
   411 		am__skip_mode_fix=: \
       
   412 	        distdir) \
       
   413 	      || exit 1; \
       
   414 	  fi; \
       
   415 	done
       
   416 check-am: all-am
       
   417 check: check-recursive
       
   418 all-am: Makefile
       
   419 installdirs: installdirs-recursive
       
   420 installdirs-am:
       
   421 install: install-recursive
       
   422 install-exec: install-exec-recursive
       
   423 install-data: install-data-recursive
       
   424 uninstall: uninstall-recursive
       
   425 
       
   426 install-am: all-am
       
   427 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
       
   428 
       
   429 installcheck: installcheck-recursive
       
   430 install-strip:
       
   431 	if test -z '$(STRIP)'; then \
       
   432 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
       
   433 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
       
   434 	      install; \
       
   435 	else \
       
   436 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
       
   437 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
       
   438 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
       
   439 	fi
       
   440 mostlyclean-generic:
       
   441 
       
   442 clean-generic:
       
   443 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
       
   444 
       
   445 distclean-generic:
       
   446 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
       
   447 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
       
   448 
       
   449 maintainer-clean-generic:
       
   450 	@echo "This command is intended for maintainers to use"
       
   451 	@echo "it deletes files that may require special tools to rebuild."
       
   452 clean: clean-recursive
       
   453 
       
   454 clean-am: clean-generic mostlyclean-am
       
   455 
       
   456 distclean: distclean-recursive
       
   457 	-rm -f Makefile
       
   458 distclean-am: clean-am distclean-generic distclean-tags
       
   459 
       
   460 dvi: dvi-recursive
       
   461 
       
   462 dvi-am:
       
   463 
       
   464 html: html-recursive
       
   465 
       
   466 html-am:
       
   467 
       
   468 info: info-recursive
       
   469 
       
   470 info-am:
       
   471 
       
   472 install-data-am:
       
   473 
       
   474 install-dvi: install-dvi-recursive
       
   475 
       
   476 install-dvi-am:
       
   477 
       
   478 install-exec-am:
       
   479 
       
   480 install-html: install-html-recursive
       
   481 
       
   482 install-html-am:
       
   483 
       
   484 install-info: install-info-recursive
       
   485 
       
   486 install-info-am:
       
   487 
       
   488 install-man:
       
   489 
       
   490 install-pdf: install-pdf-recursive
       
   491 
       
   492 install-pdf-am:
       
   493 
       
   494 install-ps: install-ps-recursive
       
   495 
       
   496 install-ps-am:
       
   497 
       
   498 installcheck-am:
       
   499 
       
   500 maintainer-clean: maintainer-clean-recursive
       
   501 	-rm -f Makefile
       
   502 maintainer-clean-am: distclean-am maintainer-clean-generic
       
   503 
       
   504 mostlyclean: mostlyclean-recursive
       
   505 
       
   506 mostlyclean-am: mostlyclean-generic
       
   507 
       
   508 pdf: pdf-recursive
       
   509 
       
   510 pdf-am:
       
   511 
       
   512 ps: ps-recursive
       
   513 
       
   514 ps-am:
       
   515 
       
   516 uninstall-am:
       
   517 
       
   518 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
       
   519 	install-am install-strip tags-recursive
       
   520 
       
   521 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
       
   522 	all all-am check check-am clean clean-generic ctags \
       
   523 	ctags-recursive distclean distclean-generic distclean-tags \
       
   524 	distdir dvi dvi-am html html-am info info-am install \
       
   525 	install-am install-data install-data-am install-dvi \
       
   526 	install-dvi-am install-exec install-exec-am install-html \
       
   527 	install-html-am install-info install-info-am install-man \
       
   528 	install-pdf install-pdf-am install-ps install-ps-am \
       
   529 	install-strip installcheck installcheck-am installdirs \
       
   530 	installdirs-am maintainer-clean maintainer-clean-generic \
       
   531 	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
       
   532 	tags-recursive uninstall uninstall-am
       
   533 
       
   534 
       
   535 # Tell versions [3.59,3.63) of GNU make to not export all variables.
       
   536 # Otherwise a system limit (for SysV at least) may be exceeded.
       
   537 .NOEXPORT: