]> andersk Git - moira.git/blame - server/Imakefile
update for dirremote->dirmailhide
[moira.git] / server / Imakefile
CommitLineData
5c91cb61 1# $Header$
2#
3# Copyright 1990 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 server directory.
9#
10
7ac48069 11GDSS_INC=$(GDSSINC)
5c91cb61 12
13SRCS = startmoira.c mr_main.c mr_sauth.c mr_scall.c \
85330553 14 mr_shutdown.c mr_util.c \
03c05291 15 mr_server.h query.h qrtn.h qrtn.c \
16 qsupport.c qsubs.c queries2.c increment.c \
17 cache.c mr_glue.c qvalidate.c qaccess.c qsetup.c \
18 qfollow.c
5c91cb61 19CODE= startmoira.c mr_main.c mr_sauth.c mr_scall.c \
85330553 20 mr_shutdown.c mr_util.c \
960b073b 21 mr_server.h query.h qrtn.h qrtn.pc \
22 qsupport.pc qsubs.c queries2.c increment.pc \
23 cache.pc mr_glue.c qvalidate.pc Imakefile \
24 qaccess.pc qsetup.pc qfollow.pc
85330553 25SRVOBJ=mr_main.o mr_sauth.o mr_scall.o mr_shutdown.o \
5c91cb61 26 mr_util.o qrtn.o queries2.o qsupport.o qsubs.o \
03c05291 27 increment.o cache.o qvalidate.o \
e688520a 28 qaccess.o qsetup.o qfollow.o ../db/moira_schema.o
5c91cb61 29GLUOBJS=mr_glue.o qrtn.o queries2.o qsupport.o qsubs.o \
85330553 30 ../lib/mr_et.o mr_sauth.o \
7327ad7c 31 ../lib/krb_et.o mr_util.o increment.o cache.o \
03c05291 32 qvalidate.o qaccess.o qsetup.o qfollow.o
fac5c3f1 33SRCDIR = $(SRCTOP)/server
5c91cb61 34sqlrule()
35
85330553 36program(moirad, ${SRVOBJ},${MR_LIBDEP},\
5c91cb61 37 -L/usr/athena/lib .././lib/libmoira.a -lzephyr \
85330553 38 -lcom_err $(LIBGDSS)\
03c05291 39 -lkrb -ldes -lhesiod ${SQL_LIB}, ${PROGDIR})
85330553 40program(startmoira, startmoira.o,${MR_LIBDEP},\
03c05291 41 -L/usr/athena/lib .././lib/libmoira.a -lzephyr \
85330553 42 -lcom_err -lkrb -ldes -lhesiod,\
03c05291 43 ${PROGDIR})
5c91cb61 44library_obj_rule()
960b073b 45install_library_target(mrglue,$(GLUOBJS),$(SRCS))
5c91cb61 46
47sqlfile(cache)
48sqlfile(increment)
49sqlfile(qrtn)
50sqlfile(qsupport)
7327ad7c 51sqlfile(qvalidate)
52sqlfile(qaccess)
53sqlfile(qsetup)
54sqlfile(qfollow)
This page took 3.361591 seconds and 5 git commands to generate.