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/spicelib/devices/bsim3soi_dd
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)
107libbsim3soidd_la_LIBADD =
108am_libbsim3soidd_la_OBJECTS = b3soidd.lo b3soiddacld.lo b3soiddask.lo \
109	b3soiddcheck.lo b3soiddcvtest.lo b3soiddgetic.lo b3soiddld.lo \
110	b3soiddmask.lo b3soiddmpar.lo b3soiddnoi.lo b3soiddpar.lo \
111	b3soiddpzld.lo b3soiddset.lo b3soiddtemp.lo b3soiddtrunc.lo \
112	b3soiddinit.lo
113libbsim3soidd_la_OBJECTS = $(am_libbsim3soidd_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 = $(libbsim3soidd_la_SOURCES)
153DIST_SOURCES = $(libbsim3soidd_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 = libbsim3soidd.la
344libbsim3soidd_la_SOURCES = \
345	b3soidd.c	\
346	b3soiddacld.c	\
347	b3soiddask.c	\
348	b3soiddcheck.c	\
349	b3soiddcvtest.c	\
350	b3soiddgetic.c	\
351	b3soiddld.c	\
352	b3soiddmask.c	\
353	b3soiddmpar.c	\
354	b3soiddnoi.c	\
355	b3soiddpar.c	\
356	b3soiddpzld.c	\
357	b3soiddset.c	\
358	b3soiddtemp.c	\
359	b3soiddtrunc.c	\
360	b3soidddef.h	\
361	b3soiddext.h	\
362	b3soiddinit.c	\
363	b3soiddinit.h	\
364	b3soidditf.h
365
366AM_CFLAGS = $(STATIC)
367MAINTAINERCLEANFILES = Makefile.in
368EXTRA_DIST = BsimTerms_use
369all: all-am
370
371.SUFFIXES:
372.SUFFIXES: .c .lo .o .obj
373$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
374	@for dep in $?; do \
375	  case '$(am__configure_deps)' in \
376	    *$$dep*) \
377	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
378	        && { if test -f $@; then exit 0; else break; fi; }; \
379	      exit 1;; \
380	  esac; \
381	done; \
382	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/spicelib/devices/bsim3soi_dd/Makefile'; \
383	$(am__cd) $(top_srcdir) && \
384	  $(AUTOMAKE) --gnu src/spicelib/devices/bsim3soi_dd/Makefile
385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386	@case '$?' in \
387	  *config.status*) \
388	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
389	  *) \
390	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
391	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
392	esac;
393
394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
397$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
398	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401$(am__aclocal_m4_deps):
402
403clean-noinstLTLIBRARIES:
404	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
405	@list='$(noinst_LTLIBRARIES)'; \
406	locs=`for p in $$list; do echo $$p; done | \
407	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
408	      sort -u`; \
409	test -z "$$locs" || { \
410	  echo rm -f $${locs}; \
411	  rm -f $${locs}; \
412	}
413
414libbsim3soidd.la: $(libbsim3soidd_la_OBJECTS) $(libbsim3soidd_la_DEPENDENCIES) $(EXTRA_libbsim3soidd_la_DEPENDENCIES)
415	$(AM_V_CCLD)$(LINK)  $(libbsim3soidd_la_OBJECTS) $(libbsim3soidd_la_LIBADD) $(LIBS)
416
417mostlyclean-compile:
418	-rm -f *.$(OBJEXT)
419
420distclean-compile:
421	-rm -f *.tab.c
422
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soidd.Plo@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddacld.Plo@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddask.Plo@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddcheck.Plo@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddcvtest.Plo@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddgetic.Plo@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddinit.Plo@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddld.Plo@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddmask.Plo@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddmpar.Plo@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddnoi.Plo@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddpar.Plo@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddpzld.Plo@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddset.Plo@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddtemp.Plo@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b3soiddtrunc.Plo@am__quote@
439
440.c.o:
441@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
446
447.c.obj:
448@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
449@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
451@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
453
454.c.lo:
455@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
456@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
458@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
460
461mostlyclean-libtool:
462	-rm -f *.lo
463
464clean-libtool:
465	-rm -rf .libs _libs
466
467ID: $(am__tagged_files)
468	$(am__define_uniq_tagged_files); mkid -fID $$unique
469tags: tags-am
470TAGS: tags
471
472tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
473	set x; \
474	here=`pwd`; \
475	$(am__define_uniq_tagged_files); \
476	shift; \
477	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
478	  test -n "$$unique" || unique=$$empty_fix; \
479	  if test $$# -gt 0; then \
480	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481	      "$$@" $$unique; \
482	  else \
483	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484	      $$unique; \
485	  fi; \
486	fi
487ctags: ctags-am
488
489CTAGS: ctags
490ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
491	$(am__define_uniq_tagged_files); \
492	test -z "$(CTAGS_ARGS)$$unique" \
493	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494	     $$unique
495
496GTAGS:
497	here=`$(am__cd) $(top_builddir) && pwd` \
498	  && $(am__cd) $(top_srcdir) \
499	  && gtags -i $(GTAGS_ARGS) "$$here"
500cscopelist: cscopelist-am
501
502cscopelist-am: $(am__tagged_files)
503	list='$(am__tagged_files)'; \
504	case "$(srcdir)" in \
505	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
506	  *) sdir=$(subdir)/$(srcdir) ;; \
507	esac; \
508	for i in $$list; do \
509	  if test -f "$$i"; then \
510	    echo "$(subdir)/$$i"; \
511	  else \
512	    echo "$$sdir/$$i"; \
513	  fi; \
514	done >> $(top_builddir)/cscope.files
515
516distclean-tags:
517	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
518
519distdir: $(DISTFILES)
520	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522	list='$(DISTFILES)'; \
523	  dist_files=`for file in $$list; do echo $$file; done | \
524	  sed -e "s|^$$srcdirstrip/||;t" \
525	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
526	case $$dist_files in \
527	  */*) $(MKDIR_P) `echo "$$dist_files" | \
528			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
529			   sort -u` ;; \
530	esac; \
531	for file in $$dist_files; do \
532	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
533	  if test -d $$d/$$file; then \
534	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
535	    if test -d "$(distdir)/$$file"; then \
536	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537	    fi; \
538	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
539	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
540	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541	    fi; \
542	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
543	  else \
544	    test -f "$(distdir)/$$file" \
545	    || cp -p $$d/$$file "$(distdir)/$$file" \
546	    || exit 1; \
547	  fi; \
548	done
549check-am: all-am
550check: check-am
551all-am: Makefile $(LTLIBRARIES)
552installdirs:
553install: install-am
554install-exec: install-exec-am
555install-data: install-data-am
556uninstall: uninstall-am
557
558install-am: all-am
559	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561installcheck: installcheck-am
562install-strip:
563	if test -z '$(STRIP)'; then \
564	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566	      install; \
567	else \
568	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
571	fi
572mostlyclean-generic:
573
574clean-generic:
575
576distclean-generic:
577	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
578	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
579
580maintainer-clean-generic:
581	@echo "This command is intended for maintainers to use"
582	@echo "it deletes files that may require special tools to rebuild."
583	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
584clean: clean-am
585
586clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
587	mostlyclean-am
588
589distclean: distclean-am
590	-rm -rf ./$(DEPDIR)
591	-rm -f Makefile
592distclean-am: clean-am distclean-compile distclean-generic \
593	distclean-tags
594
595dvi: dvi-am
596
597dvi-am:
598
599html: html-am
600
601html-am:
602
603info: info-am
604
605info-am:
606
607install-data-am:
608
609install-dvi: install-dvi-am
610
611install-dvi-am:
612
613install-exec-am:
614
615install-html: install-html-am
616
617install-html-am:
618
619install-info: install-info-am
620
621install-info-am:
622
623install-man:
624
625install-pdf: install-pdf-am
626
627install-pdf-am:
628
629install-ps: install-ps-am
630
631install-ps-am:
632
633installcheck-am:
634
635maintainer-clean: maintainer-clean-am
636	-rm -rf ./$(DEPDIR)
637	-rm -f Makefile
638maintainer-clean-am: distclean-am maintainer-clean-generic
639
640mostlyclean: mostlyclean-am
641
642mostlyclean-am: mostlyclean-compile mostlyclean-generic \
643	mostlyclean-libtool
644
645pdf: pdf-am
646
647pdf-am:
648
649ps: ps-am
650
651ps-am:
652
653uninstall-am:
654
655.MAKE: install-am install-strip
656
657.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
658	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
659	ctags-am distclean distclean-compile distclean-generic \
660	distclean-libtool distclean-tags distdir dvi dvi-am html \
661	html-am info info-am install install-am install-data \
662	install-data-am install-dvi install-dvi-am install-exec \
663	install-exec-am install-html install-html-am install-info \
664	install-info-am install-man install-pdf install-pdf-am \
665	install-ps install-ps-am install-strip installcheck \
666	installcheck-am installdirs maintainer-clean \
667	maintainer-clean-generic mostlyclean mostlyclean-compile \
668	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
669	tags tags-am uninstall uninstall-am
670
671.PRECIOUS: Makefile
672
673
674# Tell versions [3.59,3.63) of GNU make to not export all variables.
675# Otherwise a system limit (for SysV at least) may be exceeded.
676.NOEXPORT:
677