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