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