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