Annotation of OpenXM_contrib/gmp/tests/mpbsd/Makefile.in, Revision 1.1.1.1
1.1 ohara 1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2:
3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4: # Free Software Foundation, Inc.
5: # This Makefile.in is free software; the Free Software Foundation
6: # gives unlimited permission to copy and/or distribute it,
7: # with or without modifications, as long as this notice is preserved.
8:
9: # This program is distributed in the hope that it will be useful,
10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12: # PARTICULAR PURPOSE.
13:
14: @SET_MAKE@
15:
16: # Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
17: #
18: # This file is part of the GNU MP Library.
19: #
20: # The GNU MP Library is free software; you can redistribute it and/or modify
21: # it under the terms of the GNU Lesser General Public License as published by
22: # the Free Software Foundation; either version 2.1 of the License, or (at your
23: # option) any later version.
24: #
25: # The GNU MP Library is distributed in the hope that it will be useful, but
26: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
27: # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
28: # License for more details.
29: #
30: # You should have received a copy of the GNU Lesser General Public License
31: # along with the GNU MP Library; see the file COPYING.LIB. If not, write to
32: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
33: # MA 02111-1307, USA.
34:
35: SHELL = @SHELL@
36:
37: srcdir = @srcdir@
38: top_srcdir = @top_srcdir@
39: VPATH = @srcdir@
40: prefix = @prefix@
41: exec_prefix = @exec_prefix@
42:
43: bindir = @bindir@
44: sbindir = @sbindir@
45: libexecdir = @libexecdir@
46: datadir = @datadir@
47: sysconfdir = @sysconfdir@
48: sharedstatedir = @sharedstatedir@
49: localstatedir = @localstatedir@
50: libdir = @libdir@
51: infodir = @infodir@
52: mandir = @mandir@
53: includedir = @includedir@
54: oldincludedir = /usr/include
55: pkgdatadir = $(datadir)/@PACKAGE@
56: pkglibdir = $(libdir)/@PACKAGE@
57: pkgincludedir = $(includedir)/@PACKAGE@
58: top_builddir = ../..
59:
60: ACLOCAL = @ACLOCAL@
61: AUTOCONF = @AUTOCONF@
62: AUTOMAKE = @AUTOMAKE@
63: AUTOHEADER = @AUTOHEADER@
64:
65: INSTALL = @INSTALL@
66: INSTALL_PROGRAM = @INSTALL_PROGRAM@
67: INSTALL_DATA = @INSTALL_DATA@
68: INSTALL_SCRIPT = @INSTALL_SCRIPT@
69: INSTALL_HEADER = $(INSTALL_DATA)
70: transform = @program_transform_name@
71: NORMAL_INSTALL = :
72: PRE_INSTALL = :
73: POST_INSTALL = :
74: NORMAL_UNINSTALL = :
75: PRE_UNINSTALL = :
76: POST_UNINSTALL = :
77: host_alias = @host_alias@
78: host_triplet = @host@
79: AMTAR = @AMTAR@
80: AR = @AR@
81: AS = @AS@
82: AWK = @AWK@
83: BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
84: CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
85: CC = @CC@
86: CCAS = @CCAS@
87: CPP = @CPP@
88: CXX = @CXX@
89: CXXCPP = @CXXCPP@
90: DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
91: DEPDIR = @DEPDIR@
92: DLLTOOL = @DLLTOOL@
93: ECHO = @ECHO@
94: EXEEXT = @EXEEXT@
95: GCJ = @GCJ@
96: GCJFLAGS = @GCJFLAGS@
97: GMP_LDFLAGS = @GMP_LDFLAGS@
98: GMP_NAIL_BITS = @GMP_NAIL_BITS@
99: HAVE_DECL_OPTARG = @HAVE_DECL_OPTARG@
100: HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
101: HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
102: HAVE_MPFR_01 = @HAVE_MPFR_01@
103: HAVE_STACK_T_01 = @HAVE_STACK_T_01@
104: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105: LEX = @LEX@
106: LIBGMP_DLL = @LIBGMP_DLL@
107: LIBM = @LIBM@
108: LIBREADLINE = @LIBREADLINE@
109: LIBTOOL = @LIBTOOL@
110: LN_S = @LN_S@
111: M4 = @M4@
112: MAINT = @MAINT@
113: MPFR_CFLAGS = @MPFR_CFLAGS@
114: MPFR_LIBS = @MPFR_LIBS@
115: OBJDUMP = @OBJDUMP@
116: OBJEXT = @OBJEXT@
117: PACKAGE = @PACKAGE@
118: RANLIB = @RANLIB@
119: RC = @RC@
120: REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
121: REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
122: SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
123: STRIP = @STRIP@
124: TAL_OBJECT = @TAL_OBJECT@
125: TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
126: U = @U@
127: VERSION = @VERSION@
128: WITH_READLINE_01 = @WITH_READLINE_01@
129: YACC = @YACC@
130: am__include = @am__include@
131: am__quote = @am__quote@
132: gmp_srclinks = @gmp_srclinks@
133: install_sh = @install_sh@
134: mpn_objects = @mpn_objects@
135: mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
136: mpn_objs_in_libmp = @mpn_objs_in_libmp@
137:
138: AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
139:
140: INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
141: LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libmp.la
142:
143: @WANT_MPBSD_TRUE@MPBSD_check_OPTION = allfuns t-itom t-mtox
144:
145: check_PROGRAMS = $(MPBSD_check_OPTION)
146: TESTS = $(check_PROGRAMS)
147:
148: # check linking only against libmp
149: allfuns_LDADD = $(top_builddir)/libmp.la
150: subdir = tests/mpbsd
151: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
152: CONFIG_HEADER = $(top_builddir)/config.h
153: CONFIG_CLEAN_FILES =
154: @WANT_MPBSD_TRUE@check_PROGRAMS = allfuns$(EXEEXT) t-itom$(EXEEXT) \
155: @WANT_MPBSD_TRUE@ t-mtox$(EXEEXT)
156: @WANT_MPBSD_FALSE@check_PROGRAMS =
157: allfuns_SOURCES = allfuns.c
158: allfuns_OBJECTS = allfuns$U.$(OBJEXT)
159: allfuns_DEPENDENCIES = $(top_builddir)/libmp.la
160: allfuns_LDFLAGS =
161: t_itom_SOURCES = t-itom.c
162: t_itom_OBJECTS = t-itom$U.$(OBJEXT)
163: t_itom_LDADD = $(LDADD)
164: t_itom_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
165: $(top_builddir)/libmp.la
166: t_itom_LDFLAGS =
167: t_mtox_SOURCES = t-mtox.c
168: t_mtox_OBJECTS = t-mtox$U.$(OBJEXT)
169: t_mtox_LDADD = $(LDADD)
170: t_mtox_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
171: $(top_builddir)/libmp.la
172: t_mtox_LDFLAGS =
173:
174: DEFS = @DEFS@
175: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
176: CPPFLAGS = @CPPFLAGS@
177: LDFLAGS = @LDFLAGS@
178: LIBS = @LIBS@
179: depcomp =
180: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
183: $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184: CCLD = $(CC)
185: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
186: $(AM_LDFLAGS) $(LDFLAGS) -o $@
187: CFLAGS = @CFLAGS@
188: DIST_SOURCES = allfuns.c t-itom.c t-mtox.c
189: DIST_COMMON = Makefile.am Makefile.in
190: SOURCES = allfuns.c t-itom.c t-mtox.c
191:
192: all: all-am
193:
194: .SUFFIXES:
195: .SUFFIXES: .c .lo .o .obj
196:
197: mostlyclean-libtool:
198: -rm -f *.lo
199:
200: clean-libtool:
201: -rm -rf .libs _libs
202:
203: distclean-libtool:
204: -rm -f libtool
205: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
206: cd $(top_srcdir) && \
207: $(AUTOMAKE) --gnu tests/mpbsd/Makefile
208: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
209: cd $(top_builddir) && \
210: CONFIG_HEADERS= CONFIG_LINKS= \
211: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
212:
213: clean-checkPROGRAMS:
214: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
215: allfuns$(EXEEXT): $(allfuns_OBJECTS) $(allfuns_DEPENDENCIES)
216: @rm -f allfuns$(EXEEXT)
217: $(LINK) $(allfuns_LDFLAGS) $(allfuns_OBJECTS) $(allfuns_LDADD) $(LIBS)
218: t-itom$(EXEEXT): $(t_itom_OBJECTS) $(t_itom_DEPENDENCIES)
219: @rm -f t-itom$(EXEEXT)
220: $(LINK) $(t_itom_LDFLAGS) $(t_itom_OBJECTS) $(t_itom_LDADD) $(LIBS)
221: t-mtox$(EXEEXT): $(t_mtox_OBJECTS) $(t_mtox_DEPENDENCIES)
222: @rm -f t-mtox$(EXEEXT)
223: $(LINK) $(t_mtox_LDFLAGS) $(t_mtox_OBJECTS) $(t_mtox_LDADD) $(LIBS)
224:
225: mostlyclean-compile:
226: -rm -f *.$(OBJEXT) core *.core
227:
228: distclean-compile:
229: -rm -f *.tab.c
230:
231: ANSI2KNR = $(top_builddir)/ansi2knr
232: $(top_builddir)/ansi2knr:
233: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
234:
235: mostlyclean-kr:
236: -test "$U" = "" || rm -f *_.c
237:
238: .c.o:
239: $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
240:
241: .c.obj:
242: $(COMPILE) -c `cygpath -w $<`
243:
244: .c.lo:
245: $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
246: allfuns_.c: allfuns.c $(ANSI2KNR)
247: $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/allfuns.c; then echo $(srcdir)/allfuns.c; else echo allfuns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > allfuns_.c || rm -f allfuns_.c
248: t-itom_.c: t-itom.c $(ANSI2KNR)
249: $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-itom.c; then echo $(srcdir)/t-itom.c; else echo t-itom.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-itom_.c || rm -f t-itom_.c
250: t-mtox_.c: t-mtox.c $(ANSI2KNR)
251: $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-mtox.c; then echo $(srcdir)/t-mtox.c; else echo t-mtox.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-mtox_.c || rm -f t-mtox_.c
252: allfuns_.$(OBJEXT) allfuns_.lo t-itom_.$(OBJEXT) t-itom_.lo \
253: t-mtox_.$(OBJEXT) t-mtox_.lo : $(ANSI2KNR)
254: uninstall-info-am:
255:
256: tags: TAGS
257:
258: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
259: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
260: unique=`for i in $$list; do \
261: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
262: done | \
263: $(AWK) ' { files[$$0] = 1; } \
264: END { for (i in files) print i; }'`; \
265: mkid -fID $$unique $(LISP)
266:
267: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
268: $(TAGS_FILES) $(LISP)
269: tags=; \
270: here=`pwd`; \
271: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
272: unique=`for i in $$list; do \
273: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274: done | \
275: $(AWK) ' { files[$$0] = 1; } \
276: END { for (i in files) print i; }'`; \
277: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
278: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
279:
280: GTAGS:
281: here=`CDPATH=: && cd $(top_builddir) && pwd` \
282: && cd $(top_srcdir) \
283: && gtags -i $(GTAGS_ARGS) $$here
284:
285: distclean-tags:
286: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
287:
288: check-TESTS: $(TESTS)
289: @failed=0; all=0; xfail=0; xpass=0; \
290: srcdir=$(srcdir); export srcdir; \
291: list='$(TESTS)'; \
292: if test -n "$$list"; then \
293: for tst in $$list; do \
294: if test -f ./$$tst; then dir=./; \
295: elif test -f $$tst; then dir=; \
296: else dir="$(srcdir)/"; fi; \
297: if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
298: all=`expr $$all + 1`; \
299: case " $(XFAIL_TESTS) " in \
300: *" $$tst "*) \
301: xpass=`expr $$xpass + 1`; \
302: failed=`expr $$failed + 1`; \
303: echo "XPASS: $$tst"; \
304: ;; \
305: *) \
306: echo "PASS: $$tst"; \
307: ;; \
308: esac; \
309: elif test $$? -ne 77; then \
310: all=`expr $$all + 1`; \
311: case " $(XFAIL_TESTS) " in \
312: *" $$tst "*) \
313: xfail=`expr $$xfail + 1`; \
314: echo "XFAIL: $$tst"; \
315: ;; \
316: *) \
317: failed=`expr $$failed + 1`; \
318: echo "FAIL: $$tst"; \
319: ;; \
320: esac; \
321: fi; \
322: done; \
323: if test "$$failed" -eq 0; then \
324: if test "$$xfail" -eq 0; then \
325: banner="All $$all tests passed"; \
326: else \
327: banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
328: fi; \
329: else \
330: if test "$$xpass" -eq 0; then \
331: banner="$$failed of $$all tests failed"; \
332: else \
333: banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
334: fi; \
335: fi; \
336: dashes=`echo "$$banner" | sed s/./=/g`; \
337: echo "$$dashes"; \
338: echo "$$banner"; \
339: echo "$$dashes"; \
340: test "$$failed" -eq 0; \
341: else \
342: true; \
343: fi
344:
345: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
346:
347: top_distdir = ../..
348: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
349:
350: distdir: $(DISTFILES)
351: @for file in $(DISTFILES); do \
352: if test -f $$file; then d=.; else d=$(srcdir); fi; \
353: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
354: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
355: $(mkinstalldirs) "$(distdir)/$$dir"; \
356: fi; \
357: if test -d $$d/$$file; then \
358: cp -pR $$d/$$file $(distdir) \
359: || exit 1; \
360: else \
361: test -f $(distdir)/$$file \
362: || cp -p $$d/$$file $(distdir)/$$file \
363: || exit 1; \
364: fi; \
365: done
366: check-am: all-am
367: $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
368: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
369: check: check-am
370: all-am: Makefile
371:
372: installdirs:
373:
374: install: install-am
375: install-exec: install-exec-am
376: install-data: install-data-am
377: uninstall: uninstall-am
378:
379: install-am: all-am
380: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
381:
382: installcheck: installcheck-am
383: install-strip:
384: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
385: `test -z '$(STRIP)' || \
386: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
387: mostlyclean-generic:
388:
389: clean-generic:
390:
391: distclean-generic:
392: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
393:
394: maintainer-clean-generic:
395: @echo "This command is intended for maintainers to use"
396: @echo "it deletes files that may require special tools to rebuild."
397: clean: clean-am
398:
399: clean-am: clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
400:
401: distclean: distclean-am
402:
403: distclean-am: clean-am distclean-compile distclean-generic \
404: distclean-libtool distclean-tags
405:
406: dvi: dvi-am
407:
408: dvi-am:
409:
410: info: info-am
411:
412: info-am:
413:
414: install-data-am:
415:
416: install-exec-am:
417:
418: install-info: install-info-am
419:
420: install-man:
421:
422: installcheck-am:
423:
424: maintainer-clean: maintainer-clean-am
425:
426: maintainer-clean-am: distclean-am maintainer-clean-generic
427:
428: mostlyclean: mostlyclean-am
429:
430: mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
431: mostlyclean-libtool
432:
433: uninstall-am: uninstall-info-am
434:
435: .PHONY: GTAGS all all-am check check-TESTS check-am clean \
436: clean-checkPROGRAMS clean-generic clean-libtool distclean \
437: distclean-compile distclean-generic distclean-libtool \
438: distclean-tags distdir dvi dvi-am info info-am install \
439: install-am install-data install-data-am install-exec \
440: install-exec-am install-info install-info-am install-man \
441: install-strip installcheck installcheck-am installdirs \
442: maintainer-clean maintainer-clean-generic mostlyclean \
443: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
444: mostlyclean-libtool tags uninstall uninstall-am \
445: uninstall-info-am
446:
447:
448: $(top_builddir)/tests/libtests.la:
449: cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
450: # Tell versions [3.59,3.63) of GNU make to not export all variables.
451: # Otherwise a system limit (for SysV at least) may be exceeded.
452: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>