]> andersk Git - moira.git/blame - update/Imakefile
Initial revision
[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
11SRCS= auth_001.c checksum.c client.c exec_002.c get_file.c \
12 hostname.c inst_001.c log.c send_file.c smskeyu.c ticket.c \
13 update_server.c xfer_002.c
14SRCDIR=${SRCTOP}/update
15CODE=${SRCS} Imakefile
16SOBJS= update_server.o auth_001.o inst_001.o xfer_002.o exec_002.o \
17 hostname.o log.o get_file.o checksum.o
18COBJS= client.o ticket.o send_file.o checksum.o hostname.o
19
20#ifdef SVRBUILD
21all:: update_server moira_update.o
22#else
23all:: update_server
24#endif
25
26#ifdef SVRBUILD
27moira_update.o: ${COBJS}
28 ${LD} -r -o moira_update.o ${COBJS}
29#endif
30
31program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS}, ${PROGDIR})
This page took 0.049437 seconds and 5 git commands to generate.