]> andersk Git - moira.git/blame - update/Imakefile
Do a better job with returning error codes: add ERROR_TABLE_BASE_krb
[moira.git] / update / Imakefile
CommitLineData
0631d2a6 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 update.
9#
10
be86b0c2 11SRCS= auth_002.c checksum.c client.c config.c exec_002.c \
12 get_file.c hostname.c log.c send_file.c ticket.c \
13 update_server.c update_test.c xfer_002.c xfer_003.c
0631d2a6 14SRCDIR=${SRCTOP}/update
15CODE=${SRCS} Imakefile
be86b0c2 16SOBJS = auth_002.o checksum.o config.o exec_002.o get_file.o \
17 log.o update_server.o xfer_002.o xfer_003.o
18COBJS= checksum.o client.o send_file.o ticket.o
0631d2a6 19
d8ba9128 20#ifdef HAS_VSPRINTF
21DEFINES= -DHAS_VSPRINTF
22#endif
23
df13dda4 24all:: update_server update_test
be86b0c2 25#ifdef SVRBUILD
26all:: moira_update.o
0631d2a6 27#endif
28
29#ifdef SVRBUILD
be86b0c2 30moira_update.o: ${COBJS}
31 ${LD} -r -o moira_update.o ${COBJS}
0631d2a6 32#endif
33
ccfa535c 34program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
07faa290 35program(update_test, update_test.o ${COBJS}, ${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${BINDIR})
This page took 0.250007 seconds and 5 git commands to generate.