]>
Commit | Line | Data |
---|---|---|
1eee94d3 GM |
1 | # Makefile.in generated by automake 1.15.1 from Makefile.am. |
2 | # @configure_input@ | |
3 | ||
4 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
5 | ||
6 | # This Makefile.in is free software; the Free Software Foundation | |
7 | # gives unlimited permission to copy and/or distribute it, | |
8 | # with or without modifications, as long as this notice is preserved. | |
9 | ||
10 | # This program is distributed in the hope that it will be useful, | |
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 | # PARTICULAR PURPOSE. | |
14 | ||
15 | @SET_MAKE@ | |
16 | ||
17 | # Makefile for libm2pim. | |
18 | # Copyright 2013-2022 Free Software Foundation, Inc. | |
19 | # | |
20 | # This file is free software; you can redistribute it and/or modify | |
21 | # it under the terms of the GNU General Public License as published by | |
22 | # the Free Software Foundation; either version 3 of the License, or | |
23 | # (at your option) any later version. | |
24 | # | |
25 | # This program is distributed in the hope that it will be useful, | |
26 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
27 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
28 | # GNU General Public License for more details. | |
29 | # | |
30 | # You should have received a copy of the GNU General Public License | |
31 | # along with this program; see the file COPYING3. If not see | |
32 | # <http://www.gnu.org/licenses/>. | |
33 | ||
34 | am__is_gnu_make = { \ | |
35 | if test -z '$(MAKELEVEL)'; then \ | |
36 | false; \ | |
37 | elif test -n '$(MAKE_HOST)'; then \ | |
38 | true; \ | |
39 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | |
40 | true; \ | |
41 | else \ | |
42 | false; \ | |
43 | fi; \ | |
44 | } | |
45 | am__make_running_with_option = \ | |
46 | case $${target_option-} in \ | |
47 | ?) ;; \ | |
48 | *) echo "am__make_running_with_option: internal error: invalid" \ | |
49 | "target option '$${target_option-}' specified" >&2; \ | |
50 | exit 1;; \ | |
51 | esac; \ | |
52 | has_opt=no; \ | |
53 | sane_makeflags=$$MAKEFLAGS; \ | |
54 | if $(am__is_gnu_make); then \ | |
55 | sane_makeflags=$$MFLAGS; \ | |
56 | else \ | |
57 | case $$MAKEFLAGS in \ | |
58 | *\\[\ \ ]*) \ | |
59 | bs=\\; \ | |
60 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
61 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
62 | esac; \ | |
63 | fi; \ | |
64 | skip_next=no; \ | |
65 | strip_trailopt () \ | |
66 | { \ | |
67 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
68 | }; \ | |
69 | for flg in $$sane_makeflags; do \ | |
70 | test $$skip_next = yes && { skip_next=no; continue; }; \ | |
71 | case $$flg in \ | |
72 | *=*|--*) continue;; \ | |
73 | -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
74 | -*I?*) strip_trailopt 'I';; \ | |
75 | -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
76 | -*O?*) strip_trailopt 'O';; \ | |
77 | -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
78 | -*l?*) strip_trailopt 'l';; \ | |
79 | -[dEDm]) skip_next=yes;; \ | |
80 | -[JT]) skip_next=yes;; \ | |
81 | esac; \ | |
82 | case $$flg in \ | |
83 | *$$target_option*) has_opt=yes; break;; \ | |
84 | esac; \ | |
85 | done; \ | |
86 | test $$has_opt = yes | |
87 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
88 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
89 | pkgdatadir = $(datadir)/@PACKAGE@ | |
90 | pkgincludedir = $(includedir)/@PACKAGE@ | |
91 | pkglibdir = $(libdir)/@PACKAGE@ | |
92 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
93 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
94 | install_sh_DATA = $(install_sh) -c -m 644 | |
95 | install_sh_PROGRAM = $(install_sh) -c | |
96 | install_sh_SCRIPT = $(install_sh) -c | |
97 | INSTALL_HEADER = $(INSTALL_DATA) | |
98 | transform = $(program_transform_name) | |
99 | NORMAL_INSTALL = : | |
100 | PRE_INSTALL = : | |
101 | POST_INSTALL = : | |
102 | NORMAL_UNINSTALL = : | |
103 | PRE_UNINSTALL = : | |
104 | POST_UNINSTALL = : | |
105 | build_triplet = @build@ | |
106 | host_triplet = @host@ | |
107 | target_triplet = @target@ | |
6a6d3817 | 108 | @BUILD_PIMLIB_TRUE@@ENABLE_DARWIN_AT_RPATH_TRUE@am__append_1 = -nodefaultrpaths -Wl,-rpath,@loader_path/ |
1eee94d3 GM |
109 | subdir = libm2pim |
110 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
6a6d3817 | 111 | am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ |
1eee94d3 GM |
112 | $(top_srcdir)/../config/depstand.m4 \ |
113 | $(top_srcdir)/../config/lead-dot.m4 \ | |
114 | $(top_srcdir)/../config/multi.m4 \ | |
115 | $(top_srcdir)/../config/no-executables.m4 \ | |
6a6d3817 IS |
116 | $(top_srcdir)/../config/override.m4 \ |
117 | $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ | |
118 | $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ | |
119 | $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac | |
1eee94d3 GM |
120 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
121 | $(ACLOCAL_M4) | |
122 | DIST_COMMON = $(srcdir)/Makefile.am | |
123 | mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | |
124 | CONFIG_HEADER = $(top_builddir)/config.h | |
125 | CONFIG_CLEAN_FILES = | |
126 | CONFIG_CLEAN_VPATH_FILES = | |
127 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
128 | am__vpath_adj = case $$p in \ | |
129 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
130 | *) f=$$p;; \ | |
131 | esac; | |
132 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
133 | am__install_max = 40 | |
134 | am__nobase_strip_setup = \ | |
135 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
136 | am__nobase_strip = \ | |
137 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
138 | am__nobase_list = $(am__nobase_strip_setup); \ | |
139 | for p in $$list; do echo "$$p $$p"; done | \ | |
140 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
141 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
142 | if (++n[$$2] == $(am__install_max)) \ | |
143 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
144 | END { for (dir in files) print dir, files[dir] }' | |
145 | am__base_list = \ | |
146 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
147 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
148 | am__uninstall_files_from_dir = { \ | |
149 | test -z "$$files" \ | |
150 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
151 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
152 | $(am__cd) "$$dir" && rm -f $$files; }; \ | |
153 | } | |
154 | am__installdirs = "$(DESTDIR)$(toolexeclibdir)" | |
155 | LTLIBRARIES = $(toolexeclib_LTLIBRARIES) | |
156 | libm2pim_la_LIBADD = | |
157 | @BUILD_PIMLIB_TRUE@am__objects_1 = ASCII.lo IO.lo Args.lo M2RTS.lo \ | |
158 | @BUILD_PIMLIB_TRUE@ M2Dependent.lo Assertion.lo NumberIO.lo \ | |
159 | @BUILD_PIMLIB_TRUE@ Break.lo SYSTEM.lo CmdArgs.lo Scan.lo \ | |
160 | @BUILD_PIMLIB_TRUE@ StrCase.lo FIO.lo StrIO.lo StrLib.lo \ | |
161 | @BUILD_PIMLIB_TRUE@ TimeString.lo Environment.lo FpuIO.lo \ | |
162 | @BUILD_PIMLIB_TRUE@ Debug.lo SysStorage.lo Storage.lo StdIO.lo \ | |
163 | @BUILD_PIMLIB_TRUE@ SEnvironment.lo DynamicStrings.lo SFIO.lo \ | |
164 | @BUILD_PIMLIB_TRUE@ SArgs.lo SCmdArgs.lo PushBackInput.lo \ | |
165 | @BUILD_PIMLIB_TRUE@ StringConvert.lo FormatStrings.lo \ | |
166 | @BUILD_PIMLIB_TRUE@ Builtins.lo MathLib0.lo M2EXCEPTION.lo \ | |
167 | @BUILD_PIMLIB_TRUE@ RTExceptions.lo SMathLib0.lo RTint.lo \ | |
168 | @BUILD_PIMLIB_TRUE@ Indexing.lo LMathLib0.lo LegacyReal.lo \ | |
169 | @BUILD_PIMLIB_TRUE@ MemUtils.lo gdbif.lo GetOpt.lo OptLib.lo | |
170 | @BUILD_PIMLIB_TRUE@am_libm2pim_la_OBJECTS = $(am__objects_1) \ | |
171 | @BUILD_PIMLIB_TRUE@ UnixArgs.lo Selective.lo sckt.lo errno.lo \ | |
172 | @BUILD_PIMLIB_TRUE@ dtoa.lo ldtoa.lo termios.lo \ | |
173 | @BUILD_PIMLIB_TRUE@ SysExceptions.lo libm2pim_la-target.lo \ | |
05652ac4 | 174 | @BUILD_PIMLIB_TRUE@ wrapc.lo cgetopt.lo |
1eee94d3 GM |
175 | libm2pim_la_OBJECTS = $(am_libm2pim_la_OBJECTS) |
176 | @BUILD_PIMLIB_TRUE@am_libm2pim_la_rpath = -rpath $(toolexeclibdir) | |
177 | AM_V_P = $(am__v_P_@AM_V@) | |
178 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
179 | am__v_P_0 = false | |
180 | am__v_P_1 = : | |
181 | AM_V_GEN = $(am__v_GEN_@AM_V@) | |
182 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
183 | am__v_GEN_0 = @echo " GEN " $@; | |
184 | am__v_GEN_1 = | |
185 | AM_V_at = $(am__v_at_@AM_V@) | |
186 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
187 | am__v_at_0 = @ | |
188 | am__v_at_1 = | |
189 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
190 | depcomp = $(SHELL) $(top_srcdir)/../depcomp | |
191 | am__depfiles_maybe = depfiles | |
192 | am__mv = mv -f | |
193 | AM_V_lt = $(am__v_lt_@AM_V@) | |
194 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |
195 | am__v_lt_0 = --silent | |
196 | am__v_lt_1 = | |
197 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
198 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
199 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
200 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |
201 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
202 | $(AM_CFLAGS) $(CFLAGS) | |
203 | AM_V_CC = $(am__v_CC_@AM_V@) | |
204 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | |
205 | am__v_CC_0 = @echo " CC " $@; | |
206 | am__v_CC_1 = | |
207 | CCLD = $(CC) | |
208 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
209 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
210 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
211 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) | |
212 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | |
213 | am__v_CCLD_0 = @echo " CCLD " $@; | |
214 | am__v_CCLD_1 = | |
215 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
216 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
217 | LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
218 | $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ | |
219 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
220 | $(AM_CXXFLAGS) $(CXXFLAGS) | |
221 | AM_V_CXX = $(am__v_CXX_@AM_V@) | |
222 | am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) | |
223 | am__v_CXX_0 = @echo " CXX " $@; | |
224 | am__v_CXX_1 = | |
225 | CXXLD = $(CXX) | |
226 | CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
227 | $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ | |
228 | $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
229 | AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) | |
230 | am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) | |
231 | am__v_CXXLD_0 = @echo " CXXLD " $@; | |
232 | am__v_CXXLD_1 = | |
233 | SOURCES = $(libm2pim_la_SOURCES) | |
234 | am__can_run_installinfo = \ | |
235 | case $$AM_UPDATE_INFO_DIR in \ | |
236 | n|no|NO) false;; \ | |
237 | *) (install-info --version) >/dev/null 2>&1;; \ | |
238 | esac | |
239 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
240 | # Read a list of newline-separated strings from the standard input, | |
241 | # and print each of them once, without duplicates. Input order is | |
242 | # *not* preserved. | |
243 | am__uniquify_input = $(AWK) '\ | |
244 | BEGIN { nonempty = 0; } \ | |
245 | { items[$$0] = 1; nonempty = 1; } \ | |
246 | END { if (nonempty) { for (i in items) print i; }; } \ | |
247 | ' | |
248 | # Make sure the list of sources is unique. This is necessary because, | |
249 | # e.g., the same source file might be shared among _SOURCES variables | |
250 | # for different programs/libraries. | |
251 | am__define_uniq_tagged_files = \ | |
252 | list='$(am__tagged_files)'; \ | |
253 | unique=`for i in $$list; do \ | |
254 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
255 | done | $(am__uniquify_input)` | |
256 | ETAGS = etags | |
257 | CTAGS = ctags | |
258 | VPATH = . @srcdir@ @srcdir@/../../gcc/m2/gm2-libs | |
259 | ACLOCAL = @ACLOCAL@ | |
260 | AMTAR = @AMTAR@ | |
261 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
262 | AR = @AR@ | |
263 | AUTOCONF = @AUTOCONF@ | |
264 | AUTOHEADER = @AUTOHEADER@ | |
265 | AUTOMAKE = @AUTOMAKE@ | |
266 | AWK = @AWK@ | |
267 | CC = @CC@ | |
268 | CCAS = @CCAS@ | |
269 | CCASDEPMODE = @CCASDEPMODE@ | |
270 | CCASFLAGS = @CCASFLAGS@ | |
271 | CCDEPMODE = @CCDEPMODE@ | |
272 | CC_FOR_BUILD = @CC_FOR_BUILD@ | |
273 | CFLAGS = @CFLAGS@ | |
274 | CPP = @CPP@ | |
275 | CPPFLAGS = @CPPFLAGS@ | |
276 | CXX = @CXX@ | |
277 | CXXCPP = @CXXCPP@ | |
278 | CXXDEPMODE = @CXXDEPMODE@ | |
279 | CXXFLAGS = @CXXFLAGS@ | |
280 | CYGPATH_W = @CYGPATH_W@ | |
281 | DEFS = @DEFS@ | |
282 | DEPDIR = @DEPDIR@ | |
283 | DSYMUTIL = @DSYMUTIL@ | |
284 | DUMPBIN = @DUMPBIN@ | |
285 | ECHO_C = @ECHO_C@ | |
286 | ECHO_N = @ECHO_N@ | |
287 | ECHO_T = @ECHO_T@ | |
288 | EGREP = @EGREP@ | |
289 | EXEEXT = @EXEEXT@ | |
290 | FGREP = @FGREP@ | |
291 | GM2_FOR_TARGET = @GM2_FOR_TARGET@ | |
292 | GREP = @GREP@ | |
293 | INSTALL = @INSTALL@ | |
294 | INSTALL_DATA = @INSTALL_DATA@ | |
295 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
296 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
297 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
298 | LD = @LD@ | |
299 | LDFLAGS = @LDFLAGS@ | |
300 | LIBOBJS = @LIBOBJS@ | |
301 | LIBS = @LIBS@ | |
302 | LIBTOOL = @LIBTOOL@ | |
303 | LIPO = @LIPO@ | |
304 | LN_S = @LN_S@ | |
305 | LTLIBOBJS = @LTLIBOBJS@ | |
306 | MAINT = @MAINT@ | |
307 | MAKEINFO = @MAKEINFO@ | |
308 | MKDIR_P = @MKDIR_P@ | |
309 | NM = @NM@ | |
310 | NMEDIT = @NMEDIT@ | |
311 | OBJDUMP = @OBJDUMP@ | |
312 | OBJEXT = @OBJEXT@ | |
313 | OTOOL = @OTOOL@ | |
314 | OTOOL64 = @OTOOL64@ | |
315 | PACKAGE = @PACKAGE@ | |
316 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
317 | PACKAGE_NAME = @PACKAGE_NAME@ | |
318 | PACKAGE_STRING = @PACKAGE_STRING@ | |
319 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
320 | PACKAGE_URL = @PACKAGE_URL@ | |
321 | PACKAGE_VERSION = @PACKAGE_VERSION@ | |
322 | PATH_SEPARATOR = @PATH_SEPARATOR@ | |
1eee94d3 GM |
323 | RANLIB = @RANLIB@ |
324 | SED = @SED@ | |
325 | SET_MAKE = @SET_MAKE@ | |
326 | SHELL = @SHELL@ | |
327 | STRIP = @STRIP@ | |
328 | VERSION = @VERSION@ | |
329 | abs_builddir = @abs_builddir@ | |
330 | abs_srcdir = @abs_srcdir@ | |
331 | abs_top_builddir = @abs_top_builddir@ | |
332 | abs_top_srcdir = @abs_top_srcdir@ | |
333 | ac_ct_CC = @ac_ct_CC@ | |
334 | ac_ct_CXX = @ac_ct_CXX@ | |
335 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
336 | am__include = @am__include@ | |
337 | am__leading_dot = @am__leading_dot@ | |
338 | am__quote = @am__quote@ | |
339 | am__tar = @am__tar@ | |
340 | am__untar = @am__untar@ | |
341 | bindir = @bindir@ | |
342 | build = @build@ | |
343 | build_alias = @build_alias@ | |
344 | build_cpu = @build_cpu@ | |
345 | build_libsubdir = @build_libsubdir@ | |
346 | build_os = @build_os@ | |
347 | build_subdir = @build_subdir@ | |
348 | build_vendor = @build_vendor@ | |
349 | builddir = @builddir@ | |
350 | datadir = @datadir@ | |
351 | datarootdir = @datarootdir@ | |
352 | docdir = @docdir@ | |
353 | dvidir = @dvidir@ | |
354 | enable_shared = @enable_shared@ | |
355 | enable_static = @enable_static@ | |
356 | exec_prefix = @exec_prefix@ | |
1cfaaa42 | 357 | get_gcc_base_ver = @get_gcc_base_ver@ |
1eee94d3 GM |
358 | host = @host@ |
359 | host_alias = @host_alias@ | |
360 | host_cpu = @host_cpu@ | |
361 | host_noncanonical = @host_noncanonical@ | |
362 | host_os = @host_os@ | |
363 | host_subdir = @host_subdir@ | |
364 | host_vendor = @host_vendor@ | |
365 | htmldir = @htmldir@ | |
366 | includedir = @includedir@ | |
367 | infodir = @infodir@ | |
368 | install_sh = @install_sh@ | |
369 | libdir = @libdir@ | |
370 | libexecdir = @libexecdir@ | |
371 | libtool_VERSION = @libtool_VERSION@ | |
372 | localedir = @localedir@ | |
373 | localstatedir = @localstatedir@ | |
374 | mandir = @mandir@ | |
375 | mkdir_p = @mkdir_p@ | |
376 | multi_basedir = @multi_basedir@ | |
377 | oldincludedir = @oldincludedir@ | |
378 | pdfdir = @pdfdir@ | |
379 | prefix = @prefix@ | |
380 | program_transform_name = @program_transform_name@ | |
381 | psdir = @psdir@ | |
382 | sbindir = @sbindir@ | |
383 | sharedstatedir = @sharedstatedir@ | |
384 | # Used to install the shared libgcc. | |
385 | slibdir = @slibdir@ | |
386 | srcdir = @srcdir@ | |
387 | sysconfdir = @sysconfdir@ | |
388 | target = @target@ | |
389 | target_alias = @target_alias@ | |
390 | target_cpu = @target_cpu@ | |
391 | target_noncanonical = @target_noncanonical@ | |
392 | target_os = @target_os@ | |
393 | target_subdir = @target_subdir@ | |
394 | target_vendor = @target_vendor@ | |
395 | toolexecdir = @toolexecdir@ | |
396 | toolexeclibdir = @toolexeclibdir@ | |
397 | top_build_prefix = @top_build_prefix@ | |
398 | top_builddir = @top_builddir@ | |
399 | top_srcdir = @top_srcdir@ | |
400 | SUFFIXES = .c .mod .def .o .obj .lo .a .la | |
8b8a4fb8 | 401 | ACLOCAL_AMFLAGS = -I .. -I ../config |
1eee94d3 GM |
402 | |
403 | # Multilib support. | |
404 | MAKEOVERRIDES = | |
1cfaaa42 | 405 | gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER) |
1eee94d3 GM |
406 | |
407 | # Directory in which the compiler finds libraries etc. | |
1cfaaa42 | 408 | libsubdir = $(libdir)/gcc/$(target_alias)/$(gcc_version) |
1eee94d3 GM |
409 | MULTIDIR := $(shell $(CC) $(CFLAGS) -print-multi-directory) |
410 | MULTIOSDIR := $(shell $(CC) $(CFLAGS) -print-multi-os-directory) | |
411 | MULTIOSSUBDIR := $(shell if test x$(MULTIOSDIR) != x.; then echo /$(MULTIOSDIR); fi) | |
412 | inst_libdir = $(libsubdir)$(MULTISUBDIR) | |
413 | inst_slibdir = $(slibdir)$(MULTIOSSUBDIR) | |
414 | ||
415 | # Work around what appears to be a GNU make bug handling MAKEFLAGS | |
416 | # values defined in terms of make variables, as is the case for CC and | |
417 | # friends when we are called from the top level Makefile. | |
418 | AM_MAKEFLAGS = \ | |
419 | "GCC_DIR=$(GCC_DIR)" \ | |
420 | "GM2_SRC=$(GM2_SRC)" \ | |
421 | "AR_FLAGS=$(AR_FLAGS)" \ | |
422 | "CC_FOR_BUILD=$(CC_FOR_BUILD)" \ | |
423 | "CC_FOR_TARGET=$(CC_FOR_TARGET)" \ | |
424 | "GM2_FOR_TARGET=$(GM2_FOR_TARGET)" \ | |
425 | "CFLAGS=$(CFLAGS)" \ | |
426 | "CXXFLAGS=$(CXXFLAGS)" \ | |
427 | "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \ | |
428 | "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \ | |
429 | "INSTALL=$(INSTALL)" \ | |
430 | "INSTALL_DATA=$(INSTALL_DATA)" \ | |
431 | "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ | |
432 | "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ | |
433 | "LDFLAGS=$(LDFLAGS)" \ | |
434 | "LIBCFLAGS=$(LIBCFLAGS)" \ | |
435 | "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ | |
436 | "MAKE=$(MAKE)" \ | |
437 | "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ | |
438 | "MULTISUBDIR=$(MULTISUBDIR)" \ | |
439 | "MULTIOSDIR=$(MULTIOSDIR)" \ | |
440 | "MULTIBUILDTOP=$(MULTIBUILDTOP)" \ | |
441 | "MULTIFLAGS=$(MULTIFLAGS)" \ | |
442 | "PICFLAG=$(PICFLAG)" \ | |
443 | "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ | |
444 | "SHELL=$(SHELL)" \ | |
445 | "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ | |
446 | "exec_prefix=$(exec_prefix)" \ | |
447 | "infodir=$(infodir)" \ | |
448 | "libdir=$(libdir)" \ | |
449 | "includedir=$(includedir)" \ | |
450 | "prefix=$(prefix)" \ | |
451 | "tooldir=$(tooldir)" \ | |
452 | "AR=$(AR)" \ | |
453 | "AS=$(AS)" \ | |
454 | "LD=$(LD)" \ | |
455 | "RANLIB=$(RANLIB)" \ | |
456 | "NM=$(NM)" \ | |
457 | "NM_FOR_BUILD=$(NM_FOR_BUILD)" \ | |
458 | "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ | |
459 | "DESTDIR=$(DESTDIR)" \ | |
460 | "WERROR=$(WERROR)" \ | |
81d5ca0b | 461 | "TARGET_LONGDOUBLE_ABI=$(TARGET_LONGDOUBLE_ABI)" \ |
1eee94d3 GM |
462 | "TARGET_LIB_PATH_libgm2=$(TARGET_LIB_PATH_libgm2)" |
463 | ||
464 | ||
465 | # Subdir rules rely on $(FLAGS_TO_PASS) | |
466 | FLAGS_TO_PASS = $(AM_MAKEFLAGS) | |
467 | @BUILD_PIMLIB_TRUE@toolexeclib_LTLIBRARIES = libm2pim.la | |
468 | @BUILD_PIMLIB_TRUE@M2MODS = ASCII.mod IO.mod \ | |
469 | @BUILD_PIMLIB_TRUE@ Args.mod M2RTS.mod \ | |
470 | @BUILD_PIMLIB_TRUE@ M2Dependent.mod \ | |
471 | @BUILD_PIMLIB_TRUE@ Assertion.mod NumberIO.mod \ | |
472 | @BUILD_PIMLIB_TRUE@ Break.mod SYSTEM.mod \ | |
473 | @BUILD_PIMLIB_TRUE@ CmdArgs.mod Scan.mod \ | |
474 | @BUILD_PIMLIB_TRUE@ StrCase.mod FIO.mod \ | |
475 | @BUILD_PIMLIB_TRUE@ StrIO.mod StrLib.mod \ | |
476 | @BUILD_PIMLIB_TRUE@ TimeString.mod Environment.mod \ | |
477 | @BUILD_PIMLIB_TRUE@ FpuIO.mod Debug.mod \ | |
478 | @BUILD_PIMLIB_TRUE@ SysStorage.mod Storage.mod \ | |
479 | @BUILD_PIMLIB_TRUE@ StdIO.mod SEnvironment.mod \ | |
480 | @BUILD_PIMLIB_TRUE@ DynamicStrings.mod SFIO.mod \ | |
481 | @BUILD_PIMLIB_TRUE@ SArgs.mod SCmdArgs.mod \ | |
482 | @BUILD_PIMLIB_TRUE@ PushBackInput.mod \ | |
483 | @BUILD_PIMLIB_TRUE@ StringConvert.mod FormatStrings.mod \ | |
484 | @BUILD_PIMLIB_TRUE@ Builtins.mod MathLib0.mod \ | |
485 | @BUILD_PIMLIB_TRUE@ M2EXCEPTION.mod RTExceptions.mod \ | |
486 | @BUILD_PIMLIB_TRUE@ SMathLib0.mod RTint.mod \ | |
487 | @BUILD_PIMLIB_TRUE@ Indexing.mod \ | |
488 | @BUILD_PIMLIB_TRUE@ LMathLib0.mod LegacyReal.mod \ | |
489 | @BUILD_PIMLIB_TRUE@ MemUtils.mod gdbif.mod \ | |
490 | @BUILD_PIMLIB_TRUE@ GetOpt.mod OptLib.mod | |
491 | ||
492 | ||
493 | # COROUTINES.mod has been removed as it is implemented in ../libm2iso. | |
494 | @BUILD_PIMLIB_TRUE@M2DEFS = Args.def ASCII.def \ | |
495 | @BUILD_PIMLIB_TRUE@ Assertion.def Break.def \ | |
496 | @BUILD_PIMLIB_TRUE@ Builtins.def cbuiltin.def \ | |
497 | @BUILD_PIMLIB_TRUE@ CmdArgs.def COROUTINES.def \ | |
498 | @BUILD_PIMLIB_TRUE@ cxxabi.def Debug.def \ | |
499 | @BUILD_PIMLIB_TRUE@ dtoa.def DynamicStrings.def \ | |
500 | @BUILD_PIMLIB_TRUE@ Environment.def errno.def \ | |
501 | @BUILD_PIMLIB_TRUE@ FIO.def FormatStrings.def \ | |
502 | @BUILD_PIMLIB_TRUE@ FpuIO.def gdbif.def \ | |
503 | @BUILD_PIMLIB_TRUE@ Indexing.def \ | |
504 | @BUILD_PIMLIB_TRUE@ IO.def ldtoa.def \ | |
505 | @BUILD_PIMLIB_TRUE@ LegacyReal.def libc.def \ | |
506 | @BUILD_PIMLIB_TRUE@ libm.def LMathLib0.def \ | |
507 | @BUILD_PIMLIB_TRUE@ M2Dependent.def \ | |
573dbd51 | 508 | @BUILD_PIMLIB_TRUE@ M2EXCEPTION.def \ |
1eee94d3 GM |
509 | @BUILD_PIMLIB_TRUE@ M2RTS.def \ |
510 | @BUILD_PIMLIB_TRUE@ MathLib0.def MemUtils.def \ | |
511 | @BUILD_PIMLIB_TRUE@ NumberIO.def PushBackInput.def \ | |
512 | @BUILD_PIMLIB_TRUE@ RTExceptions.def RTint.def \ | |
513 | @BUILD_PIMLIB_TRUE@ SArgs.def SCmdArgs.def \ | |
514 | @BUILD_PIMLIB_TRUE@ Scan.def \ | |
515 | @BUILD_PIMLIB_TRUE@ sckt.def Selective.def \ | |
516 | @BUILD_PIMLIB_TRUE@ SEnvironment.def SFIO.def \ | |
517 | @BUILD_PIMLIB_TRUE@ SMathLib0.def StdIO.def \ | |
518 | @BUILD_PIMLIB_TRUE@ Storage.def StrCase.def \ | |
519 | @BUILD_PIMLIB_TRUE@ StringConvert.def StrIO.def \ | |
520 | @BUILD_PIMLIB_TRUE@ StrLib.def SysExceptions.def \ | |
521 | @BUILD_PIMLIB_TRUE@ SysStorage.def SYSTEM.def \ | |
522 | @BUILD_PIMLIB_TRUE@ termios.def TimeString.def \ | |
523 | @BUILD_PIMLIB_TRUE@ UnixArgs.def wrapc.def \ | |
524 | @BUILD_PIMLIB_TRUE@ GetOpt.def OptLib.def \ | |
525 | @BUILD_PIMLIB_TRUE@ cgetopt.def | |
526 | ||
527 | @BUILD_PIMLIB_TRUE@libm2pim_la_SOURCES = $(M2MODS) \ | |
528 | @BUILD_PIMLIB_TRUE@ UnixArgs.cc \ | |
529 | @BUILD_PIMLIB_TRUE@ Selective.cc sckt.cc \ | |
530 | @BUILD_PIMLIB_TRUE@ errno.cc dtoa.cc \ | |
531 | @BUILD_PIMLIB_TRUE@ ldtoa.cc termios.cc \ | |
532 | @BUILD_PIMLIB_TRUE@ SysExceptions.cc target.c \ | |
05652ac4 | 533 | @BUILD_PIMLIB_TRUE@ wrapc.cc cgetopt.cc |
1eee94d3 GM |
534 | |
535 | @BUILD_PIMLIB_TRUE@libm2pimdir = libm2pim | |
536 | @BUILD_PIMLIB_TRUE@libm2pim_la_DEPENDENCIES = SYSTEM.def $(addsuffix .lo, $(basename $(libm2pim_la_SOURCES))) | |
81d5ca0b GM |
537 | @BUILD_PIMLIB_TRUE@libm2pim_la_CFLAGS = \ |
538 | @BUILD_PIMLIB_TRUE@ -I. -I.. -I$(GM2_SRC)/gm2-libs -I$(GM2_SRC)/gm2-libs-iso \ | |
539 | @BUILD_PIMLIB_TRUE@ -DBUILD_GM2_LIBS -I@srcdir@/../ -I@srcdir@/../libm2iso \ | |
540 | @BUILD_PIMLIB_TRUE@ $(TARGET_LONGDOUBLE_ABI) | |
541 | ||
05652ac4 GM |
542 | @BUILD_PIMLIB_TRUE@libm2pim_la_M2FLAGS = \ |
543 | @BUILD_PIMLIB_TRUE@ -fm2-pathname=m2pim -I. -I$(GM2_SRC)/gm2-libs \ | |
544 | @BUILD_PIMLIB_TRUE@ -fm2-pathname=m2iso -I$(GM2_SRC)/gm2-libs-iso \ | |
81d5ca0b GM |
545 | @BUILD_PIMLIB_TRUE@ -fm2-g -g -Wcase-enum -Wreturn-type -fcase -fm2-prefix=m2pim \ |
546 | @BUILD_PIMLIB_TRUE@ $(TARGET_LONGDOUBLE_ABI) | |
05652ac4 | 547 | |
6a6d3817 IS |
548 | @BUILD_PIMLIB_TRUE@@TARGET_DARWIN_FALSE@libm2pim_la_link_flags = \ |
549 | @BUILD_PIMLIB_TRUE@@TARGET_DARWIN_FALSE@ $(am__append_1) | |
550 | @BUILD_PIMLIB_TRUE@@TARGET_DARWIN_TRUE@libm2pim_la_link_flags = -Wl,-undefined,dynamic_lookup \ | |
551 | @BUILD_PIMLIB_TRUE@@TARGET_DARWIN_TRUE@ $(am__append_1) | |
2d8c2fdc | 552 | @BUILD_PIMLIB_TRUE@libm2pim_la_LINK = $(LINK) -version-info $(libtool_VERSION) $(libm2pim_la_link_flags) |
1eee94d3 GM |
553 | @BUILD_PIMLIB_TRUE@BUILT_SOURCES = SYSTEM.def |
554 | @BUILD_PIMLIB_TRUE@CLEANFILES = SYSTEM.def | |
555 | @BUILD_PIMLIB_TRUE@M2LIBDIR = /m2/m2pim/ | |
556 | all: $(BUILT_SOURCES) | |
557 | $(MAKE) $(AM_MAKEFLAGS) all-am | |
558 | ||
559 | .SUFFIXES: | |
560 | .SUFFIXES: .c .mod .def .o .obj .lo .a .la .cc | |
561 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
562 | @for dep in $?; do \ | |
563 | case '$(am__configure_deps)' in \ | |
564 | *$$dep*) \ | |
565 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
566 | && { if test -f $@; then exit 0; else break; fi; }; \ | |
567 | exit 1;; \ | |
568 | esac; \ | |
569 | done; \ | |
570 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libm2pim/Makefile'; \ | |
571 | $(am__cd) $(top_srcdir) && \ | |
572 | $(AUTOMAKE) --foreign libm2pim/Makefile | |
573 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
574 | @case '$?' in \ | |
575 | *config.status*) \ | |
576 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
577 | *) \ | |
578 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
579 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
580 | esac; | |
581 | ||
582 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
583 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
584 | ||
585 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
586 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
587 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
588 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
589 | $(am__aclocal_m4_deps): | |
590 | ||
591 | install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) | |
592 | @$(NORMAL_INSTALL) | |
593 | @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ | |
594 | list2=; for p in $$list; do \ | |
595 | if test -f $$p; then \ | |
596 | list2="$$list2 $$p"; \ | |
597 | else :; fi; \ | |
598 | done; \ | |
599 | test -z "$$list2" || { \ | |
600 | echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \ | |
601 | $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \ | |
602 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \ | |
603 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \ | |
604 | } | |
605 | ||
606 | uninstall-toolexeclibLTLIBRARIES: | |
607 | @$(NORMAL_UNINSTALL) | |
608 | @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ | |
609 | for p in $$list; do \ | |
610 | $(am__strip_dir) \ | |
611 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \ | |
612 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ | |
613 | done | |
614 | ||
615 | clean-toolexeclibLTLIBRARIES: | |
616 | -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) | |
617 | @list='$(toolexeclib_LTLIBRARIES)'; \ | |
618 | locs=`for p in $$list; do echo $$p; done | \ | |
619 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |
620 | sort -u`; \ | |
621 | test -z "$$locs" || { \ | |
622 | echo rm -f $${locs}; \ | |
623 | rm -f $${locs}; \ | |
624 | } | |
625 | ||
626 | libm2pim.la: $(libm2pim_la_OBJECTS) $(libm2pim_la_DEPENDENCIES) $(EXTRA_libm2pim_la_DEPENDENCIES) | |
627 | $(AM_V_GEN)$(libm2pim_la_LINK) $(am_libm2pim_la_rpath) $(libm2pim_la_OBJECTS) $(libm2pim_la_LIBADD) $(LIBS) | |
628 | ||
629 | mostlyclean-compile: | |
630 | -rm -f *.$(OBJEXT) | |
631 | ||
632 | distclean-compile: | |
633 | -rm -f *.tab.c | |
634 | ||
635 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Selective.Plo@am__quote@ | |
636 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SysExceptions.Plo@am__quote@ | |
637 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UnixArgs.Plo@am__quote@ | |
638 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgetopt.Plo@am__quote@ | |
639 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoa.Plo@am__quote@ | |
640 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errno.Plo@am__quote@ | |
641 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldtoa.Plo@am__quote@ | |
642 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libm2pim_la-target.Plo@am__quote@ | |
1eee94d3 GM |
643 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sckt.Plo@am__quote@ |
644 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/termios.Plo@am__quote@ | |
05652ac4 | 645 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapc.Plo@am__quote@ |
1eee94d3 GM |
646 | |
647 | .c.o: | |
648 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
649 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
650 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
651 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
652 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | |
653 | ||
654 | .c.obj: | |
655 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
656 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
657 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
658 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
659 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
660 | ||
661 | .c.lo: | |
662 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
663 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
664 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
665 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
666 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< | |
667 | ||
668 | libm2pim_la-target.lo: target.c | |
669 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libm2pim_la_CFLAGS) $(CFLAGS) -MT libm2pim_la-target.lo -MD -MP -MF $(DEPDIR)/libm2pim_la-target.Tpo -c -o libm2pim_la-target.lo `test -f 'target.c' || echo '$(srcdir)/'`target.c | |
670 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libm2pim_la-target.Tpo $(DEPDIR)/libm2pim_la-target.Plo | |
671 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='target.c' object='libm2pim_la-target.lo' libtool=yes @AMDEPBACKSLASH@ | |
672 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
673 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libm2pim_la_CFLAGS) $(CFLAGS) -c -o libm2pim_la-target.lo `test -f 'target.c' || echo '$(srcdir)/'`target.c | |
674 | ||
1eee94d3 GM |
675 | .cc.o: |
676 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
677 | @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
678 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
679 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
680 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< | |
681 | ||
682 | .cc.obj: | |
683 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
684 | @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
685 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
686 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
687 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
688 | ||
689 | @BUILD_PIMLIB_FALSE@.cc.lo: | |
690 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
691 | @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
692 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
693 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
694 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< | |
695 | ||
696 | mostlyclean-libtool: | |
697 | -rm -f *.lo | |
698 | ||
699 | clean-libtool: | |
700 | -rm -rf .libs _libs | |
701 | ||
702 | ID: $(am__tagged_files) | |
703 | $(am__define_uniq_tagged_files); mkid -fID $$unique | |
704 | tags: tags-am | |
705 | TAGS: tags | |
706 | ||
707 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
708 | set x; \ | |
709 | here=`pwd`; \ | |
710 | $(am__define_uniq_tagged_files); \ | |
711 | shift; \ | |
712 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
713 | test -n "$$unique" || unique=$$empty_fix; \ | |
714 | if test $$# -gt 0; then \ | |
715 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
716 | "$$@" $$unique; \ | |
717 | else \ | |
718 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
719 | $$unique; \ | |
720 | fi; \ | |
721 | fi | |
722 | ctags: ctags-am | |
723 | ||
724 | CTAGS: ctags | |
725 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
726 | $(am__define_uniq_tagged_files); \ | |
727 | test -z "$(CTAGS_ARGS)$$unique" \ | |
728 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
729 | $$unique | |
730 | ||
731 | GTAGS: | |
732 | here=`$(am__cd) $(top_builddir) && pwd` \ | |
733 | && $(am__cd) $(top_srcdir) \ | |
734 | && gtags -i $(GTAGS_ARGS) "$$here" | |
735 | cscopelist: cscopelist-am | |
736 | ||
737 | cscopelist-am: $(am__tagged_files) | |
738 | list='$(am__tagged_files)'; \ | |
739 | case "$(srcdir)" in \ | |
740 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
741 | *) sdir=$(subdir)/$(srcdir) ;; \ | |
742 | esac; \ | |
743 | for i in $$list; do \ | |
744 | if test -f "$$i"; then \ | |
745 | echo "$(subdir)/$$i"; \ | |
746 | else \ | |
747 | echo "$$sdir/$$i"; \ | |
748 | fi; \ | |
749 | done >> $(top_builddir)/cscope.files | |
750 | ||
751 | distclean-tags: | |
752 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
753 | check-am: all-am | |
754 | check: $(BUILT_SOURCES) | |
755 | $(MAKE) $(AM_MAKEFLAGS) check-am | |
756 | all-am: Makefile $(LTLIBRARIES) | |
757 | installdirs: | |
758 | for dir in "$(DESTDIR)$(toolexeclibdir)"; do \ | |
759 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
760 | done | |
761 | install: $(BUILT_SOURCES) | |
762 | $(MAKE) $(AM_MAKEFLAGS) install-am | |
763 | install-exec: install-exec-am | |
764 | install-data: install-data-am | |
765 | uninstall: uninstall-am | |
766 | ||
767 | install-am: all-am | |
768 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
769 | ||
770 | installcheck: installcheck-am | |
771 | install-strip: | |
772 | if test -z '$(STRIP)'; then \ | |
773 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
774 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
775 | install; \ | |
776 | else \ | |
777 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
778 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
779 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
780 | fi | |
781 | mostlyclean-generic: | |
782 | ||
783 | clean-generic: | |
784 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
785 | ||
786 | distclean-generic: | |
787 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
788 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
789 | ||
790 | maintainer-clean-generic: | |
791 | @echo "This command is intended for maintainers to use" | |
792 | @echo "it deletes files that may require special tools to rebuild." | |
793 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | |
794 | @BUILD_PIMLIB_FALSE@install-data-local: | |
795 | clean: clean-am | |
796 | ||
797 | clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \ | |
798 | mostlyclean-am | |
799 | ||
800 | distclean: distclean-am | |
801 | -rm -rf ./$(DEPDIR) | |
802 | -rm -f Makefile | |
803 | distclean-am: clean-am distclean-compile distclean-generic \ | |
804 | distclean-tags | |
805 | ||
806 | dvi: dvi-am | |
807 | ||
808 | dvi-am: | |
809 | ||
810 | html: html-am | |
811 | ||
812 | html-am: | |
813 | ||
814 | info: info-am | |
815 | ||
816 | info-am: | |
817 | ||
818 | install-data-am: install-data-local | |
819 | ||
820 | install-dvi: install-dvi-am | |
821 | ||
822 | install-dvi-am: | |
823 | ||
824 | install-exec-am: install-toolexeclibLTLIBRARIES | |
825 | ||
826 | install-html: install-html-am | |
827 | ||
828 | install-html-am: | |
829 | ||
830 | install-info: install-info-am | |
831 | ||
832 | install-info-am: | |
833 | ||
834 | install-man: | |
835 | ||
836 | install-pdf: install-pdf-am | |
837 | ||
838 | install-pdf-am: | |
839 | ||
840 | install-ps: install-ps-am | |
841 | ||
842 | install-ps-am: | |
843 | ||
844 | installcheck-am: | |
845 | ||
846 | maintainer-clean: maintainer-clean-am | |
847 | -rm -rf ./$(DEPDIR) | |
848 | -rm -f Makefile | |
849 | maintainer-clean-am: distclean-am maintainer-clean-generic | |
850 | ||
851 | mostlyclean: mostlyclean-am | |
852 | ||
853 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
854 | mostlyclean-libtool | |
855 | ||
856 | pdf: pdf-am | |
857 | ||
858 | pdf-am: | |
859 | ||
860 | ps: ps-am | |
861 | ||
862 | ps-am: | |
863 | ||
864 | uninstall-am: uninstall-toolexeclibLTLIBRARIES | |
865 | ||
866 | .MAKE: all check install install-am install-strip | |
867 | ||
868 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ | |
869 | clean-libtool clean-toolexeclibLTLIBRARIES cscopelist-am ctags \ | |
870 | ctags-am distclean distclean-compile distclean-generic \ | |
871 | distclean-libtool distclean-tags dvi dvi-am html html-am info \ | |
872 | info-am install install-am install-data install-data-am \ | |
873 | install-data-local install-dvi install-dvi-am install-exec \ | |
874 | install-exec-am install-html install-html-am install-info \ | |
875 | install-info-am install-man install-pdf install-pdf-am \ | |
876 | install-ps install-ps-am install-strip \ | |
877 | install-toolexeclibLTLIBRARIES installcheck installcheck-am \ | |
878 | installdirs maintainer-clean maintainer-clean-generic \ | |
879 | mostlyclean mostlyclean-compile mostlyclean-generic \ | |
880 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | |
881 | uninstall-am uninstall-toolexeclibLTLIBRARIES | |
882 | ||
883 | .PRECIOUS: Makefile | |
884 | ||
885 | ||
886 | @BUILD_PIMLIB_TRUE@SYSTEM.def: Makefile | |
887 | @BUILD_PIMLIB_TRUE@ bash $(GM2_SRC)/tools-src/makeSystem -fpim \ | |
888 | @BUILD_PIMLIB_TRUE@ $(GM2_SRC)/gm2-libs/SYSTEM.def \ | |
889 | @BUILD_PIMLIB_TRUE@ $(GM2_SRC)/gm2-libs/SYSTEM.mod \ | |
890 | @BUILD_PIMLIB_TRUE@ -I$(GM2_SRC)/gm2-libs \ | |
891 | @BUILD_PIMLIB_TRUE@ "$(GM2_FOR_TARGET)" $@ | |
892 | ||
893 | @BUILD_PIMLIB_TRUE@.mod.lo: SYSTEM.def | |
81d5ca0b GM |
894 | @BUILD_PIMLIB_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
895 | @BUILD_PIMLIB_TRUE@ --mode=compile $(GM2_FOR_TARGET) \ | |
896 | @BUILD_PIMLIB_TRUE@ -c $(CFLAGS_FOR_TARGET) $(LIBCFLAGS) $(libm2pim_la_M2FLAGS) $< -o $@ | |
1eee94d3 GM |
897 | |
898 | @BUILD_PIMLIB_TRUE@.cc.lo: | |
81d5ca0b GM |
899 | @BUILD_PIMLIB_TRUE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c -I$(srcdir) \ |
900 | @BUILD_PIMLIB_TRUE@ $(CXXFLAGS) $(LIBCFLAGS) $(libm2pim_la_CFLAGS) $< -o $@ | |
1eee94d3 GM |
901 | |
902 | @BUILD_PIMLIB_TRUE@install-data-local: force | |
47465fff | 903 | @BUILD_PIMLIB_TRUE@ mkdir -p $(DESTDIR)$(inst_libdir)/$(M2LIBDIR) |
1eee94d3 GM |
904 | @BUILD_PIMLIB_TRUE@ for i in $(M2DEFS) $(M2MODS) ; do \ |
905 | @BUILD_PIMLIB_TRUE@ if [ -f $$i ] ; then \ | |
47465fff | 906 | @BUILD_PIMLIB_TRUE@ $(INSTALL_DATA) $$i '$(DESTDIR)$(inst_libdir)/$(M2LIBDIR)'; \ |
1eee94d3 | 907 | @BUILD_PIMLIB_TRUE@ elif [ -f @srcdir@/../../gcc/m2/gm2-libs/$$i ] ; then \ |
47465fff | 908 | @BUILD_PIMLIB_TRUE@ $(INSTALL_DATA) @srcdir@/../../gcc/m2/gm2-libs/$$i '$(DESTDIR)$(inst_libdir)/$(M2LIBDIR)'; \ |
1eee94d3 GM |
909 | @BUILD_PIMLIB_TRUE@ else \ |
910 | @BUILD_PIMLIB_TRUE@ echo "cannot find $$i" ; exit 1 ; \ | |
911 | @BUILD_PIMLIB_TRUE@ fi ; \ | |
47465fff | 912 | @BUILD_PIMLIB_TRUE@ chmod 644 $(DESTDIR)$(inst_libdir)/$(M2LIBDIR)$$i ; \ |
1eee94d3 GM |
913 | @BUILD_PIMLIB_TRUE@ done |
914 | ||
915 | @BUILD_PIMLIB_TRUE@force: | |
916 | ||
917 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
918 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
919 | .NOEXPORT: |