# # $Source$ # $Header$ # # (c) Copyright 1988 by the Massachusetts Institute of Technology. # For copying and distribution information, please see the file # . LIBS = ../rpc/libsms.a ../gdb/libgdb.a LLIBS= -L../lib -lkrb -ldes -lss -lcom_err -lm -lc COPTS= -O INCDIRS=-I../include CFLAGS= ${INCDIRS} ${COPTS} .SUFFIXES: .ct .ct.o: ; make_commands $*.ct all: smstest smstest: test_cmds.o test.o ${LIBS} rm -f smstest cc ${COPTS} -o $@ test_cmds.o test.o ${LIBS} ${LLIBS} clean: rm -f *.o core \#* *~ gmon.out rm -f smstest install: smstest install -s smstest ${DESTDIR}/usr/etc/smstest