summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Dritschler <timo.dritschler@kit.edu>2014-04-25 12:19:50 +0200
committerTimo Dritschler <timo.dritschler@kit.edu>2014-04-25 12:19:50 +0200
commitf205d2e6729e48b56ae659e426f71385870e7afb (patch)
tree4854220f1c930364945a230a42b9ebe6816f7f4b /Makefile
parentf79f1449d9a89dba93dd1415fb9e8300c57cb086 (diff)
downloadkiro-f205d2e6729e48b56ae659e426f71385870e7afb.tar.gz
kiro-f205d2e6729e48b56ae659e426f71385870e7afb.tar.bz2
kiro-f205d2e6729e48b56ae659e426f71385870e7afb.tar.xz
kiro-f205d2e6729e48b56ae659e426f71385870e7afb.zip
Added first draft of 'KIRO Server' class
Updated Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26e4da3..104ee44 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ LDFLAGS= -lrdmacm -libverbs -lpthread $(shell pkg-config --libs gobject-2.0)
all: base
-base: kiro-trb.o kiro-client.o
+base: kiro-trb.o kiro-client.o kiro-server.o
kiro-cbr.o: kiro-trb.c kiro-trb.h
$(CC) $(CFLAGS) $(LDFLAGS) -c kiro-trb.c -o kiro-trb.o
@@ -13,6 +13,10 @@ kiro-cbr.o: kiro-trb.c kiro-trb.h
kiro-client.o: kiro-client.c kiro-client.h
$(CC) $(CFLAGS) $(LDFLAGS) -c kiro-client.c -o kiro-client.o
+kiro-server.o: kiro-server.c kiro-server.h
+ $(CC) $(CFLAGS) $(LDFLAGS) -c kiro-server.c -o kiro-server.o
+
+
test-trb: test