* gcc-interface/trans.c (Subprogram_Body_to_gnu): Initialize locus.
[official-gcc.git] / libsanitizer / interception / Makefile.in
blob4eb64562e702a9a41d4009c3ae17f3942ec7dd44
1 # Makefile.in generated by automake 1.11.6 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 am__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; \
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 target_triplet = @target@
55 subdir = interception
56 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
59 $(top_srcdir)/../config/depstand.m4 \
60 $(top_srcdir)/../config/lead-dot.m4 \
61 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
62 $(top_srcdir)/../config/multi.m4 \
63 $(top_srcdir)/../config/override.m4 \
64 $(top_srcdir)/../config/stdint.m4 \
65 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
66 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
67 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
68 $(top_srcdir)/../config/enable.m4 \
69 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71 $(ACLOCAL_M4)
72 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
73 CONFIG_HEADER = $(top_builddir)/config.h
74 CONFIG_CLEAN_FILES =
75 CONFIG_CLEAN_VPATH_FILES =
76 LTLIBRARIES = $(noinst_LTLIBRARIES)
77 libinterception_la_LIBADD =
78 am__objects_1 = interception_linux.lo interception_mac.lo \
79 interception_win.lo interception_type_test.lo
80 am_libinterception_la_OBJECTS = $(am__objects_1)
81 libinterception_la_OBJECTS = $(am_libinterception_la_OBJECTS)
82 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83 depcomp = $(SHELL) $(top_srcdir)/../depcomp
84 am__depfiles_maybe = depfiles
85 am__mv = mv -f
86 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
88 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
91 CXXLD = $(CXX)
92 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
94 $(LDFLAGS) -o $@
95 SOURCES = $(libinterception_la_SOURCES)
96 am__can_run_installinfo = \
97 case $$AM_UPDATE_INFO_DIR in \
98 n|no|NO) false;; \
99 *) (install-info --version) >/dev/null 2>&1;; \
100 esac
101 ETAGS = etags
102 CTAGS = ctags
103 ACLOCAL = @ACLOCAL@
104 ALLOC_FILE = @ALLOC_FILE@
105 AMTAR = @AMTAR@
106 AR = @AR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
112 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
113 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
114 CC = @CC@
115 CCAS = @CCAS@
116 CCASDEPMODE = @CCASDEPMODE@
117 CCASFLAGS = @CCASFLAGS@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CXX = @CXX@
123 CXXCPP = @CXXCPP@
124 CXXDEPMODE = @CXXDEPMODE@
125 CXXFLAGS = @CXXFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
128 DEPDIR = @DEPDIR@
129 DSYMUTIL = @DSYMUTIL@
130 DUMPBIN = @DUMPBIN@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 EXEEXT = @EXEEXT@
136 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
137 EXTRA_CFLAGS = @EXTRA_CFLAGS@
138 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
139 FGREP = @FGREP@
140 FORMAT_FILE = @FORMAT_FILE@
141 GREP = @GREP@
142 INSTALL = @INSTALL@
143 INSTALL_DATA = @INSTALL_DATA@
144 INSTALL_PROGRAM = @INSTALL_PROGRAM@
145 INSTALL_SCRIPT = @INSTALL_SCRIPT@
146 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147 LD = @LD@
148 LDFLAGS = @LDFLAGS@
149 LIBOBJS = @LIBOBJS@
150 LIBS = @LIBS@
151 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
152 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
153 LIBTOOL = @LIBTOOL@
154 LIPO = @LIPO@
155 LN_S = @LN_S@
156 LTLIBOBJS = @LTLIBOBJS@
157 MAINT = @MAINT@
158 MAKEINFO = @MAKEINFO@
159 MKDIR_P = @MKDIR_P@
160 NM = @NM@
161 NMEDIT = @NMEDIT@
162 OBJDUMP = @OBJDUMP@
163 OBJEXT = @OBJEXT@
164 OTOOL = @OTOOL@
165 OTOOL64 = @OTOOL64@
166 PACKAGE = @PACKAGE@
167 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168 PACKAGE_NAME = @PACKAGE_NAME@
169 PACKAGE_STRING = @PACKAGE_STRING@
170 PACKAGE_TARNAME = @PACKAGE_TARNAME@
171 PACKAGE_URL = @PACKAGE_URL@
172 PACKAGE_VERSION = @PACKAGE_VERSION@
173 PATH_SEPARATOR = @PATH_SEPARATOR@
174 RANLIB = @RANLIB@
175 RPC_DEFS = @RPC_DEFS@
176 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
177 SED = @SED@
178 SET_MAKE = @SET_MAKE@
179 SHELL = @SHELL@
180 STRIP = @STRIP@
181 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
182 VERSION = @VERSION@
183 VIEW_FILE = @VIEW_FILE@
184 abs_builddir = @abs_builddir@
185 abs_srcdir = @abs_srcdir@
186 abs_top_builddir = @abs_top_builddir@
187 abs_top_srcdir = @abs_top_srcdir@
188 ac_ct_CC = @ac_ct_CC@
189 ac_ct_CXX = @ac_ct_CXX@
190 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
191 am__include = @am__include@
192 am__leading_dot = @am__leading_dot@
193 am__quote = @am__quote@
194 am__tar = @am__tar@
195 am__untar = @am__untar@
196 bindir = @bindir@
197 build = @build@
198 build_alias = @build_alias@
199 build_cpu = @build_cpu@
200 build_os = @build_os@
201 build_vendor = @build_vendor@
202 builddir = @builddir@
203 datadir = @datadir@
204 datarootdir = @datarootdir@
205 docdir = @docdir@
206 dvidir = @dvidir@
207 enable_shared = @enable_shared@
208 enable_static = @enable_static@
209 exec_prefix = @exec_prefix@
210 get_gcc_base_ver = @get_gcc_base_ver@
211 host = @host@
212 host_alias = @host_alias@
213 host_cpu = @host_cpu@
214 host_os = @host_os@
215 host_vendor = @host_vendor@
216 htmldir = @htmldir@
217 includedir = @includedir@
218 infodir = @infodir@
219 install_sh = @install_sh@
220 libdir = @libdir@
221 libexecdir = @libexecdir@
222 link_libasan = @link_libasan@
223 link_liblsan = @link_liblsan@
224 link_libtsan = @link_libtsan@
225 link_libubsan = @link_libubsan@
226 localedir = @localedir@
227 localstatedir = @localstatedir@
228 mandir = @mandir@
229 mkdir_p = @mkdir_p@
230 multi_basedir = @multi_basedir@
231 oldincludedir = @oldincludedir@
232 pdfdir = @pdfdir@
233 prefix = @prefix@
234 program_transform_name = @program_transform_name@
235 psdir = @psdir@
236 sbindir = @sbindir@
237 sharedstatedir = @sharedstatedir@
238 srcdir = @srcdir@
239 sysconfdir = @sysconfdir@
240 target = @target@
241 target_alias = @target_alias@
242 target_cpu = @target_cpu@
243 target_noncanonical = @target_noncanonical@
244 target_os = @target_os@
245 target_vendor = @target_vendor@
246 toolexecdir = @toolexecdir@
247 toolexeclibdir = @toolexeclibdir@
248 top_build_prefix = @top_build_prefix@
249 top_builddir = @top_builddir@
250 top_srcdir = @top_srcdir@
251 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
253 # May be used by toolexeclibdir.
254 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
255 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
256 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
257 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
258 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
259 -std=gnu++11 $(EXTRA_CXXFLAGS)
260 ACLOCAL_AMFLAGS = -I m4
261 noinst_LTLIBRARIES = libinterception.la
262 interception_files = \
263 interception_linux.cc \
264 interception_mac.cc \
265 interception_win.cc \
266 interception_type_test.cc
268 libinterception_la_SOURCES = $(interception_files)
270 # Work around what appears to be a GNU make bug handling MAKEFLAGS
271 # values defined in terms of make variables, as is the case for CC and
272 # friends when we are called from the top level Makefile.
273 AM_MAKEFLAGS = \
274 "AR_FLAGS=$(AR_FLAGS)" \
275 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
276 "CFLAGS=$(CFLAGS)" \
277 "CXXFLAGS=$(CXXFLAGS)" \
278 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
279 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
280 "INSTALL=$(INSTALL)" \
281 "INSTALL_DATA=$(INSTALL_DATA)" \
282 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
283 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
284 "JC1FLAGS=$(JC1FLAGS)" \
285 "LDFLAGS=$(LDFLAGS)" \
286 "LIBCFLAGS=$(LIBCFLAGS)" \
287 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
288 "MAKE=$(MAKE)" \
289 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
290 "PICFLAG=$(PICFLAG)" \
291 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
292 "SHELL=$(SHELL)" \
293 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
294 "exec_prefix=$(exec_prefix)" \
295 "infodir=$(infodir)" \
296 "libdir=$(libdir)" \
297 "prefix=$(prefix)" \
298 "includedir=$(includedir)" \
299 "AR=$(AR)" \
300 "AS=$(AS)" \
301 "LD=$(LD)" \
302 "LIBCFLAGS=$(LIBCFLAGS)" \
303 "NM=$(NM)" \
304 "PICFLAG=$(PICFLAG)" \
305 "RANLIB=$(RANLIB)" \
306 "DESTDIR=$(DESTDIR)"
308 MAKEOVERRIDES =
309 all: all-am
311 .SUFFIXES:
312 .SUFFIXES: .cc .lo .o .obj
313 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
314 @for dep in $?; do \
315 case '$(am__configure_deps)' in \
316 *$$dep*) \
317 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
318 && { if test -f $@; then exit 0; else break; fi; }; \
319 exit 1;; \
320 esac; \
321 done; \
322 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign interception/Makefile'; \
323 $(am__cd) $(top_srcdir) && \
324 $(AUTOMAKE) --foreign interception/Makefile
325 .PRECIOUS: Makefile
326 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327 @case '$?' in \
328 *config.status*) \
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330 *) \
331 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
332 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
333 esac;
335 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342 $(am__aclocal_m4_deps):
344 clean-noinstLTLIBRARIES:
345 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
346 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
347 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
348 test "$$dir" != "$$p" || dir=.; \
349 echo "rm -f \"$${dir}/so_locations\""; \
350 rm -f "$${dir}/so_locations"; \
351 done
352 libinterception.la: $(libinterception_la_OBJECTS) $(libinterception_la_DEPENDENCIES) $(EXTRA_libinterception_la_DEPENDENCIES)
353 $(CXXLINK) $(libinterception_la_OBJECTS) $(libinterception_la_LIBADD) $(LIBS)
355 mostlyclean-compile:
356 -rm -f *.$(OBJEXT)
358 distclean-compile:
359 -rm -f *.tab.c
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_linux.Plo@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_mac.Plo@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_type_test.Plo@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_win.Plo@am__quote@
366 .cc.o:
367 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
368 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
369 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
373 .cc.obj:
374 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
375 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
377 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
380 .cc.lo:
381 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
383 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
384 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
387 mostlyclean-libtool:
388 -rm -f *.lo
390 clean-libtool:
391 -rm -rf .libs _libs
393 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
395 unique=`for i in $$list; do \
396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397 done | \
398 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399 END { if (nonempty) { for (i in files) print i; }; }'`; \
400 mkid -fID $$unique
401 tags: TAGS
403 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
404 $(TAGS_FILES) $(LISP)
405 set x; \
406 here=`pwd`; \
407 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
408 unique=`for i in $$list; do \
409 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410 done | \
411 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412 END { if (nonempty) { for (i in files) print i; }; }'`; \
413 shift; \
414 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
415 test -n "$$unique" || unique=$$empty_fix; \
416 if test $$# -gt 0; then \
417 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418 "$$@" $$unique; \
419 else \
420 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421 $$unique; \
422 fi; \
424 ctags: CTAGS
425 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
426 $(TAGS_FILES) $(LISP)
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 test -z "$(CTAGS_ARGS)$$unique" \
434 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
435 $$unique
437 GTAGS:
438 here=`$(am__cd) $(top_builddir) && pwd` \
439 && $(am__cd) $(top_srcdir) \
440 && gtags -i $(GTAGS_ARGS) "$$here"
442 distclean-tags:
443 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
444 check-am: all-am
445 check: check-am
446 all-am: Makefile $(LTLIBRARIES)
447 installdirs:
448 install: install-am
449 install-exec: install-exec-am
450 install-data: install-data-am
451 uninstall: uninstall-am
453 install-am: all-am
454 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
456 installcheck: installcheck-am
457 install-strip:
458 if test -z '$(STRIP)'; then \
459 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461 install; \
462 else \
463 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
467 mostlyclean-generic:
469 clean-generic:
471 distclean-generic:
472 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
475 maintainer-clean-generic:
476 @echo "This command is intended for maintainers to use"
477 @echo "it deletes files that may require special tools to rebuild."
478 clean: clean-am
480 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
481 mostlyclean-am
483 distclean: distclean-am
484 -rm -rf ./$(DEPDIR)
485 -rm -f Makefile
486 distclean-am: clean-am distclean-compile distclean-generic \
487 distclean-tags
489 dvi: dvi-am
491 dvi-am:
493 html: html-am
495 html-am:
497 info: info-am
499 info-am:
501 install-data-am:
503 install-dvi: install-dvi-am
505 install-dvi-am:
507 install-exec-am:
509 install-html: install-html-am
511 install-html-am:
513 install-info: install-info-am
515 install-info-am:
517 install-man:
519 install-pdf: install-pdf-am
521 install-pdf-am:
523 install-ps: install-ps-am
525 install-ps-am:
527 installcheck-am:
529 maintainer-clean: maintainer-clean-am
530 -rm -rf ./$(DEPDIR)
531 -rm -f Makefile
532 maintainer-clean-am: distclean-am maintainer-clean-generic
534 mostlyclean: mostlyclean-am
536 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
537 mostlyclean-libtool
539 pdf: pdf-am
541 pdf-am:
543 ps: ps-am
545 ps-am:
547 uninstall-am:
549 .MAKE: install-am install-strip
551 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
552 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
553 distclean-compile distclean-generic distclean-libtool \
554 distclean-tags dvi dvi-am html html-am info info-am install \
555 install-am install-data install-data-am install-dvi \
556 install-dvi-am install-exec install-exec-am install-html \
557 install-html-am install-info install-info-am install-man \
558 install-pdf install-pdf-am install-ps install-ps-am \
559 install-strip installcheck installcheck-am installdirs \
560 maintainer-clean maintainer-clean-generic mostlyclean \
561 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
562 pdf pdf-am ps ps-am tags uninstall uninstall-am
565 # Tell versions [3.59,3.63) of GNU make to not export all variables.
566 # Otherwise a system limit (for SysV at least) may be exceeded.
567 .NOEXPORT: