]> andersk Git - moira.git/blame_incremental - update/Makefile
make the install's -c
[moira.git] / update / Makefile
... / ...
CommitLineData
1#
2# $Source$
3# $Header$
4#
5
6#
7# Makefile for 'update' directory.
8#
9# (c) Copyright 1988 by the Massachusetts Institute of Technology.
10# For copying and distribution information, please see the file
11# <mit-copyright.h>.
12
13CC= cc
14INCS= -I../include
15DEFS=
16CFLAGS= -g ${INCS} ${DEFS}
17LINTFLAGS= ${INCS}
18LDFLAGS= -x
19
20# server object files
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
23
24# client object files
25COBJS= client.o ticket.o send_file.o checksum.o hostname.o
26
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
29
30CSRCS= client.c ticket.c send_file.c checksum.c hostname.c
31
32LIBS= -L../lib -lsms -lgdb -lkrb -ldes -lcom_err
33
34all: sms_update.o update_server sms_untar
35
36update_server: ${SOBJS}
37 cc ${CFLAGS} -o update_server ${SOBJS} ${LIBS}
38
39sms_update.o: ${COBJS}
40 ld -r -o sms_update.o ${COBJS}
41
42sms_untar: sms_untar.c
43 cc -o sms_untar ${INCS} sms_untar.c
44
45
46clean:
47 -rm -f ${COBJS} ${SOBJS}
48 -rm -f update_server sms_update.o
49 -rm -f sms_untar
50 -rm -f core a.out *~ \#*
51
52install: update_server
53 install -c -s update_server ${DESTDIR}/usr/etc/update_server
54 install -c -s sms_untar ${DESTDIR}/etc/sms_untar
55
56lint:
57 lint ${LINTFLAGS} ${SSRCS}
58 lint ${LINTFLAGS} ${CSRCS}
59
60
61smskey: smskey.c
62 ${CC} ${CFLAGS} -o smskey smskey.c -ldes
63
64depend:
65 mkdep ${CFLAGS} ${SSRCS} ${CSRCS}
66
67# DO NOT DELETE THIS LINE -- mkdep uses it.
68
69update_server.o: update_server.c ../include/mit-copyright.h
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
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
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
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
84inst_001.o: /usr/include/sys/time.h
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
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
91exec_002.o: exec_002.c ../include/mit-copyright.h /usr/include/stdio.h
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
95exec_002.o: ../include/update.h
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
100log.o: ../include/com_err.h /usr/include/varargs.h ../include/update.h
101log.o: ../include/krb.h ../include/des.h
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
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
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
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
118ticket.o: ticket.c ../include/mit-copyright.h /usr/include/stdio.h
119ticket.o: ../include/krb.h ../include/des.h /usr/include/sys/types.h
120ticket.o: /usr/include/sys/stat.h /usr/include/strings.h ../include/update.h
121ticket.o: ../include/com_err.h ../include/krb_et.h
122send_file.o: send_file.c ../include/mit-copyright.h /usr/include/stdio.h
123send_file.o: ../include/com_err.h ../include/gdb.h /usr/include/sys/types.h
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
126send_file.o: /usr/include/sys/stat.h ../include/update.h
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.034485 seconds and 5 git commands to generate.