moved bitmap scroller stuff to dedicated directory

This commit is contained in:
Christian Kroll 2012-09-15 23:18:43 +00:00
commit 5a7834bf8f
19 changed files with 59 additions and 52 deletions

View file

@ -40,6 +40,7 @@ include defaults.mk
@ echo "checking in which subdirs to build"
@ $(RM) -f $@
@ echo "SUBDIRS += animations" >> $@
@ echo "SUBDIRS += animations/bitmapscroller" >> $@
@ echo "SUBDIRS += smallani" >> $@
@ (for subdir in `grep -e "^#define .*_SUPPORT" autoconf.h \
| sed -e "s/^#define //" -e "s/_SUPPORT.*//" \