summaryrefslogtreecommitdiff
path: root/tools/bench/Makefile.am
blob: b9a92f4bbb38c1cacfa2438cb186936aa199d808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2000-2019 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


# Since we do not require GNU "make", let's select the POSIX behavior to
# uniformize the behavior a bit more with various "make" implementations
# and ease maintenance. This target should be removed only if one day,
# we need to require GNU "make".
.POSIX:

AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
AM_DEFAULT_SOURCE_EXT = .c

LDADD = $(top_builddir)/src/libmpfr.la

EXTRA_PROGRAMS = mpfrbench

EXTRA_DIST = README

noinst_HEADERS = benchtime.h

bench : mpfrbench
	./mpfrbench