summaryrefslogtreecommitdiff
path: root/exec/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-11 05:47:47 +0000
committerRoland McGrath <roland@gnu.org>1995-10-11 05:47:47 +0000
commitf0fb46b18283f5c8412bb34dfa81c97e666345c0 (patch)
treec5fb4414aca3e4ab588d26dcc2072bcd7156d5de /exec/Makefile
parenta6d694b36b0f2b839dcba97bc69e9d40236e785c (diff)
(OBJS): Add main.o; remove fsysServer.o, notifyServer.o.
(LCLHDRS): Add priv.h and execmutations.h. (exec-MIGSFLAGS): New variable. (exec): Depend on livtrivfs, libthreads, libshouldbeinlibc.
Diffstat (limited to 'exec/Makefile')
-rw-r--r--exec/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile
index 518a7b44..d9c05fd1 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -18,16 +18,20 @@
dir := exec
makemode := server
-SRCS = exec.c hostarch.c unzip.c util.c inflate.c
-OBJS = hostarch.o exec.o execServer.o fsysServer.o notifyServer.o \
+SRCS = exec.c main.c hostarch.c unzip.c util.c inflate.c
+OBJS = main.o hostarch.o exec.o execServer.o \
$(gzip-objects)
gzip-objects = unzip.o util.o inflate.o
-LCLHDRS = gzip.h crypt.h tailor.h
+LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h
target = exec
DIST_FILES = core.c gcore.c hashexec.c
#OTHERLIBS = -lbfd -liberty
+exec-MIGSFLAGS = -imacros execmutations.h
+
include ../Makeconf
CPPFLAGS += -DGZIP # -DBFD
+exec: ../libtrivfs/libtrivfs.so ../libthreads/libthreads.so \
+ ../libshouldbeinlibc/libshouldbeinlibc.so