]> andersk Git - moira.git/blob - update/Imakefile
Code style cleanup. (No functional changes)
[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_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
14 SRCDIR=${SRCTOP}/update
15 CODE=${SRCS} Imakefile
16 SOBJS = 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
18 COBJS=  checksum.o client.o send_file.o ticket.o
19
20 #ifdef HAS_VSPRINTF
21 DEFINES= -DHAS_VSPRINTF
22 #endif
23
24 all::   update_server update_test
25 #ifdef SVRBUILD
26 all::   moira_update.o
27 #endif
28
29 #ifdef SVRBUILD
30 moira_update.o: ${COBJS}
31         ${LD} -r -o moira_update.o ${COBJS}
32 #endif
33
34 program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
35 program(update_test, update_test.o ${COBJS}, ${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${BINDIR})
This page took 0.211301 seconds and 5 git commands to generate.