1 # Copyright 2000, International Business Machines Corporation and others.
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
9 include @TOP_OBJDIR@
/src
/config
/Makefile.config
11 INSTALL_DATA
= @INSTALL_DATA@
12 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
13 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
15 all: ${TOP_LIBDIR}/libbubasics.a
${TOP_INCDIR}/afs
/bumon.h
${TOP_INCDIR}/afs
/butc.h
${TOP_INCDIR}/afs
/bubasics.h
${TOP_INCDIR}/afs
/butx.h \
16 ${TOP_INCDIR}/afs
/tcdata.h
${TOP_INCDIR}/afs
/butm.h
19 butc.ss.c butc.cs.c butc.xdr.c butc.h \
20 bumon.ss.c bumon.cs.c bumon.xdr.c bumon.h \
21 butc_errs.c tcdata.h \
25 OBJS
=butc.ss.o butc.cs.o butc.xdr.o bumon.ss.o bumon.cs.o bumon.xdr.o butc_errs.o butm_errs.o butx_errs.o
27 ${TOP_LIBDIR}/libbubasics.a
: libbubasics.a
30 ${TOP_INCDIR}/afs
/bumon.h
: bumon.h
33 ${TOP_INCDIR}/afs
/butc.h
: butc.h
36 ${TOP_INCDIR}/afs
/bubasics.h
: bubasics.h
39 ${TOP_INCDIR}/afs
/tcdata.h
: tcdata.h
42 ${TOP_INCDIR}/afs
/butm.h
: butm.h
45 ${TOP_INCDIR}/afs
/butx.h
: butx.h
48 libbubasics.a
: $(OBJS
) AFS_component_version_number.o
49 -$(RM
) -f libbubasics.a
50 ar r libbubasics.a
${OBJS} AFS_component_version_number.o
51 ${RANLIB} libbubasics.a
54 ${RXGEN} -A
-c
-o
$@
${srcdir}/butc.xg
57 ${RXGEN} -A
-S
-o
$@
${srcdir}/butc.xg
60 ${RXGEN} -A
-C
-o
$@
${srcdir}/butc.xg
63 ${RXGEN} -A
-h
-o
$@
${srcdir}/butc.xg
70 ${RXGEN} -A
-c
-o
$@
${srcdir}/bumon.xg
73 ${RXGEN} -A
-S
-o
$@
${srcdir}/bumon.xg
76 ${RXGEN} -A
-C
-o
$@
${srcdir}/bumon.xg
79 ${RXGEN} -A
-h
-o
$@
${srcdir}/bumon.xg
85 butm.h
: butm_errs.et butm.p.h
86 ${COMPILE_ET_H} -p
${srcdir} butm_errs
-h butm
88 butm_errs.c
: butm_errs.et
89 ${COMPILE_ET_C} -p
${srcdir} butm_errs
91 tcdata.h
: butc_errs.et tcdata.p.h butm.h
92 ${COMPILE_ET_H} -p
${srcdir} butc_errs
-h tcdata
94 butc_errs.c
: butc_errs.et
95 ${COMPILE_ET_C} -p
${srcdir} butc_errs
98 ${COMPILE_ET_H} -p
${srcdir} butx_errs
-h butx
100 butx_errs.c
: butx_errs.et
101 ${COMPILE_ET_C} -p
${srcdir} butx_errs
104 # Installation targets
106 install: libbubasics.a bumon.h butc.h bubasics.h tcdata.h butm.h butx.h
107 ${INSTALL} -d
${DESTDIR}${libdir}/afs
108 ${INSTALL} -d
${DESTDIR}${includedir}/afs
109 ${INSTALL_DATA} libbubasics.a
${DESTDIR}${libdir}/afs
/libbubasics.a
110 ${INSTALL_DATA} bumon.h
${DESTDIR}${includedir}/afs
/bumon.h
111 ${INSTALL_DATA} butc.h
${DESTDIR}${includedir}/afs
/butc.h
112 ${INSTALL_DATA} ${srcdir}/bubasics.h
${DESTDIR}${includedir}/afs
/bubasics.h
113 ${INSTALL_DATA} tcdata.h
${DESTDIR}${includedir}/afs
/tcdata.h
114 ${INSTALL_DATA} butm.h
${DESTDIR}${includedir}/afs
/butm.h
115 ${INSTALL_DATA} butx.h
${DESTDIR}${includedir}/afs
/butx.h
117 dest
: libbubasics.a bumon.h butc.h bubasics.h tcdata.h butm.h butx.h
118 ${INSTALL} -d
${DEST}/lib
/afs
119 ${INSTALL} -d
${DEST}/include/afs
120 ${INSTALL_DATA} libbubasics.a
${DEST}/lib
/afs
/libbubasics.a
121 ${INSTALL_DATA} bumon.h
${DEST}/include/afs
/bumon.h
122 ${INSTALL_DATA} butc.h
${DEST}/include/afs
/butc.h
123 ${INSTALL_DATA} ${srcdir}/bubasics.h
${DEST}/include/afs
/bubasics.h
124 ${INSTALL_DATA} tcdata.h
${DEST}/include/afs
/tcdata.h
125 ${INSTALL_DATA} butm.h
${DEST}/include/afs
/butm.h
126 ${INSTALL_DATA} butx.h
${DEST}/include/afs
/butx.h
133 $(RM
) -f
*.o
*.a
*.xdr.c
*.ss.c
*.cs.c butc.h butx.h butm.h bumon.h tcdata.h \
134 butc_errs.c butx_errs.c butm_errs.c core AFS_component_version_number.c
136 include ..
/config
/Makefile.version