Enable cltd for modern CPUs
[official-gcc.git] / libsanitizer / interception / Makefile.in
blobbd58c4d47a069e943e18385233873f3c17820b6f
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 = interception
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 LTLIBRARIES = $(noinst_LTLIBRARIES)
55 libinterception_la_LIBADD =
56 am__libinterception_la_SOURCES_DIST = interception_linux.cc \
57 interception_mac.cc interception_win.cc \
58 mach_override/mach_override.c
59 am__objects_1 = interception_linux.lo interception_mac.lo \
60 interception_win.lo
61 @USING_MACH_OVERRIDE_FALSE@am_libinterception_la_OBJECTS = \
62 @USING_MACH_OVERRIDE_FALSE@ $(am__objects_1)
63 @USING_MACH_OVERRIDE_TRUE@am_libinterception_la_OBJECTS = \
64 @USING_MACH_OVERRIDE_TRUE@ $(am__objects_1) mach_override.lo
65 libinterception_la_OBJECTS = $(am_libinterception_la_OBJECTS)
66 DEFAULT_INCLUDES = -I.@am__isrc@
67 depcomp = $(SHELL) $(top_srcdir)/../depcomp
68 am__depfiles_maybe = depfiles
69 am__mv = mv -f
70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75 CCLD = $(CC)
76 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78 $(LDFLAGS) -o $@
79 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
81 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
83 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
84 CXXLD = $(CXX)
85 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
87 $(LDFLAGS) -o $@
88 SOURCES = $(libinterception_la_SOURCES)
89 DIST_SOURCES = $(am__libinterception_la_SOURCES_DIST)
90 ETAGS = etags
91 CTAGS = ctags
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 ACLOCAL = @ACLOCAL@
94 AMTAR = @AMTAR@
95 AR = @AR@
96 AUTOCONF = @AUTOCONF@
97 AUTOHEADER = @AUTOHEADER@
98 AUTOMAKE = @AUTOMAKE@
99 AWK = @AWK@
100 CC = @CC@
101 CCAS = @CCAS@
102 CCASDEPMODE = @CCASDEPMODE@
103 CCASFLAGS = @CCASFLAGS@
104 CCDEPMODE = @CCDEPMODE@
105 CFLAGS = @CFLAGS@
106 CPP = @CPP@
107 CPPFLAGS = @CPPFLAGS@
108 CXX = @CXX@
109 CXXCPP = @CXXCPP@
110 CXXDEPMODE = @CXXDEPMODE@
111 CXXFLAGS = @CXXFLAGS@
112 CYGPATH_W = @CYGPATH_W@
113 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
114 DEPDIR = @DEPDIR@
115 DSYMUTIL = @DSYMUTIL@
116 DUMPBIN = @DUMPBIN@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 EXEEXT = @EXEEXT@
122 FGREP = @FGREP@
123 GREP = @GREP@
124 INSTALL = @INSTALL@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129 LD = @LD@
130 LDFLAGS = @LDFLAGS@
131 LIBOBJS = @LIBOBJS@
132 LIBS = @LIBS@
133 LIBTOOL = @LIBTOOL@
134 LIPO = @LIPO@
135 LN_S = @LN_S@
136 LTLIBOBJS = @LTLIBOBJS@
137 MAINT = @MAINT@
138 MAKEINFO = @MAKEINFO@
139 MKDIR_P = @MKDIR_P@
140 NM = @NM@
141 NMEDIT = @NMEDIT@
142 OBJDUMP = @OBJDUMP@
143 OBJEXT = @OBJEXT@
144 OTOOL = @OTOOL@
145 OTOOL64 = @OTOOL64@
146 PACKAGE = @PACKAGE@
147 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148 PACKAGE_NAME = @PACKAGE_NAME@
149 PACKAGE_STRING = @PACKAGE_STRING@
150 PACKAGE_TARNAME = @PACKAGE_TARNAME@
151 PACKAGE_URL = @PACKAGE_URL@
152 PACKAGE_VERSION = @PACKAGE_VERSION@
153 PATH_SEPARATOR = @PATH_SEPARATOR@
154 RANLIB = @RANLIB@
155 SED = @SED@
156 SET_MAKE = @SET_MAKE@
157 SHELL = @SHELL@
158 STRIP = @STRIP@
159 VERSION = @VERSION@
160 abs_builddir = @abs_builddir@
161 abs_srcdir = @abs_srcdir@
162 abs_top_builddir = @abs_top_builddir@
163 abs_top_srcdir = @abs_top_srcdir@
164 ac_ct_CC = @ac_ct_CC@
165 ac_ct_CXX = @ac_ct_CXX@
166 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
167 am__include = @am__include@
168 am__leading_dot = @am__leading_dot@
169 am__quote = @am__quote@
170 am__tar = @am__tar@
171 am__untar = @am__untar@
172 bindir = @bindir@
173 build = @build@
174 build_alias = @build_alias@
175 build_cpu = @build_cpu@
176 build_os = @build_os@
177 build_vendor = @build_vendor@
178 builddir = @builddir@
179 datadir = @datadir@
180 datarootdir = @datarootdir@
181 docdir = @docdir@
182 dvidir = @dvidir@
183 enable_shared = @enable_shared@
184 enable_static = @enable_static@
185 exec_prefix = @exec_prefix@
186 host = @host@
187 host_alias = @host_alias@
188 host_cpu = @host_cpu@
189 host_os = @host_os@
190 host_vendor = @host_vendor@
191 htmldir = @htmldir@
192 includedir = @includedir@
193 infodir = @infodir@
194 install_sh = @install_sh@
195 libdir = @libdir@
196 libexecdir = @libexecdir@
197 localedir = @localedir@
198 localstatedir = @localstatedir@
199 mandir = @mandir@
200 mkdir_p = @mkdir_p@
201 multi_basedir = @multi_basedir@
202 oldincludedir = @oldincludedir@
203 pdfdir = @pdfdir@
204 prefix = @prefix@
205 program_transform_name = @program_transform_name@
206 psdir = @psdir@
207 sbindir = @sbindir@
208 sharedstatedir = @sharedstatedir@
209 srcdir = @srcdir@
210 sysconfdir = @sysconfdir@
211 target = @target@
212 target_alias = @target_alias@
213 target_cpu = @target_cpu@
214 target_os = @target_os@
215 target_vendor = @target_vendor@
216 toolexecdir = @toolexecdir@
217 toolexeclibdir = @toolexeclibdir@
218 top_build_prefix = @top_build_prefix@
219 top_builddir = @top_builddir@
220 top_srcdir = @top_srcdir@
221 AM_CPPFLAGS = -I $(top_srcdir)/include
223 # May be used by toolexeclibdir.
224 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
225 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
226 ACLOCAL_AMFLAGS = -I m4
227 noinst_LTLIBRARIES = libinterception.la
228 interception_files = \
229 interception_linux.cc \
230 interception_mac.cc \
231 interception_win.cc
233 @USING_MACH_OVERRIDE_FALSE@libinterception_la_SOURCES = $(interception_files)
234 @USING_MACH_OVERRIDE_TRUE@libinterception_la_SOURCES = $(interception_files) mach_override/mach_override.c
236 # Work around what appears to be a GNU make bug handling MAKEFLAGS
237 # values defined in terms of make variables, as is the case for CC and
238 # friends when we are called from the top level Makefile.
239 AM_MAKEFLAGS = \
240 "AR_FLAGS=$(AR_FLAGS)" \
241 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
242 "CFLAGS=$(CFLAGS)" \
243 "CXXFLAGS=$(CXXFLAGS)" \
244 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
245 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
246 "INSTALL=$(INSTALL)" \
247 "INSTALL_DATA=$(INSTALL_DATA)" \
248 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
249 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
250 "JC1FLAGS=$(JC1FLAGS)" \
251 "LDFLAGS=$(LDFLAGS)" \
252 "LIBCFLAGS=$(LIBCFLAGS)" \
253 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
254 "MAKE=$(MAKE)" \
255 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
256 "PICFLAG=$(PICFLAG)" \
257 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
258 "SHELL=$(SHELL)" \
259 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
260 "exec_prefix=$(exec_prefix)" \
261 "infodir=$(infodir)" \
262 "libdir=$(libdir)" \
263 "prefix=$(prefix)" \
264 "includedir=$(includedir)" \
265 "AR=$(AR)" \
266 "AS=$(AS)" \
267 "CC=$(CC)" \
268 "CXX=$(CXX)" \
269 "LD=$(LD)" \
270 "LIBCFLAGS=$(LIBCFLAGS)" \
271 "NM=$(NM)" \
272 "PICFLAG=$(PICFLAG)" \
273 "RANLIB=$(RANLIB)" \
274 "DESTDIR=$(DESTDIR)"
276 MAKEOVERRIDES =
277 all: all-am
279 .SUFFIXES:
280 .SUFFIXES: .c .cc .lo .o .obj
281 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
282 @for dep in $?; do \
283 case '$(am__configure_deps)' in \
284 *$$dep*) \
285 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
286 && { if test -f $@; then exit 0; else break; fi; }; \
287 exit 1;; \
288 esac; \
289 done; \
290 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign interception/Makefile'; \
291 $(am__cd) $(top_srcdir) && \
292 $(AUTOMAKE) --foreign interception/Makefile
293 .PRECIOUS: Makefile
294 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
295 @case '$?' in \
296 *config.status*) \
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
298 *) \
299 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
300 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
301 esac;
303 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310 $(am__aclocal_m4_deps):
312 clean-noinstLTLIBRARIES:
313 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
314 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
315 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
316 test "$$dir" != "$$p" || dir=.; \
317 echo "rm -f \"$${dir}/so_locations\""; \
318 rm -f "$${dir}/so_locations"; \
319 done
320 libinterception.la: $(libinterception_la_OBJECTS) $(libinterception_la_DEPENDENCIES)
321 $(CXXLINK) $(libinterception_la_OBJECTS) $(libinterception_la_LIBADD) $(LIBS)
323 mostlyclean-compile:
324 -rm -f *.$(OBJEXT)
326 distclean-compile:
327 -rm -f *.tab.c
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_linux.Plo@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_mac.Plo@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_win.Plo@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach_override.Plo@am__quote@
334 .c.o:
335 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
341 .c.obj:
342 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
348 .c.lo:
349 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
355 mach_override.lo: mach_override/mach_override.c
356 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mach_override.lo -MD -MP -MF $(DEPDIR)/mach_override.Tpo -c -o mach_override.lo `test -f 'mach_override/mach_override.c' || echo '$(srcdir)/'`mach_override/mach_override.c
357 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mach_override.Tpo $(DEPDIR)/mach_override.Plo
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mach_override/mach_override.c' object='mach_override.lo' libtool=yes @AMDEPBACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mach_override.lo `test -f 'mach_override/mach_override.c' || echo '$(srcdir)/'`mach_override/mach_override.c
362 .cc.o:
363 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
369 .cc.obj:
370 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
371 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
376 .cc.lo:
377 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
378 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
379 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
380 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
383 mostlyclean-libtool:
384 -rm -f *.lo
386 clean-libtool:
387 -rm -rf .libs _libs
389 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391 unique=`for i in $$list; do \
392 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393 done | \
394 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395 END { if (nonempty) { for (i in files) print i; }; }'`; \
396 mkid -fID $$unique
397 tags: TAGS
399 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
400 $(TAGS_FILES) $(LISP)
401 set x; \
402 here=`pwd`; \
403 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
404 unique=`for i in $$list; do \
405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406 done | \
407 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408 END { if (nonempty) { for (i in files) print i; }; }'`; \
409 shift; \
410 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411 test -n "$$unique" || unique=$$empty_fix; \
412 if test $$# -gt 0; then \
413 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414 "$$@" $$unique; \
415 else \
416 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417 $$unique; \
418 fi; \
420 ctags: CTAGS
421 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
422 $(TAGS_FILES) $(LISP)
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 test -z "$(CTAGS_ARGS)$$unique" \
430 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431 $$unique
433 GTAGS:
434 here=`$(am__cd) $(top_builddir) && pwd` \
435 && $(am__cd) $(top_srcdir) \
436 && gtags -i $(GTAGS_ARGS) "$$here"
438 distclean-tags:
439 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
441 distdir: $(DISTFILES)
442 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444 list='$(DISTFILES)'; \
445 dist_files=`for file in $$list; do echo $$file; done | \
446 sed -e "s|^$$srcdirstrip/||;t" \
447 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
448 case $$dist_files in \
449 */*) $(MKDIR_P) `echo "$$dist_files" | \
450 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
451 sort -u` ;; \
452 esac; \
453 for file in $$dist_files; do \
454 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455 if test -d $$d/$$file; then \
456 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457 if test -d "$(distdir)/$$file"; then \
458 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459 fi; \
460 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463 fi; \
464 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
465 else \
466 test -f "$(distdir)/$$file" \
467 || cp -p $$d/$$file "$(distdir)/$$file" \
468 || exit 1; \
469 fi; \
470 done
471 check-am: all-am
472 check: check-am
473 all-am: Makefile $(LTLIBRARIES)
474 installdirs:
475 install: install-am
476 install-exec: install-exec-am
477 install-data: install-data-am
478 uninstall: uninstall-am
480 install-am: all-am
481 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
483 installcheck: installcheck-am
484 install-strip:
485 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
486 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
487 `test -z '$(STRIP)' || \
488 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
489 mostlyclean-generic:
491 clean-generic:
493 distclean-generic:
494 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
495 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
497 maintainer-clean-generic:
498 @echo "This command is intended for maintainers to use"
499 @echo "it deletes files that may require special tools to rebuild."
500 clean: clean-am
502 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
503 mostlyclean-am
505 distclean: distclean-am
506 -rm -rf ./$(DEPDIR)
507 -rm -f Makefile
508 distclean-am: clean-am distclean-compile distclean-generic \
509 distclean-tags
511 dvi: dvi-am
513 dvi-am:
515 html: html-am
517 html-am:
519 info: info-am
521 info-am:
523 install-data-am:
525 install-dvi: install-dvi-am
527 install-dvi-am:
529 install-exec-am:
531 install-html: install-html-am
533 install-html-am:
535 install-info: install-info-am
537 install-info-am:
539 install-man:
541 install-pdf: install-pdf-am
543 install-pdf-am:
545 install-ps: install-ps-am
547 install-ps-am:
549 installcheck-am:
551 maintainer-clean: maintainer-clean-am
552 -rm -rf ./$(DEPDIR)
553 -rm -f Makefile
554 maintainer-clean-am: distclean-am maintainer-clean-generic
556 mostlyclean: mostlyclean-am
558 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
559 mostlyclean-libtool
561 pdf: pdf-am
563 pdf-am:
565 ps: ps-am
567 ps-am:
569 uninstall-am:
571 .MAKE: install-am install-strip
573 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
574 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
575 distclean-compile distclean-generic distclean-libtool \
576 distclean-tags distdir dvi dvi-am html html-am info info-am \
577 install install-am install-data install-data-am install-dvi \
578 install-dvi-am install-exec install-exec-am install-html \
579 install-html-am install-info install-info-am install-man \
580 install-pdf install-pdf-am install-ps install-ps-am \
581 install-strip installcheck installcheck-am installdirs \
582 maintainer-clean maintainer-clean-generic mostlyclean \
583 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
584 pdf pdf-am ps ps-am tags uninstall uninstall-am
587 # Tell versions [3.59,3.63) of GNU make to not export all variables.
588 # Otherwise a system limit (for SysV at least) may be exceeded.
589 .NOEXPORT: