1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = src/ciderlib/twod
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
94	$(top_srcdir)/m4/ax_prog_bison_version.m4 \
95	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
96	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = $(top_builddir)/src/include/ngspice/config.h
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106LTLIBRARIES = $(noinst_LTLIBRARIES)
107libcidertwod_la_LIBADD =
108am_libcidertwod_la_OBJECTS = twoadmit.lo twoaval.lo twocond.lo \
109	twocont.lo twocurr.lo twodest.lo twodopng.lo twoelect.lo \
110	twofield.lo twomesh.lo twomobdv.lo twomobfn.lo twomobil.lo \
111	twoncont.lo twopcont.lo twopoiss.lo twoprint.lo twoproj.lo \
112	tworead.lo twosetbc.lo twosetup.lo twosolve.lo
113libcidertwod_la_OBJECTS = $(am_libcidertwod_la_OBJECTS)
114AM_V_lt = $(am__v_lt_@AM_V@)
115am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116am__v_lt_0 = --silent
117am__v_lt_1 =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo "  GEN     " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130DEFAULT_INCLUDES =
131depcomp = $(SHELL) $(top_srcdir)/depcomp
132am__depfiles_maybe = depfiles
133am__mv = mv -f
134COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
135	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
137	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
138	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
139	$(AM_CFLAGS) $(CFLAGS)
140AM_V_CC = $(am__v_CC_@AM_V@)
141am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
142am__v_CC_0 = @echo "  CC      " $@;
143am__v_CC_1 =
144CCLD = $(CC)
145LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147	$(AM_LDFLAGS) $(LDFLAGS) -o $@
148AM_V_CCLD = $(am__v_CCLD_@AM_V@)
149am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
150am__v_CCLD_0 = @echo "  CCLD    " $@;
151am__v_CCLD_1 =
152SOURCES = $(libcidertwod_la_SOURCES)
153DIST_SOURCES = $(libcidertwod_la_SOURCES)
154am__can_run_installinfo = \
155  case $$AM_UPDATE_INFO_DIR in \
156    n|no|NO) false;; \
157    *) (install-info --version) >/dev/null 2>&1;; \
158  esac
159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160# Read a list of newline-separated strings from the standard input,
161# and print each of them once, without duplicates.  Input order is
162# *not* preserved.
163am__uniquify_input = $(AWK) '\
164  BEGIN { nonempty = 0; } \
165  { items[$$0] = 1; nonempty = 1; } \
166  END { if (nonempty) { for (i in items) print i; }; } \
167'
168# Make sure the list of sources is unique.  This is necessary because,
169# e.g., the same source file might be shared among _SOURCES variables
170# for different programs/libraries.
171am__define_uniq_tagged_files = \
172  list='$(am__tagged_files)'; \
173  unique=`for i in $$list; do \
174    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175  done | $(am__uniquify_input)`
176ETAGS = etags
177CTAGS = ctags
178am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
179DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180ACLOCAL = @ACLOCAL@
181ADMSXML = @ADMSXML@
182AMTAR = @AMTAR@
183AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
184AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185AR = @AR@
186AR_FLAGS = @AR_FLAGS@
187AS = @AS@
188AUTOCONF = @AUTOCONF@
189AUTOHEADER = @AUTOHEADER@
190AUTOMAKE = @AUTOMAKE@
191AWK = @AWK@
192BISON = @BISON@
193BISON_VERSION = @BISON_VERSION@
194BUILD_EXEEXT = @BUILD_EXEEXT@
195BUILD_OBJEXT = @BUILD_OBJEXT@
196CC = @CC@
197CCDEPMODE = @CCDEPMODE@
198CC_FOR_BUILD = @CC_FOR_BUILD@
199CFLAGS = @CFLAGS@
200CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
201CMPP = @CMPP@
202CPP = @CPP@
203CPPFLAGS = @CPPFLAGS@
204CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
205CPP_FOR_BUILD = @CPP_FOR_BUILD@
206CXX = @CXX@
207CXXCPP = @CXXCPP@
208CXXDEPMODE = @CXXDEPMODE@
209CXXFLAGS = @CXXFLAGS@
210CYGPATH_W = @CYGPATH_W@
211DEFS = @DEFS@
212DEPDIR = @DEPDIR@
213DLLTOOL = @DLLTOOL@
214DSYMUTIL = @DSYMUTIL@
215DUMPBIN = @DUMPBIN@
216ECHO_C = @ECHO_C@
217ECHO_N = @ECHO_N@
218ECHO_T = @ECHO_T@
219EGREP = @EGREP@
220EXEEXT = @EXEEXT@
221FGREP = @FGREP@
222GREP = @GREP@
223INSTALL = @INSTALL@
224INSTALL_DATA = @INSTALL_DATA@
225INSTALL_PROGRAM = @INSTALL_PROGRAM@
226INSTALL_SCRIPT = @INSTALL_SCRIPT@
227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228LD = @LD@
229LDFLAGS = @LDFLAGS@
230LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
231LEX = @LEX@
232LEXLIB = @LEXLIB@
233LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
234LIBNGSPICE_API_VERSION = @LIBNGSPICE_API_VERSION@
235LIBNGSPICE_SO_VERSION = @LIBNGSPICE_SO_VERSION@
236LIBOBJS = @LIBOBJS@
237LIBS = @LIBS@
238LIBTOOL = @LIBTOOL@
239LIPO = @LIPO@
240LN_S = @LN_S@
241LTLIBOBJS = @LTLIBOBJS@
242LT_NGSPICE_AGE = @LT_NGSPICE_AGE@
243LT_NGSPICE_CURRENT = @LT_NGSPICE_CURRENT@
244LT_NGSPICE_REVISION = @LT_NGSPICE_REVISION@
245LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
246MAINT = @MAINT@
247MAKEINFO = @MAKEINFO@
248MANIFEST_TOOL = @MANIFEST_TOOL@
249MKDIR_P = @MKDIR_P@
250NM = @NM@
251NMEDIT = @NMEDIT@
252NOTVLADEVDIR = @NOTVLADEVDIR@
253OBJDUMP = @OBJDUMP@
254OBJEXT = @OBJEXT@
255OPENMP_CFLAGS = @OPENMP_CFLAGS@
256OTOOL = @OTOOL@
257OTOOL64 = @OTOOL64@
258PACKAGE = @PACKAGE@
259PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260PACKAGE_NAME = @PACKAGE_NAME@
261PACKAGE_STRING = @PACKAGE_STRING@
262PACKAGE_TARNAME = @PACKAGE_TARNAME@
263PACKAGE_URL = @PACKAGE_URL@
264PACKAGE_VERSION = @PACKAGE_VERSION@
265PATH_SEPARATOR = @PATH_SEPARATOR@
266RANLIB = @RANLIB@
267SED = @SED@
268SET_MAKE = @SET_MAKE@
269SHELL = @SHELL@
270STATIC = @STATIC@
271STRIP = @STRIP@
272TCL_LIB_SPEC = @TCL_LIB_SPEC@
273TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
274VERSION = @VERSION@
275VIS_CFLAGS = @VIS_CFLAGS@
276VLADEV = @VLADEV@
277VLADEVDIR = @VLADEVDIR@
278WINRES = @WINRES@
279XMKMF = @XMKMF@
280XSPICEDLLIBS = @XSPICEDLLIBS@
281XSPICEINIT = @XSPICEINIT@
282XTRALIBS = @XTRALIBS@
283X_CFLAGS = @X_CFLAGS@
284X_EXTRA_LIBS = @X_EXTRA_LIBS@
285X_LIBS = @X_LIBS@
286X_PRE_LIBS = @X_PRE_LIBS@
287YACC = @YACC@
288YFLAGS = @YFLAGS@
289abs_builddir = @abs_builddir@
290abs_srcdir = @abs_srcdir@
291abs_top_builddir = @abs_top_builddir@
292abs_top_srcdir = @abs_top_srcdir@
293ac_ct_AR = @ac_ct_AR@
294ac_ct_CC = @ac_ct_CC@
295ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
296ac_ct_CXX = @ac_ct_CXX@
297ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
298am__include = @am__include@
299am__leading_dot = @am__leading_dot@
300am__quote = @am__quote@
301am__tar = @am__tar@
302am__untar = @am__untar@
303bindir = @bindir@
304build = @build@
305build_alias = @build_alias@
306build_cpu = @build_cpu@
307build_os = @build_os@
308build_vendor = @build_vendor@
309builddir = @builddir@
310datadir = @datadir@
311datarootdir = @datarootdir@
312docdir = @docdir@
313dvidir = @dvidir@
314exec_prefix = @exec_prefix@
315host = @host@
316host_alias = @host_alias@
317host_cpu = @host_cpu@
318host_os = @host_os@
319host_vendor = @host_vendor@
320htmldir = @htmldir@
321includedir = @includedir@
322infodir = @infodir@
323install_sh = @install_sh@
324libdir = @libdir@
325libexecdir = @libexecdir@
326localedir = @localedir@
327localstatedir = @localstatedir@
328mandir = @mandir@
329mkdir_p = @mkdir_p@
330oldincludedir = @oldincludedir@
331pdfdir = @pdfdir@
332prefix = @prefix@
333program_transform_name = @program_transform_name@
334psdir = @psdir@
335sbindir = @sbindir@
336sharedstatedir = @sharedstatedir@
337srcdir = @srcdir@
338sysconfdir = @sysconfdir@
339target_alias = @target_alias@
340top_build_prefix = @top_build_prefix@
341top_builddir = @top_builddir@
342top_srcdir = @top_srcdir@
343noinst_LTLIBRARIES = libcidertwod.la
344libcidertwod_la_SOURCES = \
345		twoadmit.c	\
346		twoaval.c	\
347		twocond.c	\
348		twocont.c	\
349		twocurr.c	\
350		twoddefs.h	\
351		twodest.c	\
352		twodext.h	\
353		twodopng.c	\
354		twoelect.c	\
355		twofield.c	\
356		twomesh.c	\
357		twomobdv.c	\
358		twomobfn.c	\
359		twomobil.c	\
360		twoncont.c	\
361		twopcont.c	\
362		twopoiss.c	\
363		twoprint.c	\
364		twoproj.c	\
365		tworead.c	\
366		twosetbc.c	\
367		twosetup.c	\
368		twosolve.c
369
370EXTRA_DIST = readme
371AM_CFLAGS = $(STATIC)
372MAINTAINERCLEANFILES = Makefile.in
373all: all-am
374
375.SUFFIXES:
376.SUFFIXES: .c .lo .o .obj
377$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
378	@for dep in $?; do \
379	  case '$(am__configure_deps)' in \
380	    *$$dep*) \
381	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
382	        && { if test -f $@; then exit 0; else break; fi; }; \
383	      exit 1;; \
384	  esac; \
385	done; \
386	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ciderlib/twod/Makefile'; \
387	$(am__cd) $(top_srcdir) && \
388	  $(AUTOMAKE) --gnu src/ciderlib/twod/Makefile
389Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390	@case '$?' in \
391	  *config.status*) \
392	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
393	  *) \
394	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
395	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
396	esac;
397
398$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
399	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400
401$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
404	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405$(am__aclocal_m4_deps):
406
407clean-noinstLTLIBRARIES:
408	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
409	@list='$(noinst_LTLIBRARIES)'; \
410	locs=`for p in $$list; do echo $$p; done | \
411	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
412	      sort -u`; \
413	test -z "$$locs" || { \
414	  echo rm -f $${locs}; \
415	  rm -f $${locs}; \
416	}
417
418libcidertwod.la: $(libcidertwod_la_OBJECTS) $(libcidertwod_la_DEPENDENCIES) $(EXTRA_libcidertwod_la_DEPENDENCIES)
419	$(AM_V_CCLD)$(LINK)  $(libcidertwod_la_OBJECTS) $(libcidertwod_la_LIBADD) $(LIBS)
420
421mostlyclean-compile:
422	-rm -f *.$(OBJEXT)
423
424distclean-compile:
425	-rm -f *.tab.c
426
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twoadmit.Plo@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twoaval.Plo@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twocond.Plo@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twocont.Plo@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twocurr.Plo@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twodest.Plo@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twodopng.Plo@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twoelect.Plo@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twofield.Plo@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twomesh.Plo@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twomobdv.Plo@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twomobfn.Plo@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twomobil.Plo@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twoncont.Plo@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twopcont.Plo@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twopoiss.Plo@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twoprint.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twoproj.Plo@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tworead.Plo@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twosetbc.Plo@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twosetup.Plo@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twosolve.Plo@am__quote@
449
450.c.o:
451@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
452@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
456
457.c.obj:
458@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
459@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
463
464.c.lo:
465@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
466@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
467@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
468@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
470
471mostlyclean-libtool:
472	-rm -f *.lo
473
474clean-libtool:
475	-rm -rf .libs _libs
476
477ID: $(am__tagged_files)
478	$(am__define_uniq_tagged_files); mkid -fID $$unique
479tags: tags-am
480TAGS: tags
481
482tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483	set x; \
484	here=`pwd`; \
485	$(am__define_uniq_tagged_files); \
486	shift; \
487	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
488	  test -n "$$unique" || unique=$$empty_fix; \
489	  if test $$# -gt 0; then \
490	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491	      "$$@" $$unique; \
492	  else \
493	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494	      $$unique; \
495	  fi; \
496	fi
497ctags: ctags-am
498
499CTAGS: ctags
500ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
501	$(am__define_uniq_tagged_files); \
502	test -z "$(CTAGS_ARGS)$$unique" \
503	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504	     $$unique
505
506GTAGS:
507	here=`$(am__cd) $(top_builddir) && pwd` \
508	  && $(am__cd) $(top_srcdir) \
509	  && gtags -i $(GTAGS_ARGS) "$$here"
510cscopelist: cscopelist-am
511
512cscopelist-am: $(am__tagged_files)
513	list='$(am__tagged_files)'; \
514	case "$(srcdir)" in \
515	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
516	  *) sdir=$(subdir)/$(srcdir) ;; \
517	esac; \
518	for i in $$list; do \
519	  if test -f "$$i"; then \
520	    echo "$(subdir)/$$i"; \
521	  else \
522	    echo "$$sdir/$$i"; \
523	  fi; \
524	done >> $(top_builddir)/cscope.files
525
526distclean-tags:
527	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528
529distdir: $(DISTFILES)
530	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532	list='$(DISTFILES)'; \
533	  dist_files=`for file in $$list; do echo $$file; done | \
534	  sed -e "s|^$$srcdirstrip/||;t" \
535	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
536	case $$dist_files in \
537	  */*) $(MKDIR_P) `echo "$$dist_files" | \
538			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539			   sort -u` ;; \
540	esac; \
541	for file in $$dist_files; do \
542	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
543	  if test -d $$d/$$file; then \
544	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
545	    if test -d "$(distdir)/$$file"; then \
546	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547	    fi; \
548	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
549	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
550	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551	    fi; \
552	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553	  else \
554	    test -f "$(distdir)/$$file" \
555	    || cp -p $$d/$$file "$(distdir)/$$file" \
556	    || exit 1; \
557	  fi; \
558	done
559check-am: all-am
560check: check-am
561all-am: Makefile $(LTLIBRARIES)
562installdirs:
563install: install-am
564install-exec: install-exec-am
565install-data: install-data-am
566uninstall: uninstall-am
567
568install-am: all-am
569	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
570
571installcheck: installcheck-am
572install-strip:
573	if test -z '$(STRIP)'; then \
574	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576	      install; \
577	else \
578	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
581	fi
582mostlyclean-generic:
583
584clean-generic:
585
586distclean-generic:
587	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
588	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
589
590maintainer-clean-generic:
591	@echo "This command is intended for maintainers to use"
592	@echo "it deletes files that may require special tools to rebuild."
593	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
594clean: clean-am
595
596clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
597	mostlyclean-am
598
599distclean: distclean-am
600	-rm -rf ./$(DEPDIR)
601	-rm -f Makefile
602distclean-am: clean-am distclean-compile distclean-generic \
603	distclean-tags
604
605dvi: dvi-am
606
607dvi-am:
608
609html: html-am
610
611html-am:
612
613info: info-am
614
615info-am:
616
617install-data-am:
618
619install-dvi: install-dvi-am
620
621install-dvi-am:
622
623install-exec-am:
624
625install-html: install-html-am
626
627install-html-am:
628
629install-info: install-info-am
630
631install-info-am:
632
633install-man:
634
635install-pdf: install-pdf-am
636
637install-pdf-am:
638
639install-ps: install-ps-am
640
641install-ps-am:
642
643installcheck-am:
644
645maintainer-clean: maintainer-clean-am
646	-rm -rf ./$(DEPDIR)
647	-rm -f Makefile
648maintainer-clean-am: distclean-am maintainer-clean-generic
649
650mostlyclean: mostlyclean-am
651
652mostlyclean-am: mostlyclean-compile mostlyclean-generic \
653	mostlyclean-libtool
654
655pdf: pdf-am
656
657pdf-am:
658
659ps: ps-am
660
661ps-am:
662
663uninstall-am:
664
665.MAKE: install-am install-strip
666
667.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
668	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
669	ctags-am distclean distclean-compile distclean-generic \
670	distclean-libtool distclean-tags distdir dvi dvi-am html \
671	html-am info info-am install install-am install-data \
672	install-data-am install-dvi install-dvi-am install-exec \
673	install-exec-am install-html install-html-am install-info \
674	install-info-am install-man install-pdf install-pdf-am \
675	install-ps install-ps-am install-strip installcheck \
676	installcheck-am installdirs maintainer-clean \
677	maintainer-clean-generic mostlyclean mostlyclean-compile \
678	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
679	tags tags-am uninstall uninstall-am
680
681.PRECIOUS: Makefile
682
683
684# Tell versions [3.59,3.63) of GNU make to not export all variables.
685# Otherwise a system limit (for SysV at least) may be exceeded.
686.NOEXPORT:
687