summaryrefslogtreecommitdiffstats
path: root/ext/benchmark/Makefile.am
blob: 1b6923221755438265e88d6db8c48fb252c3cb86 (plain)
1
2
3
4
5
6
7
8
9
10
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 $@