]> andersk Git - moira.git/blob - reg_svr/Imakefile
Solaris/POSIX changes
[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 SRCDIR = $(SRCTOP)/reg_svr
11 SRCS= startreg.c reg_svr.c requests.c reg_svr.h
12 CODE=$(SRCS)
13 OBJS=requests.o reg_svr.o
14
15 program(reg_svr, $(OBJS),,../server/libmrglue.a -lkadm $(LIBGDSS) $(CLIBS) $(SQL_LIB), ${PROGDIR})
16 program(startreg, startreg.o,,,${PROGDIR})
This page took 0.115607 seconds and 5 git commands to generate.