add eolian_cxx examples to overall makefile

This commit is contained in:
Mike Blumenkrantz 2018-08-16 14:33:32 -04:00
parent 8567a2ebc5
commit 2f170d6ffb
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,9 @@ emotion \
ethumb_client \
evas
CXX_EXAMPLES_SUBDIRS = \
eolian_cxx
# eolian_cxx broken for now T7273
@ -20,6 +23,12 @@ all:
echo "Making examples in $$d"; \
$(MAKE) $(AM_MAKEFLAGS) -C $$d -f Makefile.examples || exit 1; \
done
if pkg-config --exists eolian-cxx ; then \
for d in $(CXX_EXAMPLES_SUBDIRS) ; do \
echo "Making examples in $$d"; \
$(MAKE) $(AM_MAKEFLAGS) -C $$d -f Makefile.examples || exit 1; \
done \
fi
clean:
git clean -dxf .