src/Makefile.in

changeset 52
02816cd75edc
parent 51
5acf05940667
child 53
32b9e0a5cebd
     1.1 --- a/src/Makefile.in	Wed May 31 12:51:24 2017 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,588 +0,0 @@
     1.4 -# Makefile.in generated by automake 1.13.4 from Makefile.am.
     1.5 -# @configure_input@
     1.6 -
     1.7 -# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     1.8 -
     1.9 -# This Makefile.in is free software; the Free Software Foundation
    1.10 -# gives unlimited permission to copy and/or distribute it,
    1.11 -# with or without modifications, as long as this notice is preserved.
    1.12 -
    1.13 -# This program is distributed in the hope that it will be useful,
    1.14 -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    1.15 -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    1.16 -# PARTICULAR PURPOSE.
    1.17 -
    1.18 -@SET_MAKE@
    1.19 -
    1.20 -# Copyright 2017 Mike Becker. All rights reserved.
    1.21 -# 
    1.22 -# Redistribution and use in source and binary forms, with or without
    1.23 -# modification, are permitted provided that the following conditions are met:
    1.24 -# 
    1.25 -# 1. Redistributions of source code must retain the above copyright
    1.26 -# notice, this list of conditions and the following disclaimer.
    1.27 -# 
    1.28 -# 2. Redistributions in binary form must reproduce the above copyright
    1.29 -# notice, this list of conditions and the following disclaimer in the
    1.30 -# documentation and/or other materials provided with the distribution.
    1.31 -# 
    1.32 -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.33 -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.34 -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    1.35 -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    1.36 -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    1.37 -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    1.38 -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    1.39 -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    1.40 -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    1.41 -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1.42 -
    1.43 -VPATH = @srcdir@
    1.44 -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    1.45 -am__make_running_with_option = \
    1.46 -  case $${target_option-} in \
    1.47 -      ?) ;; \
    1.48 -      *) echo "am__make_running_with_option: internal error: invalid" \
    1.49 -              "target option '$${target_option-}' specified" >&2; \
    1.50 -         exit 1;; \
    1.51 -  esac; \
    1.52 -  has_opt=no; \
    1.53 -  sane_makeflags=$$MAKEFLAGS; \
    1.54 -  if $(am__is_gnu_make); then \
    1.55 -    sane_makeflags=$$MFLAGS; \
    1.56 -  else \
    1.57 -    case $$MAKEFLAGS in \
    1.58 -      *\\[\ \	]*) \
    1.59 -        bs=\\; \
    1.60 -        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    1.61 -          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    1.62 -    esac; \
    1.63 -  fi; \
    1.64 -  skip_next=no; \
    1.65 -  strip_trailopt () \
    1.66 -  { \
    1.67 -    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    1.68 -  }; \
    1.69 -  for flg in $$sane_makeflags; do \
    1.70 -    test $$skip_next = yes && { skip_next=no; continue; }; \
    1.71 -    case $$flg in \
    1.72 -      *=*|--*) continue;; \
    1.73 -        -*I) strip_trailopt 'I'; skip_next=yes;; \
    1.74 -      -*I?*) strip_trailopt 'I';; \
    1.75 -        -*O) strip_trailopt 'O'; skip_next=yes;; \
    1.76 -      -*O?*) strip_trailopt 'O';; \
    1.77 -        -*l) strip_trailopt 'l'; skip_next=yes;; \
    1.78 -      -*l?*) strip_trailopt 'l';; \
    1.79 -      -[dEDm]) skip_next=yes;; \
    1.80 -      -[JT]) skip_next=yes;; \
    1.81 -    esac; \
    1.82 -    case $$flg in \
    1.83 -      *$$target_option*) has_opt=yes; break;; \
    1.84 -    esac; \
    1.85 -  done; \
    1.86 -  test $$has_opt = yes
    1.87 -am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    1.88 -am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    1.89 -pkgdatadir = $(datadir)/@PACKAGE@
    1.90 -pkgincludedir = $(includedir)/@PACKAGE@
    1.91 -pkglibdir = $(libdir)/@PACKAGE@
    1.92 -pkglibexecdir = $(libexecdir)/@PACKAGE@
    1.93 -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    1.94 -install_sh_DATA = $(install_sh) -c -m 644
    1.95 -install_sh_PROGRAM = $(install_sh) -c
    1.96 -install_sh_SCRIPT = $(install_sh) -c
    1.97 -INSTALL_HEADER = $(INSTALL_DATA)
    1.98 -transform = $(program_transform_name)
    1.99 -NORMAL_INSTALL = :
   1.100 -PRE_INSTALL = :
   1.101 -POST_INSTALL = :
   1.102 -NORMAL_UNINSTALL = :
   1.103 -PRE_UNINSTALL = :
   1.104 -POST_UNINSTALL = :
   1.105 -bin_PROGRAMS = cline$(EXEEXT)
   1.106 -subdir = src
   1.107 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
   1.108 -	$(top_srcdir)/depcomp
   1.109 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   1.110 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   1.111 -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   1.112 -	$(ACLOCAL_M4)
   1.113 -mkinstalldirs = $(install_sh) -d
   1.114 -CONFIG_HEADER = $(top_builddir)/config.h
   1.115 -CONFIG_CLEAN_FILES =
   1.116 -CONFIG_CLEAN_VPATH_FILES =
   1.117 -am__installdirs = "$(DESTDIR)$(bindir)"
   1.118 -PROGRAMS = $(bin_PROGRAMS)
   1.119 -am_cline_OBJECTS = arguments.$(OBJEXT) bfile_heuristics.$(OBJEXT) \
   1.120 -	cline.$(OBJEXT) regex_parser.$(OBJEXT) scanner.$(OBJEXT) \
   1.121 -	settings.$(OBJEXT) string_list.$(OBJEXT) suffix_fnc.$(OBJEXT)
   1.122 -cline_OBJECTS = $(am_cline_OBJECTS)
   1.123 -cline_LDADD = $(LDADD)
   1.124 -AM_V_P = $(am__v_P_@AM_V@)
   1.125 -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   1.126 -am__v_P_0 = false
   1.127 -am__v_P_1 = :
   1.128 -AM_V_GEN = $(am__v_GEN_@AM_V@)
   1.129 -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   1.130 -am__v_GEN_0 = @echo "  GEN     " $@;
   1.131 -am__v_GEN_1 = 
   1.132 -AM_V_at = $(am__v_at_@AM_V@)
   1.133 -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   1.134 -am__v_at_0 = @
   1.135 -am__v_at_1 = 
   1.136 -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   1.137 -depcomp = $(SHELL) $(top_srcdir)/depcomp
   1.138 -am__depfiles_maybe = depfiles
   1.139 -am__mv = mv -f
   1.140 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   1.141 -	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   1.142 -AM_V_CC = $(am__v_CC_@AM_V@)
   1.143 -am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
   1.144 -am__v_CC_0 = @echo "  CC      " $@;
   1.145 -am__v_CC_1 = 
   1.146 -CCLD = $(CC)
   1.147 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   1.148 -AM_V_CCLD = $(am__v_CCLD_@AM_V@)
   1.149 -am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
   1.150 -am__v_CCLD_0 = @echo "  CCLD    " $@;
   1.151 -am__v_CCLD_1 = 
   1.152 -SOURCES = $(cline_SOURCES)
   1.153 -DIST_SOURCES = $(cline_SOURCES)
   1.154 -am__can_run_installinfo = \
   1.155 -  case $$AM_UPDATE_INFO_DIR in \
   1.156 -    n|no|NO) false;; \
   1.157 -    *) (install-info --version) >/dev/null 2>&1;; \
   1.158 -  esac
   1.159 -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
   1.160 -# Read a list of newline-separated strings from the standard input,
   1.161 -# and print each of them once, without duplicates.  Input order is
   1.162 -# *not* preserved.
   1.163 -am__uniquify_input = $(AWK) '\
   1.164 -  BEGIN { nonempty = 0; } \
   1.165 -  { items[$$0] = 1; nonempty = 1; } \
   1.166 -  END { if (nonempty) { for (i in items) print i; }; } \
   1.167 -'
   1.168 -# Make sure the list of sources is unique.  This is necessary because,
   1.169 -# e.g., the same source file might be shared among _SOURCES variables
   1.170 -# for different programs/libraries.
   1.171 -am__define_uniq_tagged_files = \
   1.172 -  list='$(am__tagged_files)'; \
   1.173 -  unique=`for i in $$list; do \
   1.174 -    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.175 -  done | $(am__uniquify_input)`
   1.176 -ETAGS = etags
   1.177 -CTAGS = ctags
   1.178 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   1.179 -ACLOCAL = @ACLOCAL@
   1.180 -AMTAR = @AMTAR@
   1.181 -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   1.182 -AUTOCONF = @AUTOCONF@
   1.183 -AUTOHEADER = @AUTOHEADER@
   1.184 -AUTOMAKE = @AUTOMAKE@
   1.185 -AWK = @AWK@
   1.186 -CC = @CC@
   1.187 -CCDEPMODE = @CCDEPMODE@
   1.188 -CFLAGS = @CFLAGS@
   1.189 -CPP = @CPP@
   1.190 -CPPFLAGS = @CPPFLAGS@
   1.191 -CYGPATH_W = @CYGPATH_W@
   1.192 -DEFS = @DEFS@
   1.193 -DEPDIR = @DEPDIR@
   1.194 -ECHO_C = @ECHO_C@
   1.195 -ECHO_N = @ECHO_N@
   1.196 -ECHO_T = @ECHO_T@
   1.197 -EGREP = @EGREP@
   1.198 -EXEEXT = @EXEEXT@
   1.199 -GREP = @GREP@
   1.200 -INSTALL = @INSTALL@
   1.201 -INSTALL_DATA = @INSTALL_DATA@
   1.202 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
   1.203 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
   1.204 -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   1.205 -LDFLAGS = @LDFLAGS@
   1.206 -LIBOBJS = @LIBOBJS@
   1.207 -LIBS = @LIBS@
   1.208 -LTLIBOBJS = @LTLIBOBJS@
   1.209 -MAKEINFO = @MAKEINFO@
   1.210 -MKDIR_P = @MKDIR_P@
   1.211 -OBJEXT = @OBJEXT@
   1.212 -PACKAGE = @PACKAGE@
   1.213 -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   1.214 -PACKAGE_NAME = @PACKAGE_NAME@
   1.215 -PACKAGE_STRING = @PACKAGE_STRING@
   1.216 -PACKAGE_TARNAME = @PACKAGE_TARNAME@
   1.217 -PACKAGE_URL = @PACKAGE_URL@
   1.218 -PACKAGE_VERSION = @PACKAGE_VERSION@
   1.219 -PATH_SEPARATOR = @PATH_SEPARATOR@
   1.220 -SET_MAKE = @SET_MAKE@
   1.221 -SHELL = @SHELL@
   1.222 -STRIP = @STRIP@
   1.223 -VERSION = @VERSION@
   1.224 -abs_builddir = @abs_builddir@
   1.225 -abs_srcdir = @abs_srcdir@
   1.226 -abs_top_builddir = @abs_top_builddir@
   1.227 -abs_top_srcdir = @abs_top_srcdir@
   1.228 -ac_ct_CC = @ac_ct_CC@
   1.229 -am__include = @am__include@
   1.230 -am__leading_dot = @am__leading_dot@
   1.231 -am__quote = @am__quote@
   1.232 -am__tar = @am__tar@
   1.233 -am__untar = @am__untar@
   1.234 -bindir = @bindir@
   1.235 -build_alias = @build_alias@
   1.236 -builddir = @builddir@
   1.237 -datadir = @datadir@
   1.238 -datarootdir = @datarootdir@
   1.239 -docdir = @docdir@
   1.240 -dvidir = @dvidir@
   1.241 -exec_prefix = @exec_prefix@
   1.242 -host_alias = @host_alias@
   1.243 -htmldir = @htmldir@
   1.244 -includedir = @includedir@
   1.245 -infodir = @infodir@
   1.246 -install_sh = @install_sh@
   1.247 -libdir = @libdir@
   1.248 -libexecdir = @libexecdir@
   1.249 -localedir = @localedir@
   1.250 -localstatedir = @localstatedir@
   1.251 -mandir = @mandir@
   1.252 -mkdir_p = @mkdir_p@
   1.253 -oldincludedir = @oldincludedir@
   1.254 -pdfdir = @pdfdir@
   1.255 -prefix = @prefix@
   1.256 -program_transform_name = @program_transform_name@
   1.257 -psdir = @psdir@
   1.258 -sbindir = @sbindir@
   1.259 -sharedstatedir = @sharedstatedir@
   1.260 -srcdir = @srcdir@
   1.261 -sysconfdir = @sysconfdir@
   1.262 -target_alias = @target_alias@
   1.263 -top_build_prefix = @top_build_prefix@
   1.264 -top_builddir = @top_builddir@
   1.265 -top_srcdir = @top_srcdir@
   1.266 -@DEBUG_FALSE@AM_CFLAGS = -O2
   1.267 -@DEBUG_TRUE@AM_CFLAGS = -g -O0 -Wall
   1.268 -cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \
   1.269 -		scanner.c settings.c string_list.c suffix_fnc.c
   1.270 -
   1.271 -EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \
   1.272 -	     settings.h stdinc.h string_list.h suffix_fnc.h
   1.273 -
   1.274 -all: all-am
   1.275 -
   1.276 -.SUFFIXES:
   1.277 -.SUFFIXES: .c .o .obj
   1.278 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   1.279 -	@for dep in $?; do \
   1.280 -	  case '$(am__configure_deps)' in \
   1.281 -	    *$$dep*) \
   1.282 -	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   1.283 -	        && { if test -f $@; then exit 0; else break; fi; }; \
   1.284 -	      exit 1;; \
   1.285 -	  esac; \
   1.286 -	done; \
   1.287 -	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
   1.288 -	$(am__cd) $(top_srcdir) && \
   1.289 -	  $(AUTOMAKE) --gnu src/Makefile
   1.290 -.PRECIOUS: Makefile
   1.291 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   1.292 -	@case '$?' in \
   1.293 -	  *config.status*) \
   1.294 -	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   1.295 -	  *) \
   1.296 -	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   1.297 -	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   1.298 -	esac;
   1.299 -
   1.300 -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   1.301 -	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1.302 -
   1.303 -$(top_srcdir)/configure:  $(am__configure_deps)
   1.304 -	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1.305 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   1.306 -	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1.307 -$(am__aclocal_m4_deps):
   1.308 -install-binPROGRAMS: $(bin_PROGRAMS)
   1.309 -	@$(NORMAL_INSTALL)
   1.310 -	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
   1.311 -	if test -n "$$list"; then \
   1.312 -	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
   1.313 -	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
   1.314 -	fi; \
   1.315 -	for p in $$list; do echo "$$p $$p"; done | \
   1.316 -	sed 's/$(EXEEXT)$$//' | \
   1.317 -	while read p p1; do if test -f $$p \
   1.318 -	  ; then echo "$$p"; echo "$$p"; else :; fi; \
   1.319 -	done | \
   1.320 -	sed -e 'p;s,.*/,,;n;h' \
   1.321 -	    -e 's|.*|.|' \
   1.322 -	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
   1.323 -	sed 'N;N;N;s,\n, ,g' | \
   1.324 -	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
   1.325 -	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
   1.326 -	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
   1.327 -	    else { print "f", $$3 "/" $$4, $$1; } } \
   1.328 -	  END { for (d in files) print "f", d, files[d] }' | \
   1.329 -	while read type dir files; do \
   1.330 -	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
   1.331 -	    test -z "$$files" || { \
   1.332 -	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
   1.333 -	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
   1.334 -	    } \
   1.335 -	; done
   1.336 -
   1.337 -uninstall-binPROGRAMS:
   1.338 -	@$(NORMAL_UNINSTALL)
   1.339 -	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
   1.340 -	files=`for p in $$list; do echo "$$p"; done | \
   1.341 -	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
   1.342 -	      -e 's/$$/$(EXEEXT)/' \
   1.343 -	`; \
   1.344 -	test -n "$$list" || exit 0; \
   1.345 -	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
   1.346 -	cd "$(DESTDIR)$(bindir)" && rm -f $$files
   1.347 -
   1.348 -clean-binPROGRAMS:
   1.349 -	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
   1.350 -
   1.351 -cline$(EXEEXT): $(cline_OBJECTS) $(cline_DEPENDENCIES) $(EXTRA_cline_DEPENDENCIES) 
   1.352 -	@rm -f cline$(EXEEXT)
   1.353 -	$(AM_V_CCLD)$(LINK) $(cline_OBJECTS) $(cline_LDADD) $(LIBS)
   1.354 -
   1.355 -mostlyclean-compile:
   1.356 -	-rm -f *.$(OBJEXT)
   1.357 -
   1.358 -distclean-compile:
   1.359 -	-rm -f *.tab.c
   1.360 -
   1.361 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arguments.Po@am__quote@
   1.362 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfile_heuristics.Po@am__quote@
   1.363 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cline.Po@am__quote@
   1.364 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_parser.Po@am__quote@
   1.365 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
   1.366 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@
   1.367 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_list.Po@am__quote@
   1.368 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suffix_fnc.Po@am__quote@
   1.369 -
   1.370 -.c.o:
   1.371 -@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   1.372 -@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   1.373 -@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1.374 -@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1.375 -@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
   1.376 -
   1.377 -.c.obj:
   1.378 -@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
   1.379 -@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   1.380 -@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1.381 -@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1.382 -@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
   1.383 -
   1.384 -ID: $(am__tagged_files)
   1.385 -	$(am__define_uniq_tagged_files); mkid -fID $$unique
   1.386 -tags: tags-am
   1.387 -TAGS: tags
   1.388 -
   1.389 -tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1.390 -	set x; \
   1.391 -	here=`pwd`; \
   1.392 -	$(am__define_uniq_tagged_files); \
   1.393 -	shift; \
   1.394 -	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1.395 -	  test -n "$$unique" || unique=$$empty_fix; \
   1.396 -	  if test $$# -gt 0; then \
   1.397 -	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.398 -	      "$$@" $$unique; \
   1.399 -	  else \
   1.400 -	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.401 -	      $$unique; \
   1.402 -	  fi; \
   1.403 -	fi
   1.404 -ctags: ctags-am
   1.405 -
   1.406 -CTAGS: ctags
   1.407 -ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1.408 -	$(am__define_uniq_tagged_files); \
   1.409 -	test -z "$(CTAGS_ARGS)$$unique" \
   1.410 -	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1.411 -	     $$unique
   1.412 -
   1.413 -GTAGS:
   1.414 -	here=`$(am__cd) $(top_builddir) && pwd` \
   1.415 -	  && $(am__cd) $(top_srcdir) \
   1.416 -	  && gtags -i $(GTAGS_ARGS) "$$here"
   1.417 -cscopelist: cscopelist-am
   1.418 -
   1.419 -cscopelist-am: $(am__tagged_files)
   1.420 -	list='$(am__tagged_files)'; \
   1.421 -	case "$(srcdir)" in \
   1.422 -	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   1.423 -	  *) sdir=$(subdir)/$(srcdir) ;; \
   1.424 -	esac; \
   1.425 -	for i in $$list; do \
   1.426 -	  if test -f "$$i"; then \
   1.427 -	    echo "$(subdir)/$$i"; \
   1.428 -	  else \
   1.429 -	    echo "$$sdir/$$i"; \
   1.430 -	  fi; \
   1.431 -	done >> $(top_builddir)/cscope.files
   1.432 -
   1.433 -distclean-tags:
   1.434 -	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1.435 -
   1.436 -distdir: $(DISTFILES)
   1.437 -	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1.438 -	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1.439 -	list='$(DISTFILES)'; \
   1.440 -	  dist_files=`for file in $$list; do echo $$file; done | \
   1.441 -	  sed -e "s|^$$srcdirstrip/||;t" \
   1.442 -	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   1.443 -	case $$dist_files in \
   1.444 -	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   1.445 -			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   1.446 -			   sort -u` ;; \
   1.447 -	esac; \
   1.448 -	for file in $$dist_files; do \
   1.449 -	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1.450 -	  if test -d $$d/$$file; then \
   1.451 -	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   1.452 -	    if test -d "$(distdir)/$$file"; then \
   1.453 -	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1.454 -	    fi; \
   1.455 -	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1.456 -	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   1.457 -	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1.458 -	    fi; \
   1.459 -	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   1.460 -	  else \
   1.461 -	    test -f "$(distdir)/$$file" \
   1.462 -	    || cp -p $$d/$$file "$(distdir)/$$file" \
   1.463 -	    || exit 1; \
   1.464 -	  fi; \
   1.465 -	done
   1.466 -check-am: all-am
   1.467 -check: check-am
   1.468 -all-am: Makefile $(PROGRAMS)
   1.469 -installdirs:
   1.470 -	for dir in "$(DESTDIR)$(bindir)"; do \
   1.471 -	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   1.472 -	done
   1.473 -install: install-am
   1.474 -install-exec: install-exec-am
   1.475 -install-data: install-data-am
   1.476 -uninstall: uninstall-am
   1.477 -
   1.478 -install-am: all-am
   1.479 -	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1.480 -
   1.481 -installcheck: installcheck-am
   1.482 -install-strip:
   1.483 -	if test -z '$(STRIP)'; then \
   1.484 -	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.485 -	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.486 -	      install; \
   1.487 -	else \
   1.488 -	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.489 -	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.490 -	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   1.491 -	fi
   1.492 -mostlyclean-generic:
   1.493 -
   1.494 -clean-generic:
   1.495 -
   1.496 -distclean-generic:
   1.497 -	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1.498 -	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   1.499 -
   1.500 -maintainer-clean-generic:
   1.501 -	@echo "This command is intended for maintainers to use"
   1.502 -	@echo "it deletes files that may require special tools to rebuild."
   1.503 -clean: clean-am
   1.504 -
   1.505 -clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
   1.506 -
   1.507 -distclean: distclean-am
   1.508 -	-rm -rf ./$(DEPDIR)
   1.509 -	-rm -f Makefile
   1.510 -distclean-am: clean-am distclean-compile distclean-generic \
   1.511 -	distclean-tags
   1.512 -
   1.513 -dvi: dvi-am
   1.514 -
   1.515 -dvi-am:
   1.516 -
   1.517 -html: html-am
   1.518 -
   1.519 -html-am:
   1.520 -
   1.521 -info: info-am
   1.522 -
   1.523 -info-am:
   1.524 -
   1.525 -install-data-am:
   1.526 -
   1.527 -install-dvi: install-dvi-am
   1.528 -
   1.529 -install-dvi-am:
   1.530 -
   1.531 -install-exec-am: install-binPROGRAMS
   1.532 -
   1.533 -install-html: install-html-am
   1.534 -
   1.535 -install-html-am:
   1.536 -
   1.537 -install-info: install-info-am
   1.538 -
   1.539 -install-info-am:
   1.540 -
   1.541 -install-man:
   1.542 -
   1.543 -install-pdf: install-pdf-am
   1.544 -
   1.545 -install-pdf-am:
   1.546 -
   1.547 -install-ps: install-ps-am
   1.548 -
   1.549 -install-ps-am:
   1.550 -
   1.551 -installcheck-am:
   1.552 -
   1.553 -maintainer-clean: maintainer-clean-am
   1.554 -	-rm -rf ./$(DEPDIR)
   1.555 -	-rm -f Makefile
   1.556 -maintainer-clean-am: distclean-am maintainer-clean-generic
   1.557 -
   1.558 -mostlyclean: mostlyclean-am
   1.559 -
   1.560 -mostlyclean-am: mostlyclean-compile mostlyclean-generic
   1.561 -
   1.562 -pdf: pdf-am
   1.563 -
   1.564 -pdf-am:
   1.565 -
   1.566 -ps: ps-am
   1.567 -
   1.568 -ps-am:
   1.569 -
   1.570 -uninstall-am: uninstall-binPROGRAMS
   1.571 -
   1.572 -.MAKE: install-am install-strip
   1.573 -
   1.574 -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
   1.575 -	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
   1.576 -	distclean distclean-compile distclean-generic distclean-tags \
   1.577 -	distdir dvi dvi-am html html-am info info-am install \
   1.578 -	install-am install-binPROGRAMS install-data install-data-am \
   1.579 -	install-dvi install-dvi-am install-exec install-exec-am \
   1.580 -	install-html install-html-am install-info install-info-am \
   1.581 -	install-man install-pdf install-pdf-am install-ps \
   1.582 -	install-ps-am install-strip installcheck installcheck-am \
   1.583 -	installdirs maintainer-clean maintainer-clean-generic \
   1.584 -	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
   1.585 -	ps ps-am tags tags-am uninstall uninstall-am \
   1.586 -	uninstall-binPROGRAMS
   1.587 -
   1.588 -
   1.589 -# Tell versions [3.59,3.63) of GNU make to not export all variables.
   1.590 -# Otherwise a system limit (for SysV at least) may be exceeded.
   1.591 -.NOEXPORT:

mercurial