LIBDIRS = \
	FdSerial \
	TvText \
	Tv2Text \
	Propeller

#	TvFullColor - work in progress not ready for build

all: incfiles $(LIBDIRS)

#
# build all libdirs
#
$(LIBDIRS):
	cd $@ && make && cd ..
.PHONY : all $(LIBDIRS)

include Makefile.common

