]> andersk Git - moira.git/blame - reg_svr/Imakefile
Initial revision
[moira.git] / reg_svr / Imakefile
CommitLineData
5c91cb61 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
10SRCS= startreg.c reg_svr.c requests.c
11CODE=$(SRCS)
12OBJS=requests.o reg_svr.o
13GDSSLIB=../gdss/rgdss.o /mit/gdss/`machtype`/libgdss.a
14
15program(reg_svr, $(OBJS),,../server/libmrglue.a -lkadm $(GDSSLIB) $(CLIBS) $(SQL_LIB), ${PROGDIR})
16program(startreg, startreg.o,,,${PROGDIR})
This page took 0.173166 seconds and 5 git commands to generate.