summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorgastineau <gastineau@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-22 10:48:33 +0000
committergastineau <gastineau@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-22 10:48:33 +0000
commite4251c01b782221d11b33688c54e3d5b75d672dd (patch)
tree2ec64635636cc12193a0d855eb0fc37fc9aa55e2 /tools/Makefile.am
parenta3e3e143d1b0afce1b712bb7c96f022222925a78 (diff)
downloadmpc-e4251c01b782221d11b33688c54e3d5b75d672dd.tar.gz
add the benchmark
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1426 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644
index 0000000..b91ddf6
--- /dev/null
+++ b/tools/Makefile.am
@@ -0,0 +1,21 @@
+## tools/Makefile.am -- Process this file with automake to produce Makefile.in
+##
+## Copyright (C) 2014 INRIA
+##
+## This file is part of GNU MPC.
+##
+## GNU MPC is free software; you can redistribute it and/or modify it under
+## the terms of the GNU Lesser General Public License as published by the
+## Free Software Foundation; either version 3 of the License, or (at your
+## option) any later version.
+##
+## GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
+## WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+## FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+## more details.
+##
+## You should have received a copy of the GNU Lesser General Public License
+## along with this program. If not, see http://www.gnu.org/licenses/ .
+
+SUBDIRS = bench
+