]> andersk Git - moira.git/blame - update/Makefile
Added smskey.
[moira.git] / update / Makefile
CommitLineData
de56407f 1#
2# $Source$
3# $Header$
4#
5
6#
7# Makefile for 'update' directory.
8#
9
10CC= cc
11INCS= -I../include
12DEFS=
13CFLAGS= -g ${INCS} ${DEFS}
14LINTFLAGS= ${INCS}
15LDFLAGS= -x
16
17# server object files
18SOBJS= dispatch.o initialize_server.o \
19 quit.o xfer_001.o misc.o inst_001.o sync.o auth_001.o \
20 exec_001.o get_file.o xfer_002.o exec_002.o
21
22# client object files
23COBJS= client2.o ticket.o send_file.o
24
25# common object files
26COMOBJS= log_error.o hostname.o smsu_int.o log.o checksum.o
27
28SSRCS= dispatch.c initialize_server.c \
29 quit.c xfer_001.c misc.c inst_001.c sync.c auth_001.c \
30 exec_001.c get_file.c xfer_002.c exec_002.c
31
32CSRCS= client.c ticket.c send_file.c client2.c
33
34COMSRCS= log_error.c hostname.c log.c checksum.c
35
de56407f 36LIBS= -L../lib -lgdb -lkrb -ldes -lcom_err
37
d7bd457d 38all: server sms_update.o test smskey
de56407f 39
40clean:
a21b4b84 41 -rm -f ${COBJS} ${SOBJS} ${COMOBJS} client.o
de56407f 42 -rm -f server sms_update.o test test.o smsu_int.h
43 -rm -f core a.out *~ \#*
44
7eef31e6 45install:
46# This is probably wrong..
47 install server ../bin/update_server
48 install test ../bin/update_test
d7bd457d 49 install smskey ../bin/smskey
7eef31e6 50
de56407f 51lint:
52 lint ${LINTFLAGS} ${SSRCS} ${COMSRCS}
53 lint ${LINTFLAGS} ${CSRCS} ${COMSRCS}
d7bd457d 54 lint ${LINTFLAGS} smskey.c
de56407f 55
56server: ${SOBJS} ${COMOBJS}
57 rm -f server
58 ${CC} ${CFLAGS} -o server ${SOBJS} ${COMOBJS} ${LIBS}
59
d7bd457d 60smskey: smskey.c
61 ${CC} ${CFLAGS} -o smskey smskey.c -ldes
62
de56407f 63sms_update.o: ${COBJS} ${COMOBJS}
64 ld ${LDFLAGS} -r -o sms_update.o ${COBJS} ${COMOBJS}
65 -chmod -x sms_update.o
66
67smsu_int.o smsu_int.h: smsu_int.et
b7be5219 68 compile_et smsu_int
de56407f 69
70test.o: test.c
71 -rm -f test.o
72 ${CC} ${CFLAGS} -c test.c
73
74test: test.o sms_update.o
75 rm -f test
76 ${CC} ${CFLAGS} -o test test.o sms_update.o ${LIBS}
77
d7bd457d 78SRCS= ${SSRCS} ${CSRCS} ${COMSRCS} smskey.c
de56407f 79depend: smsu_int.h
80 -rm -f eddep makedep
81 ${CC} -M ${CFLAGS} ${SRCS} | \
82 sed -e 's; ./; ;' \
83 -e ':loop' \
84 -e 's/\.\.\/[^ /]*\/\.\./../' \
85 -e 't loop' | \
86 awk ' { if ($$1 != prev) { print rec; rec = $$0; prev = $$1; } \
87 else { if (length(rec $$2) > 78) { print rec; rec = $$0; } \
88 else rec = rec " " $$2 } } \
89 END { print rec } ' > makedep
90 echo '/^# DO NOT DELETE THIS LINE/+1,$$d' >eddep
91 echo '$$r makedep' >>eddep
92 echo 'w' >>eddep
93 -rm -f Makefile.bak
94 cp Makefile Makefile.bak
95 ed - Makefile < eddep
96 rm -f eddep makedep
97#
98# the last line in the makefile should be...
99# DO NOT DELETE THIS LINE
100
101dispatch.o: dispatch.c /usr/include/stdio.h ../include/gdb.h
102dispatch.o: /usr/include/sys/types.h /usr/include/sys/time.h
103dispatch.o: /usr/include/time.h /usr/include/errno.h /usr/include/strings.h
104dispatch.o: ../include/update.h sms_update_int.h smsu_int.h kludge.h
105initialize_server.o: initialize_server.c /usr/include/stdio.h ../include/gdb.h
106initialize_server.o: /usr/include/sys/types.h /usr/include/sys/time.h
107initialize_server.o: /usr/include/time.h
108quit.o: quit.c /usr/include/stdio.h ../include/gdb.h /usr/include/sys/types.h
109quit.o: /usr/include/sys/time.h /usr/include/time.h
110xfer_001.o: xfer_001.c /usr/include/stdio.h /usr/include/strings.h
111xfer_001.o: ../include/gdb.h /usr/include/sys/types.h /usr/include/sys/time.h
112xfer_001.o: /usr/include/time.h /usr/include/ctype.h /usr/include/sys/param.h
113xfer_001.o: /usr/include/machine/machparam.h /usr/include/signal.h
114xfer_001.o: /usr/include/sys/types.h /usr/include/sys/file.h smsu_int.h
115xfer_001.o: kludge.h
116misc.o: misc.c /usr/include/stdio.h ../include/gdb.h /usr/include/sys/types.h
117misc.o: /usr/include/sys/time.h /usr/include/time.h sms_update_int.h kludge.h
118misc.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
119misc.o: /usr/include/signal.h /usr/include/sys/types.h smsu_int.h
120inst_001.o: inst_001.c /usr/include/stdio.h ../include/gdb.h
121inst_001.o: /usr/include/sys/types.h /usr/include/sys/time.h
122inst_001.o: /usr/include/time.h kludge.h sms_update_int.h
123sync.o: sync.c /usr/include/stdio.h ../include/gdb.h /usr/include/sys/types.h
124sync.o: /usr/include/sys/time.h /usr/include/time.h kludge.h smsu_int.h
125auth_001.o: auth_001.c /usr/include/stdio.h /usr/include/strings.h
126auth_001.o: ../include/gdb.h /usr/include/sys/types.h /usr/include/sys/time.h
127auth_001.o: /usr/include/time.h smsu_int.h kludge.h /usr/include/krb.h
128auth_001.o: /usr/include/des.h /usr/include/netinet/in.h /usr/include/errno.h
129exec_001.o: exec_001.c /usr/include/stdio.h ../include/gdb.h
130exec_001.o: /usr/include/sys/types.h /usr/include/sys/time.h
131exec_001.o: /usr/include/time.h sms_update_int.h kludge.h smsu_int.h
132get_file.o: get_file.c /usr/include/stdio.h ../include/gdb.h
133get_file.o: /usr/include/sys/types.h /usr/include/sys/time.h
134get_file.o: /usr/include/time.h /usr/include/ctype.h /usr/include/sys/param.h
135get_file.o: /usr/include/machine/machparam.h /usr/include/signal.h
136get_file.o: /usr/include/sys/types.h /usr/include/sys/file.h
137get_file.o: ../include/update.h smsu_int.h kludge.h
138xfer_002.o: xfer_002.c /usr/include/stdio.h ../include/gdb.h
139xfer_002.o: /usr/include/sys/types.h /usr/include/sys/time.h
140xfer_002.o: /usr/include/time.h /usr/include/ctype.h /usr/include/sys/param.h
141xfer_002.o: /usr/include/machine/machparam.h /usr/include/signal.h
142xfer_002.o: /usr/include/sys/types.h /usr/include/sys/file.h smsu_int.h
143xfer_002.o: kludge.h /usr/include/strings.h
144exec_002.o: exec_002.c /usr/include/stdio.h /usr/include/sys/wait.h
145exec_002.o: ../include/gdb.h /usr/include/sys/types.h /usr/include/sys/time.h
146exec_002.o: /usr/include/time.h ../include/update.h sms_update_int.h kludge.h
147exec_002.o: smsu_int.h
148client.o: client.c /usr/include/stdio.h ../include/gdb.h
149client.o: /usr/include/sys/types.h /usr/include/sys/time.h /usr/include/time.h
150client.o: /usr/include/sys/stat.h /usr/include/sys/file.h
151client.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
152client.o: /usr/include/signal.h /usr/include/sys/types.h ../include/update.h
153client.o: /usr/include/errno.h sms_update_int.h smsu_int.h /usr/include/krb.h
154client.o: /usr/include/des.h kludge.h
de56407f 155ticket.o: ticket.c /usr/include/stdio.h /usr/include/krb.h /usr/include/des.h
156ticket.o: /usr/include/sys/types.h /usr/include/sys/stat.h
157ticket.o: /usr/include/strings.h sms_update_int.h ../include/com_err.h
158ticket.o: ../include/mit-sipb-copyright.h kludge.h
159send_file.o: send_file.c /usr/include/stdio.h ../include/com_err.h
160send_file.o: ../include/mit-sipb-copyright.h ../include/gdb.h
161send_file.o: /usr/include/sys/types.h /usr/include/sys/time.h
162send_file.o: /usr/include/time.h smsu_int.h /usr/include/sys/file.h
163send_file.o: ../include/update.h sms_update_int.h kludge.h
164client2.o: client2.c /usr/include/stdio.h /usr/include/strings.h
165client2.o: ../include/gdb.h /usr/include/sys/types.h /usr/include/sys/time.h
166client2.o: /usr/include/time.h /usr/include/sys/stat.h /usr/include/sys/file.h
167client2.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
168client2.o: /usr/include/signal.h /usr/include/sys/types.h ../include/update.h
169client2.o: /usr/include/errno.h sms_update_int.h smsu_int.h /usr/include/krb.h
170client2.o: /usr/include/des.h kludge.h
171log_error.o: log_error.c /usr/include/stdio.h /usr/include/syslog.h
172hostname.o: hostname.c /usr/include/stdio.h /usr/include/sys/types.h
173hostname.o: /usr/include/netinet/in.h /usr/include/netdb.h /usr/include/ctype.h
174hostname.o: /usr/include/strings.h
175log.o: log.c /usr/include/stdio.h ../include/com_err.h
176log.o: ../include/mit-sipb-copyright.h /usr/include/varargs.h
177log.o: ../include/update.h /usr/include/krb.h /usr/include/des.h
d7bd457d 178log.o: /usr/include/syslog.h
de56407f 179checksum.o: checksum.c /usr/include/stdio.h /usr/include/sys/file.h
d7bd457d 180smskey.o: smskey.c /usr/include/stdio.h /usr/include/sys/file.h
181smskey.o: /usr/include/des.h
This page took 0.325049 seconds and 5 git commands to generate.