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