rbnacl-libsodium 1.0.15 → 1.0.15.1

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