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@ 90target_triplet = @target@ 91subdir = testsuite 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \ 94 $(top_srcdir)/m4/colored-echo.m4 $(top_srcdir)/m4/erlang.m4 \ 95 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 96 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 97 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 $(ACLOCAL_M4) 100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 101mkinstalldirs = $(install_sh) -d 102CONFIG_CLEAN_FILES = ${PACKAGE_NAME}.coverspec testsuite.hrl \ 103 run_common_test cover_to_html.sh analyze_coverdata.escript 104CONFIG_CLEAN_VPATH_FILES = 105AM_V_P = $(am__v_P_@AM_V@) 106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 107am__v_P_0 = false 108am__v_P_1 = : 109AM_V_GEN = $(am__v_GEN_@AM_V@) 110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 111am__v_GEN_0 = @echo " GEN " $@; 112am__v_GEN_1 = 113AM_V_at = $(am__v_at_@AM_V@) 114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 115am__v_at_0 = @ 116am__v_at_1 = 117SOURCES = 118DIST_SOURCES = 119am__can_run_installinfo = \ 120 case $$AM_UPDATE_INFO_DIR in \ 121 n|no|NO) false;; \ 122 *) (install-info --version) >/dev/null 2>&1;; \ 123 esac 124am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 125am__DIST_COMMON = $(srcdir)/${PACKAGE_NAME}.coverspec.in \ 126 $(srcdir)/Makefile.in $(srcdir)/analyze_coverdata.escript.in \ 127 $(srcdir)/cover_to_html.sh.in $(srcdir)/run_common_test.in \ 128 $(srcdir)/testsuite.hrl.in 129DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 130ACLOCAL = @ACLOCAL@ 131AMTAR = @AMTAR@ 132AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 133APPDEPS = @APPDEPS@ 134AR = @AR@ 135AUTOCONF = @AUTOCONF@ 136AUTOHEADER = @AUTOHEADER@ 137AUTOMAKE = @AUTOMAKE@ 138AWK = @AWK@ 139CADAVER = @CADAVER@ 140CC = @CC@ 141CCDEPMODE = @CCDEPMODE@ 142CFLAGS = @CFLAGS@ 143CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@ 144CPP = @CPP@ 145CPPFLAGS = @CPPFLAGS@ 146CT_RUN = @CT_RUN@ 147CURL = @CURL@ 148CYGPATH_W = @CYGPATH_W@ 149DEFAULT_CHARSET = @DEFAULT_CHARSET@ 150DEFS = @DEFS@ 151DEPDIR = @DEPDIR@ 152DIALYZER = @DIALYZER@ 153DLLTOOL = @DLLTOOL@ 154DSYMUTIL = @DSYMUTIL@ 155DUMPBIN = @DUMPBIN@ 156DVILATEX = @DVILATEX@ 157DVIPS = @DVIPS@ 158ECHO_C = @ECHO_C@ 159ECHO_N = @ECHO_N@ 160ECHO_T = @ECHO_T@ 161EGREP = @EGREP@ 162EPAM_CFLAGS = @EPAM_CFLAGS@ 163EPSTOPDF = @EPSTOPDF@ 164ERL = @ERL@ 165ERLANG_ERTS_DIR = @ERLANG_ERTS_DIR@ 166ERLANG_ERTS_VER = @ERLANG_ERTS_VER@ 167ERLANG_INSTALL_LIB_DIR = @ERLANG_INSTALL_LIB_DIR@ 168ERLANG_INSTALL_LIB_DIR_yapp = @ERLANG_INSTALL_LIB_DIR_yapp@ 169ERLANG_INSTALL_LIB_DIR_yaws = @ERLANG_INSTALL_LIB_DIR_yaws@ 170ERLANG_LIB_DIR = @ERLANG_LIB_DIR@ 171ERLANG_LIB_DIR_common_test = @ERLANG_LIB_DIR_common_test@ 172ERLANG_LIB_DIR_compiler = @ERLANG_LIB_DIR_compiler@ 173ERLANG_LIB_DIR_crypto = @ERLANG_LIB_DIR_crypto@ 174ERLANG_LIB_DIR_erlsom = @ERLANG_LIB_DIR_erlsom@ 175ERLANG_LIB_DIR_erts = @ERLANG_LIB_DIR_erts@ 176ERLANG_LIB_DIR_eunit = @ERLANG_LIB_DIR_eunit@ 177ERLANG_LIB_DIR_inets = @ERLANG_LIB_DIR_inets@ 178ERLANG_LIB_DIR_kernel = @ERLANG_LIB_DIR_kernel@ 179ERLANG_LIB_DIR_mnesia = @ERLANG_LIB_DIR_mnesia@ 180ERLANG_LIB_DIR_public_key = @ERLANG_LIB_DIR_public_key@ 181ERLANG_LIB_DIR_sasl = @ERLANG_LIB_DIR_sasl@ 182ERLANG_LIB_DIR_ssl = @ERLANG_LIB_DIR_ssl@ 183ERLANG_LIB_DIR_stdlib = @ERLANG_LIB_DIR_stdlib@ 184ERLANG_LIB_DIR_tools = @ERLANG_LIB_DIR_tools@ 185ERLANG_LIB_DIR_xmerl = @ERLANG_LIB_DIR_xmerl@ 186ERLANG_LIB_DIR_xmlrpc = @ERLANG_LIB_DIR_xmlrpc@ 187ERLANG_LIB_VER_common_test = @ERLANG_LIB_VER_common_test@ 188ERLANG_LIB_VER_compiler = @ERLANG_LIB_VER_compiler@ 189ERLANG_LIB_VER_crypto = @ERLANG_LIB_VER_crypto@ 190ERLANG_LIB_VER_erlsom = @ERLANG_LIB_VER_erlsom@ 191ERLANG_LIB_VER_erts = @ERLANG_LIB_VER_erts@ 192ERLANG_LIB_VER_eunit = @ERLANG_LIB_VER_eunit@ 193ERLANG_LIB_VER_inets = @ERLANG_LIB_VER_inets@ 194ERLANG_LIB_VER_kernel = @ERLANG_LIB_VER_kernel@ 195ERLANG_LIB_VER_mnesia = @ERLANG_LIB_VER_mnesia@ 196ERLANG_LIB_VER_public_key = @ERLANG_LIB_VER_public_key@ 197ERLANG_LIB_VER_sasl = @ERLANG_LIB_VER_sasl@ 198ERLANG_LIB_VER_ssl = @ERLANG_LIB_VER_ssl@ 199ERLANG_LIB_VER_stdlib = @ERLANG_LIB_VER_stdlib@ 200ERLANG_LIB_VER_tools = @ERLANG_LIB_VER_tools@ 201ERLANG_LIB_VER_xmerl = @ERLANG_LIB_VER_xmerl@ 202ERLANG_LIB_VER_xmlrpc = @ERLANG_LIB_VER_xmlrpc@ 203ERLANG_RELEASE = @ERLANG_RELEASE@ 204ERLANG_ROOT_DIR = @ERLANG_ROOT_DIR@ 205ERLC = @ERLC@ 206ERLCFLAGS = @ERLCFLAGS@ 207ERL_LIBS = @ERL_LIBS@ 208ESCRIPT = @ESCRIPT@ 209EXEEXT = @EXEEXT@ 210EXTRAINCLUDE = @EXTRAINCLUDE@ 211FGREP = @FGREP@ 212GREP = @GREP@ 213HAVE_SENDFILE = @HAVE_SENDFILE@ 214INSTALL = @INSTALL@ 215INSTALL_BUILDER = @INSTALL_BUILDER@ 216INSTALL_DATA = @INSTALL_DATA@ 217INSTALL_PROGRAM = @INSTALL_PROGRAM@ 218INSTALL_SCRIPT = @INSTALL_SCRIPT@ 219INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 220LD = @LD@ 221LDFLAGS = @LDFLAGS@ 222LIBOBJS = @LIBOBJS@ 223LIBS = @LIBS@ 224LIBTOOL = @LIBTOOL@ 225LIPO = @LIPO@ 226LN_S = @LN_S@ 227LTLIBOBJS = @LTLIBOBJS@ 228LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 229MAKEINFO = @MAKEINFO@ 230MAN = @MAN@ 231MANIFEST_TOOL = @MANIFEST_TOOL@ 232MKDIR_P = @MKDIR_P@ 233NM = @NM@ 234NMEDIT = @NMEDIT@ 235OBJDUMP = @OBJDUMP@ 236OBJEXT = @OBJEXT@ 237OTOOL = @OTOOL@ 238OTOOL64 = @OTOOL64@ 239PACKAGE = @PACKAGE@ 240PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 241PACKAGE_NAME = @PACKAGE_NAME@ 242PACKAGE_STRING = @PACKAGE_STRING@ 243PACKAGE_TARNAME = @PACKAGE_TARNAME@ 244PACKAGE_URL = @PACKAGE_URL@ 245PACKAGE_VERSION = @PACKAGE_VERSION@ 246PATH_SEPARATOR = @PATH_SEPARATOR@ 247PDFLATEX = @PDFLATEX@ 248PS2PDF = @PS2PDF@ 249RANLIB = @RANLIB@ 250SED = @SED@ 251SET_MAKE = @SET_MAKE@ 252SHELL = @SHELL@ 253STRIP = @STRIP@ 254TODOS = @TODOS@ 255UNIX2DOS = @UNIX2DOS@ 256VERSION = @VERSION@ 257WERL = @WERL@ 258YAPP_VSN = @YAPP_VSN@ 259YAWS_VSN = @YAWS_VSN@ 260abs_builddir = @abs_builddir@ 261abs_srcdir = @abs_srcdir@ 262abs_top_builddir = @abs_top_builddir@ 263abs_top_srcdir = @abs_top_srcdir@ 264ac_ct_AR = @ac_ct_AR@ 265ac_ct_CC = @ac_ct_CC@ 266ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 267am__include = @am__include@ 268am__leading_dot = @am__leading_dot@ 269am__quote = @am__quote@ 270am__tar = @am__tar@ 271am__untar = @am__untar@ 272appsdir = @appsdir@ 273bindir = @bindir@ 274build = @build@ 275build_alias = @build_alias@ 276build_cpu = @build_cpu@ 277build_os = @build_os@ 278build_vendor = @build_vendor@ 279builddir = @builddir@ 280confdir = @confdir@ 281datadir = @datadir@ 282datarootdir = @datarootdir@ 283docdir = @docdir@ 284dvidir = @dvidir@ 285exec_prefix = @exec_prefix@ 286host = @host@ 287host_alias = @host_alias@ 288host_cpu = @host_cpu@ 289host_os = @host_os@ 290host_vendor = @host_vendor@ 291htmldir = @htmldir@ 292includedir = @includedir@ 293infodir = @infodir@ 294install_sh = @install_sh@ 295libdir = @libdir@ 296libexecdir = @libexecdir@ 297localedir = @localedir@ 298localstatedir = @localstatedir@ 299logdir = @logdir@ 300mandir = @mandir@ 301mkdir_p = @mkdir_p@ 302oldincludedir = @oldincludedir@ 303pdfdir = @pdfdir@ 304prefix = @prefix@ 305program_transform_name = @program_transform_name@ 306psdir = @psdir@ 307runstatedir = @runstatedir@ 308sbindir = @sbindir@ 309sharedstatedir = @sharedstatedir@ 310srcdir = @srcdir@ 311sysconfdir = @sysconfdir@ 312target = @target@ 313target_alias = @target_alias@ 314target_cpu = @target_cpu@ 315target_os = @target_os@ 316target_vendor = @target_vendor@ 317top_build_prefix = @top_build_prefix@ 318top_builddir = @top_builddir@ 319top_srcdir = @top_srcdir@ 320wwwdir = @wwwdir@ 321yappdir = @yappdir@ 322yawsdir = @yawsdir@ 323@HAVE_TS_TOOLS_TRUE@SUITE_MODULES_BLA = $(sort $(wildcard @srcdir@/*_SUITE.erl)) 324@HAVE_TS_TOOLS_TRUE@SUITE_MODULES = $(SUITE_MODULES_BLA:@srcdir@/%=%) 325@HAVE_TS_TOOLS_TRUE@SUITE_MODULES_DATADIR = $(wildcard @srcdir@/*_SUITE_data) 326@HAVE_TS_TOOLS_TRUE@SUITE_MODULES_DATADIR_MODS_BLA = $(wildcard @srcdir@/*_SUITE_data/*.erl) 327@HAVE_TS_TOOLS_TRUE@SUITE_MODULES_DATADIR_MODS = $(SUITE_MODULES_DATADIR_MODS_BLA:@srcdir@/%=%) 328@HAVE_TS_TOOLS_TRUE@MODULES = $(SUITE_MODULES) $(SUITE_MODULES_DATADIR_MODS) testsuite.erl 329@HAVE_TS_TOOLS_TRUE@EBIN_DIR = @top_builddir@/testsuite 330@HAVE_TS_TOOLS_TRUE@EBIN_FILES = $(MODULES:%.erl=$(EBIN_DIR)/%.beam) 331@HAVE_TS_TOOLS_TRUE@LOG_DIR = @builddir@/logs 332@HAVE_TS_TOOLS_TRUE@ERLC_FLAGS = $(ERLC_GENERIC_FLAGS) -DSHOW_LOG +nowarn_export_all 333@HAVE_TS_TOOLS_TRUE@ALL_SUITES = $(SUITE_MODULES:%.erl=%) 334@HAVE_TS_TOOLS_TRUE@SUITES = all 335@HAVE_TS_TOOLS_TRUE@GRPS = all 336@HAVE_TS_TOOLS_TRUE@CASES = all 337@HAVE_TS_TOOLS_TRUE@USE_COVER = no 338@HAVE_TS_TOOLS_TRUE@USE_DEBUGGER = no 339@HAVE_TS_TOOLS_TRUE@TRACES = 340@HAVE_TS_TOOLS_TRUE@EXTRA_DIST = $(MODULES) $(SUITE_MODULES_DATADIR) 341all: all-am 342 343.SUFFIXES: 344$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 345 @for dep in $?; do \ 346 case '$(am__configure_deps)' in \ 347 *$$dep*) \ 348 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 349 && { if test -f $@; then exit 0; else break; fi; }; \ 350 exit 1;; \ 351 esac; \ 352 done; \ 353 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \ 354 $(am__cd) $(top_srcdir) && \ 355 $(AUTOMAKE) --foreign testsuite/Makefile 356Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 357 @case '$?' in \ 358 *config.status*) \ 359 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 360 *) \ 361 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 362 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 363 esac; 364 365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 367 368$(top_srcdir)/configure: $(am__configure_deps) 369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 370$(ACLOCAL_M4): $(am__aclocal_m4_deps) 371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 372$(am__aclocal_m4_deps): 373${PACKAGE_NAME}.coverspec: $(top_builddir)/config.status $(srcdir)/${PACKAGE_NAME}.coverspec.in 374 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 375testsuite.hrl: $(top_builddir)/config.status $(srcdir)/testsuite.hrl.in 376 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 377run_common_test: $(top_builddir)/config.status $(srcdir)/run_common_test.in 378 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 379cover_to_html.sh: $(top_builddir)/config.status $(srcdir)/cover_to_html.sh.in 380 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 381analyze_coverdata.escript: $(top_builddir)/config.status $(srcdir)/analyze_coverdata.escript.in 382 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 383 384mostlyclean-libtool: 385 -rm -f *.lo 386 387clean-libtool: 388 -rm -rf .libs _libs 389tags TAGS: 390 391ctags CTAGS: 392 393cscope cscopelist: 394 395 396distdir: $(DISTFILES) 397 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 398 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 399 list='$(DISTFILES)'; \ 400 dist_files=`for file in $$list; do echo $$file; done | \ 401 sed -e "s|^$$srcdirstrip/||;t" \ 402 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 403 case $$dist_files in \ 404 */*) $(MKDIR_P) `echo "$$dist_files" | \ 405 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 406 sort -u` ;; \ 407 esac; \ 408 for file in $$dist_files; do \ 409 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 410 if test -d $$d/$$file; then \ 411 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 412 if test -d "$(distdir)/$$file"; then \ 413 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 414 fi; \ 415 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 416 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 417 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 418 fi; \ 419 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 420 else \ 421 test -f "$(distdir)/$$file" \ 422 || cp -p $$d/$$file "$(distdir)/$$file" \ 423 || exit 1; \ 424 fi; \ 425 done 426check-am: all-am 427 $(MAKE) $(AM_MAKEFLAGS) check-local 428check: check-am 429@HAVE_TS_TOOLS_FALSE@all-local: 430all-am: Makefile all-local 431installdirs: 432install: install-am 433install-exec: install-exec-am 434install-data: install-data-am 435uninstall: uninstall-am 436 437install-am: all-am 438 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 439 440installcheck: installcheck-am 441install-strip: 442 if test -z '$(STRIP)'; then \ 443 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 444 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 445 install; \ 446 else \ 447 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 448 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 449 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 450 fi 451mostlyclean-generic: 452 453clean-generic: 454 455distclean-generic: 456 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 457 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 458 459maintainer-clean-generic: 460 @echo "This command is intended for maintainers to use" 461 @echo "it deletes files that may require special tools to rebuild." 462@HAVE_TS_TOOLS_FALSE@distclean-local: 463@HAVE_TS_TOOLS_FALSE@clean-local: 464clean: clean-am 465 466clean-am: clean-generic clean-libtool clean-local mostlyclean-am 467 468distclean: distclean-am 469 -rm -f Makefile 470distclean-am: clean-am distclean-generic distclean-local 471 472dvi: dvi-am 473 474dvi-am: 475 476html: html-am 477 478html-am: 479 480info: info-am 481 482info-am: 483 484install-data-am: 485 486install-dvi: install-dvi-am 487 488install-dvi-am: 489 490install-exec-am: 491 492install-html: install-html-am 493 494install-html-am: 495 496install-info: install-info-am 497 498install-info-am: 499 500install-man: 501 502install-pdf: install-pdf-am 503 504install-pdf-am: 505 506install-ps: install-ps-am 507 508install-ps-am: 509 510installcheck-am: 511 512maintainer-clean: maintainer-clean-am 513 -rm -f Makefile 514maintainer-clean-am: distclean-am maintainer-clean-generic 515 516mostlyclean: mostlyclean-am 517 518mostlyclean-am: mostlyclean-generic mostlyclean-libtool 519 520pdf: pdf-am 521 522pdf-am: 523 524ps: ps-am 525 526ps-am: 527 528uninstall-am: 529 530.MAKE: check-am install-am install-strip 531 532.PHONY: all all-am all-local check check-am check-local clean \ 533 clean-generic clean-libtool clean-local cscopelist-am ctags-am \ 534 distclean distclean-generic distclean-libtool distclean-local \ 535 distdir dvi dvi-am html html-am info info-am install \ 536 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@HAVE_TS_TOOLS_TRUE@include @top_srcdir@/include.mk 549 550@HAVE_TS_TOOLS_TRUE@include @top_srcdir@/erlang_deps.mk 551 552@HAVE_TS_TOOLS_TRUE@all-local: $(EBIN_FILES) 553 554@HAVE_TS_TOOLS_TRUE@clean-local: 555@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)rm -fr $(EBIN_FILES) $(LOG_DIR) 556@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)rm -fr $(wildcard @builddir@/*_SUITE_data/temp) 557@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)find @builddir@/*_SUITE_data -type d -empty -delete 2>/dev/null || true 558 559@HAVE_TS_TOOLS_TRUE@$(EBIN_DIR)/%.beam: %.erl 560@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)$(MKDIR_P) $(shell dirname $@) 561@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)$(ERLC) $(ERLC_FLAGS) -M -MF $(@:$(EBIN_DIR)/%.beam=$(DEPDIR)/%.Pbeam) -MT $@ $< 562@HAVE_TS_TOOLS_TRUE@ $(AM_V_ERLC)$(ERLC) $(ERLC_FLAGS) -o $(shell dirname $@) $< 563 564@HAVE_TS_TOOLS_TRUE@distclean-local: 565@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)rm -fr $(DEPDIR) 566 567@HAVE_TS_TOOLS_TRUE@$(LOG_DIR): 568@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)mkdir -p $@ 569 570@HAVE_TS_TOOLS_TRUE@common_test: all $(LOG_DIR) 571@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)echo " RUN $@ [suites=$(SUITES) - groups=$(GRPS) - cases=$(CASES)]" 572@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)echo " - use cover : $(USE_COVER)" 573@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)echo " - use debugger: $(USE_DEBUGGER)" 574@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)echo " - traces : $(TRACES)" 575@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)USE_COVER=$(USE_COVER) USE_DEBUGGER=$(USE_DEBUGGER) TRACES="$(TRACES)" \ 576@HAVE_TS_TOOLS_TRUE@ @builddir@/run_common_test "$(ALL_SUITES)" "$(SUITES)" "$(GRPS)" "$(CASES)" 577 578@HAVE_TS_TOOLS_TRUE@check-local: common_test 579 580@HAVE_TS_TOOLS_TRUE@list-checks: 581@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)echo 582@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)echo " CHECKS:" 583@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)for c in $(ALL_SUITES); do echo " - $$c"; done 584@HAVE_TS_TOOLS_TRUE@ $(AM_V_at)echo 585 586@HAVE_TS_TOOLS_TRUE@.PHONY: common_test list-checks 587 588@HAVE_TS_TOOLS_FALSE@check-local: 589@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)echo 590@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)echo " SKIPPED - Tests cannot be executed because on or more required applications are missing" 591@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)echo 592@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)((test "x$(CT_RUN)" = "x") && echo " - ct_run(1) is missing") || true 593@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)((test "$(ERLANG_LIB_DIR_common_test)" = "not found") && echo " - \"common_test\" application is missing") || true 594@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)((test "$(ERLANG_LIB_DIR_eunit)" = "not found") && echo " - \"eunit\" application is missing") || true 595@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)((test "$(ERLANG_LIB_DIR_inets)" = "not found") && echo " - \"inets\" application is missing") || true 596@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)((test "$(ERLANG_LIB_DIR_tools)" = "not found") && echo " - \"tools\" application is missing") || true 597@HAVE_TS_TOOLS_FALSE@ $(AM_V_at)echo 598 599# Tell versions [3.59,3.63) of GNU make to not export all variables. 600# Otherwise a system limit (for SysV at least) may be exceeded. 601.NOEXPORT: 602