rbnacl-libsodium 0.5.0 → 0.5.0.1.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -2
  3. data/ext/rbnacl/extconf.rb +0 -1
  4. data/lib/rbnacl/libsodium/version.rb +1 -1
  5. data/vendor/libsodium/Makefile.in +878 -0
  6. data/vendor/libsodium/aclocal.m4 +1214 -0
  7. data/vendor/libsodium/autom4te.cache/output.0 +17434 -0
  8. data/vendor/libsodium/autom4te.cache/output.1 +17434 -0
  9. data/vendor/libsodium/autom4te.cache/output.2 +17434 -0
  10. data/vendor/libsodium/autom4te.cache/requests +554 -0
  11. data/vendor/libsodium/autom4te.cache/traces.0 +2956 -0
  12. data/vendor/libsodium/autom4te.cache/traces.1 +829 -0
  13. data/vendor/libsodium/autom4te.cache/traces.2 +2956 -0
  14. data/vendor/libsodium/compile +347 -0
  15. data/vendor/libsodium/config.guess +1568 -0
  16. data/vendor/libsodium/config.sub +1793 -0
  17. data/vendor/libsodium/configure +17434 -0
  18. data/vendor/libsodium/depcomp +791 -0
  19. data/vendor/libsodium/dist-build/Makefile.in +453 -0
  20. data/vendor/libsodium/install-sh +527 -0
  21. data/vendor/libsodium/ltmain.sh +9655 -0
  22. data/vendor/libsodium/m4/libtool.m4 +7982 -0
  23. data/vendor/libsodium/m4/ltoptions.m4 +384 -0
  24. data/vendor/libsodium/m4/ltsugar.m4 +123 -0
  25. data/vendor/libsodium/m4/ltversion.m4 +23 -0
  26. data/vendor/libsodium/m4/lt~obsolete.m4 +98 -0
  27. data/vendor/libsodium/missing +215 -0
  28. data/vendor/libsodium/msvc-scripts/Makefile.in +448 -0
  29. data/vendor/libsodium/src/Makefile.in +626 -0
  30. data/vendor/libsodium/src/libsodium/Makefile.in +3725 -0
  31. data/vendor/libsodium/src/libsodium/include/Makefile.in +656 -0
  32. data/vendor/libsodium/test-driver +139 -0
  33. data/vendor/libsodium/test/Makefile.in +629 -0
  34. data/vendor/libsodium/test/default/Makefile.in +2047 -0
  35. metadata +35 -4
@@ -0,0 +1,453 @@
1
+ # Makefile.in generated by automake 1.14.1 from Makefile.am.
2
+ # @configure_input@
3
+
4
+ # Copyright (C) 1994-2013 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
+ VPATH = @srcdir@
17
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
+ am__make_running_with_option = \
19
+ case $${target_option-} in \
20
+ ?) ;; \
21
+ *) echo "am__make_running_with_option: internal error: invalid" \
22
+ "target option '$${target_option-}' specified" >&2; \
23
+ exit 1;; \
24
+ esac; \
25
+ has_opt=no; \
26
+ sane_makeflags=$$MAKEFLAGS; \
27
+ if $(am__is_gnu_make); then \
28
+ sane_makeflags=$$MFLAGS; \
29
+ else \
30
+ case $$MAKEFLAGS in \
31
+ *\\[\ \ ]*) \
32
+ bs=\\; \
33
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35
+ esac; \
36
+ fi; \
37
+ skip_next=no; \
38
+ strip_trailopt () \
39
+ { \
40
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
+ }; \
42
+ for flg in $$sane_makeflags; do \
43
+ test $$skip_next = yes && { skip_next=no; continue; }; \
44
+ case $$flg in \
45
+ *=*|--*) continue;; \
46
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
47
+ -*I?*) strip_trailopt 'I';; \
48
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
49
+ -*O?*) strip_trailopt 'O';; \
50
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
51
+ -*l?*) strip_trailopt 'l';; \
52
+ -[dEDm]) skip_next=yes;; \
53
+ -[JT]) skip_next=yes;; \
54
+ esac; \
55
+ case $$flg in \
56
+ *$$target_option*) has_opt=yes; break;; \
57
+ esac; \
58
+ done; \
59
+ test $$has_opt = yes
60
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62
+ pkgdatadir = $(datadir)/@PACKAGE@
63
+ pkgincludedir = $(includedir)/@PACKAGE@
64
+ pkglibdir = $(libdir)/@PACKAGE@
65
+ pkglibexecdir = $(libexecdir)/@PACKAGE@
66
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67
+ install_sh_DATA = $(install_sh) -c -m 644
68
+ install_sh_PROGRAM = $(install_sh) -c
69
+ install_sh_SCRIPT = $(install_sh) -c
70
+ INSTALL_HEADER = $(INSTALL_DATA)
71
+ transform = $(program_transform_name)
72
+ NORMAL_INSTALL = :
73
+ PRE_INSTALL = :
74
+ POST_INSTALL = :
75
+ NORMAL_UNINSTALL = :
76
+ PRE_UNINSTALL = :
77
+ POST_UNINSTALL = :
78
+ build_triplet = @build@
79
+ host_triplet = @host@
80
+ subdir = dist-build
81
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
+ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
84
+ $(top_srcdir)/m4/ax_check_link_flag.m4 \
85
+ $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
86
+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
87
+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
88
+ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
89
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90
+ $(ACLOCAL_M4)
91
+ mkinstalldirs = $(install_sh) -d
92
+ CONFIG_CLEAN_FILES =
93
+ CONFIG_CLEAN_VPATH_FILES =
94
+ AM_V_P = $(am__v_P_@AM_V@)
95
+ am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96
+ am__v_P_0 = false
97
+ am__v_P_1 = :
98
+ AM_V_GEN = $(am__v_GEN_@AM_V@)
99
+ am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
100
+ am__v_GEN_0 = @echo " GEN " $@;
101
+ am__v_GEN_1 =
102
+ AM_V_at = $(am__v_at_@AM_V@)
103
+ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104
+ am__v_at_0 = @
105
+ am__v_at_1 =
106
+ SOURCES =
107
+ DIST_SOURCES =
108
+ am__can_run_installinfo = \
109
+ case $$AM_UPDATE_INFO_DIR in \
110
+ n|no|NO) false;; \
111
+ *) (install-info --version) >/dev/null 2>&1;; \
112
+ esac
113
+ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
114
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
+ ACLOCAL = @ACLOCAL@
116
+ AMTAR = @AMTAR@
117
+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
118
+ AR = @AR@
119
+ AS = @AS@
120
+ AUTOCONF = @AUTOCONF@
121
+ AUTOHEADER = @AUTOHEADER@
122
+ AUTOMAKE = @AUTOMAKE@
123
+ AWK = @AWK@
124
+ CC = @CC@
125
+ CCAS = @CCAS@
126
+ CCASDEPMODE = @CCASDEPMODE@
127
+ CCASFLAGS = @CCASFLAGS@
128
+ CCDEPMODE = @CCDEPMODE@
129
+ CFLAGS = @CFLAGS@
130
+ CPP = @CPP@
131
+ CPPFLAGS = @CPPFLAGS@
132
+ CWFLAGS = @CWFLAGS@
133
+ CYGPATH_W = @CYGPATH_W@
134
+ DEFS = @DEFS@
135
+ DEPDIR = @DEPDIR@
136
+ DLLTOOL = @DLLTOOL@
137
+ DLL_VERSION = @DLL_VERSION@
138
+ DSYMUTIL = @DSYMUTIL@
139
+ DUMPBIN = @DUMPBIN@
140
+ ECHO_C = @ECHO_C@
141
+ ECHO_N = @ECHO_N@
142
+ ECHO_T = @ECHO_T@
143
+ EGREP = @EGREP@
144
+ EXEEXT = @EXEEXT@
145
+ FGREP = @FGREP@
146
+ GREP = @GREP@
147
+ HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
148
+ HAVE_CPUID_V = @HAVE_CPUID_V@
149
+ HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
150
+ HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
151
+ INSTALL = @INSTALL@
152
+ INSTALL_DATA = @INSTALL_DATA@
153
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
154
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
155
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156
+ ISODATE = @ISODATE@
157
+ LD = @LD@
158
+ LDFLAGS = @LDFLAGS@
159
+ LIBOBJS = @LIBOBJS@
160
+ LIBS = @LIBS@
161
+ LIBTOOL = @LIBTOOL@
162
+ LIBTOOL_DEPS = @LIBTOOL_DEPS@
163
+ LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
164
+ LIPO = @LIPO@
165
+ LN_S = @LN_S@
166
+ LTLIBOBJS = @LTLIBOBJS@
167
+ MAINT = @MAINT@
168
+ MAKEINFO = @MAKEINFO@
169
+ MANIFEST_TOOL = @MANIFEST_TOOL@
170
+ MKDIR_P = @MKDIR_P@
171
+ NM = @NM@
172
+ NMEDIT = @NMEDIT@
173
+ OBJDUMP = @OBJDUMP@
174
+ OBJEXT = @OBJEXT@
175
+ OTOOL = @OTOOL@
176
+ OTOOL64 = @OTOOL64@
177
+ PACKAGE = @PACKAGE@
178
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179
+ PACKAGE_NAME = @PACKAGE_NAME@
180
+ PACKAGE_STRING = @PACKAGE_STRING@
181
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
182
+ PACKAGE_URL = @PACKAGE_URL@
183
+ PACKAGE_VERSION = @PACKAGE_VERSION@
184
+ PATH_SEPARATOR = @PATH_SEPARATOR@
185
+ PKG_CONFIG = @PKG_CONFIG@
186
+ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
187
+ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
188
+ RANLIB = @RANLIB@
189
+ SAFECODE_HOME = @SAFECODE_HOME@
190
+ SED = @SED@
191
+ SET_MAKE = @SET_MAKE@
192
+ SHELL = @SHELL@
193
+ SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
194
+ SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
195
+ SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
196
+ STRIP = @STRIP@
197
+ VERSION = @VERSION@
198
+ abs_builddir = @abs_builddir@
199
+ abs_srcdir = @abs_srcdir@
200
+ abs_top_builddir = @abs_top_builddir@
201
+ abs_top_srcdir = @abs_top_srcdir@
202
+ ac_ct_AR = @ac_ct_AR@
203
+ ac_ct_CC = @ac_ct_CC@
204
+ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205
+ am__include = @am__include@
206
+ am__leading_dot = @am__leading_dot@
207
+ am__quote = @am__quote@
208
+ am__tar = @am__tar@
209
+ am__untar = @am__untar@
210
+ bindir = @bindir@
211
+ build = @build@
212
+ build_alias = @build_alias@
213
+ build_cpu = @build_cpu@
214
+ build_os = @build_os@
215
+ build_vendor = @build_vendor@
216
+ builddir = @builddir@
217
+ datadir = @datadir@
218
+ datarootdir = @datarootdir@
219
+ docdir = @docdir@
220
+ dvidir = @dvidir@
221
+ exec_prefix = @exec_prefix@
222
+ host = @host@
223
+ host_alias = @host_alias@
224
+ host_cpu = @host_cpu@
225
+ host_os = @host_os@
226
+ host_vendor = @host_vendor@
227
+ htmldir = @htmldir@
228
+ includedir = @includedir@
229
+ infodir = @infodir@
230
+ install_sh = @install_sh@
231
+ libdir = @libdir@
232
+ libexecdir = @libexecdir@
233
+ localedir = @localedir@
234
+ localstatedir = @localstatedir@
235
+ mandir = @mandir@
236
+ mkdir_p = @mkdir_p@
237
+ oldincludedir = @oldincludedir@
238
+ pdfdir = @pdfdir@
239
+ prefix = @prefix@
240
+ program_transform_name = @program_transform_name@
241
+ psdir = @psdir@
242
+ sbindir = @sbindir@
243
+ sharedstatedir = @sharedstatedir@
244
+ srcdir = @srcdir@
245
+ sysconfdir = @sysconfdir@
246
+ target_alias = @target_alias@
247
+ top_build_prefix = @top_build_prefix@
248
+ top_builddir = @top_builddir@
249
+ top_srcdir = @top_srcdir@
250
+ EXTRA_DIST = \
251
+ android-build.sh \
252
+ android-arm.sh \
253
+ android-x86.sh \
254
+ android-mips.sh \
255
+ emscripten.sh \
256
+ ios.sh \
257
+ msys2-win32.sh \
258
+ msys2-win64.sh
259
+
260
+ all: all-am
261
+
262
+ .SUFFIXES:
263
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
264
+ @for dep in $?; do \
265
+ case '$(am__configure_deps)' in \
266
+ *$$dep*) \
267
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
268
+ && { if test -f $@; then exit 0; else break; fi; }; \
269
+ exit 1;; \
270
+ esac; \
271
+ done; \
272
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dist-build/Makefile'; \
273
+ $(am__cd) $(top_srcdir) && \
274
+ $(AUTOMAKE) --foreign dist-build/Makefile
275
+ .PRECIOUS: Makefile
276
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277
+ @case '$?' in \
278
+ *config.status*) \
279
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280
+ *) \
281
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283
+ esac;
284
+
285
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
+
288
+ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
289
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290
+ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
291
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
+ $(am__aclocal_m4_deps):
293
+
294
+ mostlyclean-libtool:
295
+ -rm -f *.lo
296
+
297
+ clean-libtool:
298
+ -rm -rf .libs _libs
299
+ tags TAGS:
300
+
301
+ ctags CTAGS:
302
+
303
+ cscope cscopelist:
304
+
305
+
306
+ distdir: $(DISTFILES)
307
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
308
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
309
+ list='$(DISTFILES)'; \
310
+ dist_files=`for file in $$list; do echo $$file; done | \
311
+ sed -e "s|^$$srcdirstrip/||;t" \
312
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
313
+ case $$dist_files in \
314
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
315
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
316
+ sort -u` ;; \
317
+ esac; \
318
+ for file in $$dist_files; do \
319
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
320
+ if test -d $$d/$$file; then \
321
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
322
+ if test -d "$(distdir)/$$file"; then \
323
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
324
+ fi; \
325
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
326
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
327
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
328
+ fi; \
329
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
330
+ else \
331
+ test -f "$(distdir)/$$file" \
332
+ || cp -p $$d/$$file "$(distdir)/$$file" \
333
+ || exit 1; \
334
+ fi; \
335
+ done
336
+ check-am: all-am
337
+ check: check-am
338
+ all-am: Makefile
339
+ installdirs:
340
+ install: install-am
341
+ install-exec: install-exec-am
342
+ install-data: install-data-am
343
+ uninstall: uninstall-am
344
+
345
+ install-am: all-am
346
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347
+
348
+ installcheck: installcheck-am
349
+ install-strip:
350
+ if test -z '$(STRIP)'; then \
351
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
352
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
353
+ install; \
354
+ else \
355
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
357
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
358
+ fi
359
+ mostlyclean-generic:
360
+
361
+ clean-generic:
362
+
363
+ distclean-generic:
364
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
365
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
366
+
367
+ maintainer-clean-generic:
368
+ @echo "This command is intended for maintainers to use"
369
+ @echo "it deletes files that may require special tools to rebuild."
370
+ clean: clean-am
371
+
372
+ clean-am: clean-generic clean-libtool mostlyclean-am
373
+
374
+ distclean: distclean-am
375
+ -rm -f Makefile
376
+ distclean-am: clean-am distclean-generic
377
+
378
+ dvi: dvi-am
379
+
380
+ dvi-am:
381
+
382
+ html: html-am
383
+
384
+ html-am:
385
+
386
+ info: info-am
387
+
388
+ info-am:
389
+
390
+ install-data-am:
391
+
392
+ install-dvi: install-dvi-am
393
+
394
+ install-dvi-am:
395
+
396
+ install-exec-am:
397
+
398
+ install-html: install-html-am
399
+
400
+ install-html-am:
401
+
402
+ install-info: install-info-am
403
+
404
+ install-info-am:
405
+
406
+ install-man:
407
+
408
+ install-pdf: install-pdf-am
409
+
410
+ install-pdf-am:
411
+
412
+ install-ps: install-ps-am
413
+
414
+ install-ps-am:
415
+
416
+ installcheck-am:
417
+
418
+ maintainer-clean: maintainer-clean-am
419
+ -rm -f Makefile
420
+ maintainer-clean-am: distclean-am maintainer-clean-generic
421
+
422
+ mostlyclean: mostlyclean-am
423
+
424
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
425
+
426
+ pdf: pdf-am
427
+
428
+ pdf-am:
429
+
430
+ ps: ps-am
431
+
432
+ ps-am:
433
+
434
+ uninstall-am:
435
+
436
+ .MAKE: install-am install-strip
437
+
438
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
439
+ cscopelist-am ctags-am distclean distclean-generic \
440
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \
441
+ install install-am install-data install-data-am install-dvi \
442
+ install-dvi-am install-exec install-exec-am install-html \
443
+ install-html-am install-info install-info-am install-man \
444
+ install-pdf install-pdf-am install-ps install-ps-am \
445
+ install-strip installcheck installcheck-am installdirs \
446
+ maintainer-clean maintainer-clean-generic mostlyclean \
447
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
448
+ tags-am uninstall uninstall-am
449
+
450
+
451
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
452
+ # Otherwise a system limit (for SysV at least) may be exceeded.
453
+ .NOEXPORT: