* configure.ac: Change target-libasan to target-libsanitizer.
[official-gcc.git] / libsanitizer / asan / Makefile.in
blobe84dfb427c636c4b7f98336d722e658727788c6f
1 # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6 # Foundation, 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 subdir = asan
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
46 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47 am__vpath_adj = case $$p in \
48 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49 *) f=$$p;; \
50 esac;
51 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
52 am__install_max = 40
53 am__nobase_strip_setup = \
54 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
55 am__nobase_strip = \
56 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
57 am__nobase_list = $(am__nobase_strip_setup); \
58 for p in $$list; do echo "$$p $$p"; done | \
59 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
60 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
61 if (++n[$$2] == $(am__install_max)) \
62 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
63 END { for (dir in files) print dir, files[dir] }'
64 am__base_list = \
65 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
67 am__uninstall_files_from_dir = { \
68 test -z "$$files" \
69 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
70 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
71 $(am__cd) "$$dir" && rm -f $$files; }; \
73 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
74 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
75 libasan_la_DEPENDENCIES = \
76 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
77 $(top_builddir)/interception/libinterception.la \
78 $(top_builddir)/../libstdc++-v3/src/libstdc++.la
79 am__objects_1 = asan_allocator.lo asan_interceptors.lo asan_mac.lo \
80 asan_malloc_mac.lo asan_new_delete.lo asan_posix.lo \
81 asan_rtl.lo asan_stats.lo asan_thread_registry.lo \
82 asan_globals.lo asan_linux.lo asan_malloc_linux.lo \
83 asan_malloc_win.lo asan_poisoning.lo asan_report.lo \
84 asan_stack.lo asan_thread.lo asan_win.lo
85 am_libasan_la_OBJECTS = $(am__objects_1)
86 libasan_la_OBJECTS = $(am_libasan_la_OBJECTS)
87 libasan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
88 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
89 $(CXXFLAGS) $(libasan_la_LDFLAGS) $(LDFLAGS) -o $@
90 DEFAULT_INCLUDES = -I.@am__isrc@
91 depcomp = $(SHELL) $(top_srcdir)/depcomp
92 am__depfiles_maybe = depfiles
93 am__mv = mv -f
94 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
95 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
96 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
98 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
99 CXXLD = $(CXX)
100 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
102 $(LDFLAGS) -o $@
103 SOURCES = $(libasan_la_SOURCES)
104 DIST_SOURCES = $(libasan_la_SOURCES)
105 ETAGS = etags
106 CTAGS = ctags
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 ACLOCAL = @ACLOCAL@
109 AMTAR = @AMTAR@
110 AR = @AR@
111 AUTOCONF = @AUTOCONF@
112 AUTOHEADER = @AUTOHEADER@
113 AUTOMAKE = @AUTOMAKE@
114 AWK = @AWK@
115 CC = @CC@
116 CCAS = @CCAS@
117 CCASDEPMODE = @CCASDEPMODE@
118 CCASFLAGS = @CCASFLAGS@
119 CCDEPMODE = @CCDEPMODE@
120 CFLAGS = @CFLAGS@
121 CPP = @CPP@
122 CPPFLAGS = @CPPFLAGS@
123 CXX = @CXX@
124 CXXCPP = @CXXCPP@
125 CXXDEPMODE = @CXXDEPMODE@
126 CXXFLAGS = @CXXFLAGS@
127 CYGPATH_W = @CYGPATH_W@
128 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
129 DEPDIR = @DEPDIR@
130 DLLTOOL = @DLLTOOL@
131 DSYMUTIL = @DSYMUTIL@
132 DUMPBIN = @DUMPBIN@
133 ECHO_C = @ECHO_C@
134 ECHO_N = @ECHO_N@
135 ECHO_T = @ECHO_T@
136 EGREP = @EGREP@
137 EXEEXT = @EXEEXT@
138 FGREP = @FGREP@
139 GREP = @GREP@
140 INSTALL = @INSTALL@
141 INSTALL_DATA = @INSTALL_DATA@
142 INSTALL_PROGRAM = @INSTALL_PROGRAM@
143 INSTALL_SCRIPT = @INSTALL_SCRIPT@
144 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145 LD = @LD@
146 LDFLAGS = @LDFLAGS@
147 LIBOBJS = @LIBOBJS@
148 LIBS = @LIBS@
149 LIBTOOL = @LIBTOOL@
150 LIPO = @LIPO@
151 LN_S = @LN_S@
152 LTLIBOBJS = @LTLIBOBJS@
153 MAKEINFO = @MAKEINFO@
154 MANIFEST_TOOL = @MANIFEST_TOOL@
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_AR = @ac_ct_AR@
181 ac_ct_CC = @ac_ct_CC@
182 ac_ct_CXX = @ac_ct_CXX@
183 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
184 am__include = @am__include@
185 am__leading_dot = @am__leading_dot@
186 am__quote = @am__quote@
187 am__tar = @am__tar@
188 am__untar = @am__untar@
189 bindir = @bindir@
190 build = @build@
191 build_alias = @build_alias@
192 build_cpu = @build_cpu@
193 build_os = @build_os@
194 build_vendor = @build_vendor@
195 builddir = @builddir@
196 datadir = @datadir@
197 datarootdir = @datarootdir@
198 docdir = @docdir@
199 dvidir = @dvidir@
200 enable_shared = @enable_shared@
201 enable_static = @enable_static@
202 exec_prefix = @exec_prefix@
203 host = @host@
204 host_alias = @host_alias@
205 host_cpu = @host_cpu@
206 host_os = @host_os@
207 host_vendor = @host_vendor@
208 htmldir = @htmldir@
209 includedir = @includedir@
210 infodir = @infodir@
211 install_sh = @install_sh@
212 libdir = @libdir@
213 libexecdir = @libexecdir@
214 localedir = @localedir@
215 localstatedir = @localstatedir@
216 mandir = @mandir@
217 mkdir_p = @mkdir_p@
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_alias = @target_alias@
228 toolexecdir = @toolexecdir@
229 toolexeclibdir = @toolexeclibdir@
230 top_build_prefix = @top_build_prefix@
231 top_builddir = @top_builddir@
232 top_srcdir = @top_srcdir@
233 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
234 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
235 ACLOCAL_AMFLAGS = -I m4
236 toolexeclib_LTLIBRARIES = libasan.la
237 asan_files = \
238 asan_allocator.cc \
239 asan_interceptors.cc \
240 asan_mac.cc \
241 asan_malloc_mac.cc \
242 asan_new_delete.cc \
243 asan_posix.cc \
244 asan_rtl.cc \
245 asan_stats.cc \
246 asan_thread_registry.cc \
247 asan_globals.cc \
248 asan_linux.cc \
249 asan_malloc_linux.cc \
250 asan_malloc_win.cc \
251 asan_poisoning.cc \
252 asan_report.cc \
253 asan_stack.cc \
254 asan_thread.cc \
255 asan_win.cc
257 libasan_la_SOURCES = $(asan_files)
258 libasan_la_LIBADD = $(top_builddir)/sanitizer_common/libsanitizer_common.la $(top_builddir)/interception/libinterception.la $(top_builddir)/../libstdc++-v3/src/libstdc++.la
259 libasan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` -lpthread -ldl
261 # Work around what appears to be a GNU make bug handling MAKEFLAGS
262 # values defined in terms of make variables, as is the case for CC and
263 # friends when we are called from the top level Makefile.
264 AM_MAKEFLAGS = \
265 "AR_FLAGS=$(AR_FLAGS)" \
266 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
267 "CFLAGS=$(CFLAGS)" \
268 "CXXFLAGS=$(CXXFLAGS)" \
269 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
270 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
271 "INSTALL=$(INSTALL)" \
272 "INSTALL_DATA=$(INSTALL_DATA)" \
273 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
274 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
275 "JC1FLAGS=$(JC1FLAGS)" \
276 "LDFLAGS=$(LDFLAGS)" \
277 "LIBCFLAGS=$(LIBCFLAGS)" \
278 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
279 "MAKE=$(MAKE)" \
280 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
281 "PICFLAG=$(PICFLAG)" \
282 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
283 "SHELL=$(SHELL)" \
284 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
285 "exec_prefix=$(exec_prefix)" \
286 "infodir=$(infodir)" \
287 "libdir=$(libdir)" \
288 "prefix=$(prefix)" \
289 "includedir=$(includedir)" \
290 "AR=$(AR)" \
291 "AS=$(AS)" \
292 "CC=$(CC)" \
293 "CXX=$(CXX)" \
294 "LD=$(LD)" \
295 "LIBCFLAGS=$(LIBCFLAGS)" \
296 "NM=$(NM)" \
297 "PICFLAG=$(PICFLAG)" \
298 "RANLIB=$(RANLIB)" \
299 "DESTDIR=$(DESTDIR)"
301 MAKEOVERRIDES =
302 all: all-am
304 .SUFFIXES:
305 .SUFFIXES: .cc .lo .o .obj
306 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
307 @for dep in $?; do \
308 case '$(am__configure_deps)' in \
309 *$$dep*) \
310 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
311 && { if test -f $@; then exit 0; else break; fi; }; \
312 exit 1;; \
313 esac; \
314 done; \
315 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asan/Makefile'; \
316 $(am__cd) $(top_srcdir) && \
317 $(AUTOMAKE) --foreign asan/Makefile
318 .PRECIOUS: Makefile
319 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320 @case '$?' in \
321 *config.status*) \
322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
323 *) \
324 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
325 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
326 esac;
328 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(top_srcdir)/configure: $(am__configure_deps)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(am__aclocal_m4_deps):
336 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
337 @$(NORMAL_INSTALL)
338 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
339 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
340 list2=; for p in $$list; do \
341 if test -f $$p; then \
342 list2="$$list2 $$p"; \
343 else :; fi; \
344 done; \
345 test -z "$$list2" || { \
346 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
347 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
350 uninstall-toolexeclibLTLIBRARIES:
351 @$(NORMAL_UNINSTALL)
352 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
353 for p in $$list; do \
354 $(am__strip_dir) \
355 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
356 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
357 done
359 clean-toolexeclibLTLIBRARIES:
360 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
361 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
362 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
363 test "$$dir" != "$$p" || dir=.; \
364 echo "rm -f \"$${dir}/so_locations\""; \
365 rm -f "$${dir}/so_locations"; \
366 done
367 libasan.la: $(libasan_la_OBJECTS) $(libasan_la_DEPENDENCIES) $(EXTRA_libasan_la_DEPENDENCIES)
368 $(libasan_la_LINK) -rpath $(toolexeclibdir) $(libasan_la_OBJECTS) $(libasan_la_LIBADD) $(LIBS)
370 mostlyclean-compile:
371 -rm -f *.$(OBJEXT)
373 distclean-compile:
374 -rm -f *.tab.c
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_allocator.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_globals.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_linux.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_mac.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_linux.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_mac.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_win.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_new_delete.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_poisoning.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_posix.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_report.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_rtl.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stack.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stats.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread_registry.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win.Plo@am__quote@
395 .cc.o:
396 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
398 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
402 .cc.obj:
403 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
404 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
409 .cc.lo:
410 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
412 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
416 mostlyclean-libtool:
417 -rm -f *.lo
419 clean-libtool:
420 -rm -rf .libs _libs
422 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424 unique=`for i in $$list; do \
425 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426 done | \
427 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428 END { if (nonempty) { for (i in files) print i; }; }'`; \
429 mkid -fID $$unique
430 tags: TAGS
432 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
433 $(TAGS_FILES) $(LISP)
434 set x; \
435 here=`pwd`; \
436 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437 unique=`for i in $$list; do \
438 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439 done | \
440 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441 END { if (nonempty) { for (i in files) print i; }; }'`; \
442 shift; \
443 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444 test -n "$$unique" || unique=$$empty_fix; \
445 if test $$# -gt 0; then \
446 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447 "$$@" $$unique; \
448 else \
449 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450 $$unique; \
451 fi; \
453 ctags: CTAGS
454 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
455 $(TAGS_FILES) $(LISP)
456 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
457 unique=`for i in $$list; do \
458 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459 done | \
460 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461 END { if (nonempty) { for (i in files) print i; }; }'`; \
462 test -z "$(CTAGS_ARGS)$$unique" \
463 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464 $$unique
466 GTAGS:
467 here=`$(am__cd) $(top_builddir) && pwd` \
468 && $(am__cd) $(top_srcdir) \
469 && gtags -i $(GTAGS_ARGS) "$$here"
471 distclean-tags:
472 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474 distdir: $(DISTFILES)
475 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477 list='$(DISTFILES)'; \
478 dist_files=`for file in $$list; do echo $$file; done | \
479 sed -e "s|^$$srcdirstrip/||;t" \
480 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
481 case $$dist_files in \
482 */*) $(MKDIR_P) `echo "$$dist_files" | \
483 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
484 sort -u` ;; \
485 esac; \
486 for file in $$dist_files; do \
487 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
488 if test -d $$d/$$file; then \
489 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
490 if test -d "$(distdir)/$$file"; then \
491 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492 fi; \
493 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
494 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
495 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496 fi; \
497 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
498 else \
499 test -f "$(distdir)/$$file" \
500 || cp -p $$d/$$file "$(distdir)/$$file" \
501 || exit 1; \
502 fi; \
503 done
504 check-am: all-am
505 check: check-am
506 all-am: Makefile $(LTLIBRARIES)
507 installdirs:
508 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
509 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
510 done
511 install: install-am
512 install-exec: install-exec-am
513 install-data: install-data-am
514 uninstall: uninstall-am
516 install-am: all-am
517 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
519 installcheck: installcheck-am
520 install-strip:
521 if test -z '$(STRIP)'; then \
522 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524 install; \
525 else \
526 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
527 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
528 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
530 mostlyclean-generic:
532 clean-generic:
534 distclean-generic:
535 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
536 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
538 maintainer-clean-generic:
539 @echo "This command is intended for maintainers to use"
540 @echo "it deletes files that may require special tools to rebuild."
541 clean: clean-am
543 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
544 mostlyclean-am
546 distclean: distclean-am
547 -rm -rf ./$(DEPDIR)
548 -rm -f Makefile
549 distclean-am: clean-am distclean-compile distclean-generic \
550 distclean-tags
552 dvi: dvi-am
554 dvi-am:
556 html: html-am
558 html-am:
560 info: info-am
562 info-am:
564 install-data-am:
566 install-dvi: install-dvi-am
568 install-dvi-am:
570 install-exec-am: install-toolexeclibLTLIBRARIES
572 install-html: install-html-am
574 install-html-am:
576 install-info: install-info-am
578 install-info-am:
580 install-man:
582 install-pdf: install-pdf-am
584 install-pdf-am:
586 install-ps: install-ps-am
588 install-ps-am:
590 installcheck-am:
592 maintainer-clean: maintainer-clean-am
593 -rm -rf ./$(DEPDIR)
594 -rm -f Makefile
595 maintainer-clean-am: distclean-am maintainer-clean-generic
597 mostlyclean: mostlyclean-am
599 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
600 mostlyclean-libtool
602 pdf: pdf-am
604 pdf-am:
606 ps: ps-am
608 ps-am:
610 uninstall-am: uninstall-toolexeclibLTLIBRARIES
612 .MAKE: install-am install-strip
614 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
615 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
616 distclean-compile distclean-generic distclean-libtool \
617 distclean-tags distdir dvi dvi-am html html-am info info-am \
618 install install-am install-data install-data-am install-dvi \
619 install-dvi-am install-exec install-exec-am install-html \
620 install-html-am install-info install-info-am install-man \
621 install-pdf install-pdf-am install-ps install-ps-am \
622 install-strip install-toolexeclibLTLIBRARIES installcheck \
623 installcheck-am installdirs maintainer-clean \
624 maintainer-clean-generic mostlyclean mostlyclean-compile \
625 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
626 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
629 # Tell versions [3.59,3.63) of GNU make to not export all variables.
630 # Otherwise a system limit (for SysV at least) may be exceeded.
631 .NOEXPORT: