summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-10 19:36:55 -0700
committerPixel <pixel@nobis-crew.org>2011-10-10 19:36:55 -0700
commit965148b43b5b859934b7af2e8447ba1026a43a19 (patch)
tree290ff60cd1ebc9a065109620b2e9a5ff4e5b3d17 /Makefile
parentcf9a801ebcb4df0a8b1ea75e58ca8ea8960ba13b (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
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