]> gcc.gnu.org Git - gcc.git/blame - libgm2/libm2pim/Makefile.in
Config,Darwin: Allow for configuring Darwin to use embedded runpath.
[gcc.git] / libgm2 / libm2pim / Makefile.in
CommitLineData
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
34am__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}
45am__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
87am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89pkgdatadir = $(datadir)/@PACKAGE@
90pkgincludedir = $(includedir)/@PACKAGE@
91pkglibdir = $(libdir)/@PACKAGE@
92pkglibexecdir = $(libexecdir)/@PACKAGE@
93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94install_sh_DATA = $(install_sh) -c -m 644
95install_sh_PROGRAM = $(install_sh) -c
96install_sh_SCRIPT = $(install_sh) -c
97INSTALL_HEADER = $(INSTALL_DATA)
98transform = $(program_transform_name)
99NORMAL_INSTALL = :
100PRE_INSTALL = :
101POST_INSTALL = :
102NORMAL_UNINSTALL = :
103PRE_UNINSTALL = :
104POST_UNINSTALL = :
105build_triplet = @build@
106host_triplet = @host@
107target_triplet = @target@
6a6d3817 108@BUILD_PIMLIB_TRUE@@ENABLE_DARWIN_AT_RPATH_TRUE@am__append_1 = -nodefaultrpaths -Wl,-rpath,@loader_path/
1eee94d3
GM
109subdir = libm2pim
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6a6d3817 111am__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
120am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121 $(ACLOCAL_M4)
122DIST_COMMON = $(srcdir)/Makefile.am
123mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
124CONFIG_HEADER = $(top_builddir)/config.h
125CONFIG_CLEAN_FILES =
126CONFIG_CLEAN_VPATH_FILES =
127am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128am__vpath_adj = case $$p in \
129 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130 *) f=$$p;; \
131 esac;
132am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133am__install_max = 40
134am__nobase_strip_setup = \
135 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136am__nobase_strip = \
137 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138am__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] }'
145am__base_list = \
146 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148am__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 }
154am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
155LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
156libm2pim_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
175libm2pim_la_OBJECTS = $(am_libm2pim_la_OBJECTS)
176@BUILD_PIMLIB_TRUE@am_libm2pim_la_rpath = -rpath $(toolexeclibdir)
177AM_V_P = $(am__v_P_@AM_V@)
178am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
179am__v_P_0 = false
180am__v_P_1 = :
181AM_V_GEN = $(am__v_GEN_@AM_V@)
182am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
183am__v_GEN_0 = @echo " GEN " $@;
184am__v_GEN_1 =
185AM_V_at = $(am__v_at_@AM_V@)
186am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
187am__v_at_0 = @
188am__v_at_1 =
189DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
190depcomp = $(SHELL) $(top_srcdir)/../depcomp
191am__depfiles_maybe = depfiles
192am__mv = mv -f
193AM_V_lt = $(am__v_lt_@AM_V@)
194am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
195am__v_lt_0 = --silent
196am__v_lt_1 =
197COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
198 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
199LTCOMPILE = $(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)
203AM_V_CC = $(am__v_CC_@AM_V@)
204am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
205am__v_CC_0 = @echo " CC " $@;
206am__v_CC_1 =
207CCLD = $(CC)
208LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
209 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
210 $(AM_LDFLAGS) $(LDFLAGS) -o $@
211AM_V_CCLD = $(am__v_CCLD_@AM_V@)
212am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
213am__v_CCLD_0 = @echo " CCLD " $@;
214am__v_CCLD_1 =
215CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
216 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
217LTCXXCOMPILE = $(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)
221AM_V_CXX = $(am__v_CXX_@AM_V@)
222am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
223am__v_CXX_0 = @echo " CXX " $@;
224am__v_CXX_1 =
225CXXLD = $(CXX)
226CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
227 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
228 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
229AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
230am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
231am__v_CXXLD_0 = @echo " CXXLD " $@;
232am__v_CXXLD_1 =
233SOURCES = $(libm2pim_la_SOURCES)
234am__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
239am__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.
243am__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.
251am__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)`
256ETAGS = etags
257CTAGS = ctags
258VPATH = . @srcdir@ @srcdir@/../../gcc/m2/gm2-libs
259ACLOCAL = @ACLOCAL@
260AMTAR = @AMTAR@
261AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
262AR = @AR@
263AUTOCONF = @AUTOCONF@
264AUTOHEADER = @AUTOHEADER@
265AUTOMAKE = @AUTOMAKE@
266AWK = @AWK@
267CC = @CC@
268CCAS = @CCAS@
269CCASDEPMODE = @CCASDEPMODE@
270CCASFLAGS = @CCASFLAGS@
271CCDEPMODE = @CCDEPMODE@
272CC_FOR_BUILD = @CC_FOR_BUILD@
273CFLAGS = @CFLAGS@
274CPP = @CPP@
275CPPFLAGS = @CPPFLAGS@
276CXX = @CXX@
277CXXCPP = @CXXCPP@
278CXXDEPMODE = @CXXDEPMODE@
279CXXFLAGS = @CXXFLAGS@
280CYGPATH_W = @CYGPATH_W@
281DEFS = @DEFS@
282DEPDIR = @DEPDIR@
283DSYMUTIL = @DSYMUTIL@
284DUMPBIN = @DUMPBIN@
285ECHO_C = @ECHO_C@
286ECHO_N = @ECHO_N@
287ECHO_T = @ECHO_T@
288EGREP = @EGREP@
289EXEEXT = @EXEEXT@
290FGREP = @FGREP@
291GM2_FOR_TARGET = @GM2_FOR_TARGET@
292GREP = @GREP@
293INSTALL = @INSTALL@
294INSTALL_DATA = @INSTALL_DATA@
295INSTALL_PROGRAM = @INSTALL_PROGRAM@
296INSTALL_SCRIPT = @INSTALL_SCRIPT@
297INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
298LD = @LD@
299LDFLAGS = @LDFLAGS@
300LIBOBJS = @LIBOBJS@
301LIBS = @LIBS@
302LIBTOOL = @LIBTOOL@
303LIPO = @LIPO@
304LN_S = @LN_S@
305LTLIBOBJS = @LTLIBOBJS@
306MAINT = @MAINT@
307MAKEINFO = @MAKEINFO@
308MKDIR_P = @MKDIR_P@
309NM = @NM@
310NMEDIT = @NMEDIT@
311OBJDUMP = @OBJDUMP@
312OBJEXT = @OBJEXT@
313OTOOL = @OTOOL@
314OTOOL64 = @OTOOL64@
315PACKAGE = @PACKAGE@
316PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
317PACKAGE_NAME = @PACKAGE_NAME@
318PACKAGE_STRING = @PACKAGE_STRING@
319PACKAGE_TARNAME = @PACKAGE_TARNAME@
320PACKAGE_URL = @PACKAGE_URL@
321PACKAGE_VERSION = @PACKAGE_VERSION@
322PATH_SEPARATOR = @PATH_SEPARATOR@
1eee94d3
GM
323RANLIB = @RANLIB@
324SED = @SED@
325SET_MAKE = @SET_MAKE@
326SHELL = @SHELL@
327STRIP = @STRIP@
328VERSION = @VERSION@
329abs_builddir = @abs_builddir@
330abs_srcdir = @abs_srcdir@
331abs_top_builddir = @abs_top_builddir@
332abs_top_srcdir = @abs_top_srcdir@
333ac_ct_CC = @ac_ct_CC@
334ac_ct_CXX = @ac_ct_CXX@
335ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
336am__include = @am__include@
337am__leading_dot = @am__leading_dot@
338am__quote = @am__quote@
339am__tar = @am__tar@
340am__untar = @am__untar@
341bindir = @bindir@
342build = @build@
343build_alias = @build_alias@
344build_cpu = @build_cpu@
345build_libsubdir = @build_libsubdir@
346build_os = @build_os@
347build_subdir = @build_subdir@
348build_vendor = @build_vendor@
349builddir = @builddir@
350datadir = @datadir@
351datarootdir = @datarootdir@
352docdir = @docdir@
353dvidir = @dvidir@
354enable_shared = @enable_shared@
355enable_static = @enable_static@
356exec_prefix = @exec_prefix@
1cfaaa42 357get_gcc_base_ver = @get_gcc_base_ver@
1eee94d3
GM
358host = @host@
359host_alias = @host_alias@
360host_cpu = @host_cpu@
361host_noncanonical = @host_noncanonical@
362host_os = @host_os@
363host_subdir = @host_subdir@
364host_vendor = @host_vendor@
365htmldir = @htmldir@
366includedir = @includedir@
367infodir = @infodir@
368install_sh = @install_sh@
369libdir = @libdir@
370libexecdir = @libexecdir@
371libtool_VERSION = @libtool_VERSION@
372localedir = @localedir@
373localstatedir = @localstatedir@
374mandir = @mandir@
375mkdir_p = @mkdir_p@
376multi_basedir = @multi_basedir@
377oldincludedir = @oldincludedir@
378pdfdir = @pdfdir@
379prefix = @prefix@
380program_transform_name = @program_transform_name@
381psdir = @psdir@
382sbindir = @sbindir@
383sharedstatedir = @sharedstatedir@
384# Used to install the shared libgcc.
385slibdir = @slibdir@
386srcdir = @srcdir@
387sysconfdir = @sysconfdir@
388target = @target@
389target_alias = @target_alias@
390target_cpu = @target_cpu@
391target_noncanonical = @target_noncanonical@
392target_os = @target_os@
393target_subdir = @target_subdir@
394target_vendor = @target_vendor@
395toolexecdir = @toolexecdir@
396toolexeclibdir = @toolexeclibdir@
397top_build_prefix = @top_build_prefix@
398top_builddir = @top_builddir@
399top_srcdir = @top_srcdir@
400SUFFIXES = .c .mod .def .o .obj .lo .a .la
8b8a4fb8 401ACLOCAL_AMFLAGS = -I .. -I ../config
1eee94d3
GM
402
403# Multilib support.
404MAKEOVERRIDES =
1cfaaa42 405gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
1eee94d3
GM
406
407# Directory in which the compiler finds libraries etc.
1cfaaa42 408libsubdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)
1eee94d3
GM
409MULTIDIR := $(shell $(CC) $(CFLAGS) -print-multi-directory)
410MULTIOSDIR := $(shell $(CC) $(CFLAGS) -print-multi-os-directory)
411MULTIOSSUBDIR := $(shell if test x$(MULTIOSDIR) != x.; then echo /$(MULTIOSDIR); fi)
412inst_libdir = $(libsubdir)$(MULTISUBDIR)
413inst_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.
418AM_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)
466FLAGS_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/
556all: $(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
573Makefile: $(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
591install-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
606uninstall-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
615clean-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
626libm2pim.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
629mostlyclean-compile:
630 -rm -f *.$(OBJEXT)
631
632distclean-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
668libm2pim_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
696mostlyclean-libtool:
697 -rm -f *.lo
698
699clean-libtool:
700 -rm -rf .libs _libs
701
702ID: $(am__tagged_files)
703 $(am__define_uniq_tagged_files); mkid -fID $$unique
704tags: tags-am
705TAGS: tags
706
707tags-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
722ctags: ctags-am
723
724CTAGS: ctags
725ctags-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
731GTAGS:
732 here=`$(am__cd) $(top_builddir) && pwd` \
733 && $(am__cd) $(top_srcdir) \
734 && gtags -i $(GTAGS_ARGS) "$$here"
735cscopelist: cscopelist-am
736
737cscopelist-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
751distclean-tags:
752 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
753check-am: all-am
754check: $(BUILT_SOURCES)
755 $(MAKE) $(AM_MAKEFLAGS) check-am
756all-am: Makefile $(LTLIBRARIES)
757installdirs:
758 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
759 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
760 done
761install: $(BUILT_SOURCES)
762 $(MAKE) $(AM_MAKEFLAGS) install-am
763install-exec: install-exec-am
764install-data: install-data-am
765uninstall: uninstall-am
766
767install-am: all-am
768 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
769
770installcheck: installcheck-am
771install-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
781mostlyclean-generic:
782
783clean-generic:
784 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
785
786distclean-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
790maintainer-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:
795clean: clean-am
796
797clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
798 mostlyclean-am
799
800distclean: distclean-am
801 -rm -rf ./$(DEPDIR)
802 -rm -f Makefile
803distclean-am: clean-am distclean-compile distclean-generic \
804 distclean-tags
805
806dvi: dvi-am
807
808dvi-am:
809
810html: html-am
811
812html-am:
813
814info: info-am
815
816info-am:
817
818install-data-am: install-data-local
819
820install-dvi: install-dvi-am
821
822install-dvi-am:
823
824install-exec-am: install-toolexeclibLTLIBRARIES
825
826install-html: install-html-am
827
828install-html-am:
829
830install-info: install-info-am
831
832install-info-am:
833
834install-man:
835
836install-pdf: install-pdf-am
837
838install-pdf-am:
839
840install-ps: install-ps-am
841
842install-ps-am:
843
844installcheck-am:
845
846maintainer-clean: maintainer-clean-am
847 -rm -rf ./$(DEPDIR)
848 -rm -f Makefile
849maintainer-clean-am: distclean-am maintainer-clean-generic
850
851mostlyclean: mostlyclean-am
852
853mostlyclean-am: mostlyclean-compile mostlyclean-generic \
854 mostlyclean-libtool
855
856pdf: pdf-am
857
858pdf-am:
859
860ps: ps-am
861
862ps-am:
863
864uninstall-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:
This page took 0.206566 seconds and 5 git commands to generate.