summaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-06 19:45:13 +0000
committerRoland McGrath <roland@gnu.org>2002-08-06 19:45:13 +0000
commit53773e04867cae417e25a1bb7c6a840b231e7a03 (patch)
tree20d0674651dd2be4c44632a0c0c56c46c1c48d94 /trans/Makefile
parentb4b8258228765bcadff6a503b50db32c7003660a (diff)
2002-08-06 Roland McGrath <roland@frob.com>
* proxy-defpager.c: Rename all the server functions with S_ prefix. Include "default_pager_U.h" for client stub prototypes. * Makefile (default_pager-MIGCOMSFLAGS): New variable, give -prefix S_. (OBJS): Add default_pagerUser.o here. (proxy-defpager): Depend on it.
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 1fc07a3a..3f210fe4 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -19,18 +19,23 @@ dir := trans
makemode := servers
targets = symlink firmlink ifsock magic null fifo new-fifo fwd crash \
- password hello hello-mt streamio fakeroot proxy-defpager
+ password hello hello-mt streamio fakeroot proxy-defpager devpts
SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \
crash.c firmlink.c password.c hello.c hello-mt.c streamio.c \
- fakeroot.c proxy-defpager.c
+ fakeroot.c proxy-defpager.c devpts.c
OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \
crashServer.o crash_replyUser.o msgServer.o \
- default_pagerServer.o device_replyServer.o elfcore.o
+ default_pagerServer.o default_pagerUser.o \
+ device_replyServer.o elfcore.o
HURDLIBS = threads ports trivfs fshelp pipe ihash shouldbeinlibc
password-LDLIBS = $(LIBCRYPT)
include ../Makeconf
+# hurd/default_pager.defs doesn't include hurd/hurd_types.defs and so won't
+# obey SERVERPREFIX.
+default_pager-MIGCOMSFLAGS = -prefix S_
+
vpath elfcore.c $(top_srcdir)/exec
symlink: fsysServer.o
@@ -38,7 +43,7 @@ ifsock: ifsockServer.o
crash: crashServer.o crash_replyUser.o msgServer.o elfcore.o
password: passwordServer.o
streamio: device_replyServer.o
-proxy-defpager: default_pagerServer.o
+proxy-defpager: default_pagerServer.o default_pagerUser.o
proxy-defpager crash password streamio: ../libthreads/libthreads.a ../libports/libports.a ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libfshelp/libfshelp.a
fifo new-fifo: ../libpipe/libpipe.a
@@ -48,4 +53,7 @@ hello: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a
fakeroot: ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libiohelp/libiohelp.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a
$(targets): ../libshouldbeinlibc/libshouldbeinlibc.a
+devpts: ../libtermios/libtermserver.a ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libiohelp/libiohelp.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a
+
+
$(targets): %: %.o