src/Makefile.in

changeset 49
08b780ecc611
child 50
63477d92411d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/Makefile.in	Wed May 31 12:22:36 2017 +0200
     1.3 @@ -0,0 +1,583 @@
     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 = -std=gnu99 -O2
   1.267 +@DEBUG_TRUE@AM_CFLAGS = -std=gnu99 -O0 -Wall
   1.268 +cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c settings.c string_list.c suffix_fnc.c
   1.269 +all: all-am
   1.270 +
   1.271 +.SUFFIXES:
   1.272 +.SUFFIXES: .c .o .obj
   1.273 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   1.274 +	@for dep in $?; do \
   1.275 +	  case '$(am__configure_deps)' in \
   1.276 +	    *$$dep*) \
   1.277 +	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   1.278 +	        && { if test -f $@; then exit 0; else break; fi; }; \
   1.279 +	      exit 1;; \
   1.280 +	  esac; \
   1.281 +	done; \
   1.282 +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
   1.283 +	$(am__cd) $(top_srcdir) && \
   1.284 +	  $(AUTOMAKE) --gnu src/Makefile
   1.285 +.PRECIOUS: Makefile
   1.286 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   1.287 +	@case '$?' in \
   1.288 +	  *config.status*) \
   1.289 +	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   1.290 +	  *) \
   1.291 +	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   1.292 +	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   1.293 +	esac;
   1.294 +
   1.295 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   1.296 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1.297 +
   1.298 +$(top_srcdir)/configure:  $(am__configure_deps)
   1.299 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1.300 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   1.301 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1.302 +$(am__aclocal_m4_deps):
   1.303 +install-binPROGRAMS: $(bin_PROGRAMS)
   1.304 +	@$(NORMAL_INSTALL)
   1.305 +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
   1.306 +	if test -n "$$list"; then \
   1.307 +	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
   1.308 +	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
   1.309 +	fi; \
   1.310 +	for p in $$list; do echo "$$p $$p"; done | \
   1.311 +	sed 's/$(EXEEXT)$$//' | \
   1.312 +	while read p p1; do if test -f $$p \
   1.313 +	  ; then echo "$$p"; echo "$$p"; else :; fi; \
   1.314 +	done | \
   1.315 +	sed -e 'p;s,.*/,,;n;h' \
   1.316 +	    -e 's|.*|.|' \
   1.317 +	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
   1.318 +	sed 'N;N;N;s,\n, ,g' | \
   1.319 +	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
   1.320 +	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
   1.321 +	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
   1.322 +	    else { print "f", $$3 "/" $$4, $$1; } } \
   1.323 +	  END { for (d in files) print "f", d, files[d] }' | \
   1.324 +	while read type dir files; do \
   1.325 +	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
   1.326 +	    test -z "$$files" || { \
   1.327 +	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
   1.328 +	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
   1.329 +	    } \
   1.330 +	; done
   1.331 +
   1.332 +uninstall-binPROGRAMS:
   1.333 +	@$(NORMAL_UNINSTALL)
   1.334 +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
   1.335 +	files=`for p in $$list; do echo "$$p"; done | \
   1.336 +	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
   1.337 +	      -e 's/$$/$(EXEEXT)/' \
   1.338 +	`; \
   1.339 +	test -n "$$list" || exit 0; \
   1.340 +	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
   1.341 +	cd "$(DESTDIR)$(bindir)" && rm -f $$files
   1.342 +
   1.343 +clean-binPROGRAMS:
   1.344 +	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
   1.345 +
   1.346 +cline$(EXEEXT): $(cline_OBJECTS) $(cline_DEPENDENCIES) $(EXTRA_cline_DEPENDENCIES) 
   1.347 +	@rm -f cline$(EXEEXT)
   1.348 +	$(AM_V_CCLD)$(LINK) $(cline_OBJECTS) $(cline_LDADD) $(LIBS)
   1.349 +
   1.350 +mostlyclean-compile:
   1.351 +	-rm -f *.$(OBJEXT)
   1.352 +
   1.353 +distclean-compile:
   1.354 +	-rm -f *.tab.c
   1.355 +
   1.356 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arguments.Po@am__quote@
   1.357 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfile_heuristics.Po@am__quote@
   1.358 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cline.Po@am__quote@
   1.359 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_parser.Po@am__quote@
   1.360 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
   1.361 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@
   1.362 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_list.Po@am__quote@
   1.363 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suffix_fnc.Po@am__quote@
   1.364 +
   1.365 +.c.o:
   1.366 +@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   1.367 +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   1.368 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1.369 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1.370 +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
   1.371 +
   1.372 +.c.obj:
   1.373 +@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
   1.374 +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   1.375 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1.376 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1.377 +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
   1.378 +
   1.379 +ID: $(am__tagged_files)
   1.380 +	$(am__define_uniq_tagged_files); mkid -fID $$unique
   1.381 +tags: tags-am
   1.382 +TAGS: tags
   1.383 +
   1.384 +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1.385 +	set x; \
   1.386 +	here=`pwd`; \
   1.387 +	$(am__define_uniq_tagged_files); \
   1.388 +	shift; \
   1.389 +	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1.390 +	  test -n "$$unique" || unique=$$empty_fix; \
   1.391 +	  if test $$# -gt 0; then \
   1.392 +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.393 +	      "$$@" $$unique; \
   1.394 +	  else \
   1.395 +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.396 +	      $$unique; \
   1.397 +	  fi; \
   1.398 +	fi
   1.399 +ctags: ctags-am
   1.400 +
   1.401 +CTAGS: ctags
   1.402 +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1.403 +	$(am__define_uniq_tagged_files); \
   1.404 +	test -z "$(CTAGS_ARGS)$$unique" \
   1.405 +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1.406 +	     $$unique
   1.407 +
   1.408 +GTAGS:
   1.409 +	here=`$(am__cd) $(top_builddir) && pwd` \
   1.410 +	  && $(am__cd) $(top_srcdir) \
   1.411 +	  && gtags -i $(GTAGS_ARGS) "$$here"
   1.412 +cscopelist: cscopelist-am
   1.413 +
   1.414 +cscopelist-am: $(am__tagged_files)
   1.415 +	list='$(am__tagged_files)'; \
   1.416 +	case "$(srcdir)" in \
   1.417 +	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   1.418 +	  *) sdir=$(subdir)/$(srcdir) ;; \
   1.419 +	esac; \
   1.420 +	for i in $$list; do \
   1.421 +	  if test -f "$$i"; then \
   1.422 +	    echo "$(subdir)/$$i"; \
   1.423 +	  else \
   1.424 +	    echo "$$sdir/$$i"; \
   1.425 +	  fi; \
   1.426 +	done >> $(top_builddir)/cscope.files
   1.427 +
   1.428 +distclean-tags:
   1.429 +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1.430 +
   1.431 +distdir: $(DISTFILES)
   1.432 +	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1.433 +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1.434 +	list='$(DISTFILES)'; \
   1.435 +	  dist_files=`for file in $$list; do echo $$file; done | \
   1.436 +	  sed -e "s|^$$srcdirstrip/||;t" \
   1.437 +	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   1.438 +	case $$dist_files in \
   1.439 +	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   1.440 +			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   1.441 +			   sort -u` ;; \
   1.442 +	esac; \
   1.443 +	for file in $$dist_files; do \
   1.444 +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1.445 +	  if test -d $$d/$$file; then \
   1.446 +	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   1.447 +	    if test -d "$(distdir)/$$file"; then \
   1.448 +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1.449 +	    fi; \
   1.450 +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1.451 +	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   1.452 +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1.453 +	    fi; \
   1.454 +	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   1.455 +	  else \
   1.456 +	    test -f "$(distdir)/$$file" \
   1.457 +	    || cp -p $$d/$$file "$(distdir)/$$file" \
   1.458 +	    || exit 1; \
   1.459 +	  fi; \
   1.460 +	done
   1.461 +check-am: all-am
   1.462 +check: check-am
   1.463 +all-am: Makefile $(PROGRAMS)
   1.464 +installdirs:
   1.465 +	for dir in "$(DESTDIR)$(bindir)"; do \
   1.466 +	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   1.467 +	done
   1.468 +install: install-am
   1.469 +install-exec: install-exec-am
   1.470 +install-data: install-data-am
   1.471 +uninstall: uninstall-am
   1.472 +
   1.473 +install-am: all-am
   1.474 +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1.475 +
   1.476 +installcheck: installcheck-am
   1.477 +install-strip:
   1.478 +	if test -z '$(STRIP)'; then \
   1.479 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.480 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.481 +	      install; \
   1.482 +	else \
   1.483 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.484 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.485 +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   1.486 +	fi
   1.487 +mostlyclean-generic:
   1.488 +
   1.489 +clean-generic:
   1.490 +
   1.491 +distclean-generic:
   1.492 +	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1.493 +	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   1.494 +
   1.495 +maintainer-clean-generic:
   1.496 +	@echo "This command is intended for maintainers to use"
   1.497 +	@echo "it deletes files that may require special tools to rebuild."
   1.498 +clean: clean-am
   1.499 +
   1.500 +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
   1.501 +
   1.502 +distclean: distclean-am
   1.503 +	-rm -rf ./$(DEPDIR)
   1.504 +	-rm -f Makefile
   1.505 +distclean-am: clean-am distclean-compile distclean-generic \
   1.506 +	distclean-tags
   1.507 +
   1.508 +dvi: dvi-am
   1.509 +
   1.510 +dvi-am:
   1.511 +
   1.512 +html: html-am
   1.513 +
   1.514 +html-am:
   1.515 +
   1.516 +info: info-am
   1.517 +
   1.518 +info-am:
   1.519 +
   1.520 +install-data-am:
   1.521 +
   1.522 +install-dvi: install-dvi-am
   1.523 +
   1.524 +install-dvi-am:
   1.525 +
   1.526 +install-exec-am: install-binPROGRAMS
   1.527 +
   1.528 +install-html: install-html-am
   1.529 +
   1.530 +install-html-am:
   1.531 +
   1.532 +install-info: install-info-am
   1.533 +
   1.534 +install-info-am:
   1.535 +
   1.536 +install-man:
   1.537 +
   1.538 +install-pdf: install-pdf-am
   1.539 +
   1.540 +install-pdf-am:
   1.541 +
   1.542 +install-ps: install-ps-am
   1.543 +
   1.544 +install-ps-am:
   1.545 +
   1.546 +installcheck-am:
   1.547 +
   1.548 +maintainer-clean: maintainer-clean-am
   1.549 +	-rm -rf ./$(DEPDIR)
   1.550 +	-rm -f Makefile
   1.551 +maintainer-clean-am: distclean-am maintainer-clean-generic
   1.552 +
   1.553 +mostlyclean: mostlyclean-am
   1.554 +
   1.555 +mostlyclean-am: mostlyclean-compile mostlyclean-generic
   1.556 +
   1.557 +pdf: pdf-am
   1.558 +
   1.559 +pdf-am:
   1.560 +
   1.561 +ps: ps-am
   1.562 +
   1.563 +ps-am:
   1.564 +
   1.565 +uninstall-am: uninstall-binPROGRAMS
   1.566 +
   1.567 +.MAKE: install-am install-strip
   1.568 +
   1.569 +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
   1.570 +	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
   1.571 +	distclean distclean-compile distclean-generic distclean-tags \
   1.572 +	distdir dvi dvi-am html html-am info info-am install \
   1.573 +	install-am install-binPROGRAMS install-data install-data-am \
   1.574 +	install-dvi install-dvi-am install-exec install-exec-am \
   1.575 +	install-html install-html-am install-info install-info-am \
   1.576 +	install-man install-pdf install-pdf-am install-ps \
   1.577 +	install-ps-am install-strip installcheck installcheck-am \
   1.578 +	installdirs maintainer-clean maintainer-clean-generic \
   1.579 +	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
   1.580 +	ps ps-am tags tags-am uninstall uninstall-am \
   1.581 +	uninstall-binPROGRAMS
   1.582 +
   1.583 +
   1.584 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
   1.585 +# Otherwise a system limit (for SysV at least) may be exceeded.
   1.586 +.NOEXPORT:

mercurial