/**/# Copyright 1988 Massachusetts Institute of Technology. /**/# /**/# For copying and distribution information, see the file /**/# "mit-copyright.h". /**/# /**/# $Source$ /**/# $Author$ /**/# $Header$ /**/# #if defined(DO_SYSLOG) && defined(SYSLOG_COMPAT42) SYSLOG_LIB= ../clients/syslogd/syslog.o #else SYSLOG_LIB= #endif SRCS= zhm.c zhm_server.c zhm_client.c queue.c LIBS= ${SYSLOG_LIB} ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${HES_LIB} LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${HES_LINTLIB} OBJS= zhm.o zhm_server.o zhm_client.o queue.o HDRS= zhm.h SRCDIR= ${SRCTOP}/zhm CODE= ${HDRS} ${SRCS} Imakefile normal_obj_rule() program(zhm,${OBJS},,${LIBS},${ETCATHDIR})