cgraph.c (cgraph_node::get_untransformed_body): Pass compressed flag to lto_get_secti...
[platform/upstream/gcc.git] / libcc1 / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
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.
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@
17
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; \
35   }
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 = .
56 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
57         $(top_srcdir)/configure $(am__configure_deps) \
58         $(srcdir)/cc1plugin-config.h.in $(srcdir)/../mkinstalldirs \
59         $(srcdir)/../depcomp
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
62         $(top_srcdir)/../config/depstand.m4 \
63         $(top_srcdir)/../config/gcc-plugin.m4 \
64         $(top_srcdir)/../config/lead-dot.m4 \
65         $(top_srcdir)/../config/override.m4 \
66         $(top_srcdir)/../config/warnings.m4 \
67         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
68         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
69         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71         $(ACLOCAL_M4)
72 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
73  configure.lineno config.status.lineno
74 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
75 CONFIG_HEADER = cc1plugin-config.h
76 CONFIG_CLEAN_FILES =
77 CONFIG_CLEAN_VPATH_FILES =
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81     *) f=$$p;; \
82   esac;
83 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84 am__install_max = 40
85 am__nobase_strip_setup = \
86   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87 am__nobase_strip = \
88   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89 am__nobase_list = $(am__nobase_strip_setup); \
90   for p in $$list; do echo "$$p $$p"; done | \
91   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93     if (++n[$$2] == $(am__install_max)) \
94       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95     END { for (dir in files) print dir, files[dir] }'
96 am__base_list = \
97   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99 am__uninstall_files_from_dir = { \
100   test -z "$$files" \
101     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
102     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
103          $(am__cd) "$$dir" && rm -f $$files; }; \
104   }
105 am__installdirs = "$(DESTDIR)$(cc1libdir)" "$(DESTDIR)$(plugindir)"
106 LTLIBRARIES = $(cc1lib_LTLIBRARIES) $(plugin_LTLIBRARIES)
107 am__objects_1 = callbacks.lo connection.lo marshall.lo
108 am_libcc1_la_OBJECTS = findcomp.lo libcc1.lo names.lo $(am__objects_1)
109 libcc1_la_OBJECTS = $(am_libcc1_la_OBJECTS)
110 @ENABLE_PLUGIN_TRUE@am_libcc1_la_rpath = -rpath $(cc1libdir)
111 am_libcc1plugin_la_OBJECTS = plugin.lo $(am__objects_1)
112 libcc1plugin_la_OBJECTS = $(am_libcc1plugin_la_OBJECTS)
113 @ENABLE_PLUGIN_TRUE@am_libcc1plugin_la_rpath = -rpath $(plugindir)
114 DEFAULT_INCLUDES = -I.@am__isrc@
115 depcomp = $(SHELL) $(top_srcdir)/../depcomp
116 am__depfiles_maybe = depfiles
117 am__mv = mv -f
118 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
119         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
120 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
121         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
122         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
123 CXXLD = $(CXX)
124 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
126         $(LDFLAGS) -o $@
127 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
130         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
131         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 CCLD = $(CC)
133 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
134         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
135         $(LDFLAGS) -o $@
136 SOURCES = $(libcc1_la_SOURCES) $(libcc1plugin_la_SOURCES)
137 am__can_run_installinfo = \
138   case $$AM_UPDATE_INFO_DIR in \
139     n|no|NO) false;; \
140     *) (install-info --version) >/dev/null 2>&1;; \
141   esac
142 ETAGS = etags
143 CTAGS = ctags
144 ACLOCAL = @ACLOCAL@
145 AMTAR = @AMTAR@
146 AR = @AR@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
150 AWK = @AWK@
151 CC = @CC@
152 CCDEPMODE = @CCDEPMODE@
153 CFLAGS = @CFLAGS@
154 CPP = @CPP@
155 CPPFLAGS = @CPPFLAGS@
156 CXX = @CXX@
157 CXXCPP = @CXXCPP@
158 CXXDEPMODE = @CXXDEPMODE@
159 CXXFLAGS = @CXXFLAGS@
160 CYGPATH_W = @CYGPATH_W@
161 DEFS = @DEFS@
162 DEPDIR = @DEPDIR@
163 DSYMUTIL = @DSYMUTIL@
164 DUMPBIN = @DUMPBIN@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 EXEEXT = @EXEEXT@
170 FGREP = @FGREP@
171 GMPINC = @GMPINC@
172 GREP = @GREP@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 LD = @LD@
179 LDFLAGS = @LDFLAGS@
180 LIBOBJS = @LIBOBJS@
181 LIBS = @LIBS@
182 LIBTOOL = @LIBTOOL@
183 LIPO = @LIPO@
184 LN_S = @LN_S@
185 LTLIBOBJS = @LTLIBOBJS@
186 MAINT = @MAINT@
187 MAKEINFO = @MAKEINFO@
188 MKDIR_P = @MKDIR_P@
189 NM = @NM@
190 NMEDIT = @NMEDIT@
191 OBJDUMP = @OBJDUMP@
192 OBJEXT = @OBJEXT@
193 OTOOL = @OTOOL@
194 OTOOL64 = @OTOOL64@
195 PACKAGE = @PACKAGE@
196 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
197 PACKAGE_NAME = @PACKAGE_NAME@
198 PACKAGE_STRING = @PACKAGE_STRING@
199 PACKAGE_TARNAME = @PACKAGE_TARNAME@
200 PACKAGE_URL = @PACKAGE_URL@
201 PACKAGE_VERSION = @PACKAGE_VERSION@
202 PATH_SEPARATOR = @PATH_SEPARATOR@
203 RANLIB = @RANLIB@
204 SED = @SED@
205 SET_MAKE = @SET_MAKE@
206 SHELL = @SHELL@
207 STRIP = @STRIP@
208 VERSION = @VERSION@
209 WARN_FLAGS = @WARN_FLAGS@
210 WERROR = @WERROR@
211 abs_builddir = @abs_builddir@
212 abs_srcdir = @abs_srcdir@
213 abs_top_builddir = @abs_top_builddir@
214 abs_top_srcdir = @abs_top_srcdir@
215 ac_ct_CC = @ac_ct_CC@
216 ac_ct_CXX = @ac_ct_CXX@
217 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218 am__include = @am__include@
219 am__leading_dot = @am__leading_dot@
220 am__quote = @am__quote@
221 am__tar = @am__tar@
222 am__untar = @am__untar@
223 bindir = @bindir@
224 build = @build@
225 build_alias = @build_alias@
226 build_cpu = @build_cpu@
227 build_libsubdir = @build_libsubdir@
228 build_os = @build_os@
229 build_subdir = @build_subdir@
230 build_vendor = @build_vendor@
231 builddir = @builddir@
232 datadir = @datadir@
233 datarootdir = @datarootdir@
234 docdir = @docdir@
235 dvidir = @dvidir@
236 exec_prefix = @exec_prefix@
237 gcc_version = @gcc_version@
238 host = @host@
239 host_alias = @host_alias@
240 host_cpu = @host_cpu@
241 host_os = @host_os@
242 host_subdir = @host_subdir@
243 host_vendor = @host_vendor@
244 htmldir = @htmldir@
245 includedir = @includedir@
246 infodir = @infodir@
247 install_sh = @install_sh@
248 libdir = @libdir@
249 libexecdir = @libexecdir@
250 libsuffix = @libsuffix@
251 localedir = @localedir@
252 localstatedir = @localstatedir@
253 mandir = @mandir@
254 mkdir_p = @mkdir_p@
255 oldincludedir = @oldincludedir@
256 pdfdir = @pdfdir@
257 prefix = @prefix@
258 program_transform_name = @program_transform_name@
259 psdir = @psdir@
260 sbindir = @sbindir@
261 sharedstatedir = @sharedstatedir@
262 srcdir = @srcdir@
263 sysconfdir = @sysconfdir@
264 target = @target@
265 target_alias = @target_alias@
266 target_cpu = @target_cpu@
267 target_noncanonical = @target_noncanonical@
268 target_os = @target_os@
269 target_subdir = @target_subdir@
270 target_vendor = @target_vendor@
271 top_build_prefix = @top_build_prefix@
272 top_builddir = @top_builddir@
273 top_srcdir = @top_srcdir@
274 visibility = @visibility@
275 ACLOCAL_AMFLAGS = -I .. -I ../config
276 gcc_build_dir = ../gcc
277 AM_CPPFLAGS = -I $(srcdir)/../include -I $(srcdir)/../libgcc \
278         -I $(gcc_build_dir) -I$(srcdir)/../gcc \
279         -I $(srcdir)/../gcc/c -I $(srcdir)/../gcc/c-family \
280         -I $(srcdir)/../libcpp/include $(GMPINC)
281
282 AM_CXXFLAGS = $(WARN_FLAGS) $(WERROR) $(visibility)
283 # Can be simplified when libiberty becomes a normal convenience library.
284 libiberty_normal = ../libiberty/libiberty.a
285 libiberty_noasan = ../libiberty/noasan/libiberty.a
286 libiberty_pic = ../libiberty/pic/libiberty.a
287 Wc = -Wc,
288 libiberty = $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
289             $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic), \
290             $(Wc)$(libiberty_normal)))
291
292 libiberty_dep = $(patsubst $(Wc)%,%,$(libiberty))
293 plugindir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/plugin
294 cc1libdir = $(libdir)/$(libsuffix)
295 @ENABLE_PLUGIN_TRUE@plugin_LTLIBRARIES = libcc1plugin.la
296 @ENABLE_PLUGIN_TRUE@cc1lib_LTLIBRARIES = libcc1.la
297 BUILT_SOURCES = compiler-name.h
298 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
299     marshall.cc marshall.hh rpc.hh status.hh
300
301 libcc1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1plugin.sym
302 libcc1plugin_la_SOURCES = plugin.cc $(shared_source)
303 libcc1plugin_la_LIBADD = $(libiberty)
304 libcc1plugin_la_DEPENDENCIES = $(libiberty_dep)
305 libcc1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
306         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
307         $(CXXFLAGS) $(libcc1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
308
309 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
310 libcc1_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1.sym
311 libcc1_la_SOURCES = findcomp.cc libcc1.cc names.cc names.hh $(shared_source)
312 libcc1_la_LIBADD = $(libiberty)
313 libcc1_la_DEPENDENCIES = $(libiberty_dep)
314 libcc1_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
315         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
316         $(CXXFLAGS) $(libcc1_la_LDFLAGS) $(LTLDFLAGS) -o $@
317
318 all: $(BUILT_SOURCES) cc1plugin-config.h
319         $(MAKE) $(AM_MAKEFLAGS) all-am
320
321 .SUFFIXES:
322 .SUFFIXES: .cc .lo .o .obj
323 am--refresh: Makefile
324         @:
325 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
326         @for dep in $?; do \
327           case '$(am__configure_deps)' in \
328             *$$dep*) \
329               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
330               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
331                 && exit 0; \
332               exit 1;; \
333           esac; \
334         done; \
335         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
336         $(am__cd) $(top_srcdir) && \
337           $(AUTOMAKE) --foreign Makefile
338 .PRECIOUS: Makefile
339 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340         @case '$?' in \
341           *config.status*) \
342             echo ' $(SHELL) ./config.status'; \
343             $(SHELL) ./config.status;; \
344           *) \
345             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
346             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
347         esac;
348
349 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350         $(SHELL) ./config.status --recheck
351
352 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
353         $(am__cd) $(srcdir) && $(AUTOCONF)
354 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
355         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
356 $(am__aclocal_m4_deps):
357
358 cc1plugin-config.h: stamp-h1
359         @if test ! -f $@; then rm -f stamp-h1; else :; fi
360         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
361
362 stamp-h1: $(srcdir)/cc1plugin-config.h.in $(top_builddir)/config.status
363         @rm -f stamp-h1
364         cd $(top_builddir) && $(SHELL) ./config.status cc1plugin-config.h
365 $(srcdir)/cc1plugin-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
366         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
367         rm -f stamp-h1
368         touch $@
369
370 distclean-hdr:
371         -rm -f cc1plugin-config.h stamp-h1
372 install-cc1libLTLIBRARIES: $(cc1lib_LTLIBRARIES)
373         @$(NORMAL_INSTALL)
374         @list='$(cc1lib_LTLIBRARIES)'; test -n "$(cc1libdir)" || list=; \
375         list2=; for p in $$list; do \
376           if test -f $$p; then \
377             list2="$$list2 $$p"; \
378           else :; fi; \
379         done; \
380         test -z "$$list2" || { \
381           echo " $(MKDIR_P) '$(DESTDIR)$(cc1libdir)'"; \
382           $(MKDIR_P) "$(DESTDIR)$(cc1libdir)" || exit 1; \
383           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cc1libdir)'"; \
384           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cc1libdir)"; \
385         }
386
387 uninstall-cc1libLTLIBRARIES:
388         @$(NORMAL_UNINSTALL)
389         @list='$(cc1lib_LTLIBRARIES)'; test -n "$(cc1libdir)" || list=; \
390         for p in $$list; do \
391           $(am__strip_dir) \
392           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cc1libdir)/$$f'"; \
393           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cc1libdir)/$$f"; \
394         done
395
396 clean-cc1libLTLIBRARIES:
397         -test -z "$(cc1lib_LTLIBRARIES)" || rm -f $(cc1lib_LTLIBRARIES)
398         @list='$(cc1lib_LTLIBRARIES)'; for p in $$list; do \
399           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
400           test "$$dir" != "$$p" || dir=.; \
401           echo "rm -f \"$${dir}/so_locations\""; \
402           rm -f "$${dir}/so_locations"; \
403         done
404 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
405         @$(NORMAL_INSTALL)
406         @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
407         list2=; for p in $$list; do \
408           if test -f $$p; then \
409             list2="$$list2 $$p"; \
410           else :; fi; \
411         done; \
412         test -z "$$list2" || { \
413           echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
414           $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
415           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
416           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
417         }
418
419 uninstall-pluginLTLIBRARIES:
420         @$(NORMAL_UNINSTALL)
421         @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
422         for p in $$list; do \
423           $(am__strip_dir) \
424           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
425           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
426         done
427
428 clean-pluginLTLIBRARIES:
429         -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
430         @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
431           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
432           test "$$dir" != "$$p" || dir=.; \
433           echo "rm -f \"$${dir}/so_locations\""; \
434           rm -f "$${dir}/so_locations"; \
435         done
436 libcc1.la: $(libcc1_la_OBJECTS) $(libcc1_la_DEPENDENCIES) $(EXTRA_libcc1_la_DEPENDENCIES) 
437         $(libcc1_la_LINK) $(am_libcc1_la_rpath) $(libcc1_la_OBJECTS) $(libcc1_la_LIBADD) $(LIBS)
438 libcc1plugin.la: $(libcc1plugin_la_OBJECTS) $(libcc1plugin_la_DEPENDENCIES) $(EXTRA_libcc1plugin_la_DEPENDENCIES) 
439         $(libcc1plugin_la_LINK) $(am_libcc1plugin_la_rpath) $(libcc1plugin_la_OBJECTS) $(libcc1plugin_la_LIBADD) $(LIBS)
440
441 mostlyclean-compile:
442         -rm -f *.$(OBJEXT)
443
444 distclean-compile:
445         -rm -f *.tab.c
446
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findcomp.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcc1.Plo@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/marshall.Plo@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/names.Plo@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
454
455 .cc.o:
456 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
457 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
459 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
461
462 .cc.obj:
463 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
464 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
466 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
468
469 .cc.lo:
470 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
471 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
472 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
473 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
475
476 mostlyclean-libtool:
477         -rm -f *.lo
478
479 clean-libtool:
480         -rm -rf .libs _libs
481
482 distclean-libtool:
483         -rm -f libtool config.lt
484
485 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
486         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
487         unique=`for i in $$list; do \
488             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489           done | \
490           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
491               END { if (nonempty) { for (i in files) print i; }; }'`; \
492         mkid -fID $$unique
493 tags: TAGS
494
495 TAGS:  $(HEADERS) $(SOURCES) cc1plugin-config.h.in $(TAGS_DEPENDENCIES) \
496                 $(TAGS_FILES) $(LISP)
497         set x; \
498         here=`pwd`; \
499         list='$(SOURCES) $(HEADERS) cc1plugin-config.h.in $(LISP) $(TAGS_FILES)'; \
500         unique=`for i in $$list; do \
501             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502           done | \
503           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
504               END { if (nonempty) { for (i in files) print i; }; }'`; \
505         shift; \
506         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
507           test -n "$$unique" || unique=$$empty_fix; \
508           if test $$# -gt 0; then \
509             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510               "$$@" $$unique; \
511           else \
512             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513               $$unique; \
514           fi; \
515         fi
516 ctags: CTAGS
517 CTAGS:  $(HEADERS) $(SOURCES) cc1plugin-config.h.in $(TAGS_DEPENDENCIES) \
518                 $(TAGS_FILES) $(LISP)
519         list='$(SOURCES) $(HEADERS) cc1plugin-config.h.in $(LISP) $(TAGS_FILES)'; \
520         unique=`for i in $$list; do \
521             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
522           done | \
523           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
524               END { if (nonempty) { for (i in files) print i; }; }'`; \
525         test -z "$(CTAGS_ARGS)$$unique" \
526           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
527              $$unique
528
529 GTAGS:
530         here=`$(am__cd) $(top_builddir) && pwd` \
531           && $(am__cd) $(top_srcdir) \
532           && gtags -i $(GTAGS_ARGS) "$$here"
533
534 distclean-tags:
535         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
536 check-am: all-am
537 check: $(BUILT_SOURCES)
538         $(MAKE) $(AM_MAKEFLAGS) check-am
539 all-am: Makefile $(LTLIBRARIES) cc1plugin-config.h
540 installdirs:
541         for dir in "$(DESTDIR)$(cc1libdir)" "$(DESTDIR)$(plugindir)"; do \
542           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
543         done
544 install: $(BUILT_SOURCES)
545         $(MAKE) $(AM_MAKEFLAGS) install-am
546 install-exec: install-exec-am
547 install-data: install-data-am
548 uninstall: uninstall-am
549
550 install-am: all-am
551         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552
553 installcheck: installcheck-am
554 install-strip:
555         if test -z '$(STRIP)'; then \
556           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558               install; \
559         else \
560           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
563         fi
564 mostlyclean-generic:
565
566 clean-generic:
567
568 distclean-generic:
569         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
572 maintainer-clean-generic:
573         @echo "This command is intended for maintainers to use"
574         @echo "it deletes files that may require special tools to rebuild."
575         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
576 clean: clean-am
577
578 clean-am: clean-cc1libLTLIBRARIES clean-generic clean-libtool \
579         clean-pluginLTLIBRARIES mostlyclean-am
580
581 distclean: distclean-am
582         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
583         -rm -rf ./$(DEPDIR)
584         -rm -f Makefile
585 distclean-am: clean-am distclean-compile distclean-generic \
586         distclean-hdr distclean-libtool distclean-tags
587
588 dvi: dvi-am
589
590 dvi-am:
591
592 html: html-am
593
594 html-am:
595
596 info: info-am
597
598 info-am:
599
600 install-data-am: install-cc1libLTLIBRARIES install-pluginLTLIBRARIES
601
602 install-dvi: install-dvi-am
603
604 install-dvi-am:
605
606 install-exec-am:
607
608 install-html: install-html-am
609
610 install-html-am:
611
612 install-info: install-info-am
613
614 install-info-am:
615
616 install-man:
617
618 install-pdf: install-pdf-am
619
620 install-pdf-am:
621
622 install-ps: install-ps-am
623
624 install-ps-am:
625
626 installcheck-am:
627
628 maintainer-clean: maintainer-clean-am
629         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
630         -rm -rf $(top_srcdir)/autom4te.cache
631         -rm -rf ./$(DEPDIR)
632         -rm -f Makefile
633 maintainer-clean-am: distclean-am maintainer-clean-generic
634
635 mostlyclean: mostlyclean-am
636
637 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
638         mostlyclean-libtool
639
640 pdf: pdf-am
641
642 pdf-am:
643
644 ps: ps-am
645
646 ps-am:
647
648 uninstall-am: uninstall-cc1libLTLIBRARIES uninstall-pluginLTLIBRARIES
649
650 .MAKE: all check install install-am install-strip
651
652 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
653         clean-cc1libLTLIBRARIES clean-generic clean-libtool \
654         clean-pluginLTLIBRARIES ctags distclean distclean-compile \
655         distclean-generic distclean-hdr distclean-libtool \
656         distclean-tags dvi dvi-am html html-am info info-am install \
657         install-am install-cc1libLTLIBRARIES install-data \
658         install-data-am install-dvi install-dvi-am install-exec \
659         install-exec-am install-html install-html-am install-info \
660         install-info-am install-man install-pdf install-pdf-am \
661         install-pluginLTLIBRARIES install-ps install-ps-am \
662         install-strip installcheck installcheck-am installdirs \
663         maintainer-clean maintainer-clean-generic mostlyclean \
664         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
665         pdf pdf-am ps ps-am tags uninstall uninstall-am \
666         uninstall-cc1libLTLIBRARIES uninstall-pluginLTLIBRARIES
667
668 override CXXFLAGS := $(filter-out -fsanitize=address,$(CXXFLAGS))
669 override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
670
671 # Put this in a header so we don't run sed for each compilation.  This
672 # is also simpler to debug as one can easily see the constant.
673 compiler-name.h: Makefile
674         echo "#define COMPILER_NAME \"`echo gcc | sed '$(transform)'`\"" > compiler-name.h
675
676 # Tell versions [3.59,3.63) of GNU make to not export all variables.
677 # Otherwise a system limit (for SysV at least) may be exceeded.
678 .NOEXPORT: