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/parser
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)
107libinp_la_LIBADD =
108am_libinp_la_OBJECTS = ifeval.lo ifnewuid.lo inp2b.lo inp2c.lo \
109	inp2d.lo inp2dot.lo inp2e.lo inp2f.lo inp2g.lo inp2h.lo \
110	inp2i.lo inp2j.lo inp2k.lo inp2l.lo inp2m.lo inp2n.lo inp2o.lo \
111	inp2p.lo inp2q.lo inp2r.lo inp2s.lo inp2t.lo inp2u.lo inp2v.lo \
112	inp2w.lo inp2y.lo inp2z.lo inpaname.lo inpapnam.lo inpcfix.lo \
113	inpdomod.lo inpdoopt.lo inpdpar.lo inperrc.lo inperror.lo \
114	inpeval.lo inpfindl.lo inpfindv.lo inpgmod.lo inpgstr.lo \
115	inpgtitl.lo inpgtok.lo inpgval.lo inpkmods.lo inplist.lo \
116	inplkmod.lo inpmkmod.lo inpmktmp.lo inppas1.lo inppas2.lo \
117	inppas3.lo inppas4.lo inppname.lo inpptree.lo \
118	inpptree-parser.lo inpsymt.lo inptyplk.lo ptfuncs.lo \
119	sperror.lo
120libinp_la_OBJECTS = $(am_libinp_la_OBJECTS)
121AM_V_lt = $(am__v_lt_@AM_V@)
122am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
123am__v_lt_0 = --silent
124am__v_lt_1 =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo "  GEN     " $@;
132am__v_GEN_1 =
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 =
137DEFAULT_INCLUDES =
138depcomp = $(SHELL) $(top_srcdir)/depcomp
139am__depfiles_maybe = depfiles
140am__mv = mv -f
141COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
142	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
143LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
145	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
146	$(AM_CFLAGS) $(CFLAGS)
147AM_V_CC = $(am__v_CC_@AM_V@)
148am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
149am__v_CC_0 = @echo "  CC      " $@;
150am__v_CC_1 =
151CCLD = $(CC)
152LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
154	$(AM_LDFLAGS) $(LDFLAGS) -o $@
155AM_V_CCLD = $(am__v_CCLD_@AM_V@)
156am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
157am__v_CCLD_0 = @echo "  CCLD    " $@;
158am__v_CCLD_1 =
159@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
160am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
161		   -e s/c++$$/h++/ -e s/c$$/h/
162YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
163LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
164	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
165AM_V_YACC = $(am__v_YACC_@AM_V@)
166am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
167am__v_YACC_0 = @echo "  YACC    " $@;
168am__v_YACC_1 =
169YLWRAP = $(top_srcdir)/ylwrap
170SOURCES = $(libinp_la_SOURCES)
171DIST_SOURCES = $(libinp_la_SOURCES)
172am__can_run_installinfo = \
173  case $$AM_UPDATE_INFO_DIR in \
174    n|no|NO) false;; \
175    *) (install-info --version) >/dev/null 2>&1;; \
176  esac
177am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178# Read a list of newline-separated strings from the standard input,
179# and print each of them once, without duplicates.  Input order is
180# *not* preserved.
181am__uniquify_input = $(AWK) '\
182  BEGIN { nonempty = 0; } \
183  { items[$$0] = 1; nonempty = 1; } \
184  END { if (nonempty) { for (i in items) print i; }; } \
185'
186# Make sure the list of sources is unique.  This is necessary because,
187# e.g., the same source file might be shared among _SOURCES variables
188# for different programs/libraries.
189am__define_uniq_tagged_files = \
190  list='$(am__tagged_files)'; \
191  unique=`for i in $$list; do \
192    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193  done | $(am__uniquify_input)`
194ETAGS = etags
195CTAGS = ctags
196am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
197	$(top_srcdir)/ylwrap ChangeLog inpptree-parser.c \
198	inpptree-parser.h
199DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200ACLOCAL = @ACLOCAL@
201ADMSXML = @ADMSXML@
202AMTAR = @AMTAR@
203AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend
204AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205AR = @AR@
206AR_FLAGS = @AR_FLAGS@
207AS = @AS@
208AUTOCONF = @AUTOCONF@
209AUTOHEADER = @AUTOHEADER@
210AUTOMAKE = @AUTOMAKE@
211AWK = @AWK@
212BISON = @BISON@
213BISON_VERSION = @BISON_VERSION@
214BUILD_EXEEXT = @BUILD_EXEEXT@
215BUILD_OBJEXT = @BUILD_OBJEXT@
216CC = @CC@
217CCDEPMODE = @CCDEPMODE@
218CC_FOR_BUILD = @CC_FOR_BUILD@
219CFLAGS = @CFLAGS@
220CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
221CMPP = @CMPP@
222CPP = @CPP@
223CPPFLAGS = @CPPFLAGS@
224CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
225CPP_FOR_BUILD = @CPP_FOR_BUILD@
226CXX = @CXX@
227CXXCPP = @CXXCPP@
228CXXDEPMODE = @CXXDEPMODE@
229CXXFLAGS = @CXXFLAGS@
230CYGPATH_W = @CYGPATH_W@
231DEFS = @DEFS@
232DEPDIR = @DEPDIR@
233DLLTOOL = @DLLTOOL@
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240EXEEXT = @EXEEXT@
241FGREP = @FGREP@
242GREP = @GREP@
243INSTALL = @INSTALL@
244INSTALL_DATA = @INSTALL_DATA@
245INSTALL_PROGRAM = @INSTALL_PROGRAM@
246INSTALL_SCRIPT = @INSTALL_SCRIPT@
247INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248LD = @LD@
249LDFLAGS = @LDFLAGS@
250LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
251LEX = @LEX@
252LEXLIB = @LEXLIB@
253LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
254LIBNGSPICE_API_VERSION = @LIBNGSPICE_API_VERSION@
255LIBNGSPICE_SO_VERSION = @LIBNGSPICE_SO_VERSION@
256LIBOBJS = @LIBOBJS@
257LIBS = @LIBS@
258LIBTOOL = @LIBTOOL@
259LIPO = @LIPO@
260LN_S = @LN_S@
261LTLIBOBJS = @LTLIBOBJS@
262LT_NGSPICE_AGE = @LT_NGSPICE_AGE@
263LT_NGSPICE_CURRENT = @LT_NGSPICE_CURRENT@
264LT_NGSPICE_REVISION = @LT_NGSPICE_REVISION@
265LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
266MAINT = @MAINT@
267MAKEINFO = @MAKEINFO@
268MANIFEST_TOOL = @MANIFEST_TOOL@
269MKDIR_P = @MKDIR_P@
270NM = @NM@
271NMEDIT = @NMEDIT@
272NOTVLADEVDIR = @NOTVLADEVDIR@
273OBJDUMP = @OBJDUMP@
274OBJEXT = @OBJEXT@
275OPENMP_CFLAGS = @OPENMP_CFLAGS@
276OTOOL = @OTOOL@
277OTOOL64 = @OTOOL64@
278PACKAGE = @PACKAGE@
279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280PACKAGE_NAME = @PACKAGE_NAME@
281PACKAGE_STRING = @PACKAGE_STRING@
282PACKAGE_TARNAME = @PACKAGE_TARNAME@
283PACKAGE_URL = @PACKAGE_URL@
284PACKAGE_VERSION = @PACKAGE_VERSION@
285PATH_SEPARATOR = @PATH_SEPARATOR@
286RANLIB = @RANLIB@
287SED = @SED@
288SET_MAKE = @SET_MAKE@
289SHELL = @SHELL@
290STATIC = @STATIC@
291STRIP = @STRIP@
292TCL_LIB_SPEC = @TCL_LIB_SPEC@
293TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
294VERSION = @VERSION@
295VIS_CFLAGS = @VIS_CFLAGS@
296VLADEV = @VLADEV@
297VLADEVDIR = @VLADEVDIR@
298WINRES = @WINRES@
299XMKMF = @XMKMF@
300XSPICEDLLIBS = @XSPICEDLLIBS@
301XSPICEINIT = @XSPICEINIT@
302XTRALIBS = @XTRALIBS@
303X_CFLAGS = @X_CFLAGS@
304X_EXTRA_LIBS = @X_EXTRA_LIBS@
305X_LIBS = @X_LIBS@
306X_PRE_LIBS = @X_PRE_LIBS@
307YACC = @YACC@
308YFLAGS = @YFLAGS@
309abs_builddir = @abs_builddir@
310abs_srcdir = @abs_srcdir@
311abs_top_builddir = @abs_top_builddir@
312abs_top_srcdir = @abs_top_srcdir@
313ac_ct_AR = @ac_ct_AR@
314ac_ct_CC = @ac_ct_CC@
315ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
316ac_ct_CXX = @ac_ct_CXX@
317ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
318am__include = @am__include@
319am__leading_dot = @am__leading_dot@
320am__quote = @am__quote@
321am__tar = @am__tar@
322am__untar = @am__untar@
323bindir = @bindir@
324build = @build@
325build_alias = @build_alias@
326build_cpu = @build_cpu@
327build_os = @build_os@
328build_vendor = @build_vendor@
329builddir = @builddir@
330datadir = @datadir@
331datarootdir = @datarootdir@
332docdir = @docdir@
333dvidir = @dvidir@
334exec_prefix = @exec_prefix@
335host = @host@
336host_alias = @host_alias@
337host_cpu = @host_cpu@
338host_os = @host_os@
339host_vendor = @host_vendor@
340htmldir = @htmldir@
341includedir = @includedir@
342infodir = @infodir@
343install_sh = @install_sh@
344libdir = @libdir@
345libexecdir = @libexecdir@
346localedir = @localedir@
347localstatedir = @localstatedir@
348mandir = @mandir@
349mkdir_p = @mkdir_p@
350oldincludedir = @oldincludedir@
351pdfdir = @pdfdir@
352prefix = @prefix@
353program_transform_name = @program_transform_name@
354psdir = @psdir@
355sbindir = @sbindir@
356sharedstatedir = @sharedstatedir@
357srcdir = @srcdir@
358sysconfdir = @sysconfdir@
359target_alias = @target_alias@
360top_build_prefix = @top_build_prefix@
361top_builddir = @top_builddir@
362top_srcdir = @top_srcdir@
363noinst_LTLIBRARIES = libinp.la
364BUILT_SOURCES = inpptree-parser.h
365EXTRA_DIST = inpptree-parser-y.h
366libinp_la_SOURCES = \
367		ifeval.c	\
368		ifnewuid.c	\
369		inp2b.c		\
370		inp2c.c		\
371		inp2d.c		\
372		inp2dot.c	\
373		inp2e.c		\
374		inp2f.c		\
375		inp2g.c		\
376		inp2h.c		\
377		inp2i.c		\
378		inp2j.c		\
379		inp2k.c		\
380		inp2l.c		\
381		inp2m.c		\
382		inp2n.c		\
383		inp2o.c		\
384		inp2p.c		\
385		inp2q.c		\
386		inp2r.c		\
387		inp2s.c		\
388		inp2t.c		\
389		inp2u.c		\
390		inp2v.c		\
391		inp2w.c		\
392		inp2y.c		\
393		inp2z.c		\
394		inpaname.c	\
395		inpapnam.c	\
396		inpcfix.c	\
397		inpdomod.c	\
398		inpdoopt.c	\
399		inpdpar.c	\
400		inperrc.c	\
401		inperror.c	\
402		inpeval.c	\
403		inpfindl.c	\
404		inpfindv.c	\
405		inpgmod.c	\
406		inpgstr.c	\
407		inpgtitl.c	\
408		inpgtok.c	\
409		inpgval.c	\
410		inpkmods.c	\
411		inplist.c	\
412		inplkmod.c	\
413		inpmkmod.c	\
414		inpmktmp.c	\
415		inppas1.c	\
416		inppas1.h	\
417		inppas2.c	\
418		inppas2.h	\
419		inppas3.c	\
420		inppas3.h	\
421		inppas4.c	\
422		inppas4.h	\
423		inppname.c	\
424		inpptree.c	\
425		inpptree-parser.y \
426		inpsymt.c	\
427		inptyplk.c	\
428		ptfuncs.c	\
429		sperror.c	\
430		inpxx.h
431
432AM_CFLAGS = $(STATIC)
433AM_YFLAGS = -d
434MAINTAINERCLEANFILES = Makefile.in
435all: $(BUILT_SOURCES)
436	$(MAKE) $(AM_MAKEFLAGS) all-am
437
438.SUFFIXES:
439.SUFFIXES: .c .lo .o .obj .y
440$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
441	@for dep in $?; do \
442	  case '$(am__configure_deps)' in \
443	    *$$dep*) \
444	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
445	        && { if test -f $@; then exit 0; else break; fi; }; \
446	      exit 1;; \
447	  esac; \
448	done; \
449	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/spicelib/parser/Makefile'; \
450	$(am__cd) $(top_srcdir) && \
451	  $(AUTOMAKE) --gnu src/spicelib/parser/Makefile
452Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
453	@case '$?' in \
454	  *config.status*) \
455	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
456	  *) \
457	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
458	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
459	esac;
460
461$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
462	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463
464$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
465	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
467	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
468$(am__aclocal_m4_deps):
469
470clean-noinstLTLIBRARIES:
471	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
472	@list='$(noinst_LTLIBRARIES)'; \
473	locs=`for p in $$list; do echo $$p; done | \
474	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
475	      sort -u`; \
476	test -z "$$locs" || { \
477	  echo rm -f $${locs}; \
478	  rm -f $${locs}; \
479	}
480inpptree-parser.h: inpptree-parser.c
481	@if test ! -f $@; then rm -f inpptree-parser.c; else :; fi
482	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) inpptree-parser.c; else :; fi
483
484libinp.la: $(libinp_la_OBJECTS) $(libinp_la_DEPENDENCIES) $(EXTRA_libinp_la_DEPENDENCIES)
485	$(AM_V_CCLD)$(LINK)  $(libinp_la_OBJECTS) $(libinp_la_LIBADD) $(LIBS)
486
487mostlyclean-compile:
488	-rm -f *.$(OBJEXT)
489
490distclean-compile:
491	-rm -f *.tab.c
492
493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifeval.Plo@am__quote@
494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifnewuid.Plo@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2b.Plo@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2c.Plo@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2d.Plo@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2dot.Plo@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2e.Plo@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2f.Plo@am__quote@
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2g.Plo@am__quote@
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2h.Plo@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2i.Plo@am__quote@
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2j.Plo@am__quote@
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2k.Plo@am__quote@
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2l.Plo@am__quote@
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2m.Plo@am__quote@
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2n.Plo@am__quote@
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2o.Plo@am__quote@
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2p.Plo@am__quote@
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2q.Plo@am__quote@
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2r.Plo@am__quote@
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2s.Plo@am__quote@
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2t.Plo@am__quote@
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2u.Plo@am__quote@
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2v.Plo@am__quote@
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2w.Plo@am__quote@
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2y.Plo@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp2z.Plo@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpaname.Plo@am__quote@
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpapnam.Plo@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpcfix.Plo@am__quote@
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpdomod.Plo@am__quote@
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpdoopt.Plo@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpdpar.Plo@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inperrc.Plo@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inperror.Plo@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpeval.Plo@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpfindl.Plo@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpfindv.Plo@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpgmod.Plo@am__quote@
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpgstr.Plo@am__quote@
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpgtitl.Plo@am__quote@
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpgtok.Plo@am__quote@
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpgval.Plo@am__quote@
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpkmods.Plo@am__quote@
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inplist.Plo@am__quote@
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inplkmod.Plo@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpmkmod.Plo@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpmktmp.Plo@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inppas1.Plo@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inppas2.Plo@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inppas3.Plo@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inppas4.Plo@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inppname.Plo@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpptree-parser.Plo@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpptree.Plo@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inpsymt.Plo@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inptyplk.Plo@am__quote@
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptfuncs.Plo@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sperror.Plo@am__quote@
552
553.c.o:
554@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
555@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
556@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
557@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
559
560.c.obj:
561@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
562@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
563@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
564@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
566
567.c.lo:
568@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
569@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
570@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
571@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
573
574.y.c:
575	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
576
577mostlyclean-libtool:
578	-rm -f *.lo
579
580clean-libtool:
581	-rm -rf .libs _libs
582
583ID: $(am__tagged_files)
584	$(am__define_uniq_tagged_files); mkid -fID $$unique
585tags: tags-am
586TAGS: tags
587
588tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
589	set x; \
590	here=`pwd`; \
591	$(am__define_uniq_tagged_files); \
592	shift; \
593	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
594	  test -n "$$unique" || unique=$$empty_fix; \
595	  if test $$# -gt 0; then \
596	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597	      "$$@" $$unique; \
598	  else \
599	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600	      $$unique; \
601	  fi; \
602	fi
603ctags: ctags-am
604
605CTAGS: ctags
606ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607	$(am__define_uniq_tagged_files); \
608	test -z "$(CTAGS_ARGS)$$unique" \
609	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
610	     $$unique
611
612GTAGS:
613	here=`$(am__cd) $(top_builddir) && pwd` \
614	  && $(am__cd) $(top_srcdir) \
615	  && gtags -i $(GTAGS_ARGS) "$$here"
616cscopelist: cscopelist-am
617
618cscopelist-am: $(am__tagged_files)
619	list='$(am__tagged_files)'; \
620	case "$(srcdir)" in \
621	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
622	  *) sdir=$(subdir)/$(srcdir) ;; \
623	esac; \
624	for i in $$list; do \
625	  if test -f "$$i"; then \
626	    echo "$(subdir)/$$i"; \
627	  else \
628	    echo "$$sdir/$$i"; \
629	  fi; \
630	done >> $(top_builddir)/cscope.files
631
632distclean-tags:
633	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
634
635distdir: $(DISTFILES)
636	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638	list='$(DISTFILES)'; \
639	  dist_files=`for file in $$list; do echo $$file; done | \
640	  sed -e "s|^$$srcdirstrip/||;t" \
641	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
642	case $$dist_files in \
643	  */*) $(MKDIR_P) `echo "$$dist_files" | \
644			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
645			   sort -u` ;; \
646	esac; \
647	for file in $$dist_files; do \
648	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
649	  if test -d $$d/$$file; then \
650	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
651	    if test -d "$(distdir)/$$file"; then \
652	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653	    fi; \
654	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
655	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
656	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
657	    fi; \
658	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
659	  else \
660	    test -f "$(distdir)/$$file" \
661	    || cp -p $$d/$$file "$(distdir)/$$file" \
662	    || exit 1; \
663	  fi; \
664	done
665check-am: all-am
666check: $(BUILT_SOURCES)
667	$(MAKE) $(AM_MAKEFLAGS) check-am
668all-am: Makefile $(LTLIBRARIES)
669installdirs:
670install: $(BUILT_SOURCES)
671	$(MAKE) $(AM_MAKEFLAGS) install-am
672install-exec: install-exec-am
673install-data: install-data-am
674uninstall: uninstall-am
675
676install-am: all-am
677	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
678
679installcheck: installcheck-am
680install-strip:
681	if test -z '$(STRIP)'; then \
682	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684	      install; \
685	else \
686	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
689	fi
690mostlyclean-generic:
691
692clean-generic:
693
694distclean-generic:
695	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
696	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
697
698maintainer-clean-generic:
699	@echo "This command is intended for maintainers to use"
700	@echo "it deletes files that may require special tools to rebuild."
701	-rm -f inpptree-parser.c
702	-rm -f inpptree-parser.h
703	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
704	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
705clean: clean-am
706
707clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
708	mostlyclean-am
709
710distclean: distclean-am
711	-rm -rf ./$(DEPDIR)
712	-rm -f Makefile
713distclean-am: clean-am distclean-compile distclean-generic \
714	distclean-tags
715
716dvi: dvi-am
717
718dvi-am:
719
720html: html-am
721
722html-am:
723
724info: info-am
725
726info-am:
727
728install-data-am:
729
730install-dvi: install-dvi-am
731
732install-dvi-am:
733
734install-exec-am:
735
736install-html: install-html-am
737
738install-html-am:
739
740install-info: install-info-am
741
742install-info-am:
743
744install-man:
745
746install-pdf: install-pdf-am
747
748install-pdf-am:
749
750install-ps: install-ps-am
751
752install-ps-am:
753
754installcheck-am:
755
756maintainer-clean: maintainer-clean-am
757	-rm -rf ./$(DEPDIR)
758	-rm -f Makefile
759maintainer-clean-am: distclean-am maintainer-clean-generic
760
761mostlyclean: mostlyclean-am
762
763mostlyclean-am: mostlyclean-compile mostlyclean-generic \
764	mostlyclean-libtool
765
766pdf: pdf-am
767
768pdf-am:
769
770ps: ps-am
771
772ps-am:
773
774uninstall-am:
775
776.MAKE: all check install install-am install-strip
777
778.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
779	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
780	ctags-am distclean distclean-compile distclean-generic \
781	distclean-libtool distclean-tags distdir dvi dvi-am html \
782	html-am info info-am install install-am install-data \
783	install-data-am install-dvi install-dvi-am install-exec \
784	install-exec-am install-html install-html-am install-info \
785	install-info-am install-man install-pdf install-pdf-am \
786	install-ps install-ps-am install-strip installcheck \
787	installcheck-am installdirs maintainer-clean \
788	maintainer-clean-generic mostlyclean mostlyclean-compile \
789	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
790	tags tags-am uninstall uninstall-am
791
792.PRECIOUS: Makefile
793
794
795# Tell versions [3.59,3.63) of GNU make to not export all variables.
796# Otherwise a system limit (for SysV at least) may be exceeded.
797.NOEXPORT:
798