# $Header$ # Copyright 1992 by the Massachusetts Institute of Technology. # # For copying and distribution information, # please see the file . # # Imakefile for moira reg_svr. SRCDIR = $(SRCTOP)/reg_svr SRCS= startreg.c reg_svr.c requests.c reg_svr.h CODE=$(SRCS) OBJS=requests.o reg_svr.o program(reg_svr, $(OBJS),,../server/libmrglue.a -lkadm $(LIBGDSS) $(CLIBS) $(SQL_LIB), ${PROGDIR}) program(startreg, startreg.o,,,${PROGDIR})