diff options
author | Miles Bader <miles@gnu.org> | 1995-08-24 14:30:05 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-24 14:30:05 +0000 |
commit | b876b1425194f7b43aa23b4ef4eea14a689b2105 (patch) | |
tree | 75e9cf46ee51afb964a9e292f6ee62e4698f15c6 /libps/Makefile | |
parent | 3a2c9d34ed6c48250c9c6a8b652eab571e93235c (diff) |
(OBJS): Just put the migs stubs directly in here.
(REMHDRS, MIGSTUBS): Removed.
Diffstat (limited to 'libps/Makefile')
-rw-r--r-- | libps/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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;' |