]> andersk Git - moira.git/commitdiff
punted hostname.c, added config.c, added update_test prog
authormar <mar>
Tue, 25 Aug 1992 14:49:21 +0000 (14:49 +0000)
committermar <mar>
Tue, 25 Aug 1992 14:49:21 +0000 (14:49 +0000)
update/Imakefile

index 4cfa3490d6c61f38019c2817180bf610b3c68c5e..30b600436824826d8b83de59fceab1c26a4b3ce9 100644 (file)
 
 SRCS=  auth_001.c checksum.c client.c exec_002.c get_file.c \
        hostname.c inst_001.c log.c send_file.c ticket.c \
-       update_server.c xfer_002.c
+       update_server.c xfer_002.c config.c update_test.c
 SRCDIR=${SRCTOP}/update
 CODE=${SRCS} Imakefile
 SOBJS= update_server.o auth_001.o inst_001.o xfer_002.o exec_002.o \
-       hostname.o log.o get_file.o checksum.o
-COBJS= client.o ticket.o send_file.o checksum.o hostname.o
+       log.o get_file.o checksum.o config.o
+COBJS= ticket.o send_file.o checksum.o
 
 #ifdef HAS_VSPRINTF
 DEFINES= -DHAS_VSPRINTF
 #endif
 
 #ifdef SVRBUILD
-all::  update_server moira_update.o
+all::  update_server moira_update.o update_test
 #else
-all::  update_server
+all::  update_server update_test
 #endif
 
 #ifdef SVRBUILD
-moira_update.o: ${COBJS}
-       ${LD} -r -o moira_update.o ${COBJS}
+moira_update.o: ${COBJS} client.o
+       ${LD} -r -o moira_update.o ${COBJS} client.o
 #endif
 
 program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
+test_program(update_test, update_test.o ${COBJS}, ${CLIBS})
This page took 0.048048 seconds and 5 git commands to generate.