cmd: Convert to using libtool
[openafs.git] / src / auth / 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 OBJS= cellconfig.o keys.o ktc.o userok.o writeconfig.o authcon.o \
14     acfg_errors.o ktc_errors.o token.xdr.o token.o realms.o netrestrict.o
15
16 KOBJS= cellconfig.o keys.o ktc.krb.o userok.o writeconfig.o authcon.o \
17     acfg_errors.o ktc_errors.o token.xdr.o token.o realms.o netrestrict.o
18
19 LIBS=libauth.a \
20       ${TOP_LIBDIR}/librxkad.a \
21       ${TOP_LIBDIR}/librx.a \
22       ${TOP_LIBDIR}/libsys.a \
23       ${TOP_LIBDIR}/liblwp.a \
24       ${TOP_LIBDIR}/util.a
25
26 INCLS=cellconfig.h auth.h keys.h internal.h
27 KSRCS=auth.h
28 UKSRCS=${KSRCS} cellconfig.h acfg_errors.c keys.h cellconfig.c \
29        ktc.c authcon.c ktc_errors.c
30
31 all: ${TOP_LIBDIR}/libauth.a ${TOP_LIBDIR}/libauth.krb.a depinstall
32
33 depinstall: ${TOP_INCDIR}/afs/keys.h \
34         ${TOP_INCDIR}/afs/cellconfig.h \
35         ${TOP_INCDIR}/afs/auth.h \
36         ${TOP_INCDIR}/afs/ktc.h \
37         ${TOP_INCDIR}/afs/token.h \
38         token.h \
39         Ktoken.xdr.c \
40         token.xdr.c
41
42 ${TOP_INCDIR}/afs/token.h: token.h
43         ${INSTALL_DATA} $? $@
44
45 generated: acfg_errors.c cellconfig.h ktc_errors.c auth.h
46
47 ${TOP_INCDIR}/afs/keys.h: keys.h
48         ${INSTALL_DATA} $? $@
49
50 ${TOP_INCDIR}/afs/cellconfig.h: cellconfig.h
51         ${INSTALL_DATA} cellconfig.h $@
52
53 ${TOP_INCDIR}/afs/auth.h: auth.h
54         ${INSTALL_DATA} $? $@
55
56 ${TOP_INCDIR}/afs/ktc.h: ktc.h
57         ${INSTALL_DATA} $? $@
58
59 ${TOP_LIBDIR}/libauth.a: libauth.a
60         ${INSTALL_DATA} libauth.a $@
61
62 ${TOP_LIBDIR}/libauth.krb.a: libauth.krb.a
63         ${INSTALL_DATA} libauth.krb.a $@
64
65 cellconfig.o: cellconfig.c ${INCLS}
66 keys.o: keys.c ${INCLS}
67 ktc.o: ktc.c ${INCLS} ${TOP_INCDIR}/afs/vice.h
68 writeconfig.o: writeconfig.c ${INCLS}
69 authcon.o: authcon.c ${INCLS}
70 userok.o: userok.c ${INCLS}
71 cellconfig.o: cellconfig.c ${INCLS}
72 copyauth.o: copyauth.c ${INCLS} AFS_component_version_number.o
73 setkey.o: setkey.c ${INCLS} AFS_component_version_number.o
74 realms.o: realms.c ${INCLS}
75 netrestrict.o: ${INCLS}
76
77 CFLAGS_ktc.krb.o = -DAFS_KERBEROS_ENV
78 ktc.krb.o: ktc.c ${INCLS} ${TOP_INCDIR}/afs/vice.h
79         $(AFS_CCRULE) $(srcdir)/ktc.c
80
81 libauth.a: $(OBJS) AFS_component_version_number.o
82         -$(RM) -f libauth.a
83         $(AR) crv $@ $(OBJS) AFS_component_version_number.o
84         $(RANLIB) libauth.a
85
86 libauth.krb.a: $(KOBJS) AFS_component_version_number.o
87         -$(RM) -f $@
88         $(AR) crv $@ $(KOBJS) AFS_component_version_number.o
89         $(RANLIB) $@
90
91 copyauth: copyauth.o ${LIBS}
92         $(AFS_LDRULE) copyauth.o ${LIBS} ${XLIBS}
93
94 setkey: setkey.o ${LIBS}
95         $(AFS_LDRULE) setkey.o ${LIBS} ${XLIBS}
96
97 acfg_errors.c cellconfig.h: acfg_errors.et cellconfig.p.h
98         $(RM) -f cellconfig.h acfg_errors.c
99         ${COMPILE_ET} -p ${srcdir} acfg_errors -h cellconfig
100
101 ktc.o: token.h
102
103 ktc_errors.c auth.h: ktc_errors.et auth.p.h
104         $(RM) -f auth.h ktc_errors.c
105         ${COMPILE_ET} -p ${srcdir} ktc_errors -h auth
106
107 Ktoken.xdr.c: token.xg
108         $(RXGEN) -A -x -k -c -o $@ $(srcdir)/token.xg
109
110 token.xdr.c: token.xg
111         $(RXGEN) -A -x -c -o $@ ${srcdir}/token.xg
112
113 token.h : token.xg
114         $(RXGEN) -A -x -h -o $@ ${srcdir}/token.xg
115
116 #
117 # Install targets
118 #
119 install: libauth.a libauth.krb.a auth.h cellconfig.h
120         ${INSTALL} -d ${DESTDIR}${libdir}/afs
121         ${INSTALL} -d ${DESTDIR}${includedir}/afs
122         ${INSTALL_DATA} libauth.a ${DESTDIR}${libdir}/afs/libauth.a
123         ${INSTALL_DATA} libauth.krb.a ${DESTDIR}${libdir}/afs/libauth.krb.a
124         ${INSTALL_DATA} ${srcdir}/keys.h ${DESTDIR}${includedir}/afs/keys.h
125         ${INSTALL_DATA} cellconfig.h ${DESTDIR}${includedir}/afs/cellconfig.h
126         ${INSTALL_DATA} auth.h ${DESTDIR}${includedir}/afs/auth.h
127         ${INSTALL_DATA} ${srcdir}/ktc.h ${DESTDIR}${includedir}/afs/ktc.h
128
129 dest: libauth.a libauth.krb.a auth.h cellconfig.h
130         ${INSTALL} -d ${DEST}/lib/afs
131         ${INSTALL} -d ${DEST}/include/afs
132         ${INSTALL_DATA} libauth.a ${DEST}/lib/afs/libauth.a
133         ${INSTALL_DATA} libauth.krb.a ${DEST}/lib/afs/libauth.krb.a
134         ${INSTALL_DATA} ${srcdir}/keys.h ${DEST}/include/afs/keys.h
135         ${INSTALL_DATA} cellconfig.h ${DEST}/include/afs/cellconfig.h
136         ${INSTALL_DATA} auth.h ${DEST}/include/afs/auth.h
137         ${INSTALL_DATA} ${srcdir}/ktc.h ${DEST}/include/afs/ktc.h
138
139 #
140 # Misc. targets
141 #
142 test: 
143         cd test; $(MAKE)
144
145 clean:
146         $(RM) -f *.o *.a copyauth setkey auth.h cellconfig.h acfg_errors.c \
147                 ktc_errors.c token.h token.xdr.c core Ktoken.xdr.c \
148                 AFS_component_version_number.c
149
150 include ../config/Makefile.version