diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-08-04 18:09:31 +0200 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-08-04 18:11:14 +0200 |
| commit | bad5ce8ac7eaeaf1161d2577d8a7b92d166e6764 (patch) | |
| tree | 84d291a3dd0a5be1da133a9c04e1c5ce6b6f5b39 /Makefile | |
| parent | 2da4adea98b371233e313b66e388331e83e0ff64 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -22,7 +22,7 @@ dir := reincarnation makemode := servers -SRCS = reincarnation.c persistent-hello.c lib.c stubs.c +SRCS = reincarnation.c stubs.c lib.c persistent-hello.c pong.c ping.c OBJS = $(SRCS:.c=.o) \ notifyServer.o \ reincarnationServer.o \ @@ -30,8 +30,10 @@ OBJS = $(SRCS:.c=.o) \ fsysServer.o \ fsys_proxy.o \ fsys_requestUser.o \ + pongServer.o \ + pongUser.o \ -targets = reincarnation persistent-hello +targets = reincarnation persistent-hello pong ping HURDLIBS = fshelp trivfs ihash shouldbeinlibc include ../Makeconf @@ -42,4 +44,7 @@ reincarnation: stubs.o notifyServer.o reincarnationServer.o \ ../libfshelp/libfshelp.a persistent-hello: reincarnationUser.o ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a +pong: reincarnationUser.o fsysServer.o pongServer.o +ping: reincarnationUser.o pongUser.o + $(targets): %: %.o lib.o |
