=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/tests/Attic/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gmp/tests/Attic/Makefile.am 2000/09/09 14:13:17 1.1.1.1 +++ OpenXM_contrib/gmp/tests/Attic/Makefile.am 2003/08/25 16:06:11 1.1.1.2 @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2002 Free Software Foundation, Inc. # # This file is part of the GNU MP Library. # @@ -20,6 +20,25 @@ # MA 02111-1307, USA. -AUTOMAKE_OPTIONS = gnu no-dependencies +AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr +SUBDIRS = . devel mpn mpz mpq mpf rand misc cxx mpbsd -SUBDIRS = rand +include ../mpn/Makeasm.am + +INCLUDES = -I$(top_srcdir) +LDADD = libtests.la $(top_builddir)/libgmp.la + +EXTRA_DIST = x86call.asm +EXTRA_LTLIBRARIES = libdummy.la +check_LTLIBRARIES = libtests.la + +libtests_la_SOURCES = tests.h \ + memory.c misc.c refmpf.c refmpn.c refmpq.c refmpz.c spinner.c trace.c +libtests_la_DEPENDENCIES = @CALLING_CONVENTIONS_OBJS@ +libtests_la_LIBADD = $(libtests_la_DEPENDENCIES) $(top_builddir)/libgmp.la + +# Create ansi2knr rules for sources conditionally used +libdummy_la_SOURCES = x86check.c + +check_PROGRAMS = t-bswap t-constants t-count_zeros t-gmpmax t-modlinv +TESTS = $(check_PROGRAMS)