]> andersk Git - moira.git/blob - update/Imakefile
punted hostname.c, added config.c, added update_test prog
[moira.git] / update / Imakefile
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
11 SRCS=   auth_001.c checksum.c client.c exec_002.c get_file.c \
12         hostname.c inst_001.c log.c send_file.c ticket.c \
13         update_server.c xfer_002.c config.c update_test.c
14 SRCDIR=${SRCTOP}/update
15 CODE=${SRCS} Imakefile
16 SOBJS=  update_server.o auth_001.o inst_001.o xfer_002.o exec_002.o \
17         log.o get_file.o checksum.o config.o
18 COBJS=  ticket.o send_file.o checksum.o
19
20 #ifdef HAS_VSPRINTF
21 DEFINES= -DHAS_VSPRINTF
22 #endif
23
24 #ifdef SVRBUILD
25 all::   update_server moira_update.o update_test
26 #else
27 all::   update_server update_test
28 #endif
29
30 #ifdef SVRBUILD
31 moira_update.o: ${COBJS} client.o
32         ${LD} -r -o moira_update.o ${COBJS} client.o
33 #endif
34
35 program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
36 test_program(update_test, update_test.o ${COBJS}, ${CLIBS})
This page took 0.072742 seconds and 5 git commands to generate.