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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = tests/resistance
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
93	$(top_srcdir)/m4/ax_prog_bison_version.m4 \
94	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
95	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
96	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
97	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/src/include/ngspice/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119am__can_run_installinfo = \
120  case $$AM_UPDATE_INFO_DIR in \
121    n|no|NO) false;; \
122    *) (install-info --version) >/dev/null 2>&1;; \
123  esac
124am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
125am__tty_colors_dummy = \
126  mgn= red= grn= lgn= blu= brg= std=; \
127  am__color_tests=no
128am__tty_colors = { \
129  $(am__tty_colors_dummy); \
130  if test "X$(AM_COLOR_TESTS)" = Xno; then \
131    am__color_tests=no; \
132  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
133    am__color_tests=yes; \
134  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
135    am__color_tests=yes; \
136  fi; \
137  if test $$am__color_tests = yes; then \
138    red=''; \
139    grn=''; \
140    lgn=''; \
141    blu=''; \
142    mgn=''; \
143    brg=''; \
144    std=''; \
145  fi; \
146}
147am__DIST_COMMON = $(srcdir)/Makefile.in
148DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149ACLOCAL = @ACLOCAL@
150ADMSXML = @ADMSXML@
151AMTAR = @AMTAR@
152AM_CPPFLAGS = @AM_CPPFLAGS@
153AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154AR = @AR@
155AR_FLAGS = @AR_FLAGS@
156AS = @AS@
157AUTOCONF = @AUTOCONF@
158AUTOHEADER = @AUTOHEADER@
159AUTOMAKE = @AUTOMAKE@
160AWK = @AWK@
161BISON = @BISON@
162BISON_VERSION = @BISON_VERSION@
163BUILD_EXEEXT = @BUILD_EXEEXT@
164BUILD_OBJEXT = @BUILD_OBJEXT@
165CC = @CC@
166CCDEPMODE = @CCDEPMODE@
167CC_FOR_BUILD = @CC_FOR_BUILD@
168CFLAGS = @CFLAGS@
169CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
170CMPP = @CMPP@
171CPP = @CPP@
172CPPFLAGS = @CPPFLAGS@
173CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
174CPP_FOR_BUILD = @CPP_FOR_BUILD@
175CXX = @CXX@
176CXXCPP = @CXXCPP@
177CXXDEPMODE = @CXXDEPMODE@
178CXXFLAGS = @CXXFLAGS@
179CYGPATH_W = @CYGPATH_W@
180DEFS = @DEFS@
181DEPDIR = @DEPDIR@
182DLLTOOL = @DLLTOOL@
183DSYMUTIL = @DSYMUTIL@
184DUMPBIN = @DUMPBIN@
185ECHO_C = @ECHO_C@
186ECHO_N = @ECHO_N@
187ECHO_T = @ECHO_T@
188EGREP = @EGREP@
189EXEEXT = @EXEEXT@
190FGREP = @FGREP@
191GREP = @GREP@
192INSTALL = @INSTALL@
193INSTALL_DATA = @INSTALL_DATA@
194INSTALL_PROGRAM = @INSTALL_PROGRAM@
195INSTALL_SCRIPT = @INSTALL_SCRIPT@
196INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197LD = @LD@
198LDFLAGS = @LDFLAGS@
199LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
200LEX = @LEX@
201LEXLIB = @LEXLIB@
202LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
203LIBNGSPICE_API_VERSION = @LIBNGSPICE_API_VERSION@
204LIBNGSPICE_SO_VERSION = @LIBNGSPICE_SO_VERSION@
205LIBOBJS = @LIBOBJS@
206LIBS = @LIBS@
207LIBTOOL = @LIBTOOL@
208LIPO = @LIPO@
209LN_S = @LN_S@
210LTLIBOBJS = @LTLIBOBJS@
211LT_NGSPICE_AGE = @LT_NGSPICE_AGE@
212LT_NGSPICE_CURRENT = @LT_NGSPICE_CURRENT@
213LT_NGSPICE_REVISION = @LT_NGSPICE_REVISION@
214LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
215MAINT = @MAINT@
216MAKEINFO = @MAKEINFO@
217MANIFEST_TOOL = @MANIFEST_TOOL@
218MKDIR_P = @MKDIR_P@
219NM = @NM@
220NMEDIT = @NMEDIT@
221NOTVLADEVDIR = @NOTVLADEVDIR@
222OBJDUMP = @OBJDUMP@
223OBJEXT = @OBJEXT@
224OPENMP_CFLAGS = @OPENMP_CFLAGS@
225OTOOL = @OTOOL@
226OTOOL64 = @OTOOL64@
227PACKAGE = @PACKAGE@
228PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
229PACKAGE_NAME = @PACKAGE_NAME@
230PACKAGE_STRING = @PACKAGE_STRING@
231PACKAGE_TARNAME = @PACKAGE_TARNAME@
232PACKAGE_URL = @PACKAGE_URL@
233PACKAGE_VERSION = @PACKAGE_VERSION@
234PATH_SEPARATOR = @PATH_SEPARATOR@
235RANLIB = @RANLIB@
236SED = @SED@
237SET_MAKE = @SET_MAKE@
238SHELL = @SHELL@
239STATIC = @STATIC@
240STRIP = @STRIP@
241TCL_LIB_SPEC = @TCL_LIB_SPEC@
242TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
243VERSION = @VERSION@
244VIS_CFLAGS = @VIS_CFLAGS@
245VLADEV = @VLADEV@
246VLADEVDIR = @VLADEVDIR@
247WINRES = @WINRES@
248XMKMF = @XMKMF@
249XSPICEDLLIBS = @XSPICEDLLIBS@
250XSPICEINIT = @XSPICEINIT@
251XTRALIBS = @XTRALIBS@
252X_CFLAGS = @X_CFLAGS@
253X_EXTRA_LIBS = @X_EXTRA_LIBS@
254X_LIBS = @X_LIBS@
255X_PRE_LIBS = @X_PRE_LIBS@
256YACC = @YACC@
257YFLAGS = @YFLAGS@
258abs_builddir = @abs_builddir@
259abs_srcdir = @abs_srcdir@
260abs_top_builddir = @abs_top_builddir@
261abs_top_srcdir = @abs_top_srcdir@
262ac_ct_AR = @ac_ct_AR@
263ac_ct_CC = @ac_ct_CC@
264ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
265ac_ct_CXX = @ac_ct_CXX@
266ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267am__include = @am__include@
268am__leading_dot = @am__leading_dot@
269am__quote = @am__quote@
270am__tar = @am__tar@
271am__untar = @am__untar@
272bindir = @bindir@
273build = @build@
274build_alias = @build_alias@
275build_cpu = @build_cpu@
276build_os = @build_os@
277build_vendor = @build_vendor@
278builddir = @builddir@
279datadir = @datadir@
280datarootdir = @datarootdir@
281docdir = @docdir@
282dvidir = @dvidir@
283exec_prefix = @exec_prefix@
284host = @host@
285host_alias = @host_alias@
286host_cpu = @host_cpu@
287host_os = @host_os@
288host_vendor = @host_vendor@
289htmldir = @htmldir@
290includedir = @includedir@
291infodir = @infodir@
292install_sh = @install_sh@
293libdir = @libdir@
294libexecdir = @libexecdir@
295localedir = @localedir@
296localstatedir = @localstatedir@
297mandir = @mandir@
298mkdir_p = @mkdir_p@
299oldincludedir = @oldincludedir@
300pdfdir = @pdfdir@
301prefix = @prefix@
302program_transform_name = @program_transform_name@
303psdir = @psdir@
304sbindir = @sbindir@
305sharedstatedir = @sharedstatedir@
306srcdir = @srcdir@
307sysconfdir = @sysconfdir@
308target_alias = @target_alias@
309top_build_prefix = @top_build_prefix@
310top_builddir = @top_builddir@
311top_srcdir = @top_srcdir@
312TESTS = \
313	res_array.cir		\
314	res_simple.cir		\
315	res_partition.cir
316
317TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
318EXTRA_DIST = \
319	$(TESTS) \
320	$(TESTS:.cir=.out)
321
322MAINTAINERCLEANFILES = Makefile.in
323all: all-am
324
325.SUFFIXES:
326$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
327	@for dep in $?; do \
328	  case '$(am__configure_deps)' in \
329	    *$$dep*) \
330	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331	        && { if test -f $@; then exit 0; else break; fi; }; \
332	      exit 1;; \
333	  esac; \
334	done; \
335	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/resistance/Makefile'; \
336	$(am__cd) $(top_srcdir) && \
337	  $(AUTOMAKE) --gnu tests/resistance/Makefile
338Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339	@case '$?' in \
340	  *config.status*) \
341	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
342	  *) \
343	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
344	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
345	esac;
346
347$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
348	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349
350$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
351	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
353	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354$(am__aclocal_m4_deps):
355
356mostlyclean-libtool:
357	-rm -f *.lo
358
359clean-libtool:
360	-rm -rf .libs _libs
361tags TAGS:
362
363ctags CTAGS:
364
365cscope cscopelist:
366
367
368check-TESTS: $(TESTS)
369	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
370	srcdir=$(srcdir); export srcdir; \
371	list=' $(TESTS) '; \
372	$(am__tty_colors); \
373	if test -n "$$list"; then \
374	  for tst in $$list; do \
375	    if test -f ./$$tst; then dir=./; \
376	    elif test -f $$tst; then dir=; \
377	    else dir="$(srcdir)/"; fi; \
378	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
379	      all=`expr $$all + 1`; \
380	      case " $(XFAIL_TESTS) " in \
381	      *[\ \	]$$tst[\ \	]*) \
382		xpass=`expr $$xpass + 1`; \
383		failed=`expr $$failed + 1`; \
384		col=$$red; res=XPASS; \
385	      ;; \
386	      *) \
387		col=$$grn; res=PASS; \
388	      ;; \
389	      esac; \
390	    elif test $$? -ne 77; then \
391	      all=`expr $$all + 1`; \
392	      case " $(XFAIL_TESTS) " in \
393	      *[\ \	]$$tst[\ \	]*) \
394		xfail=`expr $$xfail + 1`; \
395		col=$$lgn; res=XFAIL; \
396	      ;; \
397	      *) \
398		failed=`expr $$failed + 1`; \
399		col=$$red; res=FAIL; \
400	      ;; \
401	      esac; \
402	    else \
403	      skip=`expr $$skip + 1`; \
404	      col=$$blu; res=SKIP; \
405	    fi; \
406	    echo "$${col}$$res$${std}: $$tst"; \
407	  done; \
408	  if test "$$all" -eq 1; then \
409	    tests="test"; \
410	    All=""; \
411	  else \
412	    tests="tests"; \
413	    All="All "; \
414	  fi; \
415	  if test "$$failed" -eq 0; then \
416	    if test "$$xfail" -eq 0; then \
417	      banner="$$All$$all $$tests passed"; \
418	    else \
419	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
420	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
421	    fi; \
422	  else \
423	    if test "$$xpass" -eq 0; then \
424	      banner="$$failed of $$all $$tests failed"; \
425	    else \
426	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
427	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
428	    fi; \
429	  fi; \
430	  dashes="$$banner"; \
431	  skipped=""; \
432	  if test "$$skip" -ne 0; then \
433	    if test "$$skip" -eq 1; then \
434	      skipped="($$skip test was not run)"; \
435	    else \
436	      skipped="($$skip tests were not run)"; \
437	    fi; \
438	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
439	      dashes="$$skipped"; \
440	  fi; \
441	  report=""; \
442	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
443	    report="Please report to $(PACKAGE_BUGREPORT)"; \
444	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
445	      dashes="$$report"; \
446	  fi; \
447	  dashes=`echo "$$dashes" | sed s/./=/g`; \
448	  if test "$$failed" -eq 0; then \
449	    col="$$grn"; \
450	  else \
451	    col="$$red"; \
452	  fi; \
453	  echo "$${col}$$dashes$${std}"; \
454	  echo "$${col}$$banner$${std}"; \
455	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
456	  test -z "$$report" || echo "$${col}$$report$${std}"; \
457	  echo "$${col}$$dashes$${std}"; \
458	  test "$$failed" -eq 0; \
459	else :; fi
460
461distdir: $(DISTFILES)
462	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464	list='$(DISTFILES)'; \
465	  dist_files=`for file in $$list; do echo $$file; done | \
466	  sed -e "s|^$$srcdirstrip/||;t" \
467	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
468	case $$dist_files in \
469	  */*) $(MKDIR_P) `echo "$$dist_files" | \
470			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
471			   sort -u` ;; \
472	esac; \
473	for file in $$dist_files; do \
474	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475	  if test -d $$d/$$file; then \
476	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
477	    if test -d "$(distdir)/$$file"; then \
478	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
479	    fi; \
480	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
482	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483	    fi; \
484	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
485	  else \
486	    test -f "$(distdir)/$$file" \
487	    || cp -p $$d/$$file "$(distdir)/$$file" \
488	    || exit 1; \
489	  fi; \
490	done
491check-am: all-am
492	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
493check: check-am
494all-am: Makefile
495installdirs:
496install: install-am
497install-exec: install-exec-am
498install-data: install-data-am
499uninstall: uninstall-am
500
501install-am: all-am
502	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
503
504installcheck: installcheck-am
505install-strip:
506	if test -z '$(STRIP)'; then \
507	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509	      install; \
510	else \
511	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
514	fi
515mostlyclean-generic:
516
517clean-generic:
518
519distclean-generic:
520	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
521	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
522
523maintainer-clean-generic:
524	@echo "This command is intended for maintainers to use"
525	@echo "it deletes files that may require special tools to rebuild."
526	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
527clean: clean-am
528
529clean-am: clean-generic clean-libtool mostlyclean-am
530
531distclean: distclean-am
532	-rm -f Makefile
533distclean-am: clean-am distclean-generic
534
535dvi: dvi-am
536
537dvi-am:
538
539html: html-am
540
541html-am:
542
543info: info-am
544
545info-am:
546
547install-data-am:
548
549install-dvi: install-dvi-am
550
551install-dvi-am:
552
553install-exec-am:
554
555install-html: install-html-am
556
557install-html-am:
558
559install-info: install-info-am
560
561install-info-am:
562
563install-man:
564
565install-pdf: install-pdf-am
566
567install-pdf-am:
568
569install-ps: install-ps-am
570
571install-ps-am:
572
573installcheck-am:
574
575maintainer-clean: maintainer-clean-am
576	-rm -f Makefile
577maintainer-clean-am: distclean-am maintainer-clean-generic
578
579mostlyclean: mostlyclean-am
580
581mostlyclean-am: mostlyclean-generic mostlyclean-libtool
582
583pdf: pdf-am
584
585pdf-am:
586
587ps: ps-am
588
589ps-am:
590
591uninstall-am:
592
593.MAKE: check-am install-am install-strip
594
595.PHONY: all all-am check check-TESTS check-am clean clean-generic \
596	clean-libtool cscopelist-am ctags-am distclean \
597	distclean-generic distclean-libtool distdir dvi dvi-am html \
598	html-am info info-am install install-am install-data \
599	install-data-am install-dvi install-dvi-am install-exec \
600	install-exec-am install-html install-html-am install-info \
601	install-info-am install-man install-pdf install-pdf-am \
602	install-ps install-ps-am install-strip installcheck \
603	installcheck-am installdirs maintainer-clean \
604	maintainer-clean-generic mostlyclean mostlyclean-generic \
605	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
606	uninstall-am
607
608.PRECIOUS: Makefile
609
610
611# Tell versions [3.59,3.63) of GNU make to not export all variables.
612# Otherwise a system limit (for SysV at least) may be exceeded.
613.NOEXPORT:
614