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