annotate libcc1/Makefile.in @ 111:04ced10e8804

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