annotate libmpx/mpxwrap/Makefile.in @ 120:f93fa5091070

fix conv1.c
author mir3636
date Thu, 08 Mar 2018 14:53:42 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
kono
parents:
diff changeset
2 # @configure_input@
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
kono
parents:
diff changeset
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
kono
parents:
diff changeset
6 # Foundation, Inc.
kono
parents:
diff changeset
7 # This Makefile.in is free software; the Free Software Foundation
kono
parents:
diff changeset
8 # gives unlimited permission to copy and/or distribute it,
kono
parents:
diff changeset
9 # with or without modifications, as long as this notice is preserved.
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 # This program is distributed in the hope that it will be useful,
kono
parents:
diff changeset
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
kono
parents:
diff changeset
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
kono
parents:
diff changeset
14 # PARTICULAR PURPOSE.
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 @SET_MAKE@
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 VPATH = @srcdir@
kono
parents:
diff changeset
19 am__make_dryrun = \
kono
parents:
diff changeset
20 { \
kono
parents:
diff changeset
21 am__dry=no; \
kono
parents:
diff changeset
22 case $$MAKEFLAGS in \
kono
parents:
diff changeset
23 *\\[\ \ ]*) \
kono
parents:
diff changeset
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
kono
parents:
diff changeset
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
kono
parents:
diff changeset
26 *) \
kono
parents:
diff changeset
27 for am__flg in $$MAKEFLAGS; do \
kono
parents:
diff changeset
28 case $$am__flg in \
kono
parents:
diff changeset
29 *=*|--*) ;; \
kono
parents:
diff changeset
30 *n*) am__dry=yes; break;; \
kono
parents:
diff changeset
31 esac; \
kono
parents:
diff changeset
32 done;; \
kono
parents:
diff changeset
33 esac; \
kono
parents:
diff changeset
34 test $$am__dry = yes; \
kono
parents:
diff changeset
35 }
kono
parents:
diff changeset
36 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
37 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
38 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
41 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
42 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
43 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
44 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
45 transform = $(program_transform_name)
kono
parents:
diff changeset
46 NORMAL_INSTALL = :
kono
parents:
diff changeset
47 PRE_INSTALL = :
kono
parents:
diff changeset
48 POST_INSTALL = :
kono
parents:
diff changeset
49 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
50 PRE_UNINSTALL = :
kono
parents:
diff changeset
51 POST_UNINSTALL = :
kono
parents:
diff changeset
52 build_triplet = @build@
kono
parents:
diff changeset
53 host_triplet = @host@
kono
parents:
diff changeset
54 target_triplet = @target@
kono
parents:
diff changeset
55 subdir = mpxwrap
kono
parents:
diff changeset
56 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
kono
parents:
diff changeset
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
58 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
59 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
60 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
61 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
62 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
kono
parents:
diff changeset
63 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
kono
parents:
diff changeset
64 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
kono
parents:
diff changeset
65 $(top_srcdir)/configure.ac
kono
parents:
diff changeset
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
67 $(ACLOCAL_M4)
kono
parents:
diff changeset
68 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
kono
parents:
diff changeset
69 CONFIG_HEADER = $(top_builddir)/config.h
kono
parents:
diff changeset
70 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
71 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
72 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kono
parents:
diff changeset
73 am__vpath_adj = case $$p in \
kono
parents:
diff changeset
74 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kono
parents:
diff changeset
75 *) f=$$p;; \
kono
parents:
diff changeset
76 esac;
kono
parents:
diff changeset
77 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kono
parents:
diff changeset
78 am__install_max = 40
kono
parents:
diff changeset
79 am__nobase_strip_setup = \
kono
parents:
diff changeset
80 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kono
parents:
diff changeset
81 am__nobase_strip = \
kono
parents:
diff changeset
82 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
kono
parents:
diff changeset
83 am__nobase_list = $(am__nobase_strip_setup); \
kono
parents:
diff changeset
84 for p in $$list; do echo "$$p $$p"; done | \
kono
parents:
diff changeset
85 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
kono
parents:
diff changeset
86 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
kono
parents:
diff changeset
87 if (++n[$$2] == $(am__install_max)) \
kono
parents:
diff changeset
88 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
kono
parents:
diff changeset
89 END { for (dir in files) print dir, files[dir] }'
kono
parents:
diff changeset
90 am__base_list = \
kono
parents:
diff changeset
91 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
kono
parents:
diff changeset
92 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
kono
parents:
diff changeset
93 am__uninstall_files_from_dir = { \
kono
parents:
diff changeset
94 test -z "$$files" \
kono
parents:
diff changeset
95 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
kono
parents:
diff changeset
96 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
kono
parents:
diff changeset
97 $(am__cd) "$$dir" && rm -f $$files; }; \
kono
parents:
diff changeset
98 }
kono
parents:
diff changeset
99 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
kono
parents:
diff changeset
100 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
101 libmpxwrappers_la_LIBADD =
kono
parents:
diff changeset
102 am_libmpxwrappers_la_OBJECTS = libmpxwrappers_la-mpx_wrappers.lo
kono
parents:
diff changeset
103 libmpxwrappers_la_OBJECTS = $(am_libmpxwrappers_la_OBJECTS)
kono
parents:
diff changeset
104 libmpxwrappers_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
kono
parents:
diff changeset
105 $(LIBTOOLFLAGS) --mode=link $(CCLD) \
kono
parents:
diff changeset
106 $(libmpxwrappers_la_CFLAGS) $(CFLAGS) \
kono
parents:
diff changeset
107 $(libmpxwrappers_la_LDFLAGS) $(LDFLAGS) -o $@
kono
parents:
diff changeset
108 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
kono
parents:
diff changeset
109 depcomp =
kono
parents:
diff changeset
110 am__depfiles_maybe =
kono
parents:
diff changeset
111 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
kono
parents:
diff changeset
112 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
113 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
114 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
115 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
116 CCLD = $(CC)
kono
parents:
diff changeset
117 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
118 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
119 $(LDFLAGS) -o $@
kono
parents:
diff changeset
120 SOURCES = $(libmpxwrappers_la_SOURCES)
kono
parents:
diff changeset
121 am__can_run_installinfo = \
kono
parents:
diff changeset
122 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
123 n|no|NO) false;; \
kono
parents:
diff changeset
124 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
125 esac
kono
parents:
diff changeset
126 ETAGS = etags
kono
parents:
diff changeset
127 CTAGS = ctags
kono
parents:
diff changeset
128 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
129 AMTAR = @AMTAR@
kono
parents:
diff changeset
130 AR = @AR@
kono
parents:
diff changeset
131 AS = @AS@
kono
parents:
diff changeset
132 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
133 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
134 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
135 AWK = @AWK@
kono
parents:
diff changeset
136 CC = @CC@
kono
parents:
diff changeset
137 CCAS = @CCAS@
kono
parents:
diff changeset
138 CCASFLAGS = @CCASFLAGS@
kono
parents:
diff changeset
139 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
140 CPP = @CPP@
kono
parents:
diff changeset
141 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
142 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
143 DEFS = @DEFS@
kono
parents:
diff changeset
144 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
145 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
146 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
147 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
148 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
149 EGREP = @EGREP@
kono
parents:
diff changeset
150 EXEEXT = @EXEEXT@
kono
parents:
diff changeset
151 FGREP = @FGREP@
kono
parents:
diff changeset
152 GREP = @GREP@
kono
parents:
diff changeset
153 INSTALL = @INSTALL@
kono
parents:
diff changeset
154 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
158 LD = @LD@
kono
parents:
diff changeset
159 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
160 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
161 LIBS = @LIBS@
kono
parents:
diff changeset
162 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
163 LIPO = @LIPO@
kono
parents:
diff changeset
164 LN_S = @LN_S@
kono
parents:
diff changeset
165 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
166 MAINT = @MAINT@
kono
parents:
diff changeset
167 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
168 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
169 NM = @NM@
kono
parents:
diff changeset
170 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
171 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
172 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
173 OTOOL = @OTOOL@
kono
parents:
diff changeset
174 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
175 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
176 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
177 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
178 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
179 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
180 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
181 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
182 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
183 RANLIB = @RANLIB@
kono
parents:
diff changeset
184 SED = @SED@
kono
parents:
diff changeset
185 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
186 SHELL = @SHELL@
kono
parents:
diff changeset
187 STRIP = @STRIP@
kono
parents:
diff changeset
188 VERSION = @VERSION@
kono
parents:
diff changeset
189 XCFLAGS = @XCFLAGS@
kono
parents:
diff changeset
190 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
191 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
192 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
193 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
194 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
195 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
196 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
197 am__tar = @am__tar@
kono
parents:
diff changeset
198 am__untar = @am__untar@
kono
parents:
diff changeset
199 bindir = @bindir@
kono
parents:
diff changeset
200 build = @build@
kono
parents:
diff changeset
201 build_alias = @build_alias@
kono
parents:
diff changeset
202 build_cpu = @build_cpu@
kono
parents:
diff changeset
203 build_os = @build_os@
kono
parents:
diff changeset
204 build_vendor = @build_vendor@
kono
parents:
diff changeset
205 builddir = @builddir@
kono
parents:
diff changeset
206 datadir = @datadir@
kono
parents:
diff changeset
207 datarootdir = @datarootdir@
kono
parents:
diff changeset
208 docdir = @docdir@
kono
parents:
diff changeset
209 dvidir = @dvidir@
kono
parents:
diff changeset
210 enable_shared = @enable_shared@
kono
parents:
diff changeset
211 enable_static = @enable_static@
kono
parents:
diff changeset
212 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
213 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
214 host = @host@
kono
parents:
diff changeset
215 host_alias = @host_alias@
kono
parents:
diff changeset
216 host_cpu = @host_cpu@
kono
parents:
diff changeset
217 host_os = @host_os@
kono
parents:
diff changeset
218 host_vendor = @host_vendor@
kono
parents:
diff changeset
219 htmldir = @htmldir@
kono
parents:
diff changeset
220 includedir = @includedir@
kono
parents:
diff changeset
221 infodir = @infodir@
kono
parents:
diff changeset
222 install_sh = @install_sh@
kono
parents:
diff changeset
223 libdir = @libdir@
kono
parents:
diff changeset
224 libexecdir = @libexecdir@
kono
parents:
diff changeset
225 link_libmpx = @link_libmpx@
kono
parents:
diff changeset
226 localedir = @localedir@
kono
parents:
diff changeset
227 localstatedir = @localstatedir@
kono
parents:
diff changeset
228 mandir = @mandir@
kono
parents:
diff changeset
229 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
230 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
231 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
232 pdfdir = @pdfdir@
kono
parents:
diff changeset
233 prefix = @prefix@
kono
parents:
diff changeset
234 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
235 psdir = @psdir@
kono
parents:
diff changeset
236 sbindir = @sbindir@
kono
parents:
diff changeset
237 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
238 srcdir = @srcdir@
kono
parents:
diff changeset
239 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
240 target = @target@
kono
parents:
diff changeset
241 target_alias = @target_alias@
kono
parents:
diff changeset
242 target_cpu = @target_cpu@
kono
parents:
diff changeset
243 target_os = @target_os@
kono
parents:
diff changeset
244 target_vendor = @target_vendor@
kono
parents:
diff changeset
245 toolexecdir = @toolexecdir@
kono
parents:
diff changeset
246 toolexeclibdir = @toolexeclibdir@
kono
parents:
diff changeset
247 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
248 top_builddir = @top_builddir@
kono
parents:
diff changeset
249 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
250 ALCLOCAL_AMFLAGS = -I .. -I ../config
kono
parents:
diff changeset
251 AM_CPPFLAGS = -I $(top_srcdir)
kono
parents:
diff changeset
252
kono
parents:
diff changeset
253 # May be used by toolexeclibdir.
kono
parents:
diff changeset
254 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
kono
parents:
diff changeset
255 libmpxwrappers_la_CFLAGS = -fcheck-pointer-bounds -mmpx -fno-chkp-check-read \
kono
parents:
diff changeset
256 -fno-chkp-check-write -fno-chkp-use-wrappers -fPIC
kono
parents:
diff changeset
257
kono
parents:
diff changeset
258 libmpxwrappers_la_DEPENDENCIES = libmpxwrappers.map
kono
parents:
diff changeset
259 libmpxwrappers_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libmpxwrappers.map \
kono
parents:
diff changeset
260 -version-info `grep -v '^\#' $(srcdir)/libtool-version`
kono
parents:
diff changeset
261
kono
parents:
diff changeset
262 toolexeclib_LTLIBRARIES = libmpxwrappers.la
kono
parents:
diff changeset
263 libmpxwrappers_la_SOURCES = mpx_wrappers.c
kono
parents:
diff changeset
264
kono
parents:
diff changeset
265 # Work around what appears to be a GNU make bug handling MAKEFLAGS
kono
parents:
diff changeset
266 # values defined in terms of make variables, as is the case for CC and
kono
parents:
diff changeset
267 # friends when we are called from the top level Makefile.
kono
parents:
diff changeset
268 AM_MAKEFLAGS = \
kono
parents:
diff changeset
269 "AR_FLAGS=$(AR_FLAGS)" \
kono
parents:
diff changeset
270 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
kono
parents:
diff changeset
271 "CFLAGS=$(CFLAGS)" \
kono
parents:
diff changeset
272 "CXXFLAGS=$(CXXFLAGS)" \
kono
parents:
diff changeset
273 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
kono
parents:
diff changeset
274 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
275 "INSTALL=$(INSTALL)" \
kono
parents:
diff changeset
276 "INSTALL_DATA=$(INSTALL_DATA)" \
kono
parents:
diff changeset
277 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
kono
parents:
diff changeset
278 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
kono
parents:
diff changeset
279 "JC1FLAGS=$(JC1FLAGS)" \
kono
parents:
diff changeset
280 "LDFLAGS=$(LDFLAGS)" \
kono
parents:
diff changeset
281 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
282 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
283 "MAKE=$(MAKE)" \
kono
parents:
diff changeset
284 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
kono
parents:
diff changeset
285 "PICFLAG=$(PICFLAG)" \
kono
parents:
diff changeset
286 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
kono
parents:
diff changeset
287 "SHELL=$(SHELL)" \
kono
parents:
diff changeset
288 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
kono
parents:
diff changeset
289 "exec_prefix=$(exec_prefix)" \
kono
parents:
diff changeset
290 "infodir=$(infodir)" \
kono
parents:
diff changeset
291 "libdir=$(libdir)" \
kono
parents:
diff changeset
292 "prefix=$(prefix)" \
kono
parents:
diff changeset
293 "includedir=$(includedir)" \
kono
parents:
diff changeset
294 "AR=$(AR)" \
kono
parents:
diff changeset
295 "AS=$(AS)" \
kono
parents:
diff changeset
296 "LD=$(LD)" \
kono
parents:
diff changeset
297 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
298 "NM=$(NM)" \
kono
parents:
diff changeset
299 "PICFLAG=$(PICFLAG)" \
kono
parents:
diff changeset
300 "RANLIB=$(RANLIB)" \
kono
parents:
diff changeset
301 "DESTDIR=$(DESTDIR)"
kono
parents:
diff changeset
302
kono
parents:
diff changeset
303 MAKEOVERRIDES =
kono
parents:
diff changeset
304 all: all-am
kono
parents:
diff changeset
305
kono
parents:
diff changeset
306 .SUFFIXES:
kono
parents:
diff changeset
307 .SUFFIXES: .c .lo .o .obj
kono
parents:
diff changeset
308 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
kono
parents:
diff changeset
309 @for dep in $?; do \
kono
parents:
diff changeset
310 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
311 *$$dep*) \
kono
parents:
diff changeset
312 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
kono
parents:
diff changeset
313 && { if test -f $@; then exit 0; else break; fi; }; \
kono
parents:
diff changeset
314 exit 1;; \
kono
parents:
diff changeset
315 esac; \
kono
parents:
diff changeset
316 done; \
kono
parents:
diff changeset
317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps mpxwrap/Makefile'; \
kono
parents:
diff changeset
318 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
319 $(AUTOMAKE) --foreign --ignore-deps mpxwrap/Makefile
kono
parents:
diff changeset
320 .PRECIOUS: Makefile
kono
parents:
diff changeset
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
322 @case '$?' in \
kono
parents:
diff changeset
323 *config.status*) \
kono
parents:
diff changeset
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
kono
parents:
diff changeset
325 *) \
kono
parents:
diff changeset
326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
328 esac;
kono
parents:
diff changeset
329
kono
parents:
diff changeset
330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
332
kono
parents:
diff changeset
333 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
335 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
337 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
338 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
339 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
340 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
341 list2=; for p in $$list; do \
kono
parents:
diff changeset
342 if test -f $$p; then \
kono
parents:
diff changeset
343 list2="$$list2 $$p"; \
kono
parents:
diff changeset
344 else :; fi; \
kono
parents:
diff changeset
345 done; \
kono
parents:
diff changeset
346 test -z "$$list2" || { \
kono
parents:
diff changeset
347 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
348 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
kono
parents:
diff changeset
349 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
350 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
kono
parents:
diff changeset
351 }
kono
parents:
diff changeset
352
kono
parents:
diff changeset
353 uninstall-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
354 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
355 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
356 for p in $$list; do \
kono
parents:
diff changeset
357 $(am__strip_dir) \
kono
parents:
diff changeset
358 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
kono
parents:
diff changeset
359 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
kono
parents:
diff changeset
360 done
kono
parents:
diff changeset
361
kono
parents:
diff changeset
362 clean-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
363 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
364 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
kono
parents:
diff changeset
365 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kono
parents:
diff changeset
366 test "$$dir" != "$$p" || dir=.; \
kono
parents:
diff changeset
367 echo "rm -f \"$${dir}/so_locations\""; \
kono
parents:
diff changeset
368 rm -f "$${dir}/so_locations"; \
kono
parents:
diff changeset
369 done
kono
parents:
diff changeset
370 libmpxwrappers.la: $(libmpxwrappers_la_OBJECTS) $(libmpxwrappers_la_DEPENDENCIES) $(EXTRA_libmpxwrappers_la_DEPENDENCIES)
kono
parents:
diff changeset
371 $(libmpxwrappers_la_LINK) -rpath $(toolexeclibdir) $(libmpxwrappers_la_OBJECTS) $(libmpxwrappers_la_LIBADD) $(LIBS)
kono
parents:
diff changeset
372
kono
parents:
diff changeset
373 mostlyclean-compile:
kono
parents:
diff changeset
374 -rm -f *.$(OBJEXT)
kono
parents:
diff changeset
375
kono
parents:
diff changeset
376 distclean-compile:
kono
parents:
diff changeset
377 -rm -f *.tab.c
kono
parents:
diff changeset
378
kono
parents:
diff changeset
379 .c.o:
kono
parents:
diff changeset
380 $(COMPILE) -c $<
kono
parents:
diff changeset
381
kono
parents:
diff changeset
382 .c.obj:
kono
parents:
diff changeset
383 $(COMPILE) -c `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
384
kono
parents:
diff changeset
385 .c.lo:
kono
parents:
diff changeset
386 $(LTCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
387
kono
parents:
diff changeset
388 libmpxwrappers_la-mpx_wrappers.lo: mpx_wrappers.c
kono
parents:
diff changeset
389 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpxwrappers_la_CFLAGS) $(CFLAGS) -c -o libmpxwrappers_la-mpx_wrappers.lo `test -f 'mpx_wrappers.c' || echo '$(srcdir)/'`mpx_wrappers.c
kono
parents:
diff changeset
390
kono
parents:
diff changeset
391 mostlyclean-libtool:
kono
parents:
diff changeset
392 -rm -f *.lo
kono
parents:
diff changeset
393
kono
parents:
diff changeset
394 clean-libtool:
kono
parents:
diff changeset
395 -rm -rf .libs _libs
kono
parents:
diff changeset
396
kono
parents:
diff changeset
397 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
kono
parents:
diff changeset
398 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
399 unique=`for i in $$list; do \
kono
parents:
diff changeset
400 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
401 done | \
kono
parents:
diff changeset
402 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
403 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
404 mkid -fID $$unique
kono
parents:
diff changeset
405 tags: TAGS
kono
parents:
diff changeset
406
kono
parents:
diff changeset
407 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
408 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
409 set x; \
kono
parents:
diff changeset
410 here=`pwd`; \
kono
parents:
diff changeset
411 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
412 unique=`for i in $$list; do \
kono
parents:
diff changeset
413 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
414 done | \
kono
parents:
diff changeset
415 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
416 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
417 shift; \
kono
parents:
diff changeset
418 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
kono
parents:
diff changeset
419 test -n "$$unique" || unique=$$empty_fix; \
kono
parents:
diff changeset
420 if test $$# -gt 0; then \
kono
parents:
diff changeset
421 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
422 "$$@" $$unique; \
kono
parents:
diff changeset
423 else \
kono
parents:
diff changeset
424 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
425 $$unique; \
kono
parents:
diff changeset
426 fi; \
kono
parents:
diff changeset
427 fi
kono
parents:
diff changeset
428 ctags: CTAGS
kono
parents:
diff changeset
429 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
430 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
431 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
432 unique=`for i in $$list; do \
kono
parents:
diff changeset
433 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
434 done | \
kono
parents:
diff changeset
435 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
436 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
437 test -z "$(CTAGS_ARGS)$$unique" \
kono
parents:
diff changeset
438 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
kono
parents:
diff changeset
439 $$unique
kono
parents:
diff changeset
440
kono
parents:
diff changeset
441 GTAGS:
kono
parents:
diff changeset
442 here=`$(am__cd) $(top_builddir) && pwd` \
kono
parents:
diff changeset
443 && $(am__cd) $(top_srcdir) \
kono
parents:
diff changeset
444 && gtags -i $(GTAGS_ARGS) "$$here"
kono
parents:
diff changeset
445
kono
parents:
diff changeset
446 distclean-tags:
kono
parents:
diff changeset
447 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
kono
parents:
diff changeset
448 check-am: all-am
kono
parents:
diff changeset
449 check: check-am
kono
parents:
diff changeset
450 all-am: Makefile $(LTLIBRARIES)
kono
parents:
diff changeset
451 installdirs:
kono
parents:
diff changeset
452 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
kono
parents:
diff changeset
453 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
kono
parents:
diff changeset
454 done
kono
parents:
diff changeset
455 install: install-am
kono
parents:
diff changeset
456 install-exec: install-exec-am
kono
parents:
diff changeset
457 install-data: install-data-am
kono
parents:
diff changeset
458 uninstall: uninstall-am
kono
parents:
diff changeset
459
kono
parents:
diff changeset
460 install-am: all-am
kono
parents:
diff changeset
461 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
462
kono
parents:
diff changeset
463 installcheck: installcheck-am
kono
parents:
diff changeset
464 install-strip:
kono
parents:
diff changeset
465 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
466 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
467 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
468 install; \
kono
parents:
diff changeset
469 else \
kono
parents:
diff changeset
470 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
471 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
472 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
473 fi
kono
parents:
diff changeset
474 mostlyclean-generic:
kono
parents:
diff changeset
475
kono
parents:
diff changeset
476 clean-generic:
kono
parents:
diff changeset
477
kono
parents:
diff changeset
478 distclean-generic:
kono
parents:
diff changeset
479 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
480 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
481
kono
parents:
diff changeset
482 maintainer-clean-generic:
kono
parents:
diff changeset
483 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
484 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
485 clean: clean-am
kono
parents:
diff changeset
486
kono
parents:
diff changeset
487 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
kono
parents:
diff changeset
488 mostlyclean-am
kono
parents:
diff changeset
489
kono
parents:
diff changeset
490 distclean: distclean-am
kono
parents:
diff changeset
491 -rm -f Makefile
kono
parents:
diff changeset
492 distclean-am: clean-am distclean-compile distclean-generic \
kono
parents:
diff changeset
493 distclean-tags
kono
parents:
diff changeset
494
kono
parents:
diff changeset
495 dvi: dvi-am
kono
parents:
diff changeset
496
kono
parents:
diff changeset
497 dvi-am:
kono
parents:
diff changeset
498
kono
parents:
diff changeset
499 html: html-am
kono
parents:
diff changeset
500
kono
parents:
diff changeset
501 html-am:
kono
parents:
diff changeset
502
kono
parents:
diff changeset
503 info: info-am
kono
parents:
diff changeset
504
kono
parents:
diff changeset
505 info-am:
kono
parents:
diff changeset
506
kono
parents:
diff changeset
507 install-data-am:
kono
parents:
diff changeset
508
kono
parents:
diff changeset
509 install-dvi: install-dvi-am
kono
parents:
diff changeset
510
kono
parents:
diff changeset
511 install-dvi-am:
kono
parents:
diff changeset
512
kono
parents:
diff changeset
513 install-exec-am: install-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
514
kono
parents:
diff changeset
515 install-html: install-html-am
kono
parents:
diff changeset
516
kono
parents:
diff changeset
517 install-html-am:
kono
parents:
diff changeset
518
kono
parents:
diff changeset
519 install-info: install-info-am
kono
parents:
diff changeset
520
kono
parents:
diff changeset
521 install-info-am:
kono
parents:
diff changeset
522
kono
parents:
diff changeset
523 install-man:
kono
parents:
diff changeset
524
kono
parents:
diff changeset
525 install-pdf: install-pdf-am
kono
parents:
diff changeset
526
kono
parents:
diff changeset
527 install-pdf-am:
kono
parents:
diff changeset
528
kono
parents:
diff changeset
529 install-ps: install-ps-am
kono
parents:
diff changeset
530
kono
parents:
diff changeset
531 install-ps-am:
kono
parents:
diff changeset
532
kono
parents:
diff changeset
533 installcheck-am:
kono
parents:
diff changeset
534
kono
parents:
diff changeset
535 maintainer-clean: maintainer-clean-am
kono
parents:
diff changeset
536 -rm -f Makefile
kono
parents:
diff changeset
537 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
538
kono
parents:
diff changeset
539 mostlyclean: mostlyclean-am
kono
parents:
diff changeset
540
kono
parents:
diff changeset
541 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
kono
parents:
diff changeset
542 mostlyclean-libtool
kono
parents:
diff changeset
543
kono
parents:
diff changeset
544 pdf: pdf-am
kono
parents:
diff changeset
545
kono
parents:
diff changeset
546 pdf-am:
kono
parents:
diff changeset
547
kono
parents:
diff changeset
548 ps: ps-am
kono
parents:
diff changeset
549
kono
parents:
diff changeset
550 ps-am:
kono
parents:
diff changeset
551
kono
parents:
diff changeset
552 uninstall-am: uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
553
kono
parents:
diff changeset
554 .MAKE: install-am install-strip
kono
parents:
diff changeset
555
kono
parents:
diff changeset
556 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
kono
parents:
diff changeset
557 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
kono
parents:
diff changeset
558 distclean-compile distclean-generic distclean-libtool \
kono
parents:
diff changeset
559 distclean-tags dvi dvi-am html html-am info info-am install \
kono
parents:
diff changeset
560 install-am install-data install-data-am install-dvi \
kono
parents:
diff changeset
561 install-dvi-am install-exec install-exec-am install-html \
kono
parents:
diff changeset
562 install-html-am install-info install-info-am install-man \
kono
parents:
diff changeset
563 install-pdf install-pdf-am install-ps install-ps-am \
kono
parents:
diff changeset
564 install-strip install-toolexeclibLTLIBRARIES installcheck \
kono
parents:
diff changeset
565 installcheck-am installdirs maintainer-clean \
kono
parents:
diff changeset
566 maintainer-clean-generic mostlyclean mostlyclean-compile \
kono
parents:
diff changeset
567 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
kono
parents:
diff changeset
568 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
569
kono
parents:
diff changeset
570
kono
parents:
diff changeset
571 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
572 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
573 .NOEXPORT: