]> andersk Git - moira.git/blame - lib/Makefile
fixed handline of krb_et.h
[moira.git] / lib / Makefile
CommitLineData
de56407f 1# $Source$
2# $Author$
3# $Header$
4#
5# Makefile for SMS library.
6#
7LIBSRC=sms_auth.c sms_call.c sms_connect.c sms_data.c sms_init.c \
4556f559 8 sms_query.c sms_param.c sms_access.c menu.c admin_call.c \
c2876490 9 sms_ops.c fixname.c strs.c fixhost.c nfsparttype.c \
4556f559 10 sq.c hash.c idno.c critical.c
de56407f 11
12CFILES=${LIBSRC}
13
4556f559 14LIBOBJ=sms_auth.o sms_call.o sms_connect.o sms_data.o sms_init.o \
15 sms_query.o sms_param.o sms_access.o menu.o admin_call.o \
c2876490 16 sms_ops.o fixname.o strs.o fixhost.o nfsparttype.o \
4556f559 17 sq.o hash.o idno.o critical.o \
18 sms_et.o ureg_err.o krb_et.o admin_err.o
de56407f 19
20COPTS= -O
21
22INCDIRS=-I../include
23
24CFLAGS= ${INCDIRS} ${COPTS}
25LINTFLAGS= -uhv
26
c2876490 27ALL=libsms.a llib-lsms.ln # libsms_p.a
de56407f 28
29.c.o:
c2876490 30# ${CC} -c -pg ${CFLAGS} $*.c
31# ld -x -r $*.o
32# mv a.out profiled/$*.o
de56407f 33 ${CC} -c ${CFLAGS} $*.c
34 ld -x -r $*.o
35 mv a.out $*.o
36
37all: ${ALL}
38
39libsms.a: ${LIBOBJ}
8cd236af 40 ar cruv $@ `lorder ${LIBOBJ} | tsort`
de56407f 41 ranlib $@
c2876490 42# (cd profiled; ar cruv ../libsms_p.a ${LIBOBJ}; ranlib ../libsms_p.a)
de56407f 43
44smslib.dvi: smslib.tex
45 latex smslib.tex
46
c2876490 47krb_et.c krb_et.h: krb_et.et
a7b33216 48 ../et/compile_et krb_et.et
de56407f 49
c2876490 50sms_et.c sms_et.h: sms_et.et
a7b33216 51 ../et/compile_et sms_et.et
de56407f 52
c2876490 53ureg_err.c ureg_err.h: ureg_err.et
a7b33216 54 ../et/compile_et ureg_err.et
fd99bc0b 55
c2876490 56admin_err.c admin_err.h: admin_err.et
a7b33216 57 ../et/compile_et admin_err.et
de56407f 58
59../include/sms_et.h: sms_et.h
60
61clean:
62 rm -f ${ALL}
fd99bc0b 63 rm -f *.o *~ admin_err.h sms_et.h krb_et.h ureg_err.h profiled/*.o \#*
a52681c6 64 rm -f krb_et.c sms_et.c ureg_err.c admin_err.c
de56407f 65 rm -f *.PS *.aux *.dvi *.log
66 rm -f *.bak
67
68
69install:
70 install -m 644 libsms.a ${DESTDIR}/usr/athena/lib/libsms.a
71 ranlib ${DESTDIR}/usr/athena/lib/libsms.a
c2876490 72# install -m 644 libsms_p.a ${DESTDIR}/usr/athena/lib/libsms_p.a
73# ranlib ${DESTDIR}/usr/athena/lib/libsms_p.a
de56407f 74 -mkdir ${DESTDIR}/usr/athena/lib/lint
75 install -m 644 llib-lsms.ln ${DESTDIR}/usr/athena/lib/lint/llib-lsms.ln
76
77TAGS: $(CFILES)
78 -etags $(CFILES)
79
80lint: ${CFILES} llib-lsms.ln
81 lint ${LINTFLAGS} ${INCDIRS} sms_main.c llib-lsms.ln
82
83llib-lsms.ln: ${LIBSRC}
84 lint -Csms $(LINTFLAGS) $(INCDIRS) ${LIBSRC}
85
a52681c6 86depend: $(CFILES) sms_et.h admin_err.h ureg_err.h krb_et.h
de56407f 87 $(CC) -M $(CFLAGS) $(CFILES) | \
88 sed -e 's; ./; ;' \
89 -e ':loop' \
90 -e 's/\.\.\/[^ /]*\/\.\./../' \
91 -e 't loop' | \
92 awk ' { if ($$1 != prev) { print rec; rec = $$0; prev = $$1; } \
93 else { if (length(rec $$2) > 78) { print rec; rec = $$0; } \
94 else rec = rec " " $$2 } } \
95 END { print rec } ' > makedep
96 echo '/^# DO NOT DELETE THIS LINE/+1,$$d' >eddep
97 echo '$$r makedep' >>eddep
98 echo 'w' >>eddep
99 cp Makefile Makefile.bak
100 ed - Makefile < eddep
101 rm eddep makedep
102#
103# the last constant line in the makefile should be...
104# DO NOT DELETE THIS LINE
105
c2876490 106sms_auth.o: sms_auth.c ../include/mit-copyright.h sms_private.h
107sms_auth.o: ../include/sms_proto.h /usr/include/stdio.h ../include/gdb.h
108sms_auth.o: /usr/include/sys/types.h /usr/include/sys/time.h
109sms_auth.o: /usr/include/time.h ../include/sms.h ../include/sms_et.h
110sms_auth.o: /usr/include/krb.h ../include/mit-copyright.h /usr/include/des.h
111sms_auth.o: ../include/mit-copyright.h /usr/include/des_conf.h
a52681c6 112sms_auth.o: ../include/mit-copyright.h krb_et.h
c2876490 113sms_call.o: sms_call.c ../include/mit-copyright.h sms_private.h
114sms_call.o: ../include/sms_proto.h /usr/include/stdio.h ../include/gdb.h
115sms_call.o: /usr/include/sys/types.h /usr/include/sys/time.h
116sms_call.o: /usr/include/time.h ../include/sms.h ../include/sms_et.h
4556f559 117sms_connect.o: sms_connect.c ../include/mit-copyright.h sms_private.h
c2876490 118sms_connect.o: ../include/sms_proto.h /usr/include/stdio.h ../include/gdb.h
4556f559 119sms_connect.o: /usr/include/sys/types.h /usr/include/sys/time.h
120sms_connect.o: /usr/include/time.h ../include/sms.h ../include/sms_et.h
c2876490 121sms_data.o: sms_data.c ../include/mit-copyright.h sms_private.h
122sms_data.o: ../include/sms_proto.h /usr/include/stdio.h ../include/gdb.h
123sms_data.o: /usr/include/sys/types.h /usr/include/sys/time.h
124sms_data.o: /usr/include/time.h ../include/sms.h ../include/sms_et.h
125sms_init.o: sms_init.c ../include/mit-copyright.h sms_private.h
126sms_init.o: ../include/sms_proto.h /usr/include/stdio.h ../include/gdb.h
127sms_init.o: /usr/include/sys/types.h /usr/include/sys/time.h
128sms_init.o: /usr/include/time.h ../include/sms.h ../include/sms_et.h
129sms_query.o: sms_query.c ../include/mit-copyright.h sms_private.h
130sms_query.o: ../include/sms_proto.h /usr/include/stdio.h ../include/gdb.h
131sms_query.o: /usr/include/sys/types.h /usr/include/sys/time.h
132sms_query.o: /usr/include/time.h ../include/sms.h ../include/sms_et.h
133sms_param.o: sms_param.c ../include/mit-copyright.h /usr/include/sys/types.h
134sms_param.o: /usr/include/netinet/in.h sms_private.h ../include/sms_proto.h
4556f559 135sms_param.o: /usr/include/stdio.h ../include/gdb.h /usr/include/sys/types.h
136sms_param.o: /usr/include/sys/time.h /usr/include/time.h ../include/sms.h
c2876490 137sms_param.o: ../include/sms_et.h
138sms_access.o: sms_access.c ../include/mit-copyright.h sms_private.h
139sms_access.o: ../include/sms_proto.h /usr/include/stdio.h ../include/gdb.h
140sms_access.o: /usr/include/sys/types.h /usr/include/sys/time.h
141sms_access.o: /usr/include/time.h ../include/sms.h ../include/sms_et.h
4556f559 142menu.o: menu.c ../include/mit-copyright.h /usr/include/sys/types.h
143menu.o: /usr/include/stdio.h /usr/include/signal.h /usr/include/curses.h
144menu.o: /usr/include/stdio.h /usr/include/sgtty.h /usr/include/sys/ioctl.h
de56407f 145menu.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
8cd236af 146menu.o: /usr/include/ctype.h /usr/include/strings.h /usr/include/varargs.h
c2876490 147menu.o: ../include/com_err.h ../include/menu.h
4556f559 148admin_call.o: admin_call.c ../include/mit-copyright.h /usr/include/sys/errno.h
149admin_call.o: /usr/include/sys/types.h /usr/include/sys/time.h
150admin_call.o: /usr/include/time.h /usr/include/sys/ioctl.h
151admin_call.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
152admin_call.o: /usr/include/sys/socket.h /usr/include/netinet/in.h
153admin_call.o: /usr/include/netdb.h /usr/include/strings.h /usr/include/ctype.h
c2876490 154admin_call.o: /usr/include/stdio.h admin_err.h ../include/admin_server.h
155admin_call.o: ../include/prot.h /usr/include/krb.h ../include/mit-copyright.h
156admin_call.o: /usr/include/des.h ../include/mit-copyright.h
157admin_call.o: /usr/include/des_conf.h ../include/mit-copyright.h krb_et.h
158sms_ops.o: sms_ops.c ../include/mit-copyright.h sms_private.h
159sms_ops.o: ../include/sms_proto.h /usr/include/stdio.h ../include/gdb.h
160sms_ops.o: /usr/include/sys/types.h /usr/include/sys/time.h /usr/include/time.h
161sms_ops.o: ../include/sms.h ../include/sms_et.h
4556f559 162fixname.o: fixname.c ../include/mit-copyright.h /usr/include/strings.h
163fixname.o: /usr/include/ctype.h
164strs.o: strs.c ../include/mit-copyright.h /usr/include/sys/types.h
165strs.o: /usr/include/strings.h /usr/include/ctype.h
166fixhost.o: fixhost.c ../include/mit-copyright.h /usr/include/sys/types.h
167fixhost.o: /usr/include/sys/socket.h /usr/include/netinet/in.h
168fixhost.o: /usr/include/arpa/nameser.h /usr/include/arpa/resolv.h
169fixhost.o: /usr/include/netdb.h /usr/include/stdio.h /usr/include/strings.h
170fixhost.o: /usr/include/ctype.h
171nfsparttype.o: nfsparttype.c ../include/mit-copyright.h ../include/sms.h
172nfsparttype.o: ../include/sms_et.h /usr/include/stdio.h /usr/include/strings.h
173nfsparttype.o: /usr/include/ctype.h
174sq.o: sq.c ../include/mit-copyright.h ../include/sms.h ../include/sms_et.h
175hash.o: hash.c ../include/mit-copyright.h /usr/include/ctype.h ../include/sms.h
176hash.o: ../include/sms_et.h
177idno.o: idno.c ../include/mit-copyright.h /usr/include/strings.h
178idno.o: /usr/include/ctype.h
179critical.o: critical.c ../include/mit-copyright.h /usr/include/stdio.h
180critical.o: /usr/include/sys/file.h /usr/include/zephyr/zephyr.h
181critical.o: /usr/include/zephyr/mit-copyright.h
182critical.o: /usr/include/zephyr/zephyr_err.h /usr/include/zephyr/zephyr_conf.h
183critical.o: /usr/include/zephyr/mit-copyright.h /usr/include/errno.h
184critical.o: /usr/include/sys/types.h /usr/include/netinet/in.h
185critical.o: /usr/include/sys/time.h /usr/include/time.h /usr/include/stdio.h
c2876490 186critical.o: /usr/include/krb.h ../include/mit-copyright.h /usr/include/des.h
187critical.o: ../include/mit-copyright.h /usr/include/des_conf.h
188critical.o: ../include/mit-copyright.h
This page took 0.078201 seconds and 5 git commands to generate.