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