]> git.meshlink.io Git - meshlink/blob - Makefile.am
Add network namespace test framework
[meshlink] / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 AUTOMAKE_OPTIONS = gnu
4
5 if CATTA
6 MAYBE_CATTA = catta
7 endif
8
9 SUBDIRS = $(MAYBE_CATTA) src doc test examples
10
11 DIST_SUBDIRS = $(SUBDIRS)
12
13 ACLOCAL_AMFLAGS = -I m4 
14
15 EXTRA_DIST = \
16         COPYING.README \
17         README.android
18
19 ChangeLog:
20         git log > ChangeLog
21
22 astyle:
23         astyle --options=.astylerc -nQ \
24                 src/*.[ch] \
25                 src/ed25519/e*.[ch] \
26                 examples/*.[ch] \
27                 examples/*.cc \
28                 `find test -name '*.[ch]'`