1# Makefile.in generated by automake 1.11.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 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@ 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 } 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' 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 } 105am__installdirs = "$(DESTDIR)$(cc1libdir)" "$(DESTDIR)$(plugindir)" 106LTLIBRARIES = $(cc1lib_LTLIBRARIES) $(plugin_LTLIBRARIES) 107am__objects_1 = callbacks.lo connection.lo marshall.lo 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) 111libcc1_la_OBJECTS = $(am_libcc1_la_OBJECTS) 112@ENABLE_PLUGIN_TRUE@am_libcc1_la_rpath = -rpath $(cc1libdir) 113am_libcc1plugin_la_OBJECTS = libcc1plugin.lo $(am__objects_1) \ 114 $(am__objects_2) 115libcc1plugin_la_OBJECTS = $(am_libcc1plugin_la_OBJECTS) 116@ENABLE_PLUGIN_TRUE@am_libcc1plugin_la_rpath = -rpath $(plugindir) 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) 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 $@ 143SOURCES = $(libcc1_la_SOURCES) $(libcc1plugin_la_SOURCES) \ 144 $(libcp1plugin_la_SOURCES) 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 150ETAGS = etags 151CTAGS = ctags 152ACLOCAL = @ACLOCAL@ 153AMTAR = @AMTAR@ 154AR = @AR@ 155AUTOCONF = @AUTOCONF@ 156AUTOHEADER = @AUTOHEADER@ 157AUTOMAKE = @AUTOMAKE@ 158AWK = @AWK@ 159CC = @CC@ 160CCDEPMODE = @CCDEPMODE@ 161CFLAGS = @CFLAGS@ 162CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@ 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@ 180GMPINC = @GMPINC@ 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@ 219WERROR = @WERROR@ 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@ 247get_gcc_base_ver = @get_gcc_base_ver@ 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 286gcc_build_dir = ../gcc 287AM_CPPFLAGS = -I $(srcdir)/../include -I $(srcdir)/../libgcc \ 288 -I $(gcc_build_dir) -I$(srcdir)/../gcc $($@_CPPFLAGS) $(GMPINC) 289 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 295AM_CXXFLAGS = $(WARN_FLAGS) $(WERROR) $(visibility) 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)) 306plugindir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/plugin 307cc1libdir = $(libdir)/$(libsuffix) 308@ENABLE_PLUGIN_TRUE@plugin_LTLIBRARIES = libcc1plugin.la libcp1plugin.la 309@ENABLE_PLUGIN_TRUE@cc1lib_LTLIBRARIES = libcc1.la 310shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \ 311 marshall.cc marshall.hh rpc.hh status.hh 312 313marshall_c_source = marshall-c.hh 314marshall_cxx_source = marshall-cp.hh 315libcc1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1plugin.sym 316libcc1plugin_la_SOURCES = libcc1plugin.cc $(shared_source) $(marshall_c_source) 317libcc1plugin.lo_CPPFLAGS = $(CPPFLAGS_FOR_C) 318libcc1plugin_la_LIBADD = $(libiberty) 319libcc1plugin_la_DEPENDENCIES = $(libiberty_dep) 320libcc1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 321 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 322 $(CXXFLAGS) $(libcc1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@ 323 324libcp1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcp1plugin.sym 325libcp1plugin_la_SOURCES = libcp1plugin.cc $(shared_source) $(marshall_cxx_source) 326libcp1plugin.lo_CPPFLAGS = $(CPPFLAGS_FOR_CXX) 327libcp1plugin_la_LIBADD = $(libiberty) 328libcp1plugin_la_DEPENDENCIES = $(libiberty_dep) 329libcp1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 330 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 331 $(CXXFLAGS) $(libcp1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@ 332 333LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) 334libcc1_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1.sym 335libcc1_la_SOURCES = findcomp.cc libcc1.cc libcp1.cc \ 336 names.cc names.hh $(shared_source) \ 337 $(marshall_c_source) $(marshall_cxx_source) 338 339libcc1_la_LIBADD = $(libiberty) 340libcc1_la_DEPENDENCIES = $(libiberty_dep) 341libcc1_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 342 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 343 $(CXXFLAGS) $(libcc1_la_LDFLAGS) $(LTLDFLAGS) -o $@ 344 345all: cc1plugin-config.h 346 $(MAKE) $(AM_MAKEFLAGS) all-am 347 348.SUFFIXES: 349.SUFFIXES: .cc .lo .o .obj 350am--refresh: Makefile 351 @: 352$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 353 @for dep in $?; do \ 354 case '$(am__configure_deps)' in \ 355 *$$dep*) \ 356 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 357 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 358 && exit 0; \ 359 exit 1;; \ 360 esac; \ 361 done; \ 362 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 363 $(am__cd) $(top_srcdir) && \ 364 $(AUTOMAKE) --foreign Makefile 365.PRECIOUS: Makefile 366Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 367 @case '$?' in \ 368 *config.status*) \ 369 echo ' $(SHELL) ./config.status'; \ 370 $(SHELL) ./config.status;; \ 371 *) \ 372 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 373 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 374 esac; 375 376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 377 $(SHELL) ./config.status --recheck 378 379$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 380 $(am__cd) $(srcdir) && $(AUTOCONF) 381$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 382 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 383$(am__aclocal_m4_deps): 384 385cc1plugin-config.h: stamp-h1 386 @if test ! -f $@; then rm -f stamp-h1; else :; fi 387 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 388 389stamp-h1: $(srcdir)/cc1plugin-config.h.in $(top_builddir)/config.status 390 @rm -f stamp-h1 391 cd $(top_builddir) && $(SHELL) ./config.status cc1plugin-config.h 392$(srcdir)/cc1plugin-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 393 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 394 rm -f stamp-h1 395 touch $@ 396 397distclean-hdr: 398 -rm -f cc1plugin-config.h stamp-h1 399install-cc1libLTLIBRARIES: $(cc1lib_LTLIBRARIES) 400 @$(NORMAL_INSTALL) 401 @list='$(cc1lib_LTLIBRARIES)'; test -n "$(cc1libdir)" || list=; \ 402 list2=; for p in $$list; do \ 403 if test -f $$p; then \ 404 list2="$$list2 $$p"; \ 405 else :; fi; \ 406 done; \ 407 test -z "$$list2" || { \ 408 echo " $(MKDIR_P) '$(DESTDIR)$(cc1libdir)'"; \ 409 $(MKDIR_P) "$(DESTDIR)$(cc1libdir)" || exit 1; \ 410 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cc1libdir)'"; \ 411 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cc1libdir)"; \ 412 } 413 414uninstall-cc1libLTLIBRARIES: 415 @$(NORMAL_UNINSTALL) 416 @list='$(cc1lib_LTLIBRARIES)'; test -n "$(cc1libdir)" || list=; \ 417 for p in $$list; do \ 418 $(am__strip_dir) \ 419 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cc1libdir)/$$f'"; \ 420 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cc1libdir)/$$f"; \ 421 done 422 423clean-cc1libLTLIBRARIES: 424 -test -z "$(cc1lib_LTLIBRARIES)" || rm -f $(cc1lib_LTLIBRARIES) 425 @list='$(cc1lib_LTLIBRARIES)'; for p in $$list; do \ 426 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 427 test "$$dir" != "$$p" || dir=.; \ 428 echo "rm -f \"$${dir}/so_locations\""; \ 429 rm -f "$${dir}/so_locations"; \ 430 done 431install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) 432 @$(NORMAL_INSTALL) 433 @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ 434 list2=; for p in $$list; do \ 435 if test -f $$p; then \ 436 list2="$$list2 $$p"; \ 437 else :; fi; \ 438 done; \ 439 test -z "$$list2" || { \ 440 echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \ 441 $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \ 442 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \ 443 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \ 444 } 445 446uninstall-pluginLTLIBRARIES: 447 @$(NORMAL_UNINSTALL) 448 @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ 449 for p in $$list; do \ 450 $(am__strip_dir) \ 451 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \ 452 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \ 453 done 454 455clean-pluginLTLIBRARIES: 456 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) 457 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ 458 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 459 test "$$dir" != "$$p" || dir=.; \ 460 echo "rm -f \"$${dir}/so_locations\""; \ 461 rm -f "$${dir}/so_locations"; \ 462 done 463libcc1.la: $(libcc1_la_OBJECTS) $(libcc1_la_DEPENDENCIES) $(EXTRA_libcc1_la_DEPENDENCIES) 464 $(libcc1_la_LINK) $(am_libcc1_la_rpath) $(libcc1_la_OBJECTS) $(libcc1_la_LIBADD) $(LIBS) 465libcc1plugin.la: $(libcc1plugin_la_OBJECTS) $(libcc1plugin_la_DEPENDENCIES) $(EXTRA_libcc1plugin_la_DEPENDENCIES) 466 $(libcc1plugin_la_LINK) $(am_libcc1plugin_la_rpath) $(libcc1plugin_la_OBJECTS) $(libcc1plugin_la_LIBADD) $(LIBS) 467libcp1plugin.la: $(libcp1plugin_la_OBJECTS) $(libcp1plugin_la_DEPENDENCIES) $(EXTRA_libcp1plugin_la_DEPENDENCIES) 468 $(libcp1plugin_la_LINK) $(am_libcp1plugin_la_rpath) $(libcp1plugin_la_OBJECTS) $(libcp1plugin_la_LIBADD) $(LIBS) 469 470mostlyclean-compile: 471 -rm -f *.$(OBJEXT) 472 473distclean-compile: 474 -rm -f *.tab.c 475 476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Plo@am__quote@ 477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Plo@am__quote@ 478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findcomp.Plo@am__quote@ 479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcc1.Plo@am__quote@ 480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcc1plugin.Plo@am__quote@ 481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcp1.Plo@am__quote@ 482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcp1plugin.Plo@am__quote@ 483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/marshall.Plo@am__quote@ 484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/names.Plo@am__quote@ 485 486.cc.o: 487@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 488@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 489@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 490@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 491@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 492 493.cc.obj: 494@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 495@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 496@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 497@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 498@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 499 500.cc.lo: 501@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 502@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 503@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 504@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 505@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< 506 507mostlyclean-libtool: 508 -rm -f *.lo 509 510clean-libtool: 511 -rm -rf .libs _libs 512 513distclean-libtool: 514 -rm -f libtool config.lt 515 516ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 517 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 518 unique=`for i in $$list; do \ 519 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 520 done | \ 521 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 522 END { if (nonempty) { for (i in files) print i; }; }'`; \ 523 mkid -fID $$unique 524tags: TAGS 525 526TAGS: $(HEADERS) $(SOURCES) cc1plugin-config.h.in $(TAGS_DEPENDENCIES) \ 527 $(TAGS_FILES) $(LISP) 528 set x; \ 529 here=`pwd`; \ 530 list='$(SOURCES) $(HEADERS) cc1plugin-config.h.in $(LISP) $(TAGS_FILES)'; \ 531 unique=`for i in $$list; do \ 532 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 533 done | \ 534 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 535 END { if (nonempty) { for (i in files) print i; }; }'`; \ 536 shift; \ 537 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 538 test -n "$$unique" || unique=$$empty_fix; \ 539 if test $$# -gt 0; then \ 540 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 541 "$$@" $$unique; \ 542 else \ 543 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 544 $$unique; \ 545 fi; \ 546 fi 547ctags: CTAGS 548CTAGS: $(HEADERS) $(SOURCES) cc1plugin-config.h.in $(TAGS_DEPENDENCIES) \ 549 $(TAGS_FILES) $(LISP) 550 list='$(SOURCES) $(HEADERS) cc1plugin-config.h.in $(LISP) $(TAGS_FILES)'; \ 551 unique=`for i in $$list; do \ 552 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 553 done | \ 554 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 555 END { if (nonempty) { for (i in files) print i; }; }'`; \ 556 test -z "$(CTAGS_ARGS)$$unique" \ 557 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 558 $$unique 559 560GTAGS: 561 here=`$(am__cd) $(top_builddir) && pwd` \ 562 && $(am__cd) $(top_srcdir) \ 563 && gtags -i $(GTAGS_ARGS) "$$here" 564 565distclean-tags: 566 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 567check-am: all-am 568check: check-am 569all-am: Makefile $(LTLIBRARIES) cc1plugin-config.h 570installdirs: 571 for dir in "$(DESTDIR)$(cc1libdir)" "$(DESTDIR)$(plugindir)"; do \ 572 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 573 done 574install: install-am 575install-exec: install-exec-am 576install-data: install-data-am 577uninstall: uninstall-am 578 579install-am: all-am 580 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 581 582installcheck: installcheck-am 583install-strip: 584 if test -z '$(STRIP)'; then \ 585 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 586 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 587 install; \ 588 else \ 589 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 590 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 591 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 592 fi 593mostlyclean-generic: 594 595clean-generic: 596 597distclean-generic: 598 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 599 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 600 601maintainer-clean-generic: 602 @echo "This command is intended for maintainers to use" 603 @echo "it deletes files that may require special tools to rebuild." 604clean: clean-am 605 606clean-am: clean-cc1libLTLIBRARIES clean-generic clean-libtool \ 607 clean-pluginLTLIBRARIES mostlyclean-am 608 609distclean: distclean-am 610 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 611 -rm -rf ./$(DEPDIR) 612 -rm -f Makefile 613distclean-am: clean-am distclean-compile distclean-generic \ 614 distclean-hdr distclean-libtool distclean-tags 615 616dvi: dvi-am 617 618dvi-am: 619 620html: html-am 621 622html-am: 623 624info: info-am 625 626info-am: 627 628install-data-am: install-cc1libLTLIBRARIES install-pluginLTLIBRARIES 629 630install-dvi: install-dvi-am 631 632install-dvi-am: 633 634install-exec-am: 635 636install-html: install-html-am 637 638install-html-am: 639 640install-info: install-info-am 641 642install-info-am: 643 644install-man: 645 646install-pdf: install-pdf-am 647 648install-pdf-am: 649 650install-ps: install-ps-am 651 652install-ps-am: 653 654installcheck-am: 655 656maintainer-clean: maintainer-clean-am 657 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 658 -rm -rf $(top_srcdir)/autom4te.cache 659 -rm -rf ./$(DEPDIR) 660 -rm -f Makefile 661maintainer-clean-am: distclean-am maintainer-clean-generic 662 663mostlyclean: mostlyclean-am 664 665mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 666 mostlyclean-libtool 667 668pdf: pdf-am 669 670pdf-am: 671 672ps: ps-am 673 674ps-am: 675 676uninstall-am: uninstall-cc1libLTLIBRARIES uninstall-pluginLTLIBRARIES 677 678.MAKE: all install-am install-strip 679 680.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 681 clean-cc1libLTLIBRARIES clean-generic clean-libtool \ 682 clean-pluginLTLIBRARIES ctags distclean distclean-compile \ 683 distclean-generic distclean-hdr distclean-libtool \ 684 distclean-tags dvi dvi-am html html-am info info-am install \ 685 install-am install-cc1libLTLIBRARIES install-data \ 686 install-data-am install-dvi install-dvi-am install-exec \ 687 install-exec-am install-html install-html-am install-info \ 688 install-info-am install-man install-pdf install-pdf-am \ 689 install-pluginLTLIBRARIES install-ps install-ps-am \ 690 install-strip installcheck installcheck-am installdirs \ 691 maintainer-clean maintainer-clean-generic mostlyclean \ 692 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 693 pdf pdf-am ps ps-am tags uninstall uninstall-am \ 694 uninstall-cc1libLTLIBRARIES uninstall-pluginLTLIBRARIES 695 696override CXXFLAGS := $(filter-out -fsanitize=address,$(CXXFLAGS)) 697override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS)) 698 699# Tell versions [3.59,3.63) of GNU make to not export all variables. 700# Otherwise a system limit (for SysV at least) may be exceeded. 701.NOEXPORT: 702