summaryrefslogtreecommitdiffstats
path: root/ext/benchmark/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/benchmark/Makefile.am')
-rw-r--r--ext/benchmark/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/benchmark/Makefile.am b/ext/benchmark/Makefile.am
new file mode 100644
index 0000000000..1b69232217
--- /dev/null
+++ b/ext/benchmark/Makefile.am
@@ -0,0 +1,11 @@
+SUBDIRS = .
+
+CLEANFILES = benchmark.cc
+
+noinst_LIBRARIES = libbenchmark.a
+libbenchmark_a_CXXFLAGS = $(BENCHMARK_INCLUDES) $(AM_CXXFLAGS)
+nodist_libbenchmark_a_SOURCES = benchmark.cc
+
+benchmark.cc: $(BENCHMARK_SOURCE)/src/benchmark.cc
+ cp -p $(BENCHMARK_SOURCE)/src/benchmark.cc $@
+