blob: c308ea0a7698cc11018b156395c1a853d06a8293 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if STANDALONE
SUBDIRS = examples/cpp11 tests
else
SUBDIRS = examples/cpp03 tests
endif
DIST_SUBDIRS = examples/cpp03 examples/cpp11 examples/cpp14 tests
EXTRA_DIST = \
Makefile.mgw \
Makefile.msc \
tools/handlerviz.pl
MAINTAINERCLEANFILES = \
$(srcdir)/Makefile.in
|