1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92@DARWIN_DYNAMIC_LOOKUP_TRUE@am__append_1 = -Wl,-undefined,dynamic_lookup
93subdir = .
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
96	$(top_srcdir)/../config/depstand.m4 \
97	$(top_srcdir)/../config/gcc-plugin.m4 \
98	$(top_srcdir)/../config/lead-dot.m4 \
99	$(top_srcdir)/../config/override.m4 \
100	$(top_srcdir)/../config/warnings.m4 \
101	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
102	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
103	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
104am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105	$(ACLOCAL_M4)
106DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
107	$(am__configure_deps)
108am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
109 configure.lineno config.status.lineno
110mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
111CONFIG_HEADER = cc1plugin-config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115am__vpath_adj = case $$p in \
116    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117    *) f=$$p;; \
118  esac;
119am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120am__install_max = 40
121am__nobase_strip_setup = \
122  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123am__nobase_strip = \
124  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125am__nobase_list = $(am__nobase_strip_setup); \
126  for p in $$list; do echo "$$p $$p"; done | \
127  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129    if (++n[$$2] == $(am__install_max)) \
130      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131    END { for (dir in files) print dir, files[dir] }'
132am__base_list = \
133  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135am__uninstall_files_from_dir = { \
136  test -z "$$files" \
137    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139         $(am__cd) "$$dir" && rm -f $$files; }; \
140  }
141am__installdirs = "$(DESTDIR)$(cc1libdir)" "$(DESTDIR)$(plugindir)"
142LTLIBRARIES = $(cc1lib_LTLIBRARIES) $(plugin_LTLIBRARIES)
143am__objects_1 = callbacks.lo connection.lo marshall.lo
144am__objects_2 =
145am_libcc1_la_OBJECTS = findcomp.lo libcc1.lo libcp1.lo names.lo \
146	$(am__objects_1) $(am__objects_2) $(am__objects_2)
147libcc1_la_OBJECTS = $(am_libcc1_la_OBJECTS)
148@ENABLE_PLUGIN_TRUE@am_libcc1_la_rpath = -rpath $(cc1libdir)
149am_libcc1plugin_la_OBJECTS = libcc1plugin.lo $(am__objects_1) \
150	$(am__objects_2)
151libcc1plugin_la_OBJECTS = $(am_libcc1plugin_la_OBJECTS)
152@ENABLE_PLUGIN_TRUE@am_libcc1plugin_la_rpath = -rpath $(plugindir)
153am_libcp1plugin_la_OBJECTS = libcp1plugin.lo $(am__objects_1) \
154	$(am__objects_2)
155libcp1plugin_la_OBJECTS = $(am_libcp1plugin_la_OBJECTS)
156@ENABLE_PLUGIN_TRUE@am_libcp1plugin_la_rpath = -rpath $(plugindir)
157AM_V_P = $(am__v_P_@AM_V@)
158am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
159am__v_P_0 = false
160am__v_P_1 = :
161AM_V_GEN = $(am__v_GEN_@AM_V@)
162am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
163am__v_GEN_0 = @echo "  GEN     " $@;
164am__v_GEN_1 = 
165AM_V_at = $(am__v_at_@AM_V@)
166am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
167am__v_at_0 = @
168am__v_at_1 = 
169DEFAULT_INCLUDES = -I.@am__isrc@
170depcomp = $(SHELL) $(top_srcdir)/../depcomp
171am__depfiles_maybe = depfiles
172am__mv = mv -f
173CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
174	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
175AM_V_lt = $(am__v_lt_@AM_V@)
176am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
177am__v_lt_0 = --silent
178am__v_lt_1 = 
179LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
180	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
181	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
182	$(AM_CXXFLAGS) $(CXXFLAGS)
183AM_V_CXX = $(am__v_CXX_@AM_V@)
184am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
185am__v_CXX_0 = @echo "  CXX     " $@;
186am__v_CXX_1 = 
187CXXLD = $(CXX)
188CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
189	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
190	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
191AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
192am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
193am__v_CXXLD_0 = @echo "  CXXLD   " $@;
194am__v_CXXLD_1 = 
195COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
196	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
197LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
199	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
200	$(AM_CFLAGS) $(CFLAGS)
201AM_V_CC = $(am__v_CC_@AM_V@)
202am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
203am__v_CC_0 = @echo "  CC      " $@;
204am__v_CC_1 = 
205CCLD = $(CC)
206LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
208	$(AM_LDFLAGS) $(LDFLAGS) -o $@
209AM_V_CCLD = $(am__v_CCLD_@AM_V@)
210am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
211am__v_CCLD_0 = @echo "  CCLD    " $@;
212am__v_CCLD_1 = 
213SOURCES = $(libcc1_la_SOURCES) $(libcc1plugin_la_SOURCES) \
214	$(libcp1plugin_la_SOURCES)
215am__can_run_installinfo = \
216  case $$AM_UPDATE_INFO_DIR in \
217    n|no|NO) false;; \
218    *) (install-info --version) >/dev/null 2>&1;; \
219  esac
220am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
221	$(LISP)cc1plugin-config.h.in
222# Read a list of newline-separated strings from the standard input,
223# and print each of them once, without duplicates.  Input order is
224# *not* preserved.
225am__uniquify_input = $(AWK) '\
226  BEGIN { nonempty = 0; } \
227  { items[$$0] = 1; nonempty = 1; } \
228  END { if (nonempty) { for (i in items) print i; }; } \
229'
230# Make sure the list of sources is unique.  This is necessary because,
231# e.g., the same source file might be shared among _SOURCES variables
232# for different programs/libraries.
233am__define_uniq_tagged_files = \
234  list='$(am__tagged_files)'; \
235  unique=`for i in $$list; do \
236    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237  done | $(am__uniquify_input)`
238ETAGS = etags
239CTAGS = ctags
240CSCOPE = cscope
241AM_RECURSIVE_TARGETS = cscope
242ACLOCAL = @ACLOCAL@
243AMTAR = @AMTAR@
244AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
245AR = @AR@
246AUTOCONF = @AUTOCONF@
247AUTOHEADER = @AUTOHEADER@
248AUTOMAKE = @AUTOMAKE@
249AWK = @AWK@
250CC = @CC@
251CCDEPMODE = @CCDEPMODE@
252CFLAGS = @CFLAGS@
253CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
254CPP = @CPP@
255CPPFLAGS = @CPPFLAGS@
256CXX = @CXX@
257CXXCPP = @CXXCPP@
258CXXDEPMODE = @CXXDEPMODE@
259CXXFLAGS = @CXXFLAGS@
260CYGPATH_W = @CYGPATH_W@
261DEFS = @DEFS@
262DEPDIR = @DEPDIR@
263DSYMUTIL = @DSYMUTIL@
264DUMPBIN = @DUMPBIN@
265ECHO_C = @ECHO_C@
266ECHO_N = @ECHO_N@
267ECHO_T = @ECHO_T@
268EGREP = @EGREP@
269EXEEXT = @EXEEXT@
270FGREP = @FGREP@
271GMPINC = @GMPINC@
272GREP = @GREP@
273INSTALL = @INSTALL@
274INSTALL_DATA = @INSTALL_DATA@
275INSTALL_PROGRAM = @INSTALL_PROGRAM@
276INSTALL_SCRIPT = @INSTALL_SCRIPT@
277INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
278LD = @LD@
279LDFLAGS = @LDFLAGS@
280LIBOBJS = @LIBOBJS@
281LIBS = @LIBS@
282LIBTOOL = @LIBTOOL@
283LIPO = @LIPO@
284LN_S = @LN_S@
285LTLIBOBJS = @LTLIBOBJS@
286MAINT = @MAINT@
287MAKEINFO = @MAKEINFO@
288MKDIR_P = @MKDIR_P@
289NM = @NM@
290NMEDIT = @NMEDIT@
291OBJDUMP = @OBJDUMP@
292OBJEXT = @OBJEXT@
293OTOOL = @OTOOL@
294OTOOL64 = @OTOOL64@
295PACKAGE = @PACKAGE@
296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297PACKAGE_NAME = @PACKAGE_NAME@
298PACKAGE_STRING = @PACKAGE_STRING@
299PACKAGE_TARNAME = @PACKAGE_TARNAME@
300PACKAGE_URL = @PACKAGE_URL@
301PACKAGE_VERSION = @PACKAGE_VERSION@
302PATH_SEPARATOR = @PATH_SEPARATOR@
303RANLIB = @RANLIB@
304SED = @SED@
305SET_MAKE = @SET_MAKE@
306SHELL = @SHELL@
307STRIP = @STRIP@
308VERSION = @VERSION@
309WARN_FLAGS = @WARN_FLAGS@
310WERROR = @WERROR@
311abs_builddir = @abs_builddir@
312abs_srcdir = @abs_srcdir@
313abs_top_builddir = @abs_top_builddir@
314abs_top_srcdir = @abs_top_srcdir@
315ac_ct_CC = @ac_ct_CC@
316ac_ct_CXX = @ac_ct_CXX@
317ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
318am__include = @am__include@
319am__leading_dot = @am__leading_dot@
320am__quote = @am__quote@
321am__tar = @am__tar@
322am__untar = @am__untar@
323bindir = @bindir@
324build = @build@
325build_alias = @build_alias@
326build_cpu = @build_cpu@
327build_libsubdir = @build_libsubdir@
328build_os = @build_os@
329build_subdir = @build_subdir@
330build_vendor = @build_vendor@
331builddir = @builddir@
332datadir = @datadir@
333datarootdir = @datarootdir@
334docdir = @docdir@
335dvidir = @dvidir@
336exec_prefix = @exec_prefix@
337gcc_version = @gcc_version@
338get_gcc_base_ver = @get_gcc_base_ver@
339host = @host@
340host_alias = @host_alias@
341host_cpu = @host_cpu@
342host_os = @host_os@
343host_subdir = @host_subdir@
344host_vendor = @host_vendor@
345htmldir = @htmldir@
346includedir = @includedir@
347infodir = @infodir@
348install_sh = @install_sh@
349libdir = @libdir@
350libexecdir = @libexecdir@
351libsuffix = @libsuffix@
352localedir = @localedir@
353localstatedir = @localstatedir@
354mandir = @mandir@
355mkdir_p = @mkdir_p@
356oldincludedir = @oldincludedir@
357pdfdir = @pdfdir@
358prefix = @prefix@
359program_transform_name = @program_transform_name@
360psdir = @psdir@
361sbindir = @sbindir@
362sharedstatedir = @sharedstatedir@
363srcdir = @srcdir@
364sysconfdir = @sysconfdir@
365target = @target@
366target_alias = @target_alias@
367target_cpu = @target_cpu@
368target_noncanonical = @target_noncanonical@
369target_os = @target_os@
370target_subdir = @target_subdir@
371target_vendor = @target_vendor@
372top_build_prefix = @top_build_prefix@
373top_builddir = @top_builddir@
374top_srcdir = @top_srcdir@
375visibility = @visibility@
376ACLOCAL_AMFLAGS = -I .. -I ../config
377gcc_build_dir = ../gcc
378AM_CPPFLAGS = -I $(srcdir)/../include -I $(srcdir)/../libgcc \
379	-I $(gcc_build_dir) -I$(srcdir)/../gcc $($@_CPPFLAGS) $(GMPINC)
380
381CPPFLAGS_FOR_C_FAMILY = -I $(srcdir)/../gcc/c-family \
382	-I $(srcdir)/../libcpp/include
383
384CPPFLAGS_FOR_C = $(CPPFLAGS_FOR_C_FAMILY) -I $(srcdir)/../gcc/c
385CPPFLAGS_FOR_CXX = $(CPPFLAGS_FOR_C_FAMILY) -I $(srcdir)/../gcc/cp
386AM_CXXFLAGS = $(WARN_FLAGS) $(WERROR) $(visibility) $(am__append_1)
387# Can be simplified when libiberty becomes a normal convenience library.
388libiberty_normal = ../libiberty/libiberty.a
389libiberty_noasan = ../libiberty/noasan/libiberty.a
390libiberty_pic = ../libiberty/pic/libiberty.a
391Wc = -Wc,
392libiberty = $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
393	    $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic), \
394	    $(Wc)$(libiberty_normal)))
395
396libiberty_dep = $(patsubst $(Wc)%,%,$(libiberty))
397plugindir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/plugin
398cc1libdir = $(libdir)/$(libsuffix)
399@ENABLE_PLUGIN_TRUE@plugin_LTLIBRARIES = libcc1plugin.la libcp1plugin.la
400@ENABLE_PLUGIN_TRUE@cc1lib_LTLIBRARIES = libcc1.la
401shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
402    marshall.cc marshall.hh rpc.hh status.hh
403
404marshall_c_source = marshall-c.hh
405marshall_cxx_source = marshall-cp.hh
406libcc1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1plugin.sym
407libcc1plugin_la_SOURCES = libcc1plugin.cc $(shared_source) $(marshall_c_source)
408libcc1plugin.lo_CPPFLAGS = $(CPPFLAGS_FOR_C)
409libcc1plugin_la_LIBADD = $(libiberty)
410libcc1plugin_la_DEPENDENCIES = $(libiberty_dep)
411libcc1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
412	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
413	$(CXXFLAGS) $(libcc1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
414
415libcp1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcp1plugin.sym
416libcp1plugin_la_SOURCES = libcp1plugin.cc $(shared_source) $(marshall_cxx_source)
417libcp1plugin.lo_CPPFLAGS = $(CPPFLAGS_FOR_CXX)
418libcp1plugin_la_LIBADD = $(libiberty)
419libcp1plugin_la_DEPENDENCIES = $(libiberty_dep)
420libcp1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
421	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
422	$(CXXFLAGS) $(libcp1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
423
424LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
425libcc1_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1.sym
426libcc1_la_SOURCES = findcomp.cc libcc1.cc libcp1.cc \
427		names.cc names.hh $(shared_source) \
428		$(marshall_c_source) $(marshall_cxx_source)
429
430libcc1_la_LIBADD = $(libiberty)
431libcc1_la_DEPENDENCIES = $(libiberty_dep)
432libcc1_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
433	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
434	$(CXXFLAGS) $(libcc1_la_LDFLAGS) $(LTLDFLAGS) -o $@
435
436all: cc1plugin-config.h
437	$(MAKE) $(AM_MAKEFLAGS) all-am
438
439.SUFFIXES:
440.SUFFIXES: .cc .lo .o .obj
441am--refresh: Makefile
442	@:
443$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
444	@for dep in $?; do \
445	  case '$(am__configure_deps)' in \
446	    *$$dep*) \
447	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
448	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
449		&& exit 0; \
450	      exit 1;; \
451	  esac; \
452	done; \
453	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
454	$(am__cd) $(top_srcdir) && \
455	  $(AUTOMAKE) --foreign Makefile
456Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
457	@case '$?' in \
458	  *config.status*) \
459	    echo ' $(SHELL) ./config.status'; \
460	    $(SHELL) ./config.status;; \
461	  *) \
462	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
463	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
464	esac;
465
466$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
467	$(SHELL) ./config.status --recheck
468
469$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
470	$(am__cd) $(srcdir) && $(AUTOCONF)
471$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
472	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
473$(am__aclocal_m4_deps):
474
475cc1plugin-config.h: stamp-h1
476	@test -f $@ || rm -f stamp-h1
477	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
478
479stamp-h1: $(srcdir)/cc1plugin-config.h.in $(top_builddir)/config.status
480	@rm -f stamp-h1
481	cd $(top_builddir) && $(SHELL) ./config.status cc1plugin-config.h
482$(srcdir)/cc1plugin-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
483	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
484	rm -f stamp-h1
485	touch $@
486
487distclean-hdr:
488	-rm -f cc1plugin-config.h stamp-h1
489
490install-cc1libLTLIBRARIES: $(cc1lib_LTLIBRARIES)
491	@$(NORMAL_INSTALL)
492	@list='$(cc1lib_LTLIBRARIES)'; test -n "$(cc1libdir)" || list=; \
493	list2=; for p in $$list; do \
494	  if test -f $$p; then \
495	    list2="$$list2 $$p"; \
496	  else :; fi; \
497	done; \
498	test -z "$$list2" || { \
499	  echo " $(MKDIR_P) '$(DESTDIR)$(cc1libdir)'"; \
500	  $(MKDIR_P) "$(DESTDIR)$(cc1libdir)" || exit 1; \
501	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cc1libdir)'"; \
502	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cc1libdir)"; \
503	}
504
505uninstall-cc1libLTLIBRARIES:
506	@$(NORMAL_UNINSTALL)
507	@list='$(cc1lib_LTLIBRARIES)'; test -n "$(cc1libdir)" || list=; \
508	for p in $$list; do \
509	  $(am__strip_dir) \
510	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cc1libdir)/$$f'"; \
511	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cc1libdir)/$$f"; \
512	done
513
514clean-cc1libLTLIBRARIES:
515	-test -z "$(cc1lib_LTLIBRARIES)" || rm -f $(cc1lib_LTLIBRARIES)
516	@list='$(cc1lib_LTLIBRARIES)'; \
517	locs=`for p in $$list; do echo $$p; done | \
518	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
519	      sort -u`; \
520	test -z "$$locs" || { \
521	  echo rm -f $${locs}; \
522	  rm -f $${locs}; \
523	}
524
525install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
526	@$(NORMAL_INSTALL)
527	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
528	list2=; for p in $$list; do \
529	  if test -f $$p; then \
530	    list2="$$list2 $$p"; \
531	  else :; fi; \
532	done; \
533	test -z "$$list2" || { \
534	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
535	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
536	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
537	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
538	}
539
540uninstall-pluginLTLIBRARIES:
541	@$(NORMAL_UNINSTALL)
542	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
543	for p in $$list; do \
544	  $(am__strip_dir) \
545	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
546	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
547	done
548
549clean-pluginLTLIBRARIES:
550	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
551	@list='$(plugin_LTLIBRARIES)'; \
552	locs=`for p in $$list; do echo $$p; done | \
553	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
554	      sort -u`; \
555	test -z "$$locs" || { \
556	  echo rm -f $${locs}; \
557	  rm -f $${locs}; \
558	}
559
560libcc1.la: $(libcc1_la_OBJECTS) $(libcc1_la_DEPENDENCIES) $(EXTRA_libcc1_la_DEPENDENCIES) 
561	$(AM_V_GEN)$(libcc1_la_LINK) $(am_libcc1_la_rpath) $(libcc1_la_OBJECTS) $(libcc1_la_LIBADD) $(LIBS)
562
563libcc1plugin.la: $(libcc1plugin_la_OBJECTS) $(libcc1plugin_la_DEPENDENCIES) $(EXTRA_libcc1plugin_la_DEPENDENCIES) 
564	$(AM_V_GEN)$(libcc1plugin_la_LINK) $(am_libcc1plugin_la_rpath) $(libcc1plugin_la_OBJECTS) $(libcc1plugin_la_LIBADD) $(LIBS)
565
566libcp1plugin.la: $(libcp1plugin_la_OBJECTS) $(libcp1plugin_la_DEPENDENCIES) $(EXTRA_libcp1plugin_la_DEPENDENCIES) 
567	$(AM_V_GEN)$(libcp1plugin_la_LINK) $(am_libcp1plugin_la_rpath) $(libcp1plugin_la_OBJECTS) $(libcp1plugin_la_LIBADD) $(LIBS)
568
569mostlyclean-compile:
570	-rm -f *.$(OBJEXT)
571
572distclean-compile:
573	-rm -f *.tab.c
574
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Plo@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Plo@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findcomp.Plo@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcc1.Plo@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcc1plugin.Plo@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcp1.Plo@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcp1plugin.Plo@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/marshall.Plo@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/names.Plo@am__quote@
584
585.cc.o:
586@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
587@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
588@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
589@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
591
592.cc.obj:
593@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
594@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
595@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
596@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
598
599.cc.lo:
600@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
601@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
602@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
603@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
605
606mostlyclean-libtool:
607	-rm -f *.lo
608
609clean-libtool:
610	-rm -rf .libs _libs
611
612distclean-libtool:
613	-rm -f libtool config.lt
614
615ID: $(am__tagged_files)
616	$(am__define_uniq_tagged_files); mkid -fID $$unique
617tags: tags-am
618TAGS: tags
619
620tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
621	set x; \
622	here=`pwd`; \
623	$(am__define_uniq_tagged_files); \
624	shift; \
625	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
626	  test -n "$$unique" || unique=$$empty_fix; \
627	  if test $$# -gt 0; then \
628	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
629	      "$$@" $$unique; \
630	  else \
631	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
632	      $$unique; \
633	  fi; \
634	fi
635ctags: ctags-am
636
637CTAGS: ctags
638ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
639	$(am__define_uniq_tagged_files); \
640	test -z "$(CTAGS_ARGS)$$unique" \
641	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
642	     $$unique
643
644GTAGS:
645	here=`$(am__cd) $(top_builddir) && pwd` \
646	  && $(am__cd) $(top_srcdir) \
647	  && gtags -i $(GTAGS_ARGS) "$$here"
648cscope: cscope.files
649	test ! -s cscope.files \
650	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
651clean-cscope:
652	-rm -f cscope.files
653cscope.files: clean-cscope cscopelist
654cscopelist: cscopelist-am
655
656cscopelist-am: $(am__tagged_files)
657	list='$(am__tagged_files)'; \
658	case "$(srcdir)" in \
659	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
660	  *) sdir=$(subdir)/$(srcdir) ;; \
661	esac; \
662	for i in $$list; do \
663	  if test -f "$$i"; then \
664	    echo "$(subdir)/$$i"; \
665	  else \
666	    echo "$$sdir/$$i"; \
667	  fi; \
668	done >> $(top_builddir)/cscope.files
669
670distclean-tags:
671	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
672	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
673check-am: all-am
674check: check-am
675all-am: Makefile $(LTLIBRARIES) cc1plugin-config.h
676installdirs:
677	for dir in "$(DESTDIR)$(cc1libdir)" "$(DESTDIR)$(plugindir)"; do \
678	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
679	done
680install: install-am
681install-exec: install-exec-am
682install-data: install-data-am
683uninstall: uninstall-am
684
685install-am: all-am
686	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
687
688installcheck: installcheck-am
689install-strip:
690	if test -z '$(STRIP)'; then \
691	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
692	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
693	      install; \
694	else \
695	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
698	fi
699mostlyclean-generic:
700
701clean-generic:
702
703distclean-generic:
704	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
705	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
706
707maintainer-clean-generic:
708	@echo "This command is intended for maintainers to use"
709	@echo "it deletes files that may require special tools to rebuild."
710clean: clean-am
711
712clean-am: clean-cc1libLTLIBRARIES clean-generic clean-libtool \
713	clean-pluginLTLIBRARIES mostlyclean-am
714
715distclean: distclean-am
716	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
717	-rm -rf ./$(DEPDIR)
718	-rm -f Makefile
719distclean-am: clean-am distclean-compile distclean-generic \
720	distclean-hdr distclean-libtool distclean-tags
721
722dvi: dvi-am
723
724dvi-am:
725
726html: html-am
727
728html-am:
729
730info: info-am
731
732info-am:
733
734install-data-am: install-cc1libLTLIBRARIES install-pluginLTLIBRARIES
735
736install-dvi: install-dvi-am
737
738install-dvi-am:
739
740install-exec-am:
741
742install-html: install-html-am
743
744install-html-am:
745
746install-info: install-info-am
747
748install-info-am:
749
750install-man:
751
752install-pdf: install-pdf-am
753
754install-pdf-am:
755
756install-ps: install-ps-am
757
758install-ps-am:
759
760installcheck-am:
761
762maintainer-clean: maintainer-clean-am
763	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
764	-rm -rf $(top_srcdir)/autom4te.cache
765	-rm -rf ./$(DEPDIR)
766	-rm -f Makefile
767maintainer-clean-am: distclean-am maintainer-clean-generic
768
769mostlyclean: mostlyclean-am
770
771mostlyclean-am: mostlyclean-compile mostlyclean-generic \
772	mostlyclean-libtool
773
774pdf: pdf-am
775
776pdf-am:
777
778ps: ps-am
779
780ps-am:
781
782uninstall-am: uninstall-cc1libLTLIBRARIES uninstall-pluginLTLIBRARIES
783
784.MAKE: all install-am install-strip
785
786.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
787	clean-cc1libLTLIBRARIES clean-cscope clean-generic \
788	clean-libtool clean-pluginLTLIBRARIES cscope cscopelist-am \
789	ctags ctags-am distclean distclean-compile distclean-generic \
790	distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
791	html-am info info-am install install-am \
792	install-cc1libLTLIBRARIES install-data install-data-am \
793	install-dvi install-dvi-am install-exec install-exec-am \
794	install-html install-html-am install-info install-info-am \
795	install-man install-pdf install-pdf-am \
796	install-pluginLTLIBRARIES install-ps install-ps-am \
797	install-strip installcheck installcheck-am installdirs \
798	maintainer-clean maintainer-clean-generic mostlyclean \
799	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
800	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
801	uninstall-cc1libLTLIBRARIES uninstall-pluginLTLIBRARIES
802
803.PRECIOUS: Makefile
804
805override CXXFLAGS := $(subst -mdynamic-no-pic,-fPIC,$(CXXFLAGS))
806override CXXFLAGS := $(filter-out -fsanitize=address,$(CXXFLAGS))
807override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
808
809# Tell versions [3.59,3.63) of GNU make to not export all variables.
810# Otherwise a system limit (for SysV at least) may be exceeded.
811.NOEXPORT:
812