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