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@
470abs_builddir = @abs_builddir@
471abs_srcdir = @abs_srcdir@
472abs_top_builddir = @abs_top_builddir@
473abs_top_srcdir = @abs_top_srcdir@
474ac_ct_CC = @ac_ct_CC@
475am__include = @am__include@
476am__leading_dot = @am__leading_dot@
477am__quote = @am__quote@
478am__tar = @am__tar@
479am__untar = @am__untar@
480bindir = @bindir@
481build = @build@
482build_alias = @build_alias@
483build_cpu = @build_cpu@
484build_os = @build_os@
485build_vendor = @build_vendor@
486builddir = @builddir@
487datadir = @datadir@
488datarootdir = @datarootdir@
489docdir = @docdir@
490dvidir = @dvidir@
491exec_prefix = @exec_prefix@
492host = @host@
493host_alias = @host_alias@
494host_cpu = @host_cpu@
495host_os = @host_os@
496host_vendor = @host_vendor@
497htmldir = @htmldir@
498includedir = @includedir@
499infodir = @infodir@
500install_sh = @install_sh@
501libdir = @libdir@
502libexecdir = @libexecdir@
503localedir = @localedir@
504localstatedir = @localstatedir@
505mandir = @mandir@
506mkdir_p = @mkdir_p@
507oldincludedir = @oldincludedir@
508pdfdir = @pdfdir@
509prefix = @prefix@
510program_transform_name = @program_transform_name@
511psdir = @psdir@
512runstatedir = @runstatedir@
513sbindir = @sbindir@
514sharedstatedir = @sharedstatedir@
515srcdir = @srcdir@
516sysconfdir = @sysconfdir@
517target_alias = @target_alias@
518top_build_prefix = @top_build_prefix@
519top_builddir = @top_builddir@
520top_srcdir = @top_srcdir@
521makedepend_SOURCES = include.c \
522                     main.c \
523                     parse.c \
524                     pr.c \
525                     cppsetup.c \
526                     ifparser.c \
527                     ifparser.h \
528                     def.h \
529                     imakemdep.h
530
531AM_CPPFLAGS = -DOBJSUFFIX=\".${OBJEXT}\" -DINCLUDEDIR=\"/usr/include\"
532AM_CFLAGS = $(CWARNFLAGS)
533EXTRA_DIST = autogen.sh makedepend.man README.md ChangeLog \
534	tests/28045/makedep.sh tests/28045/foo.cpp tests/1/makedep.sh \
535	tests/1/one.cpp tests/1/two.cpp
536
537# Man page
538appmandir = $(APP_MAN_DIR)
539appman_PRE = makedepend.man
540appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
541CLEANFILES = $(appman_DATA)
542SUFFIXES = .$(APP_MAN_SUFFIX) .man
543MAINTAINERCLEANFILES = ChangeLog
544@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
545@LINT_TRUE@		$(AM_CPPFLAGS) $(CPPFLAGS)
546
547
548### Test cases - mostly for bug fixes submitted with a test case so far
549
550# Test for https://bugs.freedesktop.org/show_bug.cgi?id=28045
551
552# Test
553TESTS = tests/28045/makedep.sh tests/1/makedep.sh
554
555# Absolute path to srcdir & builddir top that test scripts can reference
556TEST_BUILDDIR_PATH = `cd $(top_builddir) && pwd`
557TEST_SRCDIR_PATH = `cd $(top_srcdir) && pwd`
558
559# Path to makedepend command being tested that can be found from test subdirs
560
561# Path to writable testdirectory in build directory
562
563# Path to testcase files in source directory
564TESTS_ENVIRONMENT = MAKEDEPEND="$(TEST_BUILDDIR_PATH)/makedepend" \
565	test_builddir="$(TEST_BUILDDIR_PATH)/tests" \
566	test_srcdir="$(TEST_SRCDIR_PATH)/tests"
567all: makedepend-config.h
568	$(MAKE) $(AM_MAKEFLAGS) all-am
569
570.SUFFIXES:
571.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .log .o .obj .test .test$(EXEEXT) .trs
572am--refresh: Makefile
573	@:
574$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
575	@for dep in $?; do \
576	  case '$(am__configure_deps)' in \
577	    *$$dep*) \
578	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
579	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
580		&& exit 0; \
581	      exit 1;; \
582	  esac; \
583	done; \
584	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
585	$(am__cd) $(top_srcdir) && \
586	  $(AUTOMAKE) --foreign Makefile
587Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
588	@case '$?' in \
589	  *config.status*) \
590	    echo ' $(SHELL) ./config.status'; \
591	    $(SHELL) ./config.status;; \
592	  *) \
593	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
594	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
595	esac;
596
597$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
598	$(SHELL) ./config.status --recheck
599
600$(top_srcdir)/configure:  $(am__configure_deps)
601	$(am__cd) $(srcdir) && $(AUTOCONF)
602$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
603	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
604$(am__aclocal_m4_deps):
605
606makedepend-config.h: stamp-h1
607	@test -f $@ || rm -f stamp-h1
608	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
609
610stamp-h1: $(srcdir)/makedepend-config.h.in $(top_builddir)/config.status
611	@rm -f stamp-h1
612	cd $(top_builddir) && $(SHELL) ./config.status makedepend-config.h
613$(srcdir)/makedepend-config.h.in:  $(am__configure_deps) 
614	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
615	rm -f stamp-h1
616	touch $@
617
618distclean-hdr:
619	-rm -f makedepend-config.h stamp-h1
620install-binPROGRAMS: $(bin_PROGRAMS)
621	@$(NORMAL_INSTALL)
622	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
623	if test -n "$$list"; then \
624	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
625	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
626	fi; \
627	for p in $$list; do echo "$$p $$p"; done | \
628	sed 's/$(EXEEXT)$$//' | \
629	while read p p1; do if test -f $$p \
630	  ; then echo "$$p"; echo "$$p"; else :; fi; \
631	done | \
632	sed -e 'p;s,.*/,,;n;h' \
633	    -e 's|.*|.|' \
634	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
635	sed 'N;N;N;s,\n, ,g' | \
636	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
637	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
638	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
639	    else { print "f", $$3 "/" $$4, $$1; } } \
640	  END { for (d in files) print "f", d, files[d] }' | \
641	while read type dir files; do \
642	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
643	    test -z "$$files" || { \
644	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
645	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
646	    } \
647	; done
648
649uninstall-binPROGRAMS:
650	@$(NORMAL_UNINSTALL)
651	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
652	files=`for p in $$list; do echo "$$p"; done | \
653	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
654	      -e 's/$$/$(EXEEXT)/' \
655	`; \
656	test -n "$$list" || exit 0; \
657	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
658	cd "$(DESTDIR)$(bindir)" && rm -f $$files
659
660clean-binPROGRAMS:
661	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
662
663makedepend$(EXEEXT): $(makedepend_OBJECTS) $(makedepend_DEPENDENCIES) $(EXTRA_makedepend_DEPENDENCIES) 
664	@rm -f makedepend$(EXEEXT)
665	$(AM_V_CCLD)$(LINK) $(makedepend_OBJECTS) $(makedepend_LDADD) $(LIBS)
666
667mostlyclean-compile:
668	-rm -f *.$(OBJEXT)
669
670distclean-compile:
671	-rm -f *.tab.c
672
673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cppsetup.Po@am__quote@ # am--include-marker
674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifparser.Po@am__quote@ # am--include-marker
675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/include.Po@am__quote@ # am--include-marker
676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ # am--include-marker
678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pr.Po@am__quote@ # am--include-marker
679
680$(am__depfiles_remade):
681	@$(MKDIR_P) $(@D)
682	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
683
684am--depfiles: $(am__depfiles_remade)
685
686.c.o:
687@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
688@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
689@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
690@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
691@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
692
693.c.obj:
694@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
695@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
696@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
697@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
698@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
699install-appmanDATA: $(appman_DATA)
700	@$(NORMAL_INSTALL)
701	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
702	if test -n "$$list"; then \
703	  echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
704	  $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
705	fi; \
706	for p in $$list; do \
707	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
708	  echo "$$d$$p"; \
709	done | $(am__base_list) | \
710	while read files; do \
711	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
712	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
713	done
714
715uninstall-appmanDATA:
716	@$(NORMAL_UNINSTALL)
717	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
718	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
719	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
720
721ID: $(am__tagged_files)
722	$(am__define_uniq_tagged_files); mkid -fID $$unique
723tags: tags-am
724TAGS: tags
725
726tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
727	set x; \
728	here=`pwd`; \
729	$(am__define_uniq_tagged_files); \
730	shift; \
731	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
732	  test -n "$$unique" || unique=$$empty_fix; \
733	  if test $$# -gt 0; then \
734	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
735	      "$$@" $$unique; \
736	  else \
737	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
738	      $$unique; \
739	  fi; \
740	fi
741ctags: ctags-am
742
743CTAGS: ctags
744ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
745	$(am__define_uniq_tagged_files); \
746	test -z "$(CTAGS_ARGS)$$unique" \
747	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
748	     $$unique
749
750GTAGS:
751	here=`$(am__cd) $(top_builddir) && pwd` \
752	  && $(am__cd) $(top_srcdir) \
753	  && gtags -i $(GTAGS_ARGS) "$$here"
754cscope: cscope.files
755	test ! -s cscope.files \
756	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
757clean-cscope:
758	-rm -f cscope.files
759cscope.files: clean-cscope cscopelist
760cscopelist: cscopelist-am
761
762cscopelist-am: $(am__tagged_files)
763	list='$(am__tagged_files)'; \
764	case "$(srcdir)" in \
765	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
766	  *) sdir=$(subdir)/$(srcdir) ;; \
767	esac; \
768	for i in $$list; do \
769	  if test -f "$$i"; then \
770	    echo "$(subdir)/$$i"; \
771	  else \
772	    echo "$$sdir/$$i"; \
773	  fi; \
774	done >> $(top_builddir)/cscope.files
775
776distclean-tags:
777	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
778	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
779
780# Recover from deleted '.trs' file; this should ensure that
781# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
782# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
783# to avoid problems with "make -n".
784.log.trs:
785	rm -f $< $@
786	$(MAKE) $(AM_MAKEFLAGS) $<
787
788# Leading 'am--fnord' is there to ensure the list of targets does not
789# expand to empty, as could happen e.g. with make check TESTS=''.
790am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
791am--force-recheck:
792	@:
793
794$(TEST_SUITE_LOG): $(TEST_LOGS)
795	@$(am__set_TESTS_bases); \
796	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
797	redo_bases=`for i in $$bases; do \
798	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
799	            done`; \
800	if test -n "$$redo_bases"; then \
801	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
802	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
803	  if $(am__make_dryrun); then :; else \
804	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
805	  fi; \
806	fi; \
807	if test -n "$$am__remaking_logs"; then \
808	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
809	       "recursion detected" >&2; \
810	elif test -n "$$redo_logs"; then \
811	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
812	fi; \
813	if $(am__make_dryrun); then :; else \
814	  st=0;  \
815	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
816	  for i in $$redo_bases; do \
817	    test -f $$i.trs && test -r $$i.trs \
818	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
819	    test -f $$i.log && test -r $$i.log \
820	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
821	  done; \
822	  test $$st -eq 0 || exit 1; \
823	fi
824	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
825	ws='[ 	]'; \
826	results=`for b in $$bases; do echo $$b.trs; done`; \
827	test -n "$$results" || results=/dev/null; \
828	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
829	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
830	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
831	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
832	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
833	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
834	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
835	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
836	  success=true; \
837	else \
838	  success=false; \
839	fi; \
840	br='==================='; br=$$br$$br$$br$$br; \
841	result_count () \
842	{ \
843	    if test x"$$1" = x"--maybe-color"; then \
844	      maybe_colorize=yes; \
845	    elif test x"$$1" = x"--no-color"; then \
846	      maybe_colorize=no; \
847	    else \
848	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
849	    fi; \
850	    shift; \
851	    desc=$$1 count=$$2; \
852	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
853	      color_start=$$3 color_end=$$std; \
854	    else \
855	      color_start= color_end=; \
856	    fi; \
857	    echo "$${color_start}# $$desc $$count$${color_end}"; \
858	}; \
859	create_testsuite_report () \
860	{ \
861	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
862	  result_count $$1 "PASS: " $$pass  "$$grn"; \
863	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
864	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
865	  result_count $$1 "FAIL: " $$fail  "$$red"; \
866	  result_count $$1 "XPASS:" $$xpass "$$red"; \
867	  result_count $$1 "ERROR:" $$error "$$mgn"; \
868	}; \
869	{								\
870	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
871	    $(am__rst_title);						\
872	  create_testsuite_report --no-color;				\
873	  echo;								\
874	  echo ".. contents:: :depth: 2";				\
875	  echo;								\
876	  for b in $$bases; do echo $$b; done				\
877	    | $(am__create_global_log);					\
878	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
879	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
880	if $$success; then						\
881	  col="$$grn";							\
882	 else								\
883	  col="$$red";							\
884	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
885	fi;								\
886	echo "$${col}$$br$${std}"; 					\
887	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
888	echo "$${col}$$br$${std}"; 					\
889	create_testsuite_report --maybe-color;				\
890	echo "$$col$$br$$std";						\
891	if $$success; then :; else					\
892	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
893	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
894	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
895	  fi;								\
896	  echo "$$col$$br$$std";					\
897	fi;								\
898	$$success || exit 1
899
900check-TESTS: 
901	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
902	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
903	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
904	@set +e; $(am__set_TESTS_bases); \
905	log_list=`for i in $$bases; do echo $$i.log; done`; \
906	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
907	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
908	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
909	exit $$?;
910recheck: all 
911	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
912	@set +e; $(am__set_TESTS_bases); \
913	bases=`for i in $$bases; do echo $$i; done \
914	         | $(am__list_recheck_tests)` || exit 1; \
915	log_list=`for i in $$bases; do echo $$i.log; done`; \
916	log_list=`echo $$log_list`; \
917	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
918	        am__force_recheck=am--force-recheck \
919	        TEST_LOGS="$$log_list"; \
920	exit $$?
921tests/28045/makedep.sh.log: tests/28045/makedep.sh
922	@p='tests/28045/makedep.sh'; \
923	b='tests/28045/makedep.sh'; \
924	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
925	--log-file $$b.log --trs-file $$b.trs \
926	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
927	"$$tst" $(AM_TESTS_FD_REDIRECT)
928tests/1/makedep.sh.log: tests/1/makedep.sh
929	@p='tests/1/makedep.sh'; \
930	b='tests/1/makedep.sh'; \
931	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
932	--log-file $$b.log --trs-file $$b.trs \
933	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
934	"$$tst" $(AM_TESTS_FD_REDIRECT)
935.test.log:
936	@p='$<'; \
937	$(am__set_b); \
938	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
939	--log-file $$b.log --trs-file $$b.trs \
940	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
941	"$$tst" $(AM_TESTS_FD_REDIRECT)
942@am__EXEEXT_TRUE@.test$(EXEEXT).log:
943@am__EXEEXT_TRUE@	@p='$<'; \
944@am__EXEEXT_TRUE@	$(am__set_b); \
945@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
946@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
947@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
948@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
949distdir: $(BUILT_SOURCES)
950	$(MAKE) $(AM_MAKEFLAGS) distdir-am
951
952distdir-am: $(DISTFILES)
953	$(am__remove_distdir)
954	test -d "$(distdir)" || mkdir "$(distdir)"
955	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
956	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
957	list='$(DISTFILES)'; \
958	  dist_files=`for file in $$list; do echo $$file; done | \
959	  sed -e "s|^$$srcdirstrip/||;t" \
960	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
961	case $$dist_files in \
962	  */*) $(MKDIR_P) `echo "$$dist_files" | \
963			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
964			   sort -u` ;; \
965	esac; \
966	for file in $$dist_files; do \
967	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
968	  if test -d $$d/$$file; then \
969	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
970	    if test -d "$(distdir)/$$file"; then \
971	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
972	    fi; \
973	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
974	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
975	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
976	    fi; \
977	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
978	  else \
979	    test -f "$(distdir)/$$file" \
980	    || cp -p $$d/$$file "$(distdir)/$$file" \
981	    || exit 1; \
982	  fi; \
983	done
984	$(MAKE) $(AM_MAKEFLAGS) \
985	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
986	  dist-hook
987	-test -n "$(am__skip_mode_fix)" \
988	|| find "$(distdir)" -type d ! -perm -755 \
989		-exec chmod u+rwx,go+rx {} \; -o \
990	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
991	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
992	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
993	|| chmod -R a+r "$(distdir)"
994dist-gzip: distdir
995	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
996	$(am__post_remove_distdir)
997
998dist-bzip2: distdir
999	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1000	$(am__post_remove_distdir)
1001
1002dist-lzip: distdir
1003	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1004	$(am__post_remove_distdir)
1005dist-xz: distdir
1006	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1007	$(am__post_remove_distdir)
1008
1009dist-zstd: distdir
1010	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
1011	$(am__post_remove_distdir)
1012
1013dist-tarZ: distdir
1014	@echo WARNING: "Support for distribution archives compressed with" \
1015		       "legacy program 'compress' is deprecated." >&2
1016	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1017	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1018	$(am__post_remove_distdir)
1019
1020dist-shar: distdir
1021	@echo WARNING: "Support for shar distribution archives is" \
1022	               "deprecated." >&2
1023	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1024	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1025	$(am__post_remove_distdir)
1026
1027dist-zip: distdir
1028	-rm -f $(distdir).zip
1029	zip -rq $(distdir).zip $(distdir)
1030	$(am__post_remove_distdir)
1031
1032dist dist-all:
1033	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1034	$(am__post_remove_distdir)
1035
1036# This target untars the dist file and tries a VPATH configuration.  Then
1037# it guarantees that the distribution is self-contained by making another
1038# tarfile.
1039distcheck: dist
1040	case '$(DIST_ARCHIVES)' in \
1041	*.tar.gz*) \
1042	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1043	*.tar.bz2*) \
1044	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1045	*.tar.lz*) \
1046	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1047	*.tar.xz*) \
1048	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1049	*.tar.Z*) \
1050	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1051	*.shar.gz*) \
1052	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1053	*.zip*) \
1054	  unzip $(distdir).zip ;;\
1055	*.tar.zst*) \
1056	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1057	esac
1058	chmod -R a-w $(distdir)
1059	chmod u+w $(distdir)
1060	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1061	chmod a-w $(distdir)
1062	test -d $(distdir)/_build || exit 0; \
1063	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1064	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1065	  && am__cwd=`pwd` \
1066	  && $(am__cd) $(distdir)/_build/sub \
1067	  && ../../configure \
1068	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1069	    $(DISTCHECK_CONFIGURE_FLAGS) \
1070	    --srcdir=../.. --prefix="$$dc_install_base" \
1071	  && $(MAKE) $(AM_MAKEFLAGS) \
1072	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
1073	  && $(MAKE) $(AM_MAKEFLAGS) check \
1074	  && $(MAKE) $(AM_MAKEFLAGS) install \
1075	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1076	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1077	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1078	        distuninstallcheck \
1079	  && chmod -R a-w "$$dc_install_base" \
1080	  && ({ \
1081	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1082	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1083	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1084	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1085	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1086	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1087	  && rm -rf "$$dc_destdir" \
1088	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1089	  && rm -rf $(DIST_ARCHIVES) \
1090	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1091	  && cd "$$am__cwd" \
1092	  || exit 1
1093	$(am__post_remove_distdir)
1094	@(echo "$(distdir) archives ready for distribution: "; \
1095	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1096	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1097distuninstallcheck:
1098	@test -n '$(distuninstallcheck_dir)' || { \
1099	  echo 'ERROR: trying to run $@ with an empty' \
1100	       '$$(distuninstallcheck_dir)' >&2; \
1101	  exit 1; \
1102	}; \
1103	$(am__cd) '$(distuninstallcheck_dir)' || { \
1104	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1105	  exit 1; \
1106	}; \
1107	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1108	   || { echo "ERROR: files left after uninstall:" ; \
1109	        if test -n "$(DESTDIR)"; then \
1110	          echo "  (check DESTDIR support)"; \
1111	        fi ; \
1112	        $(distuninstallcheck_listfiles) ; \
1113	        exit 1; } >&2
1114distcleancheck: distclean
1115	@if test '$(srcdir)' = . ; then \
1116	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1117	  exit 1 ; \
1118	fi
1119	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1120	  || { echo "ERROR: files left in build directory after distclean:" ; \
1121	       $(distcleancheck_listfiles) ; \
1122	       exit 1; } >&2
1123check-am: all-am
1124	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1125check: check-am
1126all-am: Makefile $(PROGRAMS) $(DATA) makedepend-config.h
1127installdirs:
1128	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
1129	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1130	done
1131install: install-am
1132install-exec: install-exec-am
1133install-data: install-data-am
1134uninstall: uninstall-am
1135
1136install-am: all-am
1137	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1138
1139installcheck: installcheck-am
1140install-strip:
1141	if test -z '$(STRIP)'; then \
1142	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1143	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1144	      install; \
1145	else \
1146	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1147	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1148	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1149	fi
1150mostlyclean-generic:
1151	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1152	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1153	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1154
1155clean-generic:
1156	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1157
1158distclean-generic:
1159	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1160	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1161
1162maintainer-clean-generic:
1163	@echo "This command is intended for maintainers to use"
1164	@echo "it deletes files that may require special tools to rebuild."
1165	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1166clean: clean-am
1167
1168clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
1169
1170distclean: distclean-am
1171	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1172		-rm -f ./$(DEPDIR)/cppsetup.Po
1173	-rm -f ./$(DEPDIR)/ifparser.Po
1174	-rm -f ./$(DEPDIR)/include.Po
1175	-rm -f ./$(DEPDIR)/main.Po
1176	-rm -f ./$(DEPDIR)/parse.Po
1177	-rm -f ./$(DEPDIR)/pr.Po
1178	-rm -f Makefile
1179distclean-am: clean-am distclean-compile distclean-generic \
1180	distclean-hdr distclean-tags
1181
1182dvi: dvi-am
1183
1184dvi-am:
1185
1186html: html-am
1187
1188html-am:
1189
1190info: info-am
1191
1192info-am:
1193
1194install-data-am: install-appmanDATA
1195
1196install-dvi: install-dvi-am
1197
1198install-dvi-am:
1199
1200install-exec-am: install-binPROGRAMS
1201
1202install-html: install-html-am
1203
1204install-html-am:
1205
1206install-info: install-info-am
1207
1208install-info-am:
1209
1210install-man:
1211
1212install-pdf: install-pdf-am
1213
1214install-pdf-am:
1215
1216install-ps: install-ps-am
1217
1218install-ps-am:
1219
1220installcheck-am:
1221
1222maintainer-clean: maintainer-clean-am
1223	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1224	-rm -rf $(top_srcdir)/autom4te.cache
1225		-rm -f ./$(DEPDIR)/cppsetup.Po
1226	-rm -f ./$(DEPDIR)/ifparser.Po
1227	-rm -f ./$(DEPDIR)/include.Po
1228	-rm -f ./$(DEPDIR)/main.Po
1229	-rm -f ./$(DEPDIR)/parse.Po
1230	-rm -f ./$(DEPDIR)/pr.Po
1231	-rm -f Makefile
1232maintainer-clean-am: distclean-am maintainer-clean-generic
1233
1234mostlyclean: mostlyclean-am
1235
1236mostlyclean-am: mostlyclean-compile mostlyclean-generic
1237
1238pdf: pdf-am
1239
1240pdf-am:
1241
1242ps: ps-am
1243
1244ps-am:
1245
1246uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS
1247
1248.MAKE: all check-am install-am install-strip
1249
1250.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
1251	check-TESTS check-am clean clean-binPROGRAMS clean-cscope \
1252	clean-generic cscope cscopelist-am ctags ctags-am dist \
1253	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1254	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
1255	distclean-compile distclean-generic distclean-hdr \
1256	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1257	dvi-am html html-am info info-am install install-am \
1258	install-appmanDATA install-binPROGRAMS install-data \
1259	install-data-am install-dvi install-dvi-am install-exec \
1260	install-exec-am install-html install-html-am install-info \
1261	install-info-am install-man install-pdf install-pdf-am \
1262	install-ps install-ps-am install-strip installcheck \
1263	installcheck-am installdirs maintainer-clean \
1264	maintainer-clean-generic mostlyclean mostlyclean-compile \
1265	mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
1266	uninstall uninstall-am uninstall-appmanDATA \
1267	uninstall-binPROGRAMS
1268
1269.PRECIOUS: Makefile
1270
1271
1272.man.$(APP_MAN_SUFFIX):
1273	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
1274
1275.PHONY: ChangeLog
1276
1277ChangeLog:
1278	$(CHANGELOG_CMD)
1279
1280dist-hook: ChangeLog
1281
1282@LINT_TRUE@lint:
1283@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(makedepend_SOURCES)
1284
1285# Tell versions [3.59,3.63) of GNU make to not export all variables.
1286# Otherwise a system limit (for SysV at least) may be exceeded.
1287.NOEXPORT:
1288