51cefac1b70e87e5f922dadacfa815869b91a465
[openafs.git] / src / bozo / Makefile.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 srcdir=@srcdir@
9 include @TOP_OBJDIR@/src/config/Makefile.config
10 include @TOP_OBJDIR@/src/config/Makefile.lwp
11
12
13 RPCINCLS=${TOP_INCDIR}/lwp.h ${TOP_INCDIR}/rx/rx.h bosint.h
14
15 INCLS=bnode.h \
16         ${RPCINCLS} \
17         ${TOP_INCDIR}/afs/auth.h \
18         ${TOP_INCDIR}/afs/keys.h \
19         ${TOP_INCDIR}/afs/cellconfig.h \
20         ${TOP_INCDIR}/afs/cmd.h \
21         ${TOP_INCDIR}/afs/ktime.h
22
23 # EH 12/18/90 - have to search librx.a twice on Ultrix 4.0
24 LIBS=   ${TOP_LIBDIR}/librx.a \
25         ${TOP_LIBDIR}/liblwp.a \
26         ${TOP_LIBDIR}/libcmd.a \
27         ${TOP_LIBDIR}/libkauth.a \
28         ${TOP_LIBDIR}/libvolser.a \
29         ${TOP_LIBDIR}/libvldb.a \
30         ${TOP_LIBDIR}/libauth.a \
31         ${TOP_LIBDIR}/librxstat.a \
32         ${TOP_LIBDIR}/librxkad.a \
33         ${TOP_LIBDIR}/libubik.a \
34         ${TOP_LIBDIR}/librx.a \
35         ${TOP_LIBDIR}/liblwp.a \
36         ${TOP_LIBDIR}/libafscom_err.a \
37         ${TOP_LIBDIR}/libaudit.a \
38         ${TOP_LIBDIR}/util.a \
39         ${TOP_LIBDIR}/libopr.a \
40         ${TOP_LIBDIR}/libsys.a \
41         ${TOP_LIBDIR}/libprocmgmt.a \
42         ${TOP_LIBDIR}/libafshcrypto_lwp.a
43
44 OBJS=bosserver.o bnode.o ezbnodeops.o fsbnodeops.o bosint.ss.o bosint.xdr.o \
45 bosoprocs.o cronbnodeops.o
46
47 all: bosserver ${TOP_INCDIR}/afs/bosint.h bos ${TOP_LIBDIR}/libbos.a bos_util \
48     smail-notifier
49
50 generated: bosint.ss.c bosint.xdr.c bosint.cs.c bosint.h bnode.h boserr.c
51
52 ${TOP_INCDIR}/afs/bosint.h: bosint.h
53         ${INSTALL_DATA} $? $@
54
55 ${TOP_INCDIR}/afs/bnode.h: bnode.h
56         ${INSTALL_DATA} $? $@
57
58 ${TOP_LIBDIR}/libbos.a: libbos.a
59         ${INSTALL_DATA} $? $@
60
61 $(OBJS) bosint.xdr.o bosint.cs.o boserr.o: $(INCLS)
62
63 bosint.ss.o: bosint.ss.c ${RPCINCLS}
64 bosint.xdr.o: bosint.xdr.c ${RPCINCLS}
65 bosint.cs.o: bosint.cs.c ${RPCINCLS}
66
67 bosint.cs.c: bosint.xg
68         ${RXGEN} -x -A -C -o $@ ${srcdir}/bosint.xg
69
70 bosint.ss.c: bosint.xg
71         ${RXGEN} -x -A -S -o $@ ${srcdir}/bosint.xg
72
73 bosint.xdr.c: bosint.xg
74         ${RXGEN} -x -A -c -o $@ ${srcdir}/bosint.xg
75
76 bosint.h: bosint.xg
77         ${RXGEN} -x -A -h -o $@ ${srcdir}/bosint.xg
78
79 bosint.cs.c: bosint.h
80 bosint.ss.c: bosint.h
81 bosint.xdr.c: bosint.h
82
83 bnode.h: boserr.c
84
85 boserr.c: bnode.p.h boserr.et
86         $(RM) -f boserr.c bnode.h
87         ${COMPILE_ET} -p ${srcdir} boserr -h bnode
88
89 bosserver.o: bosserver.c ${INCLS} AFS_component_version_number.o
90
91 cronbnodeops.o: cronbnodeops.c ${INCLS}
92
93 bnode.o: bnode.c ${INCLS}
94
95 bosoprocs.o: bosoprocs.c ${INCLS}
96
97 bos.o: bos.c ${INCLS} AFS_component_version_number.o
98
99 bos: bos.o $(LIBS) libbos.a
100         $(AFS_LDRULE) bos.o libbos.a $(LIBS) $(LIB_roken) $(LIB_crypt) ${XLIBS}
101
102 bos_util.o: bos_util.c ${INCLS} AFS_component_version_number.o ${TOP_INCDIR}/afs/bnode.h
103
104 bos_util: bos_util.o  $(LIBS)
105         $(AFS_LDRULE) bos_util.o $(LIBS) $(LIB_roken) $(LIB_crypt) ${XLIBS}
106
107 ezbnodeops.o: ezbnodeops.c ${INCLS}
108
109 fsbnodeops.o: fsbnodeops.c ${INCLS}
110
111 libbos.a: bosint.xdr.o bosint.cs.o boserr.o AFS_component_version_number.o
112         -$(RM) -f $@
113         $(AR) crv $@ bosint.xdr.o bosint.cs.o boserr.o AFS_component_version_number.o
114         $(RANLIB) $@
115
116 bosserver: $(OBJS) $(LIBS)
117         $(AFS_LDRULE) $(OBJS) \
118                 $(LIBS) $(LIB_roken) $(LIB_crypt) ${XLIBS}
119
120 smail-notifier.o: smail-notifier.c ${INCLS}
121
122 smail-notifier: smail-notifier.o $(LIBS)
123         $(AFS_LDRULE) smail-notifier.o $(LIBS) $(LIB_roken) ${XLIBS}
124
125 #
126 # Install targets
127 #
128 install: bosserver bos bos_util libbos.a bosint.h bnode.h
129         ${INSTALL} -d ${DESTDIR}${afssrvbindir}
130         ${INSTALL} -d ${DESTDIR}${afssrvsbindir}
131         ${INSTALL} -d ${DESTDIR}${bindir}
132         ${INSTALL} -d ${DESTDIR}${includedir}/afs
133         ${INSTALL} -d ${DESTDIR}${libdir}/afs
134         ${INSTALL_PROGRAM} bosserver ${DESTDIR}${afssrvsbindir}/bosserver
135         ${INSTALL_DATA} bosint.h ${DESTDIR}${includedir}/afs/bosint.h
136         ${INSTALL_PROGRAM} bos ${DESTDIR}${bindir}/bos
137         ${INSTALL_PROGRAM} bos ${DESTDIR}${afssrvbindir}/bos
138         ${INSTALL_PROGRAM} bos_util ${DESTDIR}${afssrvsbindir}/bos_util
139         ${INSTALL_DATA} libbos.a ${DESTDIR}${libdir}/afs/libbos.a
140         ${INSTALL_DATA} bnode.h ${DESTDIR}${includedir}/afs/bnode.h
141
142 dest: bosserver bos bos_util libbos.a bosint.h bnode.h
143         ${INSTALL} -d ${DEST}/bin
144         ${INSTALL} -d ${DEST}/include/afs
145         ${INSTALL} -d ${DEST}/lib/afs
146         ${INSTALL} -d ${DEST}/root.server/usr/afs/bin
147         ${INSTALL_PROGRAM} bosserver ${DEST}/root.server/usr/afs/bin/bosserver
148         ${INSTALL_DATA} bosint.h ${DEST}/include/afs/bosint.h
149         ${INSTALL_PROGRAM} bos ${DEST}/bin/bos
150         ${INSTALL_PROGRAM} bos ${DEST}/root.server/usr/afs/bin/bos
151         ${INSTALL_PROGRAM} bos_util ${DEST}/root.server/usr/afs/bin/bos_util
152         ${INSTALL_DATA} libbos.a ${DEST}/lib/afs/libbos.a
153         ${INSTALL_DATA} bnode.h ${DEST}/include/afs/bnode.h
154
155 #
156 # Misc. targets
157 #
158 clean:
159         $(RM) -f  *.a *.o bos bosserver smail-notifier bos_util \
160                 bosint.cs.c bosint.ss.c bosint.xdr.c bosint.h \
161                 core boserr.c bnode.h AFS_component_version_number.c 
162
163 test: 
164         cd test; $(MAKE) 
165
166 include ../config/Makefile.version
167