summaryrefslogtreecommitdiff
path: root/proc/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-06 17:26:05 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-06 17:26:05 +0000
commitd03409ff8e617f96592cacdacc9834e504679094 (patch)
treeb8b8534ab69282ea9b6b44a2308036c742bc18ba /proc/Makefile
parent1c16d1d3a034d68e04536a20396a051f4f7a1e89 (diff)
(OBJS): Removed ihash.o and primes.o.
(CPPFLAGS): Deleted addition of -I../lib. (vpath): Deleted spec. (REMHDRS): Added ../libihash/ihash.h. (HURDLIBS): Added libihash.
Diffstat (limited to 'proc/Makefile')
-rw-r--r--proc/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/proc/Makefile b/proc/Makefile
index 1e827f16..ba8bb27f 100644
--- a/proc/Makefile
+++ b/proc/Makefile
@@ -21,21 +21,17 @@ makemode := server
MIGSFLAGS ="-DPROCESS_INTRAN=pstruct_t reqport_find (process_t)" \
"-DPROCESS_IMPORTS=import \"proc.h\";"
-OBJS = wait.o hash.o ihash.o host.o info.o main.o mgt.o notify.o pgrp.o msg.o \
- primes.o cpu-types.o stubs.o \
- processServer.o notifyServer.o process_replyUser.o ourmsgUser.o \
- interruptServer.o proc_excUser.o proc_excServer.o proc_excreplUser.o \
- proc_excreplServer.o
+OBJS = wait.o hash.o host.o info.o main.o mgt.o notify.o pgrp.o msg.o \
+ cpu-types.o stubs.o processServer.o notifyServer.o \
+ process_replyUser.o ourmsgUser.o interruptServer.o proc_excUser.o \
+ proc_excServer.o proc_excreplUser.o proc_excreplServer.o
SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c \
cpu-types.c stubs.c
-CPPFLAGS += -I../lib
-vpath %.c ../lib
-
LCLHDRS = proc.h
-REMHDRS = ../libthreads/cthreads.h
-HURDLIBS = libthreads
+REMHDRS = ../libthreads/cthreads.h ../libihash/ihash.h
+HURDLIBS = libthreads libihash
DIST_FILES = proc_exc.defs proc_excrepl.defs
target = proc