annotate libcc1/Makefile.in @ 158:494b0b89df80 default tip

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