Makefile (24212B)
1 # Makefile.in generated by automake 1.16.5 from Makefile.am. 2 # tests/tunit/Makefile. Generated from Makefile.in by configure. 3 4 # Copyright (C) 1994-2021 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 16 17 #*************************************************************************** 18 # _ _ ____ _ 19 # Project ___| | | | _ \| | 20 # / __| | | | |_) | | 21 # | (__| |_| | _ <| |___ 22 # \___|\___/|_| \_\_____| 23 # 24 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 25 # 26 # This software is licensed as described in the file COPYING, which 27 # you should have received as part of this distribution. The terms 28 # are also available at https://curl.se/docs/copyright.html. 29 # 30 # You may opt to use, copy, modify, merge, publish, distribute and/or sell 31 # copies of the Software, and permit persons to whom the Software is 32 # furnished to do so, under the terms of the COPYING file. 33 # 34 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 35 # KIND, either express or implied. 36 # 37 # SPDX-License-Identifier: curl 38 # 39 ########################################################################### 40 # Shared between CMakeLists.txt and Makefile.am 41 42 43 am__is_gnu_make = { \ 44 if test -z '$(MAKELEVEL)'; then \ 45 false; \ 46 elif test -n '$(MAKE_HOST)'; then \ 47 true; \ 48 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 49 true; \ 50 else \ 51 false; \ 52 fi; \ 53 } 54 am__make_running_with_option = \ 55 case $${target_option-} in \ 56 ?) ;; \ 57 *) echo "am__make_running_with_option: internal error: invalid" \ 58 "target option '$${target_option-}' specified" >&2; \ 59 exit 1;; \ 60 esac; \ 61 has_opt=no; \ 62 sane_makeflags=$$MAKEFLAGS; \ 63 if $(am__is_gnu_make); then \ 64 sane_makeflags=$$MFLAGS; \ 65 else \ 66 case $$MAKEFLAGS in \ 67 *\\[\ \ ]*) \ 68 bs=\\; \ 69 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 70 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 71 esac; \ 72 fi; \ 73 skip_next=no; \ 74 strip_trailopt () \ 75 { \ 76 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 77 }; \ 78 for flg in $$sane_makeflags; do \ 79 test $$skip_next = yes && { skip_next=no; continue; }; \ 80 case $$flg in \ 81 *=*|--*) continue;; \ 82 -*I) strip_trailopt 'I'; skip_next=yes;; \ 83 -*I?*) strip_trailopt 'I';; \ 84 -*O) strip_trailopt 'O'; skip_next=yes;; \ 85 -*O?*) strip_trailopt 'O';; \ 86 -*l) strip_trailopt 'l'; skip_next=yes;; \ 87 -*l?*) strip_trailopt 'l';; \ 88 -[dEDm]) skip_next=yes;; \ 89 -[JT]) skip_next=yes;; \ 90 esac; \ 91 case $$flg in \ 92 *$$target_option*) has_opt=yes; break;; \ 93 esac; \ 94 done; \ 95 test $$has_opt = yes 96 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 98 pkgdatadir = $(datadir)/curl 99 pkgincludedir = $(includedir)/curl 100 pkglibdir = $(libdir)/curl 101 pkglibexecdir = $(libexecdir)/curl 102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 103 install_sh_DATA = $(install_sh) -c -m 644 104 install_sh_PROGRAM = $(install_sh) -c 105 install_sh_SCRIPT = $(install_sh) -c 106 INSTALL_HEADER = $(INSTALL_DATA) 107 transform = $(program_transform_name) 108 NORMAL_INSTALL = : 109 PRE_INSTALL = : 110 POST_INSTALL = : 111 NORMAL_UNINSTALL = : 112 PRE_UNINSTALL = : 113 POST_UNINSTALL = : 114 build_triplet = x86_64-pc-linux-gnu 115 host_triplet = x86_64-pc-linux-gnu 116 #am__append_1 = -DDEBUGBUILD 117 #am__append_2 = -DCURLDEBUG 118 noinst_PROGRAMS = $(am__EXEEXT_1) 119 subdir = tests/tunit 120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 121 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 122 $(top_srcdir)/m4/curl-compilers.m4 \ 123 $(top_srcdir)/m4/curl-confopts.m4 \ 124 $(top_srcdir)/m4/curl-functions.m4 \ 125 $(top_srcdir)/m4/curl-gnutls.m4 \ 126 $(top_srcdir)/m4/curl-mbedtls.m4 \ 127 $(top_srcdir)/m4/curl-openssl.m4 \ 128 $(top_srcdir)/m4/curl-override.m4 \ 129 $(top_srcdir)/m4/curl-reentrant.m4 \ 130 $(top_srcdir)/m4/curl-rustls.m4 \ 131 $(top_srcdir)/m4/curl-schannel.m4 \ 132 $(top_srcdir)/m4/curl-sysconfig.m4 \ 133 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 134 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 135 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 136 $(top_srcdir)/m4/xc-am-iface.m4 \ 137 $(top_srcdir)/m4/xc-cc-check.m4 \ 138 $(top_srcdir)/m4/xc-lt-iface.m4 \ 139 $(top_srcdir)/m4/xc-val-flgs.m4 \ 140 $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 141 $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 142 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 143 $(top_srcdir)/configure.ac 144 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 145 $(ACLOCAL_M4) 146 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 147 mkinstalldirs = $(install_sh) -d 148 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h 149 CONFIG_CLEAN_FILES = 150 CONFIG_CLEAN_VPATH_FILES = 151 am__EXEEXT_1 = tunits$(EXEEXT) 152 PROGRAMS = $(noinst_PROGRAMS) 153 tunits_SOURCES = tunits.c 154 tunits_OBJECTS = tunits.$(OBJEXT) 155 tunits_LDADD = $(LDADD) 156 tunits_DEPENDENCIES = \ 157 $(top_builddir)/src/libcurltool.la \ 158 $(top_builddir)/lib/libcurl.la 159 AM_V_lt = $(am__v_lt_$(V)) 160 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 161 am__v_lt_0 = --silent 162 am__v_lt_1 = 163 AM_V_P = $(am__v_P_$(V)) 164 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 165 am__v_P_0 = false 166 am__v_P_1 = : 167 AM_V_GEN = $(am__v_GEN_$(V)) 168 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 169 am__v_GEN_0 = @echo " GEN " $@; 170 am__v_GEN_1 = 171 AM_V_at = $(am__v_at_$(V)) 172 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 173 am__v_at_0 = @ 174 am__v_at_1 = 175 DEFAULT_INCLUDES = 176 depcomp = $(SHELL) $(top_srcdir)/depcomp 177 am__maybe_remake_depfiles = depfiles 178 am__depfiles_remade = ./$(DEPDIR)/tunits.Po 179 am__mv = mv -f 180 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 181 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 182 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 183 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 184 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 185 $(AM_CFLAGS) $(CFLAGS) 186 AM_V_CC = $(am__v_CC_$(V)) 187 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 188 am__v_CC_0 = @echo " CC " $@; 189 am__v_CC_1 = 190 CCLD = $(CC) 191 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 192 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 193 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 194 AM_V_CCLD = $(am__v_CCLD_$(V)) 195 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 196 am__v_CCLD_0 = @echo " CCLD " $@; 197 am__v_CCLD_1 = 198 SOURCES = tunits.c 199 DIST_SOURCES = tunits.c 200 am__can_run_installinfo = \ 201 case $$AM_UPDATE_INFO_DIR in \ 202 n|no|NO) false;; \ 203 *) (install-info --version) >/dev/null 2>&1;; \ 204 esac 205 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 206 # Read a list of newline-separated strings from the standard input, 207 # and print each of them once, without duplicates. Input order is 208 # *not* preserved. 209 am__uniquify_input = $(AWK) '\ 210 BEGIN { nonempty = 0; } \ 211 { items[$$0] = 1; nonempty = 1; } \ 212 END { if (nonempty) { for (i in items) print i; }; } \ 213 ' 214 # Make sure the list of sources is unique. This is necessary because, 215 # e.g., the same source file might be shared among _SOURCES variables 216 # for different programs/libraries. 217 am__define_uniq_tagged_files = \ 218 list='$(am__tagged_files)'; \ 219 unique=`for i in $$list; do \ 220 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 221 done | $(am__uniquify_input)` 222 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \ 223 $(top_srcdir)/depcomp README.md 224 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 225 ACLOCAL = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16 226 AMTAR = $${TAR-tar} 227 AM_DEFAULT_VERBOSITY = 0 228 APXS = 229 AR = /usr/bin/ar 230 AR_FLAGS = cr 231 AS = as 232 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf 233 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader 234 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16 235 AWK = gawk 236 BLANK_AT_MAKETIME = 237 CADDY = 238 CC = gcc 239 CCDEPMODE = depmode=gcc3 240 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers 241 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden 242 CONFIGURE_OPTIONS = " '--with-mbedtls'" 243 CPP = gcc -E 244 CPPFLAGS = -D_GNU_SOURCE -isystem /include 245 CSCOPE = cscope 246 CTAGS = ctags 247 CURLVERSION = 8.15.0 248 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt 249 CURL_CA_EMBED = 250 CURL_CFLAG_EXTRAS = 251 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include 252 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 253 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4 254 CURL_NETWORK_AND_TIME_LIBS = 255 CYGPATH_W = echo 256 DEFS = -DHAVE_CONFIG_H 257 DEPDIR = .deps 258 DLLTOOL = false 259 DSYMUTIL = 260 DUMPBIN = 261 ECHO_C = 262 ECHO_N = -n 263 ECHO_T = 264 EGREP = /usr/bin/grep -E 265 ENABLE_SHARED = yes 266 ENABLE_STATIC = yes 267 ETAGS = etags 268 EXEEXT = 269 FGREP = /usr/bin/grep -F 270 FILECMD = file 271 FISH_FUNCTIONS_DIR = 272 GCOV = 273 GREP = /usr/bin/grep 274 HAVE_LIBZ = 1 275 HTTPD = 276 HTTPD_NGHTTPX = 277 INSTALL = /usr/bin/install -c 278 INSTALL_DATA = ${INSTALL} -m 644 279 INSTALL_PROGRAM = ${INSTALL} 280 INSTALL_SCRIPT = ${INSTALL} 281 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 282 LCOV = 283 LD = /usr/bin/ld -m elf_x86_64 284 LDFLAGS = -L/lib 285 LIBCURL_PC_CFLAGS = 286 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB 287 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib 288 LIBCURL_PC_LIBS = 289 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz 290 LIBCURL_PC_REQUIRES = 291 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2 292 LIBOBJS = 293 294 # Prevent LIBS from being used for all link targets 295 LIBS = $(BLANK_AT_MAKETIME) 296 LIBTOOL = $(SHELL) $(top_builddir)/libtool 297 LIPO = 298 LN_S = ln -s 299 LTLIBOBJS = 300 LT_SYS_LIBRARY_PATH = 301 MAINT = # 302 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo 303 MANIFEST_TOOL = : 304 MKDIR_P = /usr/bin/mkdir -p 305 NM = /usr/bin/nm -B 306 NMEDIT = 307 OBJDUMP = objdump 308 OBJEXT = o 309 OTOOL = 310 OTOOL64 = 311 PACKAGE = curl 312 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/ 313 PACKAGE_NAME = curl 314 PACKAGE_STRING = curl - 315 PACKAGE_TARNAME = curl 316 PACKAGE_URL = 317 PACKAGE_VERSION = - 318 PATH_SEPARATOR = : 319 PERL = /usr/bin/perl 320 PKGCONFIG = /usr/bin/pkg-config 321 RANLIB = ranlib 322 RC = 323 SED = /usr/bin/sed 324 SET_MAKE = 325 SHELL = /bin/sh 326 SSL_BACKENDS = mbedTLS 327 STRIP = strip 328 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd 329 SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS 330 TEST_NGHTTPX = nghttpx 331 VERSION = - 332 VERSIONNUM = 080f00 333 VSFTPD = 334 ZLIB_LIBS = -lz 335 ZSH_FUNCTIONS_DIR = 336 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/tunit 337 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/tunit 338 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 339 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 340 ac_ct_AR = 341 ac_ct_CC = gcc 342 ac_ct_DUMPBIN = 343 am__include = include 344 am__leading_dot = . 345 am__quote = 346 am__tar = $${TAR-tar} chof - "$$tardir" 347 am__untar = $${TAR-tar} xf - 348 bindir = ${exec_prefix}/bin 349 build = x86_64-pc-linux-gnu 350 build_alias = 351 build_cpu = x86_64 352 build_os = linux-gnu 353 build_vendor = pc 354 builddir = . 355 datadir = ${datarootdir} 356 datarootdir = ${prefix}/share 357 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 358 dvidir = ${docdir} 359 exec_prefix = ${prefix} 360 host = x86_64-pc-linux-gnu 361 host_alias = 362 host_cpu = x86_64 363 host_os = linux-gnu 364 host_vendor = pc 365 htmldir = ${docdir} 366 includedir = ${prefix}/include 367 infodir = ${datarootdir}/info 368 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh 369 libdir = ${exec_prefix}/lib 370 libexecdir = ${exec_prefix}/libexec 371 libext = a 372 localedir = ${datarootdir}/locale 373 localstatedir = ${prefix}/var 374 mandir = ${datarootdir}/man 375 mkdir_p = $(MKDIR_P) 376 oldincludedir = /usr/include 377 pdfdir = ${docdir} 378 prefix = /usr/local 379 program_transform_name = s,x,x, 380 psdir = ${docdir} 381 runstatedir = ${localstatedir}/run 382 sbindir = ${exec_prefix}/sbin 383 sharedstatedir = ${prefix}/com 384 srcdir = . 385 sysconfdir = ${prefix}/etc 386 target_alias = 387 top_build_prefix = ../../ 388 top_builddir = ../.. 389 top_srcdir = ../.. 390 391 #*************************************************************************** 392 # _ _ ____ _ 393 # Project ___| | | | _ \| | 394 # / __| | | | |_) | | 395 # | (__| |_| | _ <| |___ 396 # \___|\___/|_| \_\_____| 397 # 398 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 399 # 400 # This software is licensed as described in the file COPYING, which 401 # you should have received as part of this distribution. The terms 402 # are also available at https://curl.se/docs/copyright.html. 403 # 404 # You may opt to use, copy, modify, merge, publish, distribute and/or sell 405 # copies of the Software, and permit persons to whom the Software is 406 # furnished to do so, under the terms of the COPYING file. 407 # 408 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 409 # KIND, either express or implied. 410 # 411 # SPDX-License-Identifier: curl 412 # 413 ########################################################################### 414 AUTOMAKE_OPTIONS = foreign nostdinc 415 416 # Specify our include paths here, and do it relative to $(top_srcdir) and 417 # $(top_builddir), to ensure that these paths which belong to the library 418 # being currently built and tested are searched before the library which 419 # might possibly already be installed in the system. 420 # 421 # $(top_srcdir)/include is for libcurl's external include files 422 # $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file 423 # $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "borrowed" files 424 # $(srcdir) for the generated bundle source to find included test sources 425 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/lib \ 426 -I$(top_srcdir)/lib -I$(top_srcdir)/src \ 427 -I$(top_srcdir)/tests/libtest -I$(srcdir) -DCURL_STATICLIB \ 428 -DUNITTESTS $(am__append_1) $(am__append_2) -DCURL_NO_OLDIES \ 429 -DCURL_DISABLE_DEPRECATION 430 BUNDLE = tunits 431 432 # Files referenced from the bundle source 433 FIRST_C = ../libtest/first.c 434 435 # All tool unit test programs 436 TESTS_C = \ 437 tool1394.c \ 438 tool1604.c \ 439 tool1621.c 440 441 442 # Get BUNDLE, FIRST_C, TESTS_C variables 443 EXTRA_DIST = CMakeLists.txt README.md $(TESTS_C) 444 LDADD = $(top_builddir)/src/libcurltool.la $(top_builddir)/lib/libcurl.la 445 CLEANFILES = $(BUNDLE).c 446 CHECKSRC = $(CS_$(V)) 447 CS_0 = @echo " RUN " $@; 448 CS_1 = 449 CS_ = $(CS_0) 450 all: all-am 451 452 .SUFFIXES: 453 .SUFFIXES: .c .lo .o .obj 454 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 455 @for dep in $?; do \ 456 case '$(am__configure_deps)' in \ 457 *$$dep*) \ 458 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 459 && { if test -f $@; then exit 0; else break; fi; }; \ 460 exit 1;; \ 461 esac; \ 462 done; \ 463 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/tunit/Makefile'; \ 464 $(am__cd) $(top_srcdir) && \ 465 $(AUTOMAKE) --foreign tests/tunit/Makefile 466 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 467 @case '$?' in \ 468 *config.status*) \ 469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 470 *) \ 471 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 472 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 473 esac; 474 $(srcdir)/Makefile.inc $(am__empty): 475 476 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 477 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 478 479 $(top_srcdir)/configure: # $(am__configure_deps) 480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 481 $(ACLOCAL_M4): # $(am__aclocal_m4_deps) 482 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 483 $(am__aclocal_m4_deps): 484 485 clean-noinstPROGRAMS: 486 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 487 echo " rm -f" $$list; \ 488 rm -f $$list || exit $$?; \ 489 test -n "$(EXEEXT)" || exit 0; \ 490 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 491 echo " rm -f" $$list; \ 492 rm -f $$list 493 494 tunits$(EXEEXT): $(tunits_OBJECTS) $(tunits_DEPENDENCIES) $(EXTRA_tunits_DEPENDENCIES) 495 @rm -f tunits$(EXEEXT) 496 $(AM_V_CCLD)$(LINK) $(tunits_OBJECTS) $(tunits_LDADD) $(LIBS) 497 498 mostlyclean-compile: 499 -rm -f *.$(OBJEXT) 500 501 distclean-compile: 502 -rm -f *.tab.c 503 504 include ./$(DEPDIR)/tunits.Po # am--include-marker 505 506 $(am__depfiles_remade): 507 @$(MKDIR_P) $(@D) 508 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 509 510 am--depfiles: $(am__depfiles_remade) 511 512 .c.o: 513 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 514 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 515 $(am__mv) $$depbase.Tpo $$depbase.Po 516 # $(AM_V_CC)source='$<' object='$@' libtool=no \ 517 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 518 # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 519 520 .c.obj: 521 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 522 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 523 $(am__mv) $$depbase.Tpo $$depbase.Po 524 # $(AM_V_CC)source='$<' object='$@' libtool=no \ 525 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 526 # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 527 528 .c.lo: 529 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 530 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 531 $(am__mv) $$depbase.Tpo $$depbase.Plo 532 # $(AM_V_CC)source='$<' object='$@' libtool=yes \ 533 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 534 # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 535 536 mostlyclean-libtool: 537 -rm -f *.lo 538 539 clean-libtool: 540 -rm -rf .libs _libs 541 542 ID: $(am__tagged_files) 543 $(am__define_uniq_tagged_files); mkid -fID $$unique 544 tags: tags-am 545 TAGS: tags 546 547 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 548 set x; \ 549 here=`pwd`; \ 550 $(am__define_uniq_tagged_files); \ 551 shift; \ 552 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 553 test -n "$$unique" || unique=$$empty_fix; \ 554 if test $$# -gt 0; then \ 555 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 556 "$$@" $$unique; \ 557 else \ 558 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 559 $$unique; \ 560 fi; \ 561 fi 562 ctags: ctags-am 563 564 CTAGS: ctags 565 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 566 $(am__define_uniq_tagged_files); \ 567 test -z "$(CTAGS_ARGS)$$unique" \ 568 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 569 $$unique 570 571 GTAGS: 572 here=`$(am__cd) $(top_builddir) && pwd` \ 573 && $(am__cd) $(top_srcdir) \ 574 && gtags -i $(GTAGS_ARGS) "$$here" 575 cscopelist: cscopelist-am 576 577 cscopelist-am: $(am__tagged_files) 578 list='$(am__tagged_files)'; \ 579 case "$(srcdir)" in \ 580 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 581 *) sdir=$(subdir)/$(srcdir) ;; \ 582 esac; \ 583 for i in $$list; do \ 584 if test -f "$$i"; then \ 585 echo "$(subdir)/$$i"; \ 586 else \ 587 echo "$$sdir/$$i"; \ 588 fi; \ 589 done >> $(top_builddir)/cscope.files 590 591 distclean-tags: 592 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 593 distdir: $(BUILT_SOURCES) 594 $(MAKE) $(AM_MAKEFLAGS) distdir-am 595 596 distdir-am: $(DISTFILES) 597 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 598 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 599 list='$(DISTFILES)'; \ 600 dist_files=`for file in $$list; do echo $$file; done | \ 601 sed -e "s|^$$srcdirstrip/||;t" \ 602 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 603 case $$dist_files in \ 604 */*) $(MKDIR_P) `echo "$$dist_files" | \ 605 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 606 sort -u` ;; \ 607 esac; \ 608 for file in $$dist_files; do \ 609 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 610 if test -d $$d/$$file; then \ 611 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 612 if test -d "$(distdir)/$$file"; then \ 613 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 614 fi; \ 615 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 616 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 617 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 618 fi; \ 619 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 620 else \ 621 test -f "$(distdir)/$$file" \ 622 || cp -p $$d/$$file "$(distdir)/$$file" \ 623 || exit 1; \ 624 fi; \ 625 done 626 check-am: all-am 627 check: check-am 628 #all-local: 629 all-am: Makefile $(PROGRAMS) all-local 630 installdirs: 631 install: install-am 632 install-exec: install-exec-am 633 install-data: install-data-am 634 uninstall: uninstall-am 635 636 install-am: all-am 637 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 638 639 installcheck: installcheck-am 640 install-strip: 641 if test -z '$(STRIP)'; then \ 642 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 643 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 644 install; \ 645 else \ 646 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 647 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 648 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 649 fi 650 mostlyclean-generic: 651 652 clean-generic: 653 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 654 655 distclean-generic: 656 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 657 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 658 659 maintainer-clean-generic: 660 @echo "This command is intended for maintainers to use" 661 @echo "it deletes files that may require special tools to rebuild." 662 clean: clean-am 663 664 clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \ 665 mostlyclean-am 666 667 distclean: distclean-am 668 -rm -f ./$(DEPDIR)/tunits.Po 669 -rm -f Makefile 670 distclean-am: clean-am distclean-compile distclean-generic \ 671 distclean-tags 672 673 dvi: dvi-am 674 675 dvi-am: 676 677 html: html-am 678 679 html-am: 680 681 info: info-am 682 683 info-am: 684 685 install-data-am: 686 687 install-dvi: install-dvi-am 688 689 install-dvi-am: 690 691 install-exec-am: 692 693 install-html: install-html-am 694 695 install-html-am: 696 697 install-info: install-info-am 698 699 install-info-am: 700 701 install-man: 702 703 install-pdf: install-pdf-am 704 705 install-pdf-am: 706 707 install-ps: install-ps-am 708 709 install-ps-am: 710 711 installcheck-am: 712 713 maintainer-clean: maintainer-clean-am 714 -rm -f ./$(DEPDIR)/tunits.Po 715 -rm -f Makefile 716 maintainer-clean-am: distclean-am maintainer-clean-generic 717 718 mostlyclean: mostlyclean-am 719 720 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 721 mostlyclean-libtool 722 723 pdf: pdf-am 724 725 pdf-am: 726 727 ps: ps-am 728 729 ps-am: 730 731 uninstall-am: 732 733 .MAKE: install-am install-strip 734 735 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \ 736 check-am clean clean-generic clean-libtool clean-local \ 737 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 738 distclean-compile distclean-generic distclean-libtool \ 739 distclean-tags distdir dvi dvi-am html html-am info info-am \ 740 install install-am install-data install-data-am install-dvi \ 741 install-dvi-am install-exec install-exec-am install-html \ 742 install-html-am install-info install-info-am install-man \ 743 install-pdf install-pdf-am install-ps install-ps-am \ 744 install-strip installcheck installcheck-am installdirs \ 745 maintainer-clean maintainer-clean-generic mostlyclean \ 746 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 747 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am 748 749 .PRECIOUS: Makefile 750 751 752 $(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(TESTS_C) 753 /usr/bin/perl $(top_srcdir)/scripts/mk-unity.pl --test $(TESTS_C) > $(BUNDLE).c 754 755 # ignore generated C files since they play by slightly different rules! 756 checksrc: 757 $(CHECKSRC)(/usr/bin/perl $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \ 758 -W$(srcdir)/$(BUNDLE).c \ 759 $(srcdir)/*.[ch]) 760 761 all-local: checksrc 762 763 clean-local: 764 rm -f $(BUNDLE) 765 766 # Tell versions [3.59,3.63) of GNU make to not export all variables. 767 # Otherwise a system limit (for SysV at least) may be exceeded. 768 .NOEXPORT: