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 = builds
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
93	$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
94	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
95	$(top_srcdir)/m4/ax_check_define.m4 \
96	$(top_srcdir)/m4/ax_check_link_flag.m4 \
97	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \
98	$(top_srcdir)/m4/ax_valgrind_check.m4 \
99	$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
100	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102	$(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106mkinstalldirs = $(install_sh) -d
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 = 
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 = 
121SOURCES =
122DIST_SOURCES =
123am__can_run_installinfo = \
124  case $$AM_UPDATE_INFO_DIR in \
125    n|no|NO) false;; \
126    *) (install-info --version) >/dev/null 2>&1;; \
127  esac
128am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
129am__DIST_COMMON = $(srcdir)/Makefile.in
130DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131ACLOCAL = @ACLOCAL@
132ALLOCA = @ALLOCA@
133AMTAR = @AMTAR@
134AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
135AR = @AR@
136AS = @AS@
137AUTOCONF = @AUTOCONF@
138AUTOHEADER = @AUTOHEADER@
139AUTOMAKE = @AUTOMAKE@
140AWK = @AWK@
141CC = @CC@
142CCAS = @CCAS@
143CCASDEPMODE = @CCASDEPMODE@
144CCASFLAGS = @CCASFLAGS@
145CCDEPMODE = @CCDEPMODE@
146CFLAGS = @CFLAGS@
147CFLAGS_AESNI = @CFLAGS_AESNI@
148CFLAGS_AVX = @CFLAGS_AVX@
149CFLAGS_AVX2 = @CFLAGS_AVX2@
150CFLAGS_AVX512F = @CFLAGS_AVX512F@
151CFLAGS_MMX = @CFLAGS_MMX@
152CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
153CFLAGS_RDRAND = @CFLAGS_RDRAND@
154CFLAGS_SSE2 = @CFLAGS_SSE2@
155CFLAGS_SSE3 = @CFLAGS_SSE3@
156CFLAGS_SSE41 = @CFLAGS_SSE41@
157CFLAGS_SSSE3 = @CFLAGS_SSSE3@
158CPP = @CPP@
159CPPFLAGS = @CPPFLAGS@
160CWFLAGS = @CWFLAGS@
161CYGPATH_W = @CYGPATH_W@
162DEFS = @DEFS@
163DEPDIR = @DEPDIR@
164DLLTOOL = @DLLTOOL@
165DLL_VERSION = @DLL_VERSION@
166DSYMUTIL = @DSYMUTIL@
167DUMPBIN = @DUMPBIN@
168ECHO_C = @ECHO_C@
169ECHO_N = @ECHO_N@
170ECHO_T = @ECHO_T@
171EGREP = @EGREP@
172ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
173ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
174ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
175ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
176EXEEXT = @EXEEXT@
177FGREP = @FGREP@
178GREP = @GREP@
179HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
180HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
181HAVE_CPUID_V = @HAVE_CPUID_V@
182HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
183INSTALL = @INSTALL@
184INSTALL_DATA = @INSTALL_DATA@
185INSTALL_PROGRAM = @INSTALL_PROGRAM@
186INSTALL_SCRIPT = @INSTALL_SCRIPT@
187INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
188ISODATE = @ISODATE@
189LD = @LD@
190LDFLAGS = @LDFLAGS@
191LIBOBJS = @LIBOBJS@
192LIBS = @LIBS@
193LIBTOOL = @LIBTOOL@
194LIBTOOL_DEPS = @LIBTOOL_DEPS@
195LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
196LIPO = @LIPO@
197LN_S = @LN_S@
198LTLIBOBJS = @LTLIBOBJS@
199LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
200MAINT = @MAINT@
201MAKEINFO = @MAKEINFO@
202MANIFEST_TOOL = @MANIFEST_TOOL@
203MKDIR_P = @MKDIR_P@
204NM = @NM@
205NMEDIT = @NMEDIT@
206OBJDUMP = @OBJDUMP@
207OBJEXT = @OBJEXT@
208OTOOL = @OTOOL@
209OTOOL64 = @OTOOL64@
210PACKAGE = @PACKAGE@
211PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212PACKAGE_NAME = @PACKAGE_NAME@
213PACKAGE_STRING = @PACKAGE_STRING@
214PACKAGE_TARNAME = @PACKAGE_TARNAME@
215PACKAGE_URL = @PACKAGE_URL@
216PACKAGE_VERSION = @PACKAGE_VERSION@
217PATH_SEPARATOR = @PATH_SEPARATOR@
218PTHREAD_CC = @PTHREAD_CC@
219PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
220PTHREAD_LIBS = @PTHREAD_LIBS@
221RANLIB = @RANLIB@
222SAFECODE_HOME = @SAFECODE_HOME@
223SED = @SED@
224SET_MAKE = @SET_MAKE@
225SHELL = @SHELL@
226SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
227SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
228SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
229SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
230STRIP = @STRIP@
231TEST_LDFLAGS = @TEST_LDFLAGS@
232VALGRIND = @VALGRIND@
233VALGRIND_ENABLED = @VALGRIND_ENABLED@
234VERSION = @VERSION@
235abs_builddir = @abs_builddir@
236abs_srcdir = @abs_srcdir@
237abs_top_builddir = @abs_top_builddir@
238abs_top_srcdir = @abs_top_srcdir@
239ac_ct_AR = @ac_ct_AR@
240ac_ct_CC = @ac_ct_CC@
241ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
242am__include = @am__include@
243am__leading_dot = @am__leading_dot@
244am__quote = @am__quote@
245am__tar = @am__tar@
246am__untar = @am__untar@
247ax_pthread_config = @ax_pthread_config@
248bindir = @bindir@
249build = @build@
250build_alias = @build_alias@
251build_cpu = @build_cpu@
252build_os = @build_os@
253build_vendor = @build_vendor@
254builddir = @builddir@
255datadir = @datadir@
256datarootdir = @datarootdir@
257docdir = @docdir@
258dvidir = @dvidir@
259exec_prefix = @exec_prefix@
260host = @host@
261host_alias = @host_alias@
262host_cpu = @host_cpu@
263host_os = @host_os@
264host_vendor = @host_vendor@
265htmldir = @htmldir@
266includedir = @includedir@
267infodir = @infodir@
268install_sh = @install_sh@
269libdir = @libdir@
270libexecdir = @libexecdir@
271localedir = @localedir@
272localstatedir = @localstatedir@
273mandir = @mandir@
274mkdir_p = @mkdir_p@
275oldincludedir = @oldincludedir@
276pdfdir = @pdfdir@
277prefix = @prefix@
278program_transform_name = @program_transform_name@
279psdir = @psdir@
280sbindir = @sbindir@
281sharedstatedir = @sharedstatedir@
282srcdir = @srcdir@
283sysconfdir = @sysconfdir@
284target_alias = @target_alias@
285top_build_prefix = @top_build_prefix@
286top_builddir = @top_builddir@
287top_srcdir = @top_srcdir@
288valgrind_enabled_tools = @valgrind_enabled_tools@
289valgrind_tools = @valgrind_tools@
290EXTRA_DIST = \
291	msvc/build/buildall.bat \
292	msvc/build/buildbase.bat \
293	msvc/properties/Common.props \
294	msvc/properties/Debug.props \
295	msvc/properties/DebugDEXE.props \
296	msvc/properties/DebugDLL.props \
297	msvc/properties/DebugLEXE.props \
298	msvc/properties/DebugLIB.props \
299	msvc/properties/DebugLTCG.props \
300	msvc/properties/DebugSEXE.props \
301	msvc/properties/DLL.props \
302	msvc/properties/EXE.props \
303	msvc/properties/LIB.props \
304	msvc/properties/Link.props \
305	msvc/properties/LTCG.props \
306	msvc/properties/Messages.props \
307	msvc/properties/Output.props \
308	msvc/properties/Release.props \
309	msvc/properties/ReleaseDEXE.props \
310	msvc/properties/ReleaseDLL.props \
311	msvc/properties/ReleaseLEXE.props \
312	msvc/properties/ReleaseLIB.props \
313	msvc/properties/ReleaseLTCG.props \
314	msvc/properties/ReleaseSEXE.props \
315	msvc/properties/Win32.props \
316	msvc/properties/x64.props \
317	msvc/resource.h \
318	msvc/resource.rc \
319	msvc/version.h \
320	msvc/vs2010/libsodium/libsodium.props \
321	msvc/vs2010/libsodium/libsodium.vcxproj \
322	msvc/vs2010/libsodium/libsodium.vcxproj.filters \
323	msvc/vs2010/libsodium/libsodium.xml \
324	msvc/vs2010/libsodium.import.props \
325	msvc/vs2010/libsodium.import.xml \
326	msvc/vs2010/libsodium.sln \
327	msvc/vs2012/libsodium/libsodium.props \
328	msvc/vs2012/libsodium/libsodium.vcxproj \
329	msvc/vs2012/libsodium/libsodium.vcxproj.filters \
330	msvc/vs2012/libsodium/libsodium.xml \
331	msvc/vs2012/libsodium.import.props \
332	msvc/vs2012/libsodium.import.xml \
333	msvc/vs2012/libsodium.sln \
334	msvc/vs2013/libsodium/libsodium.props \
335	msvc/vs2013/libsodium/libsodium.vcxproj \
336	msvc/vs2013/libsodium/libsodium.vcxproj.filters \
337	msvc/vs2013/libsodium/libsodium.xml \
338	msvc/vs2013/libsodium.import.props \
339	msvc/vs2013/libsodium.import.xml \
340	msvc/vs2013/libsodium.sln \
341	msvc/vs2015/libsodium/libsodium.props \
342	msvc/vs2015/libsodium/libsodium.vcxproj \
343	msvc/vs2015/libsodium/libsodium.vcxproj.filters \
344	msvc/vs2015/libsodium/libsodium.xml \
345	msvc/vs2015/libsodium.import.props \
346	msvc/vs2015/libsodium.import.xml \
347	msvc/vs2015/libsodium.sln \
348	msvc/vs2017/libsodium/libsodium.props \
349	msvc/vs2017/libsodium/libsodium.vcxproj \
350	msvc/vs2017/libsodium/libsodium.vcxproj.filters \
351	msvc/vs2017/libsodium/libsodium.xml \
352	msvc/vs2017/libsodium.import.props \
353	msvc/vs2017/libsodium.import.xml \
354	msvc/vs2017/libsodium.sln
355
356all: all-am
357
358.SUFFIXES:
359$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
360	@for dep in $?; do \
361	  case '$(am__configure_deps)' in \
362	    *$$dep*) \
363	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364	        && { if test -f $@; then exit 0; else break; fi; }; \
365	      exit 1;; \
366	  esac; \
367	done; \
368	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign builds/Makefile'; \
369	$(am__cd) $(top_srcdir) && \
370	  $(AUTOMAKE) --foreign builds/Makefile
371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372	@case '$?' in \
373	  *config.status*) \
374	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375	  *) \
376	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378	esac;
379
380$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
383$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
384	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(am__aclocal_m4_deps):
388
389mostlyclean-libtool:
390	-rm -f *.lo
391
392clean-libtool:
393	-rm -rf .libs _libs
394tags TAGS:
395
396ctags CTAGS:
397
398cscope cscopelist:
399
400
401distdir: $(DISTFILES)
402	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404	list='$(DISTFILES)'; \
405	  dist_files=`for file in $$list; do echo $$file; done | \
406	  sed -e "s|^$$srcdirstrip/||;t" \
407	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408	case $$dist_files in \
409	  */*) $(MKDIR_P) `echo "$$dist_files" | \
410			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411			   sort -u` ;; \
412	esac; \
413	for file in $$dist_files; do \
414	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415	  if test -d $$d/$$file; then \
416	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417	    if test -d "$(distdir)/$$file"; then \
418	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419	    fi; \
420	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423	    fi; \
424	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425	  else \
426	    test -f "$(distdir)/$$file" \
427	    || cp -p $$d/$$file "$(distdir)/$$file" \
428	    || exit 1; \
429	  fi; \
430	done
431check-am: all-am
432check: check-am
433all-am: Makefile
434installdirs:
435install: install-am
436install-exec: install-exec-am
437install-data: install-data-am
438uninstall: uninstall-am
439
440install-am: all-am
441	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
442
443installcheck: installcheck-am
444install-strip:
445	if test -z '$(STRIP)'; then \
446	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
447	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
448	      install; \
449	else \
450	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
453	fi
454mostlyclean-generic:
455
456clean-generic:
457
458distclean-generic:
459	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
460	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
461
462maintainer-clean-generic:
463	@echo "This command is intended for maintainers to use"
464	@echo "it deletes files that may require special tools to rebuild."
465clean: clean-am
466
467clean-am: clean-generic clean-libtool mostlyclean-am
468
469distclean: distclean-am
470	-rm -f Makefile
471distclean-am: clean-am distclean-generic
472
473dvi: dvi-am
474
475dvi-am:
476
477html: html-am
478
479html-am:
480
481info: info-am
482
483info-am:
484
485install-data-am:
486
487install-dvi: install-dvi-am
488
489install-dvi-am:
490
491install-exec-am:
492
493install-html: install-html-am
494
495install-html-am:
496
497install-info: install-info-am
498
499install-info-am:
500
501install-man:
502
503install-pdf: install-pdf-am
504
505install-pdf-am:
506
507install-ps: install-ps-am
508
509install-ps-am:
510
511installcheck-am:
512
513maintainer-clean: maintainer-clean-am
514	-rm -f Makefile
515maintainer-clean-am: distclean-am maintainer-clean-generic
516
517mostlyclean: mostlyclean-am
518
519mostlyclean-am: mostlyclean-generic mostlyclean-libtool
520
521pdf: pdf-am
522
523pdf-am:
524
525ps: ps-am
526
527ps-am:
528
529uninstall-am:
530
531.MAKE: install-am install-strip
532
533.PHONY: all all-am check check-am clean clean-generic clean-libtool \
534	cscopelist-am ctags-am distclean distclean-generic \
535	distclean-libtool distdir dvi dvi-am html html-am info info-am \
536	install install-am install-data install-data-am install-dvi \
537	install-dvi-am install-exec install-exec-am install-html \
538	install-html-am install-info install-info-am install-man \
539	install-pdf install-pdf-am install-ps install-ps-am \
540	install-strip installcheck installcheck-am installdirs \
541	maintainer-clean maintainer-clean-generic mostlyclean \
542	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
543	tags-am uninstall uninstall-am
544
545.PRECIOUS: Makefile
546
547
548# Tell versions [3.59,3.63) of GNU make to not export all variables.
549# Otherwise a system limit (for SysV at least) may be exceeded.
550.NOEXPORT:
551