examples/unsorted/Makefile

26 lines
341 B
Makefile
Raw Normal View History

2018-08-09 15:15:52 -07:00
EXAMPLES_SUBDIRS = \
ecore_avahi \
ecore \
edje \
eet \
eina \
eio \
eldbus \
elocation \
emile \
emotion \
ethumb_client \
evas
# eolian_cxx broken for now T7273
all:
for d in $(EXAMPLES_SUBDIRS); do \
echo "Making examples in $$d"; \
$(MAKE) $(AM_MAKEFLAGS) -C $$d -f Makefile.examples || exit 1; \
done
clean:
git clean -dxf .