Makefile.in revision 74901992
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 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@SET_MAKE@ 16 17 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92bin_PROGRAMS = makedepend$(EXEEXT) 93subdir = . 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/configure.ac 96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 $(ACLOCAL_M4) 98DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 99 $(am__configure_deps) $(am__DIST_COMMON) 100am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 101 configure.lineno config.status.lineno 102mkinstalldirs = $(install_sh) -d 103CONFIG_HEADER = makedepend-config.h 104CONFIG_CLEAN_FILES = 105CONFIG_CLEAN_VPATH_FILES = 106am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" 107PROGRAMS = $(bin_PROGRAMS) 108am_makedepend_OBJECTS = include.$(OBJEXT) main.$(OBJEXT) \ 109 parse.$(OBJEXT) pr.$(OBJEXT) cppsetup.$(OBJEXT) \ 110 ifparser.$(OBJEXT) 111makedepend_OBJECTS = $(am_makedepend_OBJECTS) 112makedepend_LDADD = $(LDADD) 113AM_V_P = $(am__v_P_@AM_V@) 114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 115am__v_P_0 = false 116am__v_P_1 = : 117AM_V_GEN = $(am__v_GEN_@AM_V@) 118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 119am__v_GEN_0 = @echo " GEN " $@; 120am__v_GEN_1 = 121AM_V_at = $(am__v_at_@AM_V@) 122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 123am__v_at_0 = @ 124am__v_at_1 = 125DEFAULT_INCLUDES = -I.@am__isrc@ 126depcomp = $(SHELL) $(top_srcdir)/depcomp 127am__maybe_remake_depfiles = depfiles 128am__depfiles_remade = ./$(DEPDIR)/cppsetup.Po ./$(DEPDIR)/ifparser.Po \ 129 ./$(DEPDIR)/include.Po ./$(DEPDIR)/main.Po \ 130 ./$(DEPDIR)/parse.Po ./$(DEPDIR)/pr.Po 131am__mv = mv -f 132COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 133 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 134AM_V_CC = $(am__v_CC_@AM_V@) 135am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 136am__v_CC_0 = @echo " CC " $@; 137am__v_CC_1 = 138CCLD = $(CC) 139LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 140AM_V_CCLD = $(am__v_CCLD_@AM_V@) 141am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 142am__v_CCLD_0 = @echo " CCLD " $@; 143am__v_CCLD_1 = 144SOURCES = $(makedepend_SOURCES) 145DIST_SOURCES = $(makedepend_SOURCES) 146am__can_run_installinfo = \ 147 case $$AM_UPDATE_INFO_DIR in \ 148 n|no|NO) false;; \ 149 *) (install-info --version) >/dev/null 2>&1;; \ 150 esac 151am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 152am__vpath_adj = case $$p in \ 153 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 154 *) f=$$p;; \ 155 esac; 156am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 157am__install_max = 40 158am__nobase_strip_setup = \ 159 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 160am__nobase_strip = \ 161 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 162am__nobase_list = $(am__nobase_strip_setup); \ 163 for p in $$list; do echo "$$p $$p"; done | \ 164 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 165 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 166 if (++n[$$2] == $(am__install_max)) \ 167 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 168 END { for (dir in files) print dir, files[dir] }' 169am__base_list = \ 170 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 171 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 172am__uninstall_files_from_dir = { \ 173 test -z "$$files" \ 174 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 175 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 176 $(am__cd) "$$dir" && rm -f $$files; }; \ 177 } 178DATA = $(appman_DATA) 179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 180 makedepend-config.h.in 181# Read a list of newline-separated strings from the standard input, 182# and print each of them once, without duplicates. Input order is 183# *not* preserved. 184am__uniquify_input = $(AWK) '\ 185 BEGIN { nonempty = 0; } \ 186 { items[$$0] = 1; nonempty = 1; } \ 187 END { if (nonempty) { for (i in items) print i; }; } \ 188' 189# Make sure the list of sources is unique. This is necessary because, 190# e.g., the same source file might be shared among _SOURCES variables 191# for different programs/libraries. 192am__define_uniq_tagged_files = \ 193 list='$(am__tagged_files)'; \ 194 unique=`for i in $$list; do \ 195 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 196 done | $(am__uniquify_input)` 197AM_RECURSIVE_TARGETS = cscope check recheck 198am__tty_colors_dummy = \ 199 mgn= red= grn= lgn= blu= brg= std=; \ 200 am__color_tests=no 201am__tty_colors = { \ 202 $(am__tty_colors_dummy); \ 203 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 204 am__color_tests=no; \ 205 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 206 am__color_tests=yes; \ 207 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 208 am__color_tests=yes; \ 209 fi; \ 210 if test $$am__color_tests = yes; then \ 211 red='[0;31m'; \ 212 grn='[0;32m'; \ 213 lgn='[1;32m'; \ 214 blu='[1;34m'; \ 215 mgn='[0;35m'; \ 216 brg='[1m'; \ 217 std='[m'; \ 218 fi; \ 219} 220am__recheck_rx = ^[ ]*:recheck:[ ]* 221am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 222am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 223# A command that, given a newline-separated list of test names on the 224# standard input, print the name of the tests that are to be re-run 225# upon "make recheck". 226am__list_recheck_tests = $(AWK) '{ \ 227 recheck = 1; \ 228 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 229 { \ 230 if (rc < 0) \ 231 { \ 232 if ((getline line2 < ($$0 ".log")) < 0) \ 233 recheck = 0; \ 234 break; \ 235 } \ 236 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 237 { \ 238 recheck = 0; \ 239 break; \ 240 } \ 241 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 242 { \ 243 break; \ 244 } \ 245 }; \ 246 if (recheck) \ 247 print $$0; \ 248 close ($$0 ".trs"); \ 249 close ($$0 ".log"); \ 250}' 251# A command that, given a newline-separated list of test names on the 252# standard input, create the global log from their .trs and .log files. 253am__create_global_log = $(AWK) ' \ 254function fatal(msg) \ 255{ \ 256 print "fatal: making $@: " msg | "cat >&2"; \ 257 exit 1; \ 258} \ 259function rst_section(header) \ 260{ \ 261 print header; \ 262 len = length(header); \ 263 for (i = 1; i <= len; i = i + 1) \ 264 printf "="; \ 265 printf "\n\n"; \ 266} \ 267{ \ 268 copy_in_global_log = 1; \ 269 global_test_result = "RUN"; \ 270 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 271 { \ 272 if (rc < 0) \ 273 fatal("failed to read from " $$0 ".trs"); \ 274 if (line ~ /$(am__global_test_result_rx)/) \ 275 { \ 276 sub("$(am__global_test_result_rx)", "", line); \ 277 sub("[ ]*$$", "", line); \ 278 global_test_result = line; \ 279 } \ 280 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 281 copy_in_global_log = 0; \ 282 }; \ 283 if (copy_in_global_log) \ 284 { \ 285 rst_section(global_test_result ": " $$0); \ 286 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 287 { \ 288 if (rc < 0) \ 289 fatal("failed to read from " $$0 ".log"); \ 290 print line; \ 291 }; \ 292 printf "\n"; \ 293 }; \ 294 close ($$0 ".trs"); \ 295 close ($$0 ".log"); \ 296}' 297# Restructured Text title. 298am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 299# Solaris 10 'make', and several other traditional 'make' implementations, 300# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 301# by disabling -e (using the XSI extension "set +e") if it's set. 302am__sh_e_setup = case $$- in *e*) set +e;; esac 303# Default flags passed to test drivers. 304am__common_driver_flags = \ 305 --color-tests "$$am__color_tests" \ 306 --enable-hard-errors "$$am__enable_hard_errors" \ 307 --expect-failure "$$am__expect_failure" 308# To be inserted before the command running the test. Creates the 309# directory for the log if needed. Stores in $dir the directory 310# containing $f, in $tst the test, in $log the log. Executes the 311# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 312# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 313# will run the test scripts (or their associated LOG_COMPILER, if 314# thy have one). 315am__check_pre = \ 316$(am__sh_e_setup); \ 317$(am__vpath_adj_setup) $(am__vpath_adj) \ 318$(am__tty_colors); \ 319srcdir=$(srcdir); export srcdir; \ 320case "$@" in \ 321 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 322 *) am__odir=.;; \ 323esac; \ 324test "x$$am__odir" = x"." || test -d "$$am__odir" \ 325 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 326if test -f "./$$f"; then dir=./; \ 327elif test -f "$$f"; then dir=; \ 328else dir="$(srcdir)/"; fi; \ 329tst=$$dir$$f; log='$@'; \ 330if test -n '$(DISABLE_HARD_ERRORS)'; then \ 331 am__enable_hard_errors=no; \ 332else \ 333 am__enable_hard_errors=yes; \ 334fi; \ 335case " $(XFAIL_TESTS) " in \ 336 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 337 am__expect_failure=yes;; \ 338 *) \ 339 am__expect_failure=no;; \ 340esac; \ 341$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 342# A shell command to get the names of the tests scripts with any registered 343# extension removed (i.e., equivalently, the names of the test logs, with 344# the '.log' extension removed). The result is saved in the shell variable 345# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 346# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 347# since that might cause problem with VPATH rewrites for suffix-less tests. 348# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 349am__set_TESTS_bases = \ 350 bases='$(TEST_LOGS)'; \ 351 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 352 bases=`echo $$bases` 353AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 354RECHECK_LOGS = $(TEST_LOGS) 355TEST_SUITE_LOG = test-suite.log 356TEST_EXTENSIONS = @EXEEXT@ .test 357LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 358LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 359am__set_b = \ 360 case '$@' in \ 361 */*) \ 362 case '$*' in \ 363 */*) b='$*';; \ 364 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 365 esac;; \ 366 *) \ 367 b='$*';; \ 368 esac 369am__test_logs1 = $(TESTS:=.log) 370am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 371TEST_LOGS = $(am__test_logs2:.test.log=.log) 372TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 373TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 374 $(TEST_LOG_FLAGS) 375am__DIST_COMMON = $(srcdir)/Makefile.in \ 376 $(srcdir)/makedepend-config.h.in AUTHORS COPYING ChangeLog \ 377 README.md compile config.guess config.sub depcomp install-sh \ 378 missing test-driver 379DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 380distdir = $(PACKAGE)-$(VERSION) 381top_distdir = $(distdir) 382am__remove_distdir = \ 383 if test -d "$(distdir)"; then \ 384 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 385 && rm -rf "$(distdir)" \ 386 || { sleep 5 && rm -rf "$(distdir)"; }; \ 387 else :; fi 388am__post_remove_distdir = $(am__remove_distdir) 389DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 390GZIP_ENV = --best 391DIST_TARGETS = dist-xz dist-gzip 392# Exists only to be overridden by the user if desired. 393AM_DISTCHECK_DVI_TARGET = dvi 394distuninstallcheck_listfiles = find . -type f -print 395am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 396 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 397distcleancheck_listfiles = find . -type f -print 398ACLOCAL = @ACLOCAL@ 399ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 400ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 401AMTAR = @AMTAR@ 402AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 403APP_MAN_DIR = @APP_MAN_DIR@ 404APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 405AUTOCONF = @AUTOCONF@ 406AUTOHEADER = @AUTOHEADER@ 407AUTOMAKE = @AUTOMAKE@ 408AWK = @AWK@ 409BASE_CFLAGS = @BASE_CFLAGS@ 410CC = @CC@ 411CCDEPMODE = @CCDEPMODE@ 412CFLAGS = @CFLAGS@ 413CHANGELOG_CMD = @CHANGELOG_CMD@ 414CPPFLAGS = @CPPFLAGS@ 415CSCOPE = @CSCOPE@ 416CTAGS = @CTAGS@ 417CWARNFLAGS = @CWARNFLAGS@ 418CYGPATH_W = @CYGPATH_W@ 419DEFS = @DEFS@ 420DEPDIR = @DEPDIR@ 421DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 422DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 423ECHO_C = @ECHO_C@ 424ECHO_N = @ECHO_N@ 425ECHO_T = @ECHO_T@ 426ETAGS = @ETAGS@ 427EXEEXT = @EXEEXT@ 428FILE_MAN_DIR = @FILE_MAN_DIR@ 429FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 430INSTALL = @INSTALL@ 431INSTALL_CMD = @INSTALL_CMD@ 432INSTALL_DATA = @INSTALL_DATA@ 433INSTALL_PROGRAM = @INSTALL_PROGRAM@ 434INSTALL_SCRIPT = @INSTALL_SCRIPT@ 435INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 436LDFLAGS = @LDFLAGS@ 437LIBOBJS = @LIBOBJS@ 438LIBS = @LIBS@ 439LIB_MAN_DIR = @LIB_MAN_DIR@ 440LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 441LINT = @LINT@ 442LINT_FLAGS = @LINT_FLAGS@ 443LTLIBOBJS = @LTLIBOBJS@ 444MAKEINFO = @MAKEINFO@ 445 446# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 447MAN_SUBSTS = @MAN_SUBSTS@ -e 's|__cpp__|$(RAWCPP)|g' 448MISC_MAN_DIR = @MISC_MAN_DIR@ 449MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 450MKDIR_P = @MKDIR_P@ 451OBJEXT = @OBJEXT@ 452PACKAGE = @PACKAGE@ 453PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 454PACKAGE_NAME = @PACKAGE_NAME@ 455PACKAGE_STRING = @PACKAGE_STRING@ 456PACKAGE_TARNAME = @PACKAGE_TARNAME@ 457PACKAGE_URL = @PACKAGE_URL@ 458PACKAGE_VERSION = @PACKAGE_VERSION@ 459PATH_SEPARATOR = @PATH_SEPARATOR@ 460PKG_CONFIG = @PKG_CONFIG@ 461PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 462PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 463SED = @SED@ 464SET_MAKE = @SET_MAKE@ 465SHELL = @SHELL@ 466STRICT_CFLAGS = @STRICT_CFLAGS@ 467STRIP = @STRIP@ 468VERSION = @VERSION@ 469XORG_MAN_PAGE = @XORG_MAN_PAGE@ 470X_CFLAGS = @X_CFLAGS@ 471X_LIBS = @X_LIBS@ 472abs_builddir = @abs_builddir@ 473abs_srcdir = @abs_srcdir@ 474abs_top_builddir = @abs_top_builddir@ 475abs_top_srcdir = @abs_top_srcdir@ 476ac_ct_CC = @ac_ct_CC@ 477am__include = @am__include@ 478am__leading_dot = @am__leading_dot@ 479am__quote = @am__quote@ 480am__tar = @am__tar@ 481am__untar = @am__untar@ 482bindir = @bindir@ 483build = @build@ 484build_alias = @build_alias@ 485build_cpu = @build_cpu@ 486build_os = @build_os@ 487build_vendor = @build_vendor@ 488builddir = @builddir@ 489datadir = @datadir@ 490datarootdir = @datarootdir@ 491docdir = @docdir@ 492dvidir = @dvidir@ 493exec_prefix = @exec_prefix@ 494host = @host@ 495host_alias = @host_alias@ 496host_cpu = @host_cpu@ 497host_os = @host_os@ 498host_vendor = @host_vendor@ 499htmldir = @htmldir@ 500includedir = @includedir@ 501infodir = @infodir@ 502install_sh = @install_sh@ 503libdir = @libdir@ 504libexecdir = @libexecdir@ 505localedir = @localedir@ 506localstatedir = @localstatedir@ 507mandir = @mandir@ 508mkdir_p = @mkdir_p@ 509oldincludedir = @oldincludedir@ 510pdfdir = @pdfdir@ 511prefix = @prefix@ 512program_transform_name = @program_transform_name@ 513psdir = @psdir@ 514runstatedir = @runstatedir@ 515sbindir = @sbindir@ 516sharedstatedir = @sharedstatedir@ 517srcdir = @srcdir@ 518sysconfdir = @sysconfdir@ 519target_alias = @target_alias@ 520top_build_prefix = @top_build_prefix@ 521top_builddir = @top_builddir@ 522top_srcdir = @top_srcdir@ 523makedepend_SOURCES = include.c \ 524 main.c \ 525 parse.c \ 526 pr.c \ 527 cppsetup.c \ 528 ifparser.c \ 529 ifparser.h \ 530 def.h \ 531 imakemdep.h 532 533AM_CPPFLAGS = -DOBJSUFFIX=\".${OBJEXT}\" -DINCLUDEDIR=\"/usr/include\" \ 534 $(X_CFLAGS) 535AM_CFLAGS = $(CWARNFLAGS) 536EXTRA_DIST = autogen.sh makedepend.man README.md ChangeLog \ 537 tests/28045/makedep.sh tests/28045/foo.cpp tests/1/makedep.sh \ 538 tests/1/one.cpp tests/1/two.cpp 539 540# Man page 541appmandir = $(APP_MAN_DIR) 542appman_PRE = makedepend.man 543appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 544CLEANFILES = $(appman_DATA) 545SUFFIXES = .$(APP_MAN_SUFFIX) .man 546MAINTAINERCLEANFILES = ChangeLog 547@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 548@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) 549 550 551### Test cases - mostly for bug fixes submitted with a test case so far 552 553# Test for https://bugs.freedesktop.org/show_bug.cgi?id=28045 554 555# Test 556TESTS = tests/28045/makedep.sh tests/1/makedep.sh 557 558# Absolute path to srcdir & builddir top that test scripts can reference 559TEST_BUILDDIR_PATH = `cd $(top_builddir) && pwd` 560TEST_SRCDIR_PATH = `cd $(top_srcdir) && pwd` 561 562# Path to makedepend command being tested that can be found from test subdirs 563 564# Path to writable testdirectory in build directory 565 566# Path to testcase files in source directory 567TESTS_ENVIRONMENT = MAKEDEPEND="$(TEST_BUILDDIR_PATH)/makedepend" \ 568 test_builddir="$(TEST_BUILDDIR_PATH)/tests" \ 569 test_srcdir="$(TEST_SRCDIR_PATH)/tests" 570all: makedepend-config.h 571 $(MAKE) $(AM_MAKEFLAGS) all-am 572 573.SUFFIXES: 574.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .log .o .obj .test .test$(EXEEXT) .trs 575am--refresh: Makefile 576 @: 577$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 578 @for dep in $?; do \ 579 case '$(am__configure_deps)' in \ 580 *$$dep*) \ 581 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 582 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 583 && exit 0; \ 584 exit 1;; \ 585 esac; \ 586 done; \ 587 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 588 $(am__cd) $(top_srcdir) && \ 589 $(AUTOMAKE) --foreign Makefile 590Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 591 @case '$?' in \ 592 *config.status*) \ 593 echo ' $(SHELL) ./config.status'; \ 594 $(SHELL) ./config.status;; \ 595 *) \ 596 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 597 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 598 esac; 599 600$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 601 $(SHELL) ./config.status --recheck 602 603$(top_srcdir)/configure: $(am__configure_deps) 604 $(am__cd) $(srcdir) && $(AUTOCONF) 605$(ACLOCAL_M4): $(am__aclocal_m4_deps) 606 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 607$(am__aclocal_m4_deps): 608 609makedepend-config.h: stamp-h1 610 @test -f $@ || rm -f stamp-h1 611 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 612 613stamp-h1: $(srcdir)/makedepend-config.h.in $(top_builddir)/config.status 614 @rm -f stamp-h1 615 cd $(top_builddir) && $(SHELL) ./config.status makedepend-config.h 616$(srcdir)/makedepend-config.h.in: $(am__configure_deps) 617 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 618 rm -f stamp-h1 619 touch $@ 620 621distclean-hdr: 622 -rm -f makedepend-config.h stamp-h1 623install-binPROGRAMS: $(bin_PROGRAMS) 624 @$(NORMAL_INSTALL) 625 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 626 if test -n "$$list"; then \ 627 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 628 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 629 fi; \ 630 for p in $$list; do echo "$$p $$p"; done | \ 631 sed 's/$(EXEEXT)$$//' | \ 632 while read p p1; do if test -f $$p \ 633 ; then echo "$$p"; echo "$$p"; else :; fi; \ 634 done | \ 635 sed -e 'p;s,.*/,,;n;h' \ 636 -e 's|.*|.|' \ 637 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 638 sed 'N;N;N;s,\n, ,g' | \ 639 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 640 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 641 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 642 else { print "f", $$3 "/" $$4, $$1; } } \ 643 END { for (d in files) print "f", d, files[d] }' | \ 644 while read type dir files; do \ 645 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 646 test -z "$$files" || { \ 647 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 648 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 649 } \ 650 ; done 651 652uninstall-binPROGRAMS: 653 @$(NORMAL_UNINSTALL) 654 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 655 files=`for p in $$list; do echo "$$p"; done | \ 656 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 657 -e 's/$$/$(EXEEXT)/' \ 658 `; \ 659 test -n "$$list" || exit 0; \ 660 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 661 cd "$(DESTDIR)$(bindir)" && rm -f $$files 662 663clean-binPROGRAMS: 664 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 665 666makedepend$(EXEEXT): $(makedepend_OBJECTS) $(makedepend_DEPENDENCIES) $(EXTRA_makedepend_DEPENDENCIES) 667 @rm -f makedepend$(EXEEXT) 668 $(AM_V_CCLD)$(LINK) $(makedepend_OBJECTS) $(makedepend_LDADD) $(LIBS) 669 670mostlyclean-compile: 671 -rm -f *.$(OBJEXT) 672 673distclean-compile: 674 -rm -f *.tab.c 675 676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cppsetup.Po@am__quote@ # am--include-marker 677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifparser.Po@am__quote@ # am--include-marker 678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/include.Po@am__quote@ # am--include-marker 679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker 680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ # am--include-marker 681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pr.Po@am__quote@ # am--include-marker 682 683$(am__depfiles_remade): 684 @$(MKDIR_P) $(@D) 685 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 686 687am--depfiles: $(am__depfiles_remade) 688 689.c.o: 690@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 691@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 692@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 693@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 694@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 695 696.c.obj: 697@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 698@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 699@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 700@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 701@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 702install-appmanDATA: $(appman_DATA) 703 @$(NORMAL_INSTALL) 704 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 705 if test -n "$$list"; then \ 706 echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \ 707 $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \ 708 fi; \ 709 for p in $$list; do \ 710 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 711 echo "$$d$$p"; \ 712 done | $(am__base_list) | \ 713 while read files; do \ 714 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 715 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 716 done 717 718uninstall-appmanDATA: 719 @$(NORMAL_UNINSTALL) 720 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 721 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 722 dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) 723 724ID: $(am__tagged_files) 725 $(am__define_uniq_tagged_files); mkid -fID $$unique 726tags: tags-am 727TAGS: tags 728 729tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 730 set x; \ 731 here=`pwd`; \ 732 $(am__define_uniq_tagged_files); \ 733 shift; \ 734 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 735 test -n "$$unique" || unique=$$empty_fix; \ 736 if test $$# -gt 0; then \ 737 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 738 "$$@" $$unique; \ 739 else \ 740 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 741 $$unique; \ 742 fi; \ 743 fi 744ctags: ctags-am 745 746CTAGS: ctags 747ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 748 $(am__define_uniq_tagged_files); \ 749 test -z "$(CTAGS_ARGS)$$unique" \ 750 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 751 $$unique 752 753GTAGS: 754 here=`$(am__cd) $(top_builddir) && pwd` \ 755 && $(am__cd) $(top_srcdir) \ 756 && gtags -i $(GTAGS_ARGS) "$$here" 757cscope: cscope.files 758 test ! -s cscope.files \ 759 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 760clean-cscope: 761 -rm -f cscope.files 762cscope.files: clean-cscope cscopelist 763cscopelist: cscopelist-am 764 765cscopelist-am: $(am__tagged_files) 766 list='$(am__tagged_files)'; \ 767 case "$(srcdir)" in \ 768 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 769 *) sdir=$(subdir)/$(srcdir) ;; \ 770 esac; \ 771 for i in $$list; do \ 772 if test -f "$$i"; then \ 773 echo "$(subdir)/$$i"; \ 774 else \ 775 echo "$$sdir/$$i"; \ 776 fi; \ 777 done >> $(top_builddir)/cscope.files 778 779distclean-tags: 780 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 781 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 782 783# Recover from deleted '.trs' file; this should ensure that 784# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 785# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 786# to avoid problems with "make -n". 787.log.trs: 788 rm -f $< $@ 789 $(MAKE) $(AM_MAKEFLAGS) $< 790 791# Leading 'am--fnord' is there to ensure the list of targets does not 792# expand to empty, as could happen e.g. with make check TESTS=''. 793am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 794am--force-recheck: 795 @: 796 797$(TEST_SUITE_LOG): $(TEST_LOGS) 798 @$(am__set_TESTS_bases); \ 799 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 800 redo_bases=`for i in $$bases; do \ 801 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 802 done`; \ 803 if test -n "$$redo_bases"; then \ 804 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 805 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 806 if $(am__make_dryrun); then :; else \ 807 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 808 fi; \ 809 fi; \ 810 if test -n "$$am__remaking_logs"; then \ 811 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 812 "recursion detected" >&2; \ 813 elif test -n "$$redo_logs"; then \ 814 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 815 fi; \ 816 if $(am__make_dryrun); then :; else \ 817 st=0; \ 818 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 819 for i in $$redo_bases; do \ 820 test -f $$i.trs && test -r $$i.trs \ 821 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 822 test -f $$i.log && test -r $$i.log \ 823 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 824 done; \ 825 test $$st -eq 0 || exit 1; \ 826 fi 827 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 828 ws='[ ]'; \ 829 results=`for b in $$bases; do echo $$b.trs; done`; \ 830 test -n "$$results" || results=/dev/null; \ 831 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 832 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 833 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 834 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 835 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 836 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 837 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 838 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 839 success=true; \ 840 else \ 841 success=false; \ 842 fi; \ 843 br='==================='; br=$$br$$br$$br$$br; \ 844 result_count () \ 845 { \ 846 if test x"$$1" = x"--maybe-color"; then \ 847 maybe_colorize=yes; \ 848 elif test x"$$1" = x"--no-color"; then \ 849 maybe_colorize=no; \ 850 else \ 851 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 852 fi; \ 853 shift; \ 854 desc=$$1 count=$$2; \ 855 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 856 color_start=$$3 color_end=$$std; \ 857 else \ 858 color_start= color_end=; \ 859 fi; \ 860 echo "$${color_start}# $$desc $$count$${color_end}"; \ 861 }; \ 862 create_testsuite_report () \ 863 { \ 864 result_count $$1 "TOTAL:" $$all "$$brg"; \ 865 result_count $$1 "PASS: " $$pass "$$grn"; \ 866 result_count $$1 "SKIP: " $$skip "$$blu"; \ 867 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 868 result_count $$1 "FAIL: " $$fail "$$red"; \ 869 result_count $$1 "XPASS:" $$xpass "$$red"; \ 870 result_count $$1 "ERROR:" $$error "$$mgn"; \ 871 }; \ 872 { \ 873 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 874 $(am__rst_title); \ 875 create_testsuite_report --no-color; \ 876 echo; \ 877 echo ".. contents:: :depth: 2"; \ 878 echo; \ 879 for b in $$bases; do echo $$b; done \ 880 | $(am__create_global_log); \ 881 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 882 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 883 if $$success; then \ 884 col="$$grn"; \ 885 else \ 886 col="$$red"; \ 887 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 888 fi; \ 889 echo "$${col}$$br$${std}"; \ 890 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 891 echo "$${col}$$br$${std}"; \ 892 create_testsuite_report --maybe-color; \ 893 echo "$$col$$br$$std"; \ 894 if $$success; then :; else \ 895 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 896 if test -n "$(PACKAGE_BUGREPORT)"; then \ 897 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 898 fi; \ 899 echo "$$col$$br$$std"; \ 900 fi; \ 901 $$success || exit 1 902 903check-TESTS: 904 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 905 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 906 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 907 @set +e; $(am__set_TESTS_bases); \ 908 log_list=`for i in $$bases; do echo $$i.log; done`; \ 909 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 910 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 911 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 912 exit $$?; 913recheck: all 914 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 915 @set +e; $(am__set_TESTS_bases); \ 916 bases=`for i in $$bases; do echo $$i; done \ 917 | $(am__list_recheck_tests)` || exit 1; \ 918 log_list=`for i in $$bases; do echo $$i.log; done`; \ 919 log_list=`echo $$log_list`; \ 920 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 921 am__force_recheck=am--force-recheck \ 922 TEST_LOGS="$$log_list"; \ 923 exit $$? 924tests/28045/makedep.sh.log: tests/28045/makedep.sh 925 @p='tests/28045/makedep.sh'; \ 926 b='tests/28045/makedep.sh'; \ 927 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 928 --log-file $$b.log --trs-file $$b.trs \ 929 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 930 "$$tst" $(AM_TESTS_FD_REDIRECT) 931tests/1/makedep.sh.log: tests/1/makedep.sh 932 @p='tests/1/makedep.sh'; \ 933 b='tests/1/makedep.sh'; \ 934 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 935 --log-file $$b.log --trs-file $$b.trs \ 936 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 937 "$$tst" $(AM_TESTS_FD_REDIRECT) 938.test.log: 939 @p='$<'; \ 940 $(am__set_b); \ 941 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 942 --log-file $$b.log --trs-file $$b.trs \ 943 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 944 "$$tst" $(AM_TESTS_FD_REDIRECT) 945@am__EXEEXT_TRUE@.test$(EXEEXT).log: 946@am__EXEEXT_TRUE@ @p='$<'; \ 947@am__EXEEXT_TRUE@ $(am__set_b); \ 948@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 949@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 950@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 951@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 952distdir: $(BUILT_SOURCES) 953 $(MAKE) $(AM_MAKEFLAGS) distdir-am 954 955distdir-am: $(DISTFILES) 956 $(am__remove_distdir) 957 test -d "$(distdir)" || mkdir "$(distdir)" 958 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 959 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 960 list='$(DISTFILES)'; \ 961 dist_files=`for file in $$list; do echo $$file; done | \ 962 sed -e "s|^$$srcdirstrip/||;t" \ 963 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 964 case $$dist_files in \ 965 */*) $(MKDIR_P) `echo "$$dist_files" | \ 966 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 967 sort -u` ;; \ 968 esac; \ 969 for file in $$dist_files; do \ 970 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 971 if test -d $$d/$$file; then \ 972 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 973 if test -d "$(distdir)/$$file"; then \ 974 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 975 fi; \ 976 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 977 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 978 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 979 fi; \ 980 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 981 else \ 982 test -f "$(distdir)/$$file" \ 983 || cp -p $$d/$$file "$(distdir)/$$file" \ 984 || exit 1; \ 985 fi; \ 986 done 987 $(MAKE) $(AM_MAKEFLAGS) \ 988 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 989 dist-hook 990 -test -n "$(am__skip_mode_fix)" \ 991 || find "$(distdir)" -type d ! -perm -755 \ 992 -exec chmod u+rwx,go+rx {} \; -o \ 993 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 994 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 995 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 996 || chmod -R a+r "$(distdir)" 997dist-gzip: distdir 998 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 999 $(am__post_remove_distdir) 1000 1001dist-bzip2: distdir 1002 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 1003 $(am__post_remove_distdir) 1004 1005dist-lzip: distdir 1006 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 1007 $(am__post_remove_distdir) 1008dist-xz: distdir 1009 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 1010 $(am__post_remove_distdir) 1011 1012dist-zstd: distdir 1013 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 1014 $(am__post_remove_distdir) 1015 1016dist-tarZ: distdir 1017 @echo WARNING: "Support for distribution archives compressed with" \ 1018 "legacy program 'compress' is deprecated." >&2 1019 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1020 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1021 $(am__post_remove_distdir) 1022 1023dist-shar: distdir 1024 @echo WARNING: "Support for shar distribution archives is" \ 1025 "deprecated." >&2 1026 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1027 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 1028 $(am__post_remove_distdir) 1029 1030dist-zip: distdir 1031 -rm -f $(distdir).zip 1032 zip -rq $(distdir).zip $(distdir) 1033 $(am__post_remove_distdir) 1034 1035dist dist-all: 1036 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 1037 $(am__post_remove_distdir) 1038 1039# This target untars the dist file and tries a VPATH configuration. Then 1040# it guarantees that the distribution is self-contained by making another 1041# tarfile. 1042distcheck: dist 1043 case '$(DIST_ARCHIVES)' in \ 1044 *.tar.gz*) \ 1045 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 1046 *.tar.bz2*) \ 1047 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 1048 *.tar.lz*) \ 1049 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 1050 *.tar.xz*) \ 1051 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 1052 *.tar.Z*) \ 1053 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1054 *.shar.gz*) \ 1055 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 1056 *.zip*) \ 1057 unzip $(distdir).zip ;;\ 1058 *.tar.zst*) \ 1059 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 1060 esac 1061 chmod -R a-w $(distdir) 1062 chmod u+w $(distdir) 1063 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 1064 chmod a-w $(distdir) 1065 test -d $(distdir)/_build || exit 0; \ 1066 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1067 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1068 && am__cwd=`pwd` \ 1069 && $(am__cd) $(distdir)/_build/sub \ 1070 && ../../configure \ 1071 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 1072 $(DISTCHECK_CONFIGURE_FLAGS) \ 1073 --srcdir=../.. --prefix="$$dc_install_base" \ 1074 && $(MAKE) $(AM_MAKEFLAGS) \ 1075 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 1076 && $(MAKE) $(AM_MAKEFLAGS) check \ 1077 && $(MAKE) $(AM_MAKEFLAGS) install \ 1078 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1079 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1080 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1081 distuninstallcheck \ 1082 && chmod -R a-w "$$dc_install_base" \ 1083 && ({ \ 1084 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1085 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1086 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1087 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1088 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1089 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1090 && rm -rf "$$dc_destdir" \ 1091 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1092 && rm -rf $(DIST_ARCHIVES) \ 1093 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1094 && cd "$$am__cwd" \ 1095 || exit 1 1096 $(am__post_remove_distdir) 1097 @(echo "$(distdir) archives ready for distribution: "; \ 1098 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1099 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1100distuninstallcheck: 1101 @test -n '$(distuninstallcheck_dir)' || { \ 1102 echo 'ERROR: trying to run $@ with an empty' \ 1103 '$$(distuninstallcheck_dir)' >&2; \ 1104 exit 1; \ 1105 }; \ 1106 $(am__cd) '$(distuninstallcheck_dir)' || { \ 1107 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1108 exit 1; \ 1109 }; \ 1110 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1111 || { echo "ERROR: files left after uninstall:" ; \ 1112 if test -n "$(DESTDIR)"; then \ 1113 echo " (check DESTDIR support)"; \ 1114 fi ; \ 1115 $(distuninstallcheck_listfiles) ; \ 1116 exit 1; } >&2 1117distcleancheck: distclean 1118 @if test '$(srcdir)' = . ; then \ 1119 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1120 exit 1 ; \ 1121 fi 1122 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1123 || { echo "ERROR: files left in build directory after distclean:" ; \ 1124 $(distcleancheck_listfiles) ; \ 1125 exit 1; } >&2 1126check-am: all-am 1127 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1128check: check-am 1129all-am: Makefile $(PROGRAMS) $(DATA) makedepend-config.h 1130installdirs: 1131 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 1132 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1133 done 1134install: install-am 1135install-exec: install-exec-am 1136install-data: install-data-am 1137uninstall: uninstall-am 1138 1139install-am: all-am 1140 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1141 1142installcheck: installcheck-am 1143install-strip: 1144 if test -z '$(STRIP)'; then \ 1145 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1146 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1147 install; \ 1148 else \ 1149 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1150 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1151 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1152 fi 1153mostlyclean-generic: 1154 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1155 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1156 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1157 1158clean-generic: 1159 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1160 1161distclean-generic: 1162 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1163 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1164 1165maintainer-clean-generic: 1166 @echo "This command is intended for maintainers to use" 1167 @echo "it deletes files that may require special tools to rebuild." 1168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 1169clean: clean-am 1170 1171clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 1172 1173distclean: distclean-am 1174 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1175 -rm -f ./$(DEPDIR)/cppsetup.Po 1176 -rm -f ./$(DEPDIR)/ifparser.Po 1177 -rm -f ./$(DEPDIR)/include.Po 1178 -rm -f ./$(DEPDIR)/main.Po 1179 -rm -f ./$(DEPDIR)/parse.Po 1180 -rm -f ./$(DEPDIR)/pr.Po 1181 -rm -f Makefile 1182distclean-am: clean-am distclean-compile distclean-generic \ 1183 distclean-hdr distclean-tags 1184 1185dvi: dvi-am 1186 1187dvi-am: 1188 1189html: html-am 1190 1191html-am: 1192 1193info: info-am 1194 1195info-am: 1196 1197install-data-am: install-appmanDATA 1198 1199install-dvi: install-dvi-am 1200 1201install-dvi-am: 1202 1203install-exec-am: install-binPROGRAMS 1204 1205install-html: install-html-am 1206 1207install-html-am: 1208 1209install-info: install-info-am 1210 1211install-info-am: 1212 1213install-man: 1214 1215install-pdf: install-pdf-am 1216 1217install-pdf-am: 1218 1219install-ps: install-ps-am 1220 1221install-ps-am: 1222 1223installcheck-am: 1224 1225maintainer-clean: maintainer-clean-am 1226 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1227 -rm -rf $(top_srcdir)/autom4te.cache 1228 -rm -f ./$(DEPDIR)/cppsetup.Po 1229 -rm -f ./$(DEPDIR)/ifparser.Po 1230 -rm -f ./$(DEPDIR)/include.Po 1231 -rm -f ./$(DEPDIR)/main.Po 1232 -rm -f ./$(DEPDIR)/parse.Po 1233 -rm -f ./$(DEPDIR)/pr.Po 1234 -rm -f Makefile 1235maintainer-clean-am: distclean-am maintainer-clean-generic 1236 1237mostlyclean: mostlyclean-am 1238 1239mostlyclean-am: mostlyclean-compile mostlyclean-generic 1240 1241pdf: pdf-am 1242 1243pdf-am: 1244 1245ps: ps-am 1246 1247ps-am: 1248 1249uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS 1250 1251.MAKE: all check-am install-am install-strip 1252 1253.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ 1254 check-TESTS check-am clean clean-binPROGRAMS clean-cscope \ 1255 clean-generic cscope cscopelist-am ctags ctags-am dist \ 1256 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 1257 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ 1258 distclean-compile distclean-generic distclean-hdr \ 1259 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 1260 dvi-am html html-am info info-am install install-am \ 1261 install-appmanDATA install-binPROGRAMS install-data \ 1262 install-data-am install-dvi install-dvi-am install-exec \ 1263 install-exec-am install-html install-html-am install-info \ 1264 install-info-am install-man install-pdf install-pdf-am \ 1265 install-ps install-ps-am install-strip installcheck \ 1266 installcheck-am installdirs maintainer-clean \ 1267 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1268 mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \ 1269 uninstall uninstall-am uninstall-appmanDATA \ 1270 uninstall-binPROGRAMS 1271 1272.PRECIOUS: Makefile 1273 1274 1275.man.$(APP_MAN_SUFFIX): 1276 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 1277 1278.PHONY: ChangeLog 1279 1280ChangeLog: 1281 $(CHANGELOG_CMD) 1282 1283dist-hook: ChangeLog 1284 1285@LINT_TRUE@lint: 1286@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(makedepend_SOURCES) 1287 1288# Tell versions [3.59,3.63) of GNU make to not export all variables. 1289# Otherwise a system limit (for SysV at least) may be exceeded. 1290.NOEXPORT: 1291