/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /mit/zephyr/src/ss/lib/RCS/Imakefile,v $
/**/#	$Author: jtkohl $
/**/#	$Header: Imakefile,v 1.6 89/05/31 09:59:13 jtkohl Exp $
/**/#

SRCS=	invocation.c help.c \
	execute_cmd.c listen.c parse.c error.c prompt.c \
	request_tbl.c list_rqs.c pager.c requests.c \
	data.c
OTHERSRCS= ss_err.et std_rqs.ct
OBJS=	ss_err.o \
	std_rqs.o \
	invocation.o help.o \
	execute_cmd.o listen.o parse.o error.o prompt.o \
	request_tbl.o list_rqs.o pager.o requests.o \
	data.o
HDRS=   ss.h ss_internal.h copyright.h mit-sipb-copyright.h
SRCDIR= ${SRCTOP}/ss/lib
CODE= ${HDRS} ${SRCS} ${OTHERSRCS} Imakefile
LINCLUDES= -I.. -I../../et/lib

all:: libss.a

depend:: ss_err.h

normal_obj_rule()

make_error_table(ss_err)

command_table(std_rqs)

install_library_target(ss, ${OBJS}, ${SRCS},)
