tests
[official-gcc.git] / libsanitizer / asan / Makefile.in
blobe4b2b5cb39dc277e60aa7f86b4b3b59cd5780ea3
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
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.
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.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = asan
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
42 $(top_srcdir)/../config/lead-dot.m4 \
43 $(top_srcdir)/../config/multi.m4 \
44 $(top_srcdir)/../config/override.m4 \
45 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
46 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
47 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
48 $(top_srcdir)/configure.ac
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4)
51 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
52 CONFIG_CLEAN_FILES =
53 CONFIG_CLEAN_VPATH_FILES =
54 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55 am__vpath_adj = case $$p in \
56 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57 *) f=$$p;; \
58 esac;
59 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
60 am__install_max = 40
61 am__nobase_strip_setup = \
62 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
63 am__nobase_strip = \
64 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
65 am__nobase_list = $(am__nobase_strip_setup); \
66 for p in $$list; do echo "$$p $$p"; done | \
67 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
68 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
69 if (++n[$$2] == $(am__install_max)) \
70 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
71 END { for (dir in files) print dir, files[dir] }'
72 am__base_list = \
73 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
74 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
75 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
76 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
77 libasan_la_DEPENDENCIES = \
78 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
79 $(top_builddir)/interception/libinterception.la \
80 $(top_builddir)/../libstdc++-v3/src/libstdc++.la
81 am__objects_1 = asan_allocator.lo asan_interceptors.lo asan_mac.lo \
82 asan_malloc_mac.lo asan_new_delete.lo asan_posix.lo \
83 asan_rtl.lo asan_stats.lo asan_thread_registry.lo \
84 asan_globals.lo asan_linux.lo asan_malloc_linux.lo \
85 asan_malloc_win.lo asan_poisoning.lo asan_report.lo \
86 asan_stack.lo asan_thread.lo asan_win.lo
87 am_libasan_la_OBJECTS = $(am__objects_1)
88 libasan_la_OBJECTS = $(am_libasan_la_OBJECTS)
89 libasan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
90 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
91 $(CXXFLAGS) $(libasan_la_LDFLAGS) $(LDFLAGS) -o $@
92 DEFAULT_INCLUDES = -I.@am__isrc@
93 depcomp = $(SHELL) $(top_srcdir)/../depcomp
94 am__depfiles_maybe = depfiles
95 am__mv = mv -f
96 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
98 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
100 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
101 CXXLD = $(CXX)
102 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
104 $(LDFLAGS) -o $@
105 SOURCES = $(libasan_la_SOURCES)
106 DIST_SOURCES = $(libasan_la_SOURCES)
107 ETAGS = etags
108 CTAGS = ctags
109 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110 ACLOCAL = @ACLOCAL@
111 AMTAR = @AMTAR@
112 AR = @AR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 CC = @CC@
118 CCAS = @CCAS@
119 CCASDEPMODE = @CCASDEPMODE@
120 CCASFLAGS = @CCASFLAGS@
121 CCDEPMODE = @CCDEPMODE@
122 CFLAGS = @CFLAGS@
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_HAS_EXCEPTIONS=1 -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=0 -DASAN_NEEDS_SEGV=1
131 DEPDIR = @DEPDIR@
132 DSYMUTIL = @DSYMUTIL@
133 DUMPBIN = @DUMPBIN@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 FGREP = @FGREP@
140 GREP = @GREP@
141 INSTALL = @INSTALL@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 LD = @LD@
147 LDFLAGS = @LDFLAGS@
148 LIBOBJS = @LIBOBJS@
149 LIBS = @LIBS@
150 LIBTOOL = @LIBTOOL@
151 LIPO = @LIPO@
152 LN_S = @LN_S@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAKEINFO = @MAKEINFO@
155 MKDIR_P = @MKDIR_P@
156 NM = @NM@
157 NMEDIT = @NMEDIT@
158 OBJDUMP = @OBJDUMP@
159 OBJEXT = @OBJEXT@
160 OTOOL = @OTOOL@
161 OTOOL64 = @OTOOL64@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_URL = @PACKAGE_URL@
168 PACKAGE_VERSION = @PACKAGE_VERSION@
169 PATH_SEPARATOR = @PATH_SEPARATOR@
170 RANLIB = @RANLIB@
171 SED = @SED@
172 SET_MAKE = @SET_MAKE@
173 SHELL = @SHELL@
174 STRIP = @STRIP@
175 VERSION = @VERSION@
176 abs_builddir = @abs_builddir@
177 abs_srcdir = @abs_srcdir@
178 abs_top_builddir = @abs_top_builddir@
179 abs_top_srcdir = @abs_top_srcdir@
180 ac_ct_CC = @ac_ct_CC@
181 ac_ct_CXX = @ac_ct_CXX@
182 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
183 am__include = @am__include@
184 am__leading_dot = @am__leading_dot@
185 am__quote = @am__quote@
186 am__tar = @am__tar@
187 am__untar = @am__untar@
188 bindir = @bindir@
189 build = @build@
190 build_alias = @build_alias@
191 build_cpu = @build_cpu@
192 build_os = @build_os@
193 build_vendor = @build_vendor@
194 builddir = @builddir@
195 datadir = @datadir@
196 datarootdir = @datarootdir@
197 docdir = @docdir@
198 dvidir = @dvidir@
199 enable_shared = @enable_shared@
200 enable_static = @enable_static@
201 exec_prefix = @exec_prefix@
202 host = @host@
203 host_alias = @host_alias@
204 host_cpu = @host_cpu@
205 host_os = @host_os@
206 host_vendor = @host_vendor@
207 htmldir = @htmldir@
208 includedir = @includedir@
209 infodir = @infodir@
210 install_sh = @install_sh@
211 libdir = @libdir@
212 libexecdir = @libexecdir@
213 localedir = @localedir@
214 localstatedir = @localstatedir@
215 mandir = @mandir@
216 mkdir_p = @mkdir_p@
217 multi_basedir = @multi_basedir@
218 oldincludedir = @oldincludedir@
219 pdfdir = @pdfdir@
220 prefix = @prefix@
221 program_transform_name = @program_transform_name@
222 psdir = @psdir@
223 sbindir = @sbindir@
224 sharedstatedir = @sharedstatedir@
225 srcdir = @srcdir@
226 sysconfdir = @sysconfdir@
227 target = @target@
228 target_alias = @target_alias@
229 target_cpu = @target_cpu@
230 target_os = @target_os@
231 target_vendor = @target_vendor@
232 toolexecdir = @toolexecdir@
233 toolexeclibdir = @toolexeclibdir@
234 top_build_prefix = @top_build_prefix@
235 top_builddir = @top_builddir@
236 top_srcdir = @top_srcdir@
237 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
238 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -Wno-c99-extensions
239 ACLOCAL_AMFLAGS = -I m4
240 toolexeclib_LTLIBRARIES = libasan.la
241 asan_files = \
242 asan_allocator.cc \
243 asan_interceptors.cc \
244 asan_mac.cc \
245 asan_malloc_mac.cc \
246 asan_new_delete.cc \
247 asan_posix.cc \
248 asan_rtl.cc \
249 asan_stats.cc \
250 asan_thread_registry.cc \
251 asan_globals.cc \
252 asan_linux.cc \
253 asan_malloc_linux.cc \
254 asan_malloc_win.cc \
255 asan_poisoning.cc \
256 asan_report.cc \
257 asan_stack.cc \
258 asan_thread.cc \
259 asan_win.cc
261 libasan_la_SOURCES = $(asan_files)
262 libasan_la_LIBADD = $(top_builddir)/sanitizer_common/libsanitizer_common.la $(top_builddir)/interception/libinterception.la $(top_builddir)/../libstdc++-v3/src/libstdc++.la
263 libasan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` -lpthread -ldl
265 # Work around what appears to be a GNU make bug handling MAKEFLAGS
266 # values defined in terms of make variables, as is the case for CC and
267 # friends when we are called from the top level Makefile.
268 AM_MAKEFLAGS = \
269 "AR_FLAGS=$(AR_FLAGS)" \
270 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
271 "CFLAGS=$(CFLAGS)" \
272 "CXXFLAGS=$(CXXFLAGS)" \
273 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
274 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
275 "INSTALL=$(INSTALL)" \
276 "INSTALL_DATA=$(INSTALL_DATA)" \
277 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
278 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
279 "JC1FLAGS=$(JC1FLAGS)" \
280 "LDFLAGS=$(LDFLAGS)" \
281 "LIBCFLAGS=$(LIBCFLAGS)" \
282 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
283 "MAKE=$(MAKE)" \
284 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
285 "PICFLAG=$(PICFLAG)" \
286 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
287 "SHELL=$(SHELL)" \
288 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
289 "exec_prefix=$(exec_prefix)" \
290 "infodir=$(infodir)" \
291 "libdir=$(libdir)" \
292 "prefix=$(prefix)" \
293 "includedir=$(includedir)" \
294 "AR=$(AR)" \
295 "AS=$(AS)" \
296 "CC=$(CC)" \
297 "CXX=$(CXX)" \
298 "LD=$(LD)" \
299 "LIBCFLAGS=$(LIBCFLAGS)" \
300 "NM=$(NM)" \
301 "PICFLAG=$(PICFLAG)" \
302 "RANLIB=$(RANLIB)" \
303 "DESTDIR=$(DESTDIR)"
305 MAKEOVERRIDES =
306 all: all-am
308 .SUFFIXES:
309 .SUFFIXES: .cc .lo .o .obj
310 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
311 @for dep in $?; do \
312 case '$(am__configure_deps)' in \
313 *$$dep*) \
314 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
315 && { if test -f $@; then exit 0; else break; fi; }; \
316 exit 1;; \
317 esac; \
318 done; \
319 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asan/Makefile'; \
320 $(am__cd) $(top_srcdir) && \
321 $(AUTOMAKE) --foreign asan/Makefile
322 .PRECIOUS: Makefile
323 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324 @case '$?' in \
325 *config.status*) \
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327 *) \
328 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330 esac;
332 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(top_srcdir)/configure: $(am__configure_deps)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339 $(am__aclocal_m4_deps):
340 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
341 @$(NORMAL_INSTALL)
342 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
343 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
344 list2=; for p in $$list; do \
345 if test -f $$p; then \
346 list2="$$list2 $$p"; \
347 else :; fi; \
348 done; \
349 test -z "$$list2" || { \
350 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
351 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
354 uninstall-toolexeclibLTLIBRARIES:
355 @$(NORMAL_UNINSTALL)
356 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
357 for p in $$list; do \
358 $(am__strip_dir) \
359 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
360 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
361 done
363 clean-toolexeclibLTLIBRARIES:
364 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
365 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
366 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
367 test "$$dir" != "$$p" || dir=.; \
368 echo "rm -f \"$${dir}/so_locations\""; \
369 rm -f "$${dir}/so_locations"; \
370 done
371 libasan.la: $(libasan_la_OBJECTS) $(libasan_la_DEPENDENCIES)
372 $(libasan_la_LINK) -rpath $(toolexeclibdir) $(libasan_la_OBJECTS) $(libasan_la_LIBADD) $(LIBS)
374 mostlyclean-compile:
375 -rm -f *.$(OBJEXT)
377 distclean-compile:
378 -rm -f *.tab.c
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_allocator.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_globals.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_linux.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_mac.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_linux.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_mac.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_win.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_new_delete.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_poisoning.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_posix.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_report.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_rtl.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stack.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stats.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread_registry.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win.Plo@am__quote@
399 .cc.o:
400 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
401 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
406 .cc.obj:
407 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
408 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
413 .cc.lo:
414 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
415 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
417 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
420 mostlyclean-libtool:
421 -rm -f *.lo
423 clean-libtool:
424 -rm -rf .libs _libs
426 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
427 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428 unique=`for i in $$list; do \
429 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430 done | \
431 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432 END { if (nonempty) { for (i in files) print i; }; }'`; \
433 mkid -fID $$unique
434 tags: TAGS
436 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
437 $(TAGS_FILES) $(LISP)
438 set x; \
439 here=`pwd`; \
440 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
441 unique=`for i in $$list; do \
442 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443 done | \
444 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445 END { if (nonempty) { for (i in files) print i; }; }'`; \
446 shift; \
447 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448 test -n "$$unique" || unique=$$empty_fix; \
449 if test $$# -gt 0; then \
450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451 "$$@" $$unique; \
452 else \
453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454 $$unique; \
455 fi; \
457 ctags: CTAGS
458 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
459 $(TAGS_FILES) $(LISP)
460 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
461 unique=`for i in $$list; do \
462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 done | \
464 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465 END { if (nonempty) { for (i in files) print i; }; }'`; \
466 test -z "$(CTAGS_ARGS)$$unique" \
467 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468 $$unique
470 GTAGS:
471 here=`$(am__cd) $(top_builddir) && pwd` \
472 && $(am__cd) $(top_srcdir) \
473 && gtags -i $(GTAGS_ARGS) "$$here"
475 distclean-tags:
476 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478 distdir: $(DISTFILES)
479 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481 list='$(DISTFILES)'; \
482 dist_files=`for file in $$list; do echo $$file; done | \
483 sed -e "s|^$$srcdirstrip/||;t" \
484 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
485 case $$dist_files in \
486 */*) $(MKDIR_P) `echo "$$dist_files" | \
487 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
488 sort -u` ;; \
489 esac; \
490 for file in $$dist_files; do \
491 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492 if test -d $$d/$$file; then \
493 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
494 if test -d "$(distdir)/$$file"; then \
495 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496 fi; \
497 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 fi; \
501 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
502 else \
503 test -f "$(distdir)/$$file" \
504 || cp -p $$d/$$file "$(distdir)/$$file" \
505 || exit 1; \
506 fi; \
507 done
508 check-am: all-am
509 check: check-am
510 all-am: Makefile $(LTLIBRARIES)
511 installdirs:
512 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
513 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
514 done
515 install: install-am
516 install-exec: install-exec-am
517 install-data: install-data-am
518 uninstall: uninstall-am
520 install-am: all-am
521 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
523 installcheck: installcheck-am
524 install-strip:
525 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
526 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
527 `test -z '$(STRIP)' || \
528 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
529 mostlyclean-generic:
531 clean-generic:
533 distclean-generic:
534 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
535 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
537 maintainer-clean-generic:
538 @echo "This command is intended for maintainers to use"
539 @echo "it deletes files that may require special tools to rebuild."
540 clean: clean-am
542 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
543 mostlyclean-am
545 distclean: distclean-am
546 -rm -rf ./$(DEPDIR)
547 -rm -f Makefile
548 distclean-am: clean-am distclean-compile distclean-generic \
549 distclean-tags
551 dvi: dvi-am
553 dvi-am:
555 html: html-am
557 html-am:
559 info: info-am
561 info-am:
563 install-data-am:
565 install-dvi: install-dvi-am
567 install-dvi-am:
569 install-exec-am: install-toolexeclibLTLIBRARIES
571 install-html: install-html-am
573 install-html-am:
575 install-info: install-info-am
577 install-info-am:
579 install-man:
581 install-pdf: install-pdf-am
583 install-pdf-am:
585 install-ps: install-ps-am
587 install-ps-am:
589 installcheck-am:
591 maintainer-clean: maintainer-clean-am
592 -rm -rf ./$(DEPDIR)
593 -rm -f Makefile
594 maintainer-clean-am: distclean-am maintainer-clean-generic
596 mostlyclean: mostlyclean-am
598 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
599 mostlyclean-libtool
601 pdf: pdf-am
603 pdf-am:
605 ps: ps-am
607 ps-am:
609 uninstall-am: uninstall-toolexeclibLTLIBRARIES
611 .MAKE: install-am install-strip
613 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
614 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
615 distclean-compile distclean-generic distclean-libtool \
616 distclean-tags distdir dvi dvi-am html html-am info info-am \
617 install install-am install-data install-data-am install-dvi \
618 install-dvi-am install-exec install-exec-am install-html \
619 install-html-am install-info install-info-am install-man \
620 install-pdf install-pdf-am install-ps install-ps-am \
621 install-strip install-toolexeclibLTLIBRARIES installcheck \
622 installcheck-am installdirs maintainer-clean \
623 maintainer-clean-generic mostlyclean mostlyclean-compile \
624 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
625 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
628 # Tell versions [3.59,3.63) of GNU make to not export all variables.
629 # Otherwise a system limit (for SysV at least) may be exceeded.
630 .NOEXPORT: