]> andersk Git - moira.git/blob - reg_svr/Imakefile
83acd848dc97d6d85a06a36e14f4eddd216303d8
[moira.git] / reg_svr / Imakefile
1 # $Header$
2
3 # Copyright 1992 by the Massachusetts Institute of Technology.
4 #
5 # For copying and distribution information,
6 # please see the file <mit-copyright.h>.
7 #
8 # Imakefile for moira reg_svr.
9
10 SRCS= startreg.c reg_svr.c requests.c
11 CODE=$(SRCS)
12 OBJS=requests.o reg_svr.o
13 GDSSLIB=../gdss/rgdss.o /mit/gdss/`machtype`/libgdss.a
14
15 program(reg_svr, $(OBJS),,../server/libmrglue.a -lkadm $(GDSSLIB) $(CLIBS) $(SQL_LIB), ${PROGDIR})
16 program(startreg, startreg.o,,,${PROGDIR})
This page took 0.03759 seconds and 3 git commands to generate.