From b876b1425194f7b43aa23b4ef4eea14a689b2105 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 24 Aug 1995 14:30:05 +0000 Subject: (OBJS): Just put the migs stubs directly in here. (REMHDRS, MIGSTUBS): Removed. --- libps/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libps/Makefile') diff --git a/libps/Makefile b/libps/Makefile index b050dd72..7731ad1b 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -1,3 +1,4 @@ +# Makefile for libps # # Copyright (C) 1995 Free Software Foundation # Written by Michael I. Bushnell. @@ -25,14 +26,10 @@ libname = libps SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ tty.c user.c write.c LCLHDRS=ps.h -REMHDRS = ../libihash/ihash.h installhdrs=ps.h -MIGSTUBS=msgUser.o termUser.o +OBJS = $(SRCS:.c=.o) msgUser.o termUser.o -OBJS = $(subst .c,.o,$(SRCS)) $(MIGSTUBS) - -CPPFLAGS += -I../lib MIGCOMUFLAGS=-subrprefix __ msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;' term-MIGUFLAGS = -D'TERM_IMPORTS=waittime 1000;' -- cgit v1.2.3