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 $(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 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 ALLOCA = @ALLOCA@ 133 AMTAR = @AMTAR@ 134 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 135 AR = @AR@ 136 AS = @AS@ 137 AUTOCONF = @AUTOCONF@ 138 AUTOHEADER = @AUTOHEADER@ 139 AUTOMAKE = @AUTOMAKE@ 140 AWK = @AWK@ 141 CC = @CC@ 142 CCAS = @CCAS@ 143 CCASDEPMODE = @CCASDEPMODE@ 144 CCASFLAGS = @CCASFLAGS@ 145 CCDEPMODE = @CCDEPMODE@ 146 CFLAGS = @CFLAGS@ 147 CFLAGS_AESNI = @CFLAGS_AESNI@ 148 CFLAGS_AVX = @CFLAGS_AVX@ 149 CFLAGS_AVX2 = @CFLAGS_AVX2@ 150 CFLAGS_AVX512F = @CFLAGS_AVX512F@ 151 CFLAGS_MMX = @CFLAGS_MMX@ 152 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@ 153 CFLAGS_RDRAND = @CFLAGS_RDRAND@ 154 CFLAGS_SSE2 = @CFLAGS_SSE2@ 155 CFLAGS_SSE3 = @CFLAGS_SSE3@ 156 CFLAGS_SSE41 = @CFLAGS_SSE41@ 157 CFLAGS_SSSE3 = @CFLAGS_SSSE3@ 158 CPP = @CPP@ 159 CPPFLAGS = @CPPFLAGS@ 160 CWFLAGS = @CWFLAGS@ 161 CYGPATH_W = @CYGPATH_W@ 162 DEFS = @DEFS@ 163 DEPDIR = @DEPDIR@ 164 DLLTOOL = @DLLTOOL@ 165 DLL_VERSION = @DLL_VERSION@ 166 DSYMUTIL = @DSYMUTIL@ 167 DUMPBIN = @DUMPBIN@ 168 ECHO_C = @ECHO_C@ 169 ECHO_N = @ECHO_N@ 170 ECHO_T = @ECHO_T@ 171 EGREP = @EGREP@ 172 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@ 173 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@ 174 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@ 175 ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@ 176 EXEEXT = @EXEEXT@ 177 FGREP = @FGREP@ 178 GREP = @GREP@ 179 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@ 180 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@ 181 HAVE_CPUID_V = @HAVE_CPUID_V@ 182 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@ 183 INSTALL = @INSTALL@ 184 INSTALL_DATA = @INSTALL_DATA@ 185 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 186 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 187 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 188 ISODATE = @ISODATE@ 189 LD = @LD@ 190 LDFLAGS = @LDFLAGS@ 191 LIBOBJS = @LIBOBJS@ 192 LIBS = @LIBS@ 193 LIBTOOL = @LIBTOOL@ 194 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 195 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@ 196 LIPO = @LIPO@ 197 LN_S = @LN_S@ 198 LTLIBOBJS = @LTLIBOBJS@ 199 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 200 MAINT = @MAINT@ 201 MAKEINFO = @MAKEINFO@ 202 MANIFEST_TOOL = @MANIFEST_TOOL@ 203 MKDIR_P = @MKDIR_P@ 204 NM = @NM@ 205 NMEDIT = @NMEDIT@ 206 OBJDUMP = @OBJDUMP@ 207 OBJEXT = @OBJEXT@ 208 OTOOL = @OTOOL@ 209 OTOOL64 = @OTOOL64@ 210 PACKAGE = @PACKAGE@ 211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 212 PACKAGE_NAME = @PACKAGE_NAME@ 213 PACKAGE_STRING = @PACKAGE_STRING@ 214 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 215 PACKAGE_URL = @PACKAGE_URL@ 216 PACKAGE_VERSION = @PACKAGE_VERSION@ 217 PATH_SEPARATOR = @PATH_SEPARATOR@ 218 PTHREAD_CC = @PTHREAD_CC@ 219 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 220 PTHREAD_LIBS = @PTHREAD_LIBS@ 221 RANLIB = @RANLIB@ 222 SAFECODE_HOME = @SAFECODE_HOME@ 223 SED = @SED@ 224 SET_MAKE = @SET_MAKE@ 225 SHELL = @SHELL@ 226 SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@ 227 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@ 228 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@ 229 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@ 230 STRIP = @STRIP@ 231 TEST_LDFLAGS = @TEST_LDFLAGS@ 232 VALGRIND = @VALGRIND@ 233 VALGRIND_ENABLED = @VALGRIND_ENABLED@ 234 VERSION = @VERSION@ 235 abs_builddir = @abs_builddir@ 236 abs_srcdir = @abs_srcdir@ 237 abs_top_builddir = @abs_top_builddir@ 238 abs_top_srcdir = @abs_top_srcdir@ 239 ac_ct_AR = @ac_ct_AR@ 240 ac_ct_CC = @ac_ct_CC@ 241 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 242 am__include = @am__include@ 243 am__leading_dot = @am__leading_dot@ 244 am__quote = @am__quote@ 245 am__tar = @am__tar@ 246 am__untar = @am__untar@ 247 ax_pthread_config = @ax_pthread_config@ 248 bindir = @bindir@ 249 build = @build@ 250 build_alias = @build_alias@ 251 build_cpu = @build_cpu@ 252 build_os = @build_os@ 253 build_vendor = @build_vendor@ 254 builddir = @builddir@ 255 datadir = @datadir@ 256 datarootdir = @datarootdir@ 257 docdir = @docdir@ 258 dvidir = @dvidir@ 259 exec_prefix = @exec_prefix@ 260 host = @host@ 261 host_alias = @host_alias@ 262 host_cpu = @host_cpu@ 263 host_os = @host_os@ 264 host_vendor = @host_vendor@ 265 htmldir = @htmldir@ 266 includedir = @includedir@ 267 infodir = @infodir@ 268 install_sh = @install_sh@ 269 libdir = @libdir@ 270 libexecdir = @libexecdir@ 271 localedir = @localedir@ 272 localstatedir = @localstatedir@ 273 mandir = @mandir@ 274 mkdir_p = @mkdir_p@ 275 oldincludedir = @oldincludedir@ 276 pdfdir = @pdfdir@ 277 prefix = @prefix@ 278 program_transform_name = @program_transform_name@ 279 psdir = @psdir@ 280 sbindir = @sbindir@ 281 sharedstatedir = @sharedstatedir@ 282 srcdir = @srcdir@ 283 sysconfdir = @sysconfdir@ 284 target_alias = @target_alias@ 285 top_build_prefix = @top_build_prefix@ 286 top_builddir = @top_builddir@ 287 top_srcdir = @top_srcdir@ 288 valgrind_enabled_tools = @valgrind_enabled_tools@ 289 valgrind_tools = @valgrind_tools@ 290 EXTRA_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 356 all: 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 371 Makefile: $(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 389 mostlyclean-libtool: 390 -rm -f *.lo 391 392 clean-libtool: 393 -rm -rf .libs _libs 394 tags TAGS: 395 396 ctags CTAGS: 397 398 cscope cscopelist: 399 400 401 distdir: $(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 431 check-am: all-am 432 check: check-am 433 all-am: Makefile 434 installdirs: 435 install: install-am 436 install-exec: install-exec-am 437 install-data: install-data-am 438 uninstall: uninstall-am 439 440 install-am: all-am 441 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 442 443 installcheck: installcheck-am 444 install-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 454 mostlyclean-generic: 455 456 clean-generic: 457 458 distclean-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 462 maintainer-clean-generic: 463 @echo "This command is intended for maintainers to use" 464 @echo "it deletes files that may require special tools to rebuild." 465 clean: clean-am 466 467 clean-am: clean-generic clean-libtool mostlyclean-am 468 469 distclean: distclean-am 470 -rm -f Makefile 471 distclean-am: clean-am distclean-generic 472 473 dvi: dvi-am 474 475 dvi-am: 476 477 html: html-am 478 479 html-am: 480 481 info: info-am 482 483 info-am: 484 485 install-data-am: 486 487 install-dvi: install-dvi-am 488 489 install-dvi-am: 490 491 install-exec-am: 492 493 install-html: install-html-am 494 495 install-html-am: 496 497 install-info: install-info-am 498 499 install-info-am: 500 501 install-man: 502 503 install-pdf: install-pdf-am 504 505 install-pdf-am: 506 507 install-ps: install-ps-am 508 509 install-ps-am: 510 511 installcheck-am: 512 513 maintainer-clean: maintainer-clean-am 514 -rm -f Makefile 515 maintainer-clean-am: distclean-am maintainer-clean-generic 516 517 mostlyclean: mostlyclean-am 518 519 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 520 521 pdf: pdf-am 522 523 pdf-am: 524 525 ps: ps-am 526 527 ps-am: 528 529 uninstall-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