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