edits
[cdsspec-compiler.git] / output / mpmc-queue / Makefile
1 include ../benchmarks.mk
2
3 TESTS = mpmc-queue testcase1 testcase2 testcase3
4
5 all: $(TESTS)
6
7 $(TESTS): % : %.cc mpmc-queue.h
8         $(CXX) -o $@ $< $(CXXFLAGS) $(LDFLAGS)
9
10 clean:
11         rm -f $(TESTS) *.o