From fac6d9a6d59a83e96314103b3181f6f692537014 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 25 Apr 1996 19:36:50 +0000 Subject: Many changes to support multi-threading. See ChangeLog. --- proc/Makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'proc/Makefile') diff --git a/proc/Makefile b/proc/Makefile index e162918d..b666c4f7 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -24,13 +24,18 @@ SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c \ LCLHDRS = proc.h DIST_FILES = proc_exc.defs ourmsg.defs -MIGSTUBS = processServer.o notifyServer.o process_replyUser.o \ +MIGSFLAGS="-DPROCESS_INTRAN=pstruct_t reqport_find (process_t)" \ + "-DPROCESS_DESTRUCTOR=process_drop (pstruct_t)" \ + "-DPROCESS_IMPORTS=import \"proc.h\";" + +MIGSTUBS = processServer.o notifyServer.o \ ourmsgUser.o proc_excUser.o proc_excServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) -MIGSFLAGS ="-DPROCESS_INTRAN=pstruct_t reqport_find (process_t)" \ - "-DPROCESS_IMPORTS=import \"proc.h\";" - -proc: $(OBJS) ../libthreads/libthreads.a ../libihash/libihash.a +proc: $(OBJS) ../libthreads/libthreads.a ../libihash/libihash.a \ + ../libports/libports.a ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf + +mutated_ourmsg_U.h: ourmsg_U.h + sed -e 's/_msg_user_/_ourmsg_user_/' < $< > $@ -- cgit v1.2.3