version 1.1.1.1, 2000/09/09 14:13:17 |
version 1.1.1.2, 2003/08/25 16:06:11 |
|
|
## Process this file with automake to generate Makefile.in |
## 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. |
# This file is part of the GNU MP Library. |
# |
# |
|
|
# MA 02111-1307, USA. |
# 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) |