From 965148b43b5b859934b7af2e8447ba1026a43a19 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 10 Oct 2011 19:36:55 -0700 Subject: Adding the basic "Handle" structure, and adding an early version of Input. Renamed suspend() to yield(). Fixed a couple of bugs, and reorganized slightly some code. --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0424e3..16fb160 100644 --- a/Makefile +++ b/Makefile @@ -56,13 +56,18 @@ vpath %.cc src:tests vpath %.c libcoro:libeio:libev BALAU_SOURCES = \ -BString.cc \ Local.cc \ +Threads.cc \ +\ +BString.cc \ Main.cc \ Printer.cc \ +\ +Handle.cc \ +Input.cc \ +\ Task.cc \ TaskMan.cc \ -Threads.cc \ LIBCORO_SOURCES = \ coro.c \ @@ -78,6 +83,7 @@ TEST_SOURCES = \ test-Sanity.cc \ test-String.cc \ test-Tasks.cc \ +test-Handles.cc \ LIB = libBalau.a -- cgit v1.2.3