1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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 = doc/preprocessor
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
93	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
94	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_17.m4 \
95	$(top_srcdir)/m4/ax_latex_class.m4 \
96	$(top_srcdir)/m4/ax_latex_test.m4 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117am__can_run_installinfo = \
118  case $$AM_UPDATE_INFO_DIR in \
119    n|no|NO) false;; \
120    *) (install-info --version) >/dev/null 2>&1;; \
121  esac
122am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
123am__DIST_COMMON = $(srcdir)/Makefile.in
124DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125ACLOCAL = @ACLOCAL@
126AMTAR = @AMTAR@
127AM_CXXFLAGS = @AM_CXXFLAGS@
128AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129AM_LDFLAGS = @AM_LDFLAGS@
130AR = @AR@
131AUTOCONF = @AUTOCONF@
132AUTOHEADER = @AUTOHEADER@
133AUTOMAKE = @AUTOMAKE@
134AWK = @AWK@
135BIBTEX = @BIBTEX@
136BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
137BOOST_LDFLAGS = @BOOST_LDFLAGS@
138CC = @CC@
139CCDEPMODE = @CCDEPMODE@
140CFLAGS = @CFLAGS@
141CPPFLAGS = @CPPFLAGS@
142CXX = @CXX@
143CXXCPP = @CXXCPP@
144CXXDEPMODE = @CXXDEPMODE@
145CXXFLAGS = @CXXFLAGS@
146CYGPATH_W = @CYGPATH_W@
147DEFS = @DEFS@
148DEPDIR = @DEPDIR@
149DOXYGEN = @DOXYGEN@
150ECHO_C = @ECHO_C@
151ECHO_N = @ECHO_N@
152ECHO_T = @ECHO_T@
153EGREP = @EGREP@
154EXEEXT = @EXEEXT@
155GREP = @GREP@
156HAVE_CXX17 = @HAVE_CXX17@
157INSTALL = @INSTALL@
158INSTALL_DATA = @INSTALL_DATA@
159INSTALL_PROGRAM = @INSTALL_PROGRAM@
160INSTALL_SCRIPT = @INSTALL_SCRIPT@
161INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162LDFLAGS = @LDFLAGS@
163LEX = @LEX@
164LEXINC = @LEXINC@
165LEXLIB = @LEXLIB@
166LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LTLIBOBJS = @LTLIBOBJS@
170MAKEINFO = @MAKEINFO@
171MKDIR_P = @MKDIR_P@
172OBJEXT = @OBJEXT@
173PACKAGE = @PACKAGE@
174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175PACKAGE_NAME = @PACKAGE_NAME@
176PACKAGE_STRING = @PACKAGE_STRING@
177PACKAGE_TARNAME = @PACKAGE_TARNAME@
178PACKAGE_URL = @PACKAGE_URL@
179PACKAGE_VERSION = @PACKAGE_VERSION@
180PATH_SEPARATOR = @PATH_SEPARATOR@
181PDFLATEX = @PDFLATEX@
182RANLIB = @RANLIB@
183SET_MAKE = @SET_MAKE@
184SHELL = @SHELL@
185STRIP = @STRIP@
186VERSION = @VERSION@
187YACC = @YACC@
188abs_builddir = @abs_builddir@
189abs_srcdir = @abs_srcdir@
190abs_top_builddir = @abs_top_builddir@
191abs_top_srcdir = @abs_top_srcdir@
192ac_ct_AR = @ac_ct_AR@
193ac_ct_CC = @ac_ct_CC@
194ac_ct_CXX = @ac_ct_CXX@
195am__include = @am__include@
196am__leading_dot = @am__leading_dot@
197am__quote = @am__quote@
198am__tar = @am__tar@
199am__untar = @am__untar@
200ax_latex_have_beamer = @ax_latex_have_beamer@
201bindir = @bindir@
202build = @build@
203build_alias = @build_alias@
204build_cpu = @build_cpu@
205build_os = @build_os@
206build_vendor = @build_vendor@
207builddir = @builddir@
208datadir = @datadir@
209datarootdir = @datarootdir@
210docdir = @docdir@
211dvidir = @dvidir@
212exec_prefix = @exec_prefix@
213host = @host@
214host_alias = @host_alias@
215host_cpu = @host_cpu@
216host_os = @host_os@
217host_vendor = @host_vendor@
218htmldir = @htmldir@
219includedir = @includedir@
220infodir = @infodir@
221install_sh = @install_sh@
222libdir = @libdir@
223libexecdir = @libexecdir@
224localedir = @localedir@
225localstatedir = @localstatedir@
226mandir = @mandir@
227mkdir_p = @mkdir_p@
228oldincludedir = @oldincludedir@
229pdfdir = @pdfdir@
230prefix = @prefix@
231program_transform_name = @program_transform_name@
232psdir = @psdir@
233runstatedir = @runstatedir@
234sbindir = @sbindir@
235sharedstatedir = @sharedstatedir@
236srcdir = @srcdir@
237sysconfdir = @sysconfdir@
238target_alias = @target_alias@
239top_build_prefix = @top_build_prefix@
240top_builddir = @top_builddir@
241top_srcdir = @top_srcdir@
242SRC = preprocessor.tex expr.png expr-sharing.png matrices.png overview.png json-preprocessor.png
243EXTRA_DIST = $(SRC)
244all: all-am
245
246.SUFFIXES:
247$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
248	@for dep in $?; do \
249	  case '$(am__configure_deps)' in \
250	    *$$dep*) \
251	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
252	        && { if test -f $@; then exit 0; else break; fi; }; \
253	      exit 1;; \
254	  esac; \
255	done; \
256	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/preprocessor/Makefile'; \
257	$(am__cd) $(top_srcdir) && \
258	  $(AUTOMAKE) --foreign doc/preprocessor/Makefile
259Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260	@case '$?' in \
261	  *config.status*) \
262	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
263	  *) \
264	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
265	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
266	esac;
267
268$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
271$(top_srcdir)/configure:  $(am__configure_deps)
272	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
274	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275$(am__aclocal_m4_deps):
276tags TAGS:
277
278ctags CTAGS:
279
280cscope cscopelist:
281
282
283distdir: $(BUILT_SOURCES)
284	$(MAKE) $(AM_MAKEFLAGS) distdir-am
285
286distdir-am: $(DISTFILES)
287	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
288	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
289	list='$(DISTFILES)'; \
290	  dist_files=`for file in $$list; do echo $$file; done | \
291	  sed -e "s|^$$srcdirstrip/||;t" \
292	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
293	case $$dist_files in \
294	  */*) $(MKDIR_P) `echo "$$dist_files" | \
295			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
296			   sort -u` ;; \
297	esac; \
298	for file in $$dist_files; do \
299	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
300	  if test -d $$d/$$file; then \
301	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
302	    if test -d "$(distdir)/$$file"; then \
303	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
304	    fi; \
305	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
306	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
307	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
308	    fi; \
309	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
310	  else \
311	    test -f "$(distdir)/$$file" \
312	    || cp -p $$d/$$file "$(distdir)/$$file" \
313	    || exit 1; \
314	  fi; \
315	done
316check-am: all-am
317check: check-am
318all-am: Makefile
319installdirs:
320install: install-am
321install-exec: install-exec-am
322install-data: install-data-am
323uninstall: uninstall-am
324
325install-am: all-am
326	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
327
328installcheck: installcheck-am
329install-strip:
330	if test -z '$(STRIP)'; then \
331	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
332	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
333	      install; \
334	else \
335	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
336	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
337	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
338	fi
339mostlyclean-generic:
340
341clean-generic:
342
343distclean-generic:
344	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
345	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
346
347maintainer-clean-generic:
348	@echo "This command is intended for maintainers to use"
349	@echo "it deletes files that may require special tools to rebuild."
350@ENABLE_DOC_FALSE@pdf-local:
351clean: clean-am
352
353clean-am: clean-generic clean-local mostlyclean-am
354
355distclean: distclean-am
356	-rm -f Makefile
357distclean-am: clean-am distclean-generic
358
359dvi: dvi-am
360
361dvi-am:
362
363html: html-am
364
365html-am:
366
367info: info-am
368
369info-am:
370
371install-data-am:
372
373install-dvi: install-dvi-am
374
375install-dvi-am:
376
377install-exec-am:
378
379install-html: install-html-am
380
381install-html-am:
382
383install-info: install-info-am
384
385install-info-am:
386
387install-man:
388
389install-pdf: install-pdf-am
390
391install-pdf-am:
392
393install-ps: install-ps-am
394
395install-ps-am:
396
397installcheck-am:
398
399maintainer-clean: maintainer-clean-am
400	-rm -f Makefile
401maintainer-clean-am: distclean-am maintainer-clean-generic
402
403mostlyclean: mostlyclean-am
404
405mostlyclean-am: mostlyclean-generic
406
407pdf: pdf-am
408
409pdf-am: pdf-local
410
411ps: ps-am
412
413ps-am:
414
415uninstall-am:
416
417.MAKE: install-am install-strip
418
419.PHONY: all all-am check check-am clean clean-generic clean-local \
420	cscopelist-am ctags-am distclean distclean-generic distdir dvi \
421	dvi-am html html-am info info-am install install-am \
422	install-data install-data-am install-dvi install-dvi-am \
423	install-exec install-exec-am install-html install-html-am \
424	install-info install-info-am install-man install-pdf \
425	install-pdf-am install-ps install-ps-am install-strip \
426	installcheck installcheck-am installdirs maintainer-clean \
427	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
428	pdf-am pdf-local ps ps-am tags-am uninstall uninstall-am
429
430.PRECIOUS: Makefile
431
432@ENABLE_DOC_TRUE@pdf-local: preprocessor.pdf
433
434preprocessor.pdf: $(SRC)
435	$(PDFLATEX) preprocessor
436	$(PDFLATEX) preprocessor
437
438clean-local:
439	rm -f *.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~
440
441# Tell versions [3.59,3.63) of GNU make to not export all variables.
442# Otherwise a system limit (for SysV at least) may be exceeded.
443.NOEXPORT:
444