Document C99 and C++11 requirement in README.md
[urcu.git] / Makefile.am
1 ACLOCAL_AMFLAGS=-I m4
2
3 SUBDIRS = include src doc tests extras
4
5 dist_doc_DATA = LICENSE \
6 README.md
7
8 dist_noinst_DATA = CodingStyle
9
10 EXTRA_DIST = gpl-2.0.txt \
11 lgpl-2.1.txt \
12 lgpl-relicensing.txt
13
14 .PHONY: short_bench long_bench regtest check-loop
15 short_bench:
16 cd tests && $(MAKE) $(AM_MAKEFLAGS) short_bench
17 long_bench:
18 cd tests && $(MAKE) $(AM_MAKEFLAGS) long_bench
19 regtest:
20 cd tests && $(MAKE) $(AM_MAKEFLAGS) regtest
21 check-loop:
22 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
This page took 0.029162 seconds and 4 git commands to generate.