Unify example apps across all example platforms. (#215)

This commit is contained in:
Jonathan Hui
2016-06-27 17:19:37 -07:00
committed by GitHub
parent cb33898827
commit db436d91ae
46 changed files with 350 additions and 718 deletions
+9 -10
View File
@@ -31,25 +31,24 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
# Always package (e.g. for 'make dist') these subdirectories.
DIST_SUBDIRS = \
posix \
cc2538 \
platforms \
apps \
$(NULL)
# Always build (e.g. for 'make all') these subdirectories.
if OPENTHREAD_EXAMPLES_POSIX
SUBDIRS = posix
endif
if OPENTHREAD_EXAMPLES_CC2538
SUBDIRS = cc2538
if OPENTHREAD_EXAMPLES
SUBDIRS = \
platforms \
apps \
$(NULL)
endif
# Always pretty (e.g. for 'make pretty') these subdirectories.
PRETTY_SUBDIRS = \
posix \
cc2538 \
platforms \
apps \
$(NULL)
include $(abs_top_nlbuild_autotools_dir)/automake/post.am