Set num_threads to 50 on 32-bit hppa in two libgomp loop tests
[official-gcc.git] / libcc1 / Makefile.in
blobf8f590d71e9b6fd95a0f081daae58f31babdf0af
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__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; \
29 am__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
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 @DARWIN_DYNAMIC_LOOKUP_TRUE@am__append_1 = -Wl,-undefined,dynamic_lookup
93 subdir = .
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__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
106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 $(ACLOCAL_M4)
108 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
109 $(am__configure_deps)
110 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
111 configure.lineno config.status.lineno
112 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
113 CONFIG_HEADER = cc1plugin-config.h
114 CONFIG_CLEAN_FILES =
115 CONFIG_CLEAN_VPATH_FILES =
116 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
117 am__vpath_adj = case $$p in \
118 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119 *) f=$$p;; \
120 esac;
121 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
122 am__install_max = 40
123 am__nobase_strip_setup = \
124 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
125 am__nobase_strip = \
126 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
127 am__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] }'
134 am__base_list = \
135 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
136 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
137 am__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; }; \
143 am__installdirs = "$(DESTDIR)$(cc1libdir)" "$(DESTDIR)$(plugindir)"
144 LTLIBRARIES = $(cc1lib_LTLIBRARIES) $(plugin_LTLIBRARIES)
145 am__objects_1 = callbacks.lo connection.lo marshall.lo
146 am__objects_2 =
147 am_libcc1_la_OBJECTS = findcomp.lo libcc1.lo libcp1.lo compiler.lo \
148 names.lo $(am__objects_1) $(am__objects_2) $(am__objects_2)
149 libcc1_la_OBJECTS = $(am_libcc1_la_OBJECTS)
150 @ENABLE_PLUGIN_TRUE@am_libcc1_la_rpath = -rpath $(cc1libdir)
151 am_libcc1plugin_la_OBJECTS = libcc1plugin.lo context.lo \
152 $(am__objects_1) $(am__objects_2)
153 libcc1plugin_la_OBJECTS = $(am_libcc1plugin_la_OBJECTS)
154 @ENABLE_PLUGIN_TRUE@am_libcc1plugin_la_rpath = -rpath $(plugindir)
155 am_libcp1plugin_la_OBJECTS = libcp1plugin.lo context.lo \
156 $(am__objects_1) $(am__objects_2)
157 libcp1plugin_la_OBJECTS = $(am_libcp1plugin_la_OBJECTS)
158 @ENABLE_PLUGIN_TRUE@am_libcp1plugin_la_rpath = -rpath $(plugindir)
159 AM_V_P = $(am__v_P_@AM_V@)
160 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161 am__v_P_0 = false
162 am__v_P_1 = :
163 AM_V_GEN = $(am__v_GEN_@AM_V@)
164 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165 am__v_GEN_0 = @echo " GEN " $@;
166 am__v_GEN_1 =
167 AM_V_at = $(am__v_at_@AM_V@)
168 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169 am__v_at_0 = @
170 am__v_at_1 =
171 DEFAULT_INCLUDES = -I.@am__isrc@
172 depcomp = $(SHELL) $(top_srcdir)/../depcomp
173 am__depfiles_maybe = depfiles
174 am__mv = mv -f
175 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
176 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
177 AM_V_lt = $(am__v_lt_@AM_V@)
178 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
179 am__v_lt_0 = --silent
180 am__v_lt_1 =
181 LTCXXCOMPILE = $(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)
185 AM_V_CXX = $(am__v_CXX_@AM_V@)
186 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
187 am__v_CXX_0 = @echo " CXX " $@;
188 am__v_CXX_1 =
189 CXXLD = $(CXX)
190 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
191 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
192 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
193 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
194 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
195 am__v_CXXLD_0 = @echo " CXXLD " $@;
196 am__v_CXXLD_1 =
197 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
198 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
199 LTCOMPILE = $(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)
203 AM_V_CC = $(am__v_CC_@AM_V@)
204 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
205 am__v_CC_0 = @echo " CC " $@;
206 am__v_CC_1 =
207 CCLD = $(CC)
208 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
209 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
210 $(AM_LDFLAGS) $(LDFLAGS) -o $@
211 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
212 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
213 am__v_CCLD_0 = @echo " CCLD " $@;
214 am__v_CCLD_1 =
215 SOURCES = $(libcc1_la_SOURCES) $(libcc1plugin_la_SOURCES) \
216 $(libcp1plugin_la_SOURCES)
217 am__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
222 am__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.
227 am__uniquify_input = $(AWK) '\
228 BEGIN { nonempty = 0; } \
229 { items[$$0] = 1; nonempty = 1; } \
230 END { if (nonempty) { for (i in items) print i; }; } \
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.
235 am__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)`
240 ETAGS = etags
241 CTAGS = ctags
242 CSCOPE = cscope
243 AM_RECURSIVE_TARGETS = cscope
244 ACLOCAL = @ACLOCAL@
245 AMTAR = @AMTAR@
246 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
247 AR = @AR@
248 AUTOCONF = @AUTOCONF@
249 AUTOHEADER = @AUTOHEADER@
250 AUTOMAKE = @AUTOMAKE@
251 AWK = @AWK@
252 CC = @CC@
253 CCDEPMODE = @CCDEPMODE@
254 CET_HOST_FLAGS = @CET_HOST_FLAGS@
255 CFLAGS = @CFLAGS@
256 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
257 CPP = @CPP@
258 CPPFLAGS = @CPPFLAGS@
259 CXX = @CXX@
260 CXXCPP = @CXXCPP@
261 CXXDEPMODE = @CXXDEPMODE@
262 CXXFLAGS = @CXXFLAGS@
263 CYGPATH_W = @CYGPATH_W@
264 DEFS = @DEFS@
265 DEPDIR = @DEPDIR@
266 DSYMUTIL = @DSYMUTIL@
267 DUMPBIN = @DUMPBIN@
268 ECHO_C = @ECHO_C@
269 ECHO_N = @ECHO_N@
270 ECHO_T = @ECHO_T@
271 EGREP = @EGREP@
272 EXEEXT = @EXEEXT@
273 FGREP = @FGREP@
274 GMPINC = @GMPINC@
275 GREP = @GREP@
276 INSTALL = @INSTALL@
277 INSTALL_DATA = @INSTALL_DATA@
278 INSTALL_PROGRAM = @INSTALL_PROGRAM@
279 INSTALL_SCRIPT = @INSTALL_SCRIPT@
280 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
281 LD = @LD@
282 LDFLAGS = @LDFLAGS@
283 LIBOBJS = @LIBOBJS@
284 LIBS = @LIBS@
285 LIBTOOL = @LIBTOOL@
286 LIPO = @LIPO@
287 LN_S = @LN_S@
288 LTLIBOBJS = @LTLIBOBJS@
289 MAINT = @MAINT@
290 MAKEINFO = @MAKEINFO@
291 MKDIR_P = @MKDIR_P@
292 NM = @NM@
293 NMEDIT = @NMEDIT@
294 OBJDUMP = @OBJDUMP@
295 OBJEXT = @OBJEXT@
296 OTOOL = @OTOOL@
297 OTOOL64 = @OTOOL64@
298 PACKAGE = @PACKAGE@
299 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
300 PACKAGE_NAME = @PACKAGE_NAME@
301 PACKAGE_STRING = @PACKAGE_STRING@
302 PACKAGE_TARNAME = @PACKAGE_TARNAME@
303 PACKAGE_URL = @PACKAGE_URL@
304 PACKAGE_VERSION = @PACKAGE_VERSION@
305 PATH_SEPARATOR = @PATH_SEPARATOR@
306 RANLIB = @RANLIB@
307 SED = @SED@
308 SET_MAKE = @SET_MAKE@
309 SHELL = @SHELL@
310 STRIP = @STRIP@
311 VERSION = @VERSION@
312 WARN_FLAGS = @WARN_FLAGS@
313 WERROR = @WERROR@
314 abs_builddir = @abs_builddir@
315 abs_srcdir = @abs_srcdir@
316 abs_top_builddir = @abs_top_builddir@
317 abs_top_srcdir = @abs_top_srcdir@
318 ac_ct_CC = @ac_ct_CC@
319 ac_ct_CXX = @ac_ct_CXX@
320 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
321 am__include = @am__include@
322 am__leading_dot = @am__leading_dot@
323 am__quote = @am__quote@
324 am__tar = @am__tar@
325 am__untar = @am__untar@
326 bindir = @bindir@
327 build = @build@
328 build_alias = @build_alias@
329 build_cpu = @build_cpu@
330 build_libsubdir = @build_libsubdir@
331 build_os = @build_os@
332 build_subdir = @build_subdir@
333 build_vendor = @build_vendor@
334 builddir = @builddir@
335 datadir = @datadir@
336 datarootdir = @datarootdir@
337 docdir = @docdir@
338 dvidir = @dvidir@
339 exec_prefix = @exec_prefix@
340 gcc_version = @gcc_version@
341 get_gcc_base_ver = @get_gcc_base_ver@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_subdir = @host_subdir@
347 host_vendor = @host_vendor@
348 htmldir = @htmldir@
349 includedir = @includedir@
350 infodir = @infodir@
351 install_sh = @install_sh@
352 libdir = @libdir@
353 libexecdir = @libexecdir@
354 libsuffix = @libsuffix@
355 localedir = @localedir@
356 localstatedir = @localstatedir@
357 mandir = @mandir@
358 mkdir_p = @mkdir_p@
359 oldincludedir = @oldincludedir@
360 pdfdir = @pdfdir@
361 prefix = @prefix@
362 program_transform_name = @program_transform_name@
363 psdir = @psdir@
364 sbindir = @sbindir@
365 sharedstatedir = @sharedstatedir@
366 srcdir = @srcdir@
367 sysconfdir = @sysconfdir@
368 target = @target@
369 target_alias = @target_alias@
370 target_cpu = @target_cpu@
371 target_noncanonical = @target_noncanonical@
372 target_os = @target_os@
373 target_subdir = @target_subdir@
374 target_vendor = @target_vendor@
375 top_build_prefix = @top_build_prefix@
376 top_builddir = @top_builddir@
377 top_srcdir = @top_srcdir@
378 visibility = @visibility@
379 ACLOCAL_AMFLAGS = -I .. -I ../config
380 gcc_build_dir = ../gcc
381 AM_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
385 CPPFLAGS_FOR_C = -I $(srcdir)/../gcc/c
386 CPPFLAGS_FOR_CXX = -I $(srcdir)/../gcc/cp
387 AM_CXXFLAGS = $(WARN_FLAGS) $(WERROR) $(visibility) $(CET_HOST_FLAGS) \
388 $(am__append_1)
389 # Can be simplified when libiberty becomes a normal convenience library.
390 libiberty_normal = ../libiberty/libiberty.a
391 libiberty_noasan = ../libiberty/noasan/libiberty.a
392 libiberty_pic = ../libiberty/pic/libiberty.a
393 Wc = -Wc,
394 libiberty = $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
395 $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic), \
396 $(Wc)$(libiberty_normal)))
398 libiberty_dep = $(patsubst $(Wc)%,%,$(libiberty))
399 plugindir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/plugin
400 cc1libdir = $(libdir)/$(libsuffix)
401 @ENABLE_PLUGIN_TRUE@plugin_LTLIBRARIES = libcc1plugin.la libcp1plugin.la
402 @ENABLE_PLUGIN_TRUE@cc1lib_LTLIBRARIES = libcc1.la
403 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
404 marshall.cc marshall.hh rpc.hh status.hh
406 marshall_c_source = marshall-c.hh
407 marshall_cxx_source = marshall-cp.hh
408 libcc1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1plugin.sym
409 libcc1plugin_la_SOURCES = libcc1plugin.cc context.cc context.hh \
410 $(shared_source) $(marshall_c_source)
412 libcc1plugin.lo_CPPFLAGS = $(CPPFLAGS_FOR_C)
413 libcc1plugin_la_LIBADD = $(libiberty)
414 libcc1plugin_la_DEPENDENCIES = $(libiberty_dep)
415 libcc1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
416 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
417 $(CXXFLAGS) $(libcc1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
419 libcp1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcp1plugin.sym
420 libcp1plugin_la_SOURCES = libcp1plugin.cc context.cc context.hh \
421 $(shared_source) $(marshall_cxx_source)
423 libcp1plugin.lo_CPPFLAGS = $(CPPFLAGS_FOR_CXX)
424 libcp1plugin_la_LIBADD = $(libiberty)
425 libcp1plugin_la_DEPENDENCIES = $(libiberty_dep)
426 libcp1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
427 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
428 $(CXXFLAGS) $(libcp1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
430 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
431 libcc1_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1.sym
432 libcc1_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)
436 libcc1_la_LIBADD = $(libiberty)
437 libcc1_la_DEPENDENCIES = $(libiberty_dep)
438 libcc1_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
439 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
440 $(CXXFLAGS) $(libcc1_la_LDFLAGS) $(LTLDFLAGS) -o $@
442 all: cc1plugin-config.h
443 $(MAKE) $(AM_MAKEFLAGS) all-am
445 .SUFFIXES:
446 .SUFFIXES: .cc .lo .o .obj
447 am--refresh: Makefile
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
462 Makefile: $(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;
472 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
473 $(SHELL) ./config.status --recheck
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):
481 cc1plugin-config.h: stamp-h1
482 @test -f $@ || rm -f stamp-h1
483 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
485 stamp-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 $@
493 distclean-hdr:
494 -rm -f cc1plugin-config.h stamp-h1
496 install-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)"; \
511 uninstall-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
520 clean-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}; \
531 install-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)"; \
546 uninstall-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
555 clean-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}; \
566 libcc1.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)
569 libcc1plugin.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)
572 libcp1plugin.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)
575 mostlyclean-compile:
576 -rm -f *.$(OBJEXT)
578 distclean-compile:
579 -rm -f *.tab.c
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@
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 $@ $<
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) '$<'`
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 $@ $<
614 mostlyclean-libtool:
615 -rm -f *.lo
617 clean-libtool:
618 -rm -rf .libs _libs
620 distclean-libtool:
621 -rm -f libtool config.lt
623 ID: $(am__tagged_files)
624 $(am__define_uniq_tagged_files); mkid -fID $$unique
625 tags: tags-am
626 TAGS: tags
628 tags-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; \
643 ctags: ctags-am
645 CTAGS: ctags
646 ctags-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
652 GTAGS:
653 here=`$(am__cd) $(top_builddir) && pwd` \
654 && $(am__cd) $(top_srcdir) \
655 && gtags -i $(GTAGS_ARGS) "$$here"
656 cscope: cscope.files
657 test ! -s cscope.files \
658 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
659 clean-cscope:
660 -rm -f cscope.files
661 cscope.files: clean-cscope cscopelist
662 cscopelist: cscopelist-am
664 cscopelist-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
678 distclean-tags:
679 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
680 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
681 check-am: all-am
682 check: check-am
683 all-am: Makefile $(LTLIBRARIES) cc1plugin-config.h
684 installdirs:
685 for dir in "$(DESTDIR)$(cc1libdir)" "$(DESTDIR)$(plugindir)"; do \
686 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
687 done
688 install: install-am
689 install-exec: install-exec-am
690 install-data: install-data-am
691 uninstall: uninstall-am
693 install-am: all-am
694 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
696 installcheck: installcheck-am
697 install-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; \
707 mostlyclean-generic:
709 clean-generic:
711 distclean-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)
715 maintainer-clean-generic:
716 @echo "This command is intended for maintainers to use"
717 @echo "it deletes files that may require special tools to rebuild."
718 clean: clean-am
720 clean-am: clean-cc1libLTLIBRARIES clean-generic clean-libtool \
721 clean-pluginLTLIBRARIES mostlyclean-am
723 distclean: distclean-am
724 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
725 -rm -rf ./$(DEPDIR)
726 -rm -f Makefile
727 distclean-am: clean-am distclean-compile distclean-generic \
728 distclean-hdr distclean-libtool distclean-tags
730 dvi: dvi-am
732 dvi-am:
734 html: html-am
736 html-am:
738 info: info-am
740 info-am:
742 install-data-am: install-cc1libLTLIBRARIES install-pluginLTLIBRARIES
744 install-dvi: install-dvi-am
746 install-dvi-am:
748 install-exec-am:
750 install-html: install-html-am
752 install-html-am:
754 install-info: install-info-am
756 install-info-am:
758 install-man:
760 install-pdf: install-pdf-am
762 install-pdf-am:
764 install-ps: install-ps-am
766 install-ps-am:
768 installcheck-am:
770 maintainer-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
775 maintainer-clean-am: distclean-am maintainer-clean-generic
777 mostlyclean: mostlyclean-am
779 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
780 mostlyclean-libtool
782 pdf: pdf-am
784 pdf-am:
786 ps: ps-am
788 ps-am:
790 uninstall-am: uninstall-cc1libLTLIBRARIES uninstall-pluginLTLIBRARIES
792 .MAKE: all install-am install-strip
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
811 .PRECIOUS: Makefile
813 override CXXFLAGS := $(subst -mdynamic-no-pic,-fPIC,$(CXXFLAGS))
814 override CXXFLAGS := $(filter-out -fsanitize=address,$(CXXFLAGS))
815 override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
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: