]> git.ipfire.org Git - thirdparty/gcc.git/blame - libsanitizer/Makefile.in
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
[thirdparty/gcc.git] / libsanitizer / Makefile.in
CommitLineData
f3915b42 1# Makefile.in generated by automake 1.11.6 from Makefile.am.
f35db108
WM
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
f3915b42
MH
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
f35db108
WM
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
35814b03 17
f35db108 18VPATH = @srcdir@
f3915b42
MH
19am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
f35db108
WM
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
2a6346c4 54target_triplet = @target@
2675305b
YG
55@SANITIZER_SUPPORTED_TRUE@am__append_1 = include/sanitizer/common_interface_defs.h \
56@SANITIZER_SUPPORTED_TRUE@ include/sanitizer/lsan_interface.h \
57@SANITIZER_SUPPORTED_TRUE@ include/sanitizer/asan_interface.h
58@SANITIZER_SUPPORTED_TRUE@@USING_MAC_INTERPOSE_FALSE@am__append_2 = interception
59@LIBBACKTRACE_SUPPORTED_TRUE@@SANITIZER_SUPPORTED_TRUE@am__append_3 = libbacktrace
60@SANITIZER_SUPPORTED_TRUE@@TSAN_SUPPORTED_TRUE@am__append_4 = tsan
f35db108 61subdir = .
1868beee
JJ
62DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
63 $(top_srcdir)/configure $(am__configure_deps) \
c915a581
JJ
64 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
65 $(srcdir)/libsanitizer.spec.in
f35db108 66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
d10a2df2
L
67am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
68 $(top_srcdir)/../config/depstand.m4 \
a2479b3d 69 $(top_srcdir)/../config/lead-dot.m4 \
d10a2df2 70 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
2a6346c4 71 $(top_srcdir)/../config/multi.m4 \
a2479b3d 72 $(top_srcdir)/../config/override.m4 \
c915a581 73 $(top_srcdir)/../config/stdint.m4 \
a2479b3d
L
74 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
75 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
76 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
77 $(top_srcdir)/configure.ac
f35db108
WM
78am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79 $(ACLOCAL_M4)
80am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81 configure.lineno config.status.lineno
a2479b3d 82mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
c915a581 83CONFIG_HEADER = config.h
35814b03 84CONFIG_CLEAN_FILES = libsanitizer.spec
f35db108
WM
85CONFIG_CLEAN_VPATH_FILES =
86SOURCES =
2a6346c4
L
87MULTISRCTOP =
88MULTIBUILDTOP =
89MULTIDIRS =
90MULTISUBDIR =
91MULTIDO = true
92MULTICLEAN = true
f35db108
WM
93RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
94 html-recursive info-recursive install-data-recursive \
95 install-dvi-recursive install-exec-recursive \
96 install-html-recursive install-info-recursive \
97 install-pdf-recursive install-ps-recursive install-recursive \
98 installcheck-recursive installdirs-recursive pdf-recursive \
99 ps-recursive uninstall-recursive
f3915b42
MH
100am__can_run_installinfo = \
101 case $$AM_UPDATE_INFO_DIR in \
102 n|no|NO) false;; \
103 *) (install-info --version) >/dev/null 2>&1;; \
104 esac
35814b03
JJ
105am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106am__vpath_adj = case $$p in \
107 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108 *) f=$$p;; \
109 esac;
110am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111am__install_max = 40
112am__nobase_strip_setup = \
113 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
114am__nobase_strip = \
115 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
116am__nobase_list = $(am__nobase_strip_setup); \
117 for p in $$list; do echo "$$p $$p"; done | \
118 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
119 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120 if (++n[$$2] == $(am__install_max)) \
121 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122 END { for (dir in files) print dir, files[dir] }'
123am__base_list = \
124 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
125 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
f3915b42
MH
126am__uninstall_files_from_dir = { \
127 test -z "$$files" \
128 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130 $(am__cd) "$$dir" && rm -f $$files; }; \
131 }
2675305b
YG
132am__installdirs = "$(DESTDIR)$(sanincludedir)" \
133 "$(DESTDIR)$(toolexeclibdir)"
134HEADERS = $(nodist_saninclude_HEADERS) $(nodist_toolexeclib_HEADERS)
f35db108
WM
135RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
136 distclean-recursive maintainer-clean-recursive
137AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
1868beee 138 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
f35db108
WM
139ETAGS = etags
140CTAGS = ctags
c915a581
JJ
141DIST_SUBDIRS = sanitizer_common interception libbacktrace lsan asan \
142 ubsan tsan
f35db108 143ACLOCAL = @ACLOCAL@
c915a581 144ALLOC_FILE = @ALLOC_FILE@
f35db108
WM
145AMTAR = @AMTAR@
146AR = @AR@
147AUTOCONF = @AUTOCONF@
148AUTOHEADER = @AUTOHEADER@
149AUTOMAKE = @AUTOMAKE@
150AWK = @AWK@
c915a581
JJ
151BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
152BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
153BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
f35db108
WM
154CC = @CC@
155CCAS = @CCAS@
156CCASDEPMODE = @CCASDEPMODE@
157CCASFLAGS = @CCASFLAGS@
158CCDEPMODE = @CCDEPMODE@
159CFLAGS = @CFLAGS@
160CPP = @CPP@
161CPPFLAGS = @CPPFLAGS@
162CXX = @CXX@
163CXXCPP = @CXXCPP@
164CXXDEPMODE = @CXXDEPMODE@
165CXXFLAGS = @CXXFLAGS@
166CYGPATH_W = @CYGPATH_W@
167DEFS = @DEFS@
168DEPDIR = @DEPDIR@
f35db108
WM
169DSYMUTIL = @DSYMUTIL@
170DUMPBIN = @DUMPBIN@
171ECHO_C = @ECHO_C@
172ECHO_N = @ECHO_N@
173ECHO_T = @ECHO_T@
174EGREP = @EGREP@
175EXEEXT = @EXEEXT@
176FGREP = @FGREP@
c915a581 177FORMAT_FILE = @FORMAT_FILE@
f35db108
WM
178GREP = @GREP@
179INSTALL = @INSTALL@
180INSTALL_DATA = @INSTALL_DATA@
181INSTALL_PROGRAM = @INSTALL_PROGRAM@
182INSTALL_SCRIPT = @INSTALL_SCRIPT@
183INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184LD = @LD@
185LDFLAGS = @LDFLAGS@
186LIBOBJS = @LIBOBJS@
187LIBS = @LIBS@
d10a2df2 188LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
e1e953d9 189LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
f35db108
WM
190LIBTOOL = @LIBTOOL@
191LIPO = @LIPO@
192LN_S = @LN_S@
193LTLIBOBJS = @LTLIBOBJS@
2b723e21 194MAINT = @MAINT@
f35db108 195MAKEINFO = @MAKEINFO@
f35db108
WM
196MKDIR_P = @MKDIR_P@
197NM = @NM@
198NMEDIT = @NMEDIT@
199OBJDUMP = @OBJDUMP@
200OBJEXT = @OBJEXT@
201OTOOL = @OTOOL@
202OTOOL64 = @OTOOL64@
203PACKAGE = @PACKAGE@
204PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
205PACKAGE_NAME = @PACKAGE_NAME@
206PACKAGE_STRING = @PACKAGE_STRING@
207PACKAGE_TARNAME = @PACKAGE_TARNAME@
208PACKAGE_URL = @PACKAGE_URL@
209PACKAGE_VERSION = @PACKAGE_VERSION@
210PATH_SEPARATOR = @PATH_SEPARATOR@
211RANLIB = @RANLIB@
d041a6fc 212RPC_DEFS = @RPC_DEFS@
10189819 213SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
f35db108
WM
214SED = @SED@
215SET_MAKE = @SET_MAKE@
216SHELL = @SHELL@
217STRIP = @STRIP@
b0edd457 218TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
f35db108 219VERSION = @VERSION@
c915a581 220VIEW_FILE = @VIEW_FILE@
f35db108
WM
221abs_builddir = @abs_builddir@
222abs_srcdir = @abs_srcdir@
223abs_top_builddir = @abs_top_builddir@
224abs_top_srcdir = @abs_top_srcdir@
f35db108
WM
225ac_ct_CC = @ac_ct_CC@
226ac_ct_CXX = @ac_ct_CXX@
227ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
228am__include = @am__include@
229am__leading_dot = @am__leading_dot@
230am__quote = @am__quote@
231am__tar = @am__tar@
232am__untar = @am__untar@
233bindir = @bindir@
234build = @build@
235build_alias = @build_alias@
236build_cpu = @build_cpu@
237build_os = @build_os@
238build_vendor = @build_vendor@
239builddir = @builddir@
240datadir = @datadir@
241datarootdir = @datarootdir@
242docdir = @docdir@
243dvidir = @dvidir@
244enable_shared = @enable_shared@
245enable_static = @enable_static@
246exec_prefix = @exec_prefix@
3c36aa6b 247get_gcc_base_ver = @get_gcc_base_ver@
f35db108
WM
248host = @host@
249host_alias = @host_alias@
250host_cpu = @host_cpu@
251host_os = @host_os@
252host_vendor = @host_vendor@
253htmldir = @htmldir@
254includedir = @includedir@
255infodir = @infodir@
256install_sh = @install_sh@
257libdir = @libdir@
258libexecdir = @libexecdir@
35814b03
JJ
259link_libasan = @link_libasan@
260link_liblsan = @link_liblsan@
261link_libtsan = @link_libtsan@
262link_libubsan = @link_libubsan@
f35db108
WM
263localedir = @localedir@
264localstatedir = @localstatedir@
265mandir = @mandir@
266mkdir_p = @mkdir_p@
2a6346c4 267multi_basedir = @multi_basedir@
f35db108
WM
268oldincludedir = @oldincludedir@
269pdfdir = @pdfdir@
270prefix = @prefix@
271program_transform_name = @program_transform_name@
272psdir = @psdir@
273sbindir = @sbindir@
274sharedstatedir = @sharedstatedir@
275srcdir = @srcdir@
276sysconfdir = @sysconfdir@
2a6346c4 277target = @target@
f35db108 278target_alias = @target_alias@
2a6346c4 279target_cpu = @target_cpu@
d10a2df2 280target_noncanonical = @target_noncanonical@
2a6346c4
L
281target_os = @target_os@
282target_vendor = @target_vendor@
f35db108
WM
283toolexecdir = @toolexecdir@
284toolexeclibdir = @toolexeclibdir@
285top_build_prefix = @top_build_prefix@
286top_builddir = @top_builddir@
287top_srcdir = @top_srcdir@
a2479b3d 288ACLOCAL_AMFLAGS = -I .. -I ../config
2675305b
YG
289sanincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/sanitizer
290nodist_saninclude_HEADERS = $(am__append_1)
291@SANITIZER_SUPPORTED_TRUE@SUBDIRS = sanitizer_common $(am__append_2) \
292@SANITIZER_SUPPORTED_TRUE@ $(am__append_3) lsan asan ubsan \
293@SANITIZER_SUPPORTED_TRUE@ $(am__append_4)
3c36aa6b 294gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
b488a2c7
L
295
296# Work around what appears to be a GNU make bug handling MAKEFLAGS
297# values defined in terms of make variables, as is the case for CC and
298# friends when we are called from the top level Makefile.
299AM_MAKEFLAGS = \
300 "AR_FLAGS=$(AR_FLAGS)" \
301 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
302 "CFLAGS=$(CFLAGS)" \
303 "CXXFLAGS=$(CXXFLAGS)" \
304 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
305 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
306 "INSTALL=$(INSTALL)" \
307 "INSTALL_DATA=$(INSTALL_DATA)" \
308 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
309 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
310 "JC1FLAGS=$(JC1FLAGS)" \
311 "LDFLAGS=$(LDFLAGS)" \
312 "LIBCFLAGS=$(LIBCFLAGS)" \
313 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
314 "MAKE=$(MAKE)" \
315 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
316 "PICFLAG=$(PICFLAG)" \
317 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
318 "SHELL=$(SHELL)" \
319 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
320 "exec_prefix=$(exec_prefix)" \
321 "infodir=$(infodir)" \
322 "libdir=$(libdir)" \
323 "prefix=$(prefix)" \
324 "includedir=$(includedir)" \
325 "AR=$(AR)" \
326 "AS=$(AS)" \
327 "LD=$(LD)" \
328 "LIBCFLAGS=$(LIBCFLAGS)" \
329 "NM=$(NM)" \
330 "PICFLAG=$(PICFLAG)" \
331 "RANLIB=$(RANLIB)" \
332 "DESTDIR=$(DESTDIR)"
333
e8adb21b 334MAKEOVERRIDES =
35814b03 335nodist_toolexeclib_HEADERS = libsanitizer.spec
c915a581
JJ
336all: config.h
337 $(MAKE) $(AM_MAKEFLAGS) all-recursive
f35db108
WM
338
339.SUFFIXES:
f3915b42 340am--refresh: Makefile
f35db108 341 @:
2b723e21 342$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
f35db108
WM
343 @for dep in $?; do \
344 case '$(am__configure_deps)' in \
345 *$$dep*) \
346 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
347 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
348 && exit 0; \
349 exit 1;; \
350 esac; \
351 done; \
352 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
353 $(am__cd) $(top_srcdir) && \
354 $(AUTOMAKE) --foreign Makefile
355.PRECIOUS: Makefile
356Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357 @case '$?' in \
358 *config.status*) \
359 echo ' $(SHELL) ./config.status'; \
360 $(SHELL) ./config.status;; \
361 *) \
362 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
363 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
364 esac;
365
366$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367 $(SHELL) ./config.status --recheck
368
2b723e21 369$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
f35db108 370 $(am__cd) $(srcdir) && $(AUTOCONF)
2b723e21 371$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
f35db108
WM
372 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
373$(am__aclocal_m4_deps):
c915a581
JJ
374
375config.h: stamp-h1
f3915b42
MH
376 @if test ! -f $@; then rm -f stamp-h1; else :; fi
377 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
c915a581
JJ
378
379stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
380 @rm -f stamp-h1
381 cd $(top_builddir) && $(SHELL) ./config.status config.h
382$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
383 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
384 rm -f stamp-h1
385 touch $@
386
387distclean-hdr:
388 -rm -f config.h stamp-h1
35814b03
JJ
389libsanitizer.spec: $(top_builddir)/config.status $(srcdir)/libsanitizer.spec.in
390 cd $(top_builddir) && $(SHELL) ./config.status $@
f35db108
WM
391
392mostlyclean-libtool:
393 -rm -f *.lo
394
395clean-libtool:
396 -rm -rf .libs _libs
397
398distclean-libtool:
399 -rm -f libtool config.lt
400
2a6346c4
L
401# GNU Make needs to see an explicit $(MAKE) variable in the command it
402# runs to enable its job server during parallel builds. Hence the
403# comments below.
404all-multi:
405 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
406install-multi:
407 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
408
409mostlyclean-multi:
410 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
411clean-multi:
412 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
413distclean-multi:
414 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
415maintainer-clean-multi:
416 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
2675305b
YG
417install-nodist_sanincludeHEADERS: $(nodist_saninclude_HEADERS)
418 @$(NORMAL_INSTALL)
2675305b 419 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \
f3915b42
MH
420 if test -n "$$list"; then \
421 echo " $(MKDIR_P) '$(DESTDIR)$(sanincludedir)'"; \
422 $(MKDIR_P) "$(DESTDIR)$(sanincludedir)" || exit 1; \
423 fi; \
2675305b
YG
424 for p in $$list; do \
425 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
426 echo "$$d$$p"; \
427 done | $(am__base_list) | \
428 while read files; do \
429 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sanincludedir)'"; \
430 $(INSTALL_HEADER) $$files "$(DESTDIR)$(sanincludedir)" || exit $$?; \
431 done
432
433uninstall-nodist_sanincludeHEADERS:
434 @$(NORMAL_UNINSTALL)
435 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \
436 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
f3915b42 437 dir='$(DESTDIR)$(sanincludedir)'; $(am__uninstall_files_from_dir)
35814b03
JJ
438install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
439 @$(NORMAL_INSTALL)
35814b03 440 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
f3915b42
MH
441 if test -n "$$list"; then \
442 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
443 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
444 fi; \
35814b03
JJ
445 for p in $$list; do \
446 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
447 echo "$$d$$p"; \
448 done | $(am__base_list) | \
449 while read files; do \
450 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
451 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
452 done
453
454uninstall-nodist_toolexeclibHEADERS:
455 @$(NORMAL_UNINSTALL)
456 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
457 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
f3915b42 458 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
2a6346c4 459
f35db108
WM
460# This directory's subdirectories are mostly independent; you can cd
461# into them and run `make' without going through this Makefile.
462# To change the values of `make' variables: instead of editing Makefiles,
463# (1) if the variable is set in `config.status', edit `config.status'
464# (which will cause the Makefiles to be regenerated when you run `make');
465# (2) otherwise, pass the desired values on the `make' command line.
466$(RECURSIVE_TARGETS):
467 @fail= failcom='exit 1'; \
468 for f in x $$MAKEFLAGS; do \
469 case $$f in \
470 *=* | --[!k]*);; \
471 *k*) failcom='fail=yes';; \
472 esac; \
473 done; \
474 dot_seen=no; \
475 target=`echo $@ | sed s/-recursive//`; \
476 list='$(SUBDIRS)'; for subdir in $$list; do \
477 echo "Making $$target in $$subdir"; \
478 if test "$$subdir" = "."; then \
479 dot_seen=yes; \
480 local_target="$$target-am"; \
481 else \
482 local_target="$$target"; \
483 fi; \
484 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
485 || eval $$failcom; \
486 done; \
487 if test "$$dot_seen" = "no"; then \
488 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
489 fi; test -z "$$fail"
490
491$(RECURSIVE_CLEAN_TARGETS):
492 @fail= failcom='exit 1'; \
493 for f in x $$MAKEFLAGS; do \
494 case $$f in \
495 *=* | --[!k]*);; \
496 *k*) failcom='fail=yes';; \
497 esac; \
498 done; \
499 dot_seen=no; \
500 case "$@" in \
501 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
502 *) list='$(SUBDIRS)' ;; \
503 esac; \
504 rev=''; for subdir in $$list; do \
505 if test "$$subdir" = "."; then :; else \
506 rev="$$subdir $$rev"; \
507 fi; \
508 done; \
509 rev="$$rev ."; \
510 target=`echo $@ | sed s/-recursive//`; \
511 for subdir in $$rev; do \
512 echo "Making $$target in $$subdir"; \
513 if test "$$subdir" = "."; then \
514 local_target="$$target-am"; \
515 else \
516 local_target="$$target"; \
517 fi; \
518 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
519 || eval $$failcom; \
520 done && test -z "$$fail"
521tags-recursive:
522 list='$(SUBDIRS)'; for subdir in $$list; do \
523 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
524 done
525ctags-recursive:
526 list='$(SUBDIRS)'; for subdir in $$list; do \
527 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
528 done
529
530ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
531 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
532 unique=`for i in $$list; do \
533 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
534 done | \
535 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
536 END { if (nonempty) { for (i in files) print i; }; }'`; \
537 mkid -fID $$unique
538tags: TAGS
539
c915a581 540TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
f35db108
WM
541 $(TAGS_FILES) $(LISP)
542 set x; \
543 here=`pwd`; \
544 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
545 include_option=--etags-include; \
546 empty_fix=.; \
547 else \
548 include_option=--include; \
549 empty_fix=; \
550 fi; \
551 list='$(SUBDIRS)'; for subdir in $$list; do \
552 if test "$$subdir" = .; then :; else \
553 test ! -f $$subdir/TAGS || \
554 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
555 fi; \
556 done; \
c915a581 557 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
f35db108
WM
558 unique=`for i in $$list; do \
559 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560 done | \
561 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562 END { if (nonempty) { for (i in files) print i; }; }'`; \
563 shift; \
564 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
565 test -n "$$unique" || unique=$$empty_fix; \
566 if test $$# -gt 0; then \
567 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568 "$$@" $$unique; \
569 else \
570 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571 $$unique; \
572 fi; \
573 fi
574ctags: CTAGS
c915a581 575CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
f35db108 576 $(TAGS_FILES) $(LISP)
c915a581 577 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
f35db108
WM
578 unique=`for i in $$list; do \
579 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
580 done | \
581 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
582 END { if (nonempty) { for (i in files) print i; }; }'`; \
583 test -z "$(CTAGS_ARGS)$$unique" \
584 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
585 $$unique
586
587GTAGS:
588 here=`$(am__cd) $(top_builddir) && pwd` \
589 && $(am__cd) $(top_srcdir) \
590 && gtags -i $(GTAGS_ARGS) "$$here"
591
592distclean-tags:
593 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
f35db108
WM
594check-am: all-am
595check: check-recursive
c915a581 596all-am: Makefile all-multi $(HEADERS) config.h
f35db108
WM
597installdirs: installdirs-recursive
598installdirs-am:
2675305b 599 for dir in "$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
35814b03
JJ
600 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
601 done
f35db108
WM
602install: install-recursive
603install-exec: install-exec-recursive
604install-data: install-data-recursive
605uninstall: uninstall-recursive
606
607install-am: all-am
608 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
609
610installcheck: installcheck-recursive
611install-strip:
f3915b42
MH
612 if test -z '$(STRIP)'; then \
613 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
614 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
615 install; \
616 else \
617 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
618 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
619 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
620 fi
f35db108
WM
621mostlyclean-generic:
622
623clean-generic:
624
625distclean-generic:
626 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
627 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
628
629maintainer-clean-generic:
630 @echo "This command is intended for maintainers to use"
631 @echo "it deletes files that may require special tools to rebuild."
2a6346c4 632clean: clean-multi clean-recursive
f35db108
WM
633
634clean-am: clean-generic clean-libtool mostlyclean-am
635
2a6346c4 636distclean: distclean-multi distclean-recursive
f35db108
WM
637 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
638 -rm -f Makefile
c915a581
JJ
639distclean-am: clean-am distclean-generic distclean-hdr \
640 distclean-libtool distclean-tags
f35db108
WM
641
642dvi: dvi-recursive
643
644dvi-am:
645
646html: html-recursive
647
648html-am:
649
650info: info-recursive
651
652info-am:
653
2675305b 654install-data-am: install-nodist_sanincludeHEADERS
f35db108
WM
655
656install-dvi: install-dvi-recursive
657
658install-dvi-am:
659
35814b03 660install-exec-am: install-multi install-nodist_toolexeclibHEADERS
f35db108
WM
661
662install-html: install-html-recursive
663
664install-html-am:
665
666install-info: install-info-recursive
667
668install-info-am:
669
670install-man:
671
672install-pdf: install-pdf-recursive
673
674install-pdf-am:
675
676install-ps: install-ps-recursive
677
678install-ps-am:
679
680installcheck-am:
681
2a6346c4 682maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
f35db108
WM
683 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
684 -rm -rf $(top_srcdir)/autom4te.cache
685 -rm -f Makefile
686maintainer-clean-am: distclean-am maintainer-clean-generic
687
2a6346c4 688mostlyclean: mostlyclean-multi mostlyclean-recursive
f35db108
WM
689
690mostlyclean-am: mostlyclean-generic mostlyclean-libtool
691
692pdf: pdf-recursive
693
694pdf-am:
695
696ps: ps-recursive
697
698ps-am:
699
2675305b
YG
700uninstall-am: uninstall-nodist_sanincludeHEADERS \
701 uninstall-nodist_toolexeclibHEADERS
f35db108 702
c915a581 703.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
2a6346c4
L
704 clean-multi ctags-recursive distclean-multi install-am \
705 install-multi install-strip maintainer-clean-multi \
706 mostlyclean-multi tags-recursive
f35db108
WM
707
708.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
2a6346c4
L
709 all all-am all-multi am--refresh check check-am clean \
710 clean-generic clean-libtool clean-multi ctags ctags-recursive \
c915a581
JJ
711 distclean distclean-generic distclean-hdr distclean-libtool \
712 distclean-multi distclean-tags dvi dvi-am html html-am info \
713 info-am install install-am install-data install-data-am \
714 install-dvi install-dvi-am install-exec install-exec-am \
715 install-html install-html-am install-info install-info-am \
2675305b
YG
716 install-man install-multi install-nodist_sanincludeHEADERS \
717 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
718 install-ps install-ps-am install-strip installcheck \
719 installcheck-am installdirs installdirs-am maintainer-clean \
720 maintainer-clean-generic maintainer-clean-multi mostlyclean \
721 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
722 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
723 uninstall-nodist_sanincludeHEADERS \
35814b03 724 uninstall-nodist_toolexeclibHEADERS
f35db108
WM
725
726
727# Tell versions [3.59,3.63) of GNU make to not export all variables.
728# Otherwise a system limit (for SysV at least) may be exceeded.
729.NOEXPORT: