]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/fbterminal/server/src/Makefile
update
[l4.git] / l4 / pkg / fbterminal / server / src / Makefile
1 PKGDIR           ?= ../..
2 L4DIR            ?= $(PKGDIR)/../..
3
4 TARGET           = fbterminal
5 SRC_CC           = main.cc
6 REQUIRES_LIBS    = libgfxbitmap lib_vt100 libc_support_misc libc_be_fs_noop \
7                    libgfxbitmap-support libevent
8
9 include $(L4DIR)/mk/prog.mk