]> andersk Git - moira.git/blame - update/Makefile
make the install's -c
[moira.git] / update / Makefile
CommitLineData
de56407f 1#
2# $Source$
3# $Header$
4#
5
6#
7# Makefile for 'update' directory.
8#
546bc43b 9# (c) Copyright 1988 by the Massachusetts Institute of Technology.
10# For copying and distribution information, please see the file
11# <mit-copyright.h>.
de56407f 12
13CC= cc
14INCS= -I../include
15DEFS=
16CFLAGS= -g ${INCS} ${DEFS}
17LINTFLAGS= ${INCS}
18LDFLAGS= -x
19
20# server object files
6933d1a5 21SOBJS= update_server.o auth_001.o inst_001.o xfer_002.o exec_002.o \
22 hostname.o log.o get_file.o checksum.o
de56407f 23
24# client object files
6643f7ba 25COBJS= client.o ticket.o send_file.o checksum.o hostname.o
de56407f 26
6933d1a5 27SSRCS= update_server.c auth_001.c inst_001.c xfer_002.c exec_002.c \
28 hostname.c log.c get_file.c checksum.c
de56407f 29
6643f7ba 30CSRCS= client.c ticket.c send_file.c checksum.c hostname.c
de56407f 31
6933d1a5 32LIBS= -L../lib -lsms -lgdb -lkrb -ldes -lcom_err
de56407f 33
47323920 34all: sms_update.o update_server sms_untar
de56407f 35
6933d1a5 36update_server: ${SOBJS}
37 cc ${CFLAGS} -o update_server ${SOBJS} ${LIBS}
6643f7ba 38
39sms_update.o: ${COBJS}
40 ld -r -o sms_update.o ${COBJS}
41
47323920 42sms_untar: sms_untar.c
9d1c2330 43 cc -o sms_untar ${INCS} sms_untar.c
47323920 44
de56407f 45
46clean:
6933d1a5 47 -rm -f ${COBJS} ${SOBJS}
48 -rm -f update_server sms_update.o
47323920 49 -rm -f sms_untar
de56407f 50 -rm -f core a.out *~ \#*
51
98de09c0 52install: update_server
a7ef7615 53 install -c -s update_server ${DESTDIR}/usr/etc/update_server
54 install -c -s sms_untar ${DESTDIR}/etc/sms_untar
7eef31e6 55
de56407f 56lint:
6933d1a5 57 lint ${LINTFLAGS} ${SSRCS}
58 lint ${LINTFLAGS} ${CSRCS}
de56407f 59
de56407f 60
d7bd457d 61smskey: smskey.c
62 ${CC} ${CFLAGS} -o smskey smskey.c -ldes
63
6933d1a5 64depend:
050550ba 65 mkdep ${CFLAGS} ${SSRCS} ${CSRCS}
66
67# DO NOT DELETE THIS LINE -- mkdep uses it.
6933d1a5 68
98de09c0 69update_server.o: update_server.c ../include/mit-copyright.h
050550ba 70update_server.o: /usr/include/stdio.h ../include/gdb.h
71update_server.o: /usr/include/sys/types.h /usr/include/sys/time.h
72update_server.o: /usr/include/sys/time.h /usr/include/errno.h
73update_server.o: /usr/include/strings.h ../include/sms.h ../include/sms_et.h
74update_server.o: /usr/include/sys/file.h /usr/include/sys/ioctl.h
75update_server.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
76update_server.o: ../include/update.h
98de09c0 77auth_001.o: auth_001.c ../include/mit-copyright.h /usr/include/stdio.h
78auth_001.o: /usr/include/strings.h ../include/gdb.h /usr/include/sys/types.h
050550ba 79auth_001.o: /usr/include/sys/time.h /usr/include/sys/time.h ../include/krb.h
80auth_001.o: ../include/des.h ../include/krb_et.h /usr/include/netinet/in.h
81auth_001.o: /usr/include/errno.h
98de09c0 82inst_001.o: inst_001.c ../include/mit-copyright.h /usr/include/stdio.h
83inst_001.o: ../include/gdb.h /usr/include/sys/types.h /usr/include/sys/time.h
050550ba 84inst_001.o: /usr/include/sys/time.h
98de09c0 85xfer_002.o: xfer_002.c ../include/mit-copyright.h /usr/include/stdio.h
86xfer_002.o: ../include/gdb.h /usr/include/sys/types.h /usr/include/sys/time.h
050550ba 87xfer_002.o: /usr/include/sys/time.h /usr/include/ctype.h
88xfer_002.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
89xfer_002.o: /usr/include/sys/signal.h /usr/include/sys/file.h
90xfer_002.o: /usr/include/strings.h ../include/sms.h ../include/sms_et.h
98de09c0 91exec_002.o: exec_002.c ../include/mit-copyright.h /usr/include/stdio.h
050550ba 92exec_002.o: /usr/include/sys/wait.h /usr/include/sys/signal.h
93exec_002.o: ../include/gdb.h /usr/include/sys/types.h /usr/include/sys/time.h
94exec_002.o: /usr/include/sys/time.h ../include/sms.h ../include/sms_et.h
b29ec86e 95exec_002.o: ../include/update.h
98de09c0 96hostname.o: hostname.c ../include/mit-copyright.h /usr/include/stdio.h
97hostname.o: /usr/include/sys/types.h /usr/include/netinet/in.h
98hostname.o: /usr/include/netdb.h /usr/include/ctype.h /usr/include/strings.h
99log.o: log.c ../include/mit-copyright.h /usr/include/stdio.h
b29ec86e 100log.o: ../include/com_err.h /usr/include/varargs.h ../include/update.h
050550ba 101log.o: ../include/krb.h ../include/des.h
98de09c0 102get_file.o: get_file.c ../include/mit-copyright.h /usr/include/stdio.h
103get_file.o: ../include/gdb.h /usr/include/sys/types.h /usr/include/sys/time.h
050550ba 104get_file.o: /usr/include/sys/time.h /usr/include/ctype.h
105get_file.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
106get_file.o: /usr/include/sys/signal.h /usr/include/sys/file.h
107get_file.o: ../include/sms.h ../include/sms_et.h ../include/update.h
98de09c0 108checksum.o: checksum.c ../include/mit-copyright.h /usr/include/stdio.h
109checksum.o: /usr/include/sys/file.h
110client.o: client.c ../include/mit-copyright.h /usr/include/stdio.h
111client.o: /usr/include/strings.h ../include/gdb.h /usr/include/sys/types.h
050550ba 112client.o: /usr/include/sys/time.h /usr/include/sys/time.h
113client.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
114client.o: /usr/include/sys/signal.h /usr/include/sys/wait.h
115client.o: /usr/include/sys/socket.h ../include/update.h /usr/include/errno.h
116client.o: ../include/dcm.h ../include/sms.h ../include/sms_et.h
117client.o: ../include/sms_app.h ../include/krb.h ../include/des.h
98de09c0 118ticket.o: ticket.c ../include/mit-copyright.h /usr/include/stdio.h
050550ba 119ticket.o: ../include/krb.h ../include/des.h /usr/include/sys/types.h
6933d1a5 120ticket.o: /usr/include/sys/stat.h /usr/include/strings.h ../include/update.h
b29ec86e 121ticket.o: ../include/com_err.h ../include/krb_et.h
98de09c0 122send_file.o: send_file.c ../include/mit-copyright.h /usr/include/stdio.h
b29ec86e 123send_file.o: ../include/com_err.h ../include/gdb.h /usr/include/sys/types.h
050550ba 124send_file.o: /usr/include/sys/time.h /usr/include/sys/time.h ../include/dcm.h
125send_file.o: ../include/sms.h ../include/sms_et.h /usr/include/sys/file.h
6933d1a5 126send_file.o: /usr/include/sys/stat.h ../include/update.h
98de09c0 127checksum.o: checksum.c ../include/mit-copyright.h /usr/include/stdio.h
128checksum.o: /usr/include/sys/file.h
129hostname.o: hostname.c ../include/mit-copyright.h /usr/include/stdio.h
130hostname.o: /usr/include/sys/types.h /usr/include/netinet/in.h
131hostname.o: /usr/include/netdb.h /usr/include/ctype.h /usr/include/strings.h
This page took 0.078132 seconds and 5 git commands to generate.