From f0fb46b18283f5c8412bb34dfa81c97e666345c0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Oct 1995 05:47:47 +0000 Subject: (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. --- exec/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'exec') 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 -- cgit v1.2.3