convert-all-makefiles-to-makefile-ins-20010802
[openafs.git] / src / auth / Makefile
diff --git a/src/auth/Makefile b/src/auth/Makefile
deleted file mode 100644 (file)
index 480ef3e..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 2000, International Business Machines Corporation and others.
-# All Rights Reserved.
-# 
-# This software has been released under the terms of the IBM Public
-# License.  For details, see the LICENSE file in the top-level source
-# directory or online at http://www.openafs.org/dl/license10.html
-
-SHELL = /bin/sh
-COMPONENT=auth
-
-include ../config/Makefile.${SYS_NAME}
-
-KERNELDIR = ../libafs/
-UKERNELDIR = ../libuafs/
-COMPILE_ET = ${SRCDIR}bin/compile_et
-OBJS= cellconfig.o ktc.o userok.o writeconfig.o authcon.o \
-    acfg_errors.o ktc_errors.o # comktc.o comvice.o comauth.o 
-KOBJS= cellconfig.o ktc.krb.o userok.o writeconfig.o authcon.o \
-    acfg_errors.o ktc_errors.o # comktc.o comvice.o comauth.o 
-
-CFLAGS=-g -I${TOP_SRCDIR}/config -I${SRCDIR}include ${XCFLAGS} 
-LDIRS= 
-LIBS= libauth.a ${DESTDIR}lib/afs/libsys.a \
-      ${DESTDIR}lib/librxkad.a ${DESTDIR}lib/libdes.a \
-      ${DESTDIR}lib/librx.a ${DESTDIR}lib/afs/libsys.a \
-      ${DESTDIR}lib/liblwp.a ${SRCDIR}lib/afs/util.a ${XLIBS}
-INCLS=cellconfig.h auth.h keys.h # comauth.h
-KSRCS=auth.h
-UKSRCS=${KSRCS} cellconfig.h acfg_errors.c keys.h cellconfig.c \
-       ktc.c authcon.c ktc_errors.c
-
-include ../config/Makefile.version
-
-system install noversion: install.noversion
-
-all: libauth.a libauth.krb.a setkey
-
-cellconfig.o: cellconfig.c ${INCLS}
-#comktc.o: comktc.c ${INCLS} ${SRCDIR}include/afs/vice.h
-#comvice.o: comvice.c ${INCLS}
-ktc.o: ktc.c ${INCLS} ${SRCDIR}include/afs/vice.h
-writeconfig.o: writeconfig.c ${INCLS}
-authcon.o: authcon.c ${INCLS}
-userok.o: userok.c ${INCLS}
-cellconfig.o: cellconfig.c ${INCLS}
-copyauth.o: copyauth.c ${INCLS} AFS_component_version_number.o
-setkey.o: setkey.c ${INCLS} AFS_component_version_number.o
-#comauth.o: comauth.c ${INCLS} ${SRCDIR}include/afs/vice.h
-
-ktc.krb.o: ktc.c ${INCLS} ${SRCDIR}include/afs/vice.h
-       ${CC} ${CFLAGS} -DAFS_KERBEROS_ENV -c ktc.c -o ktc.krb.o
-
-libauth.a: $(OBJS) AFS_component_version_number.o
-       -rm -f libauth.a
-       ar rv libauth.a $(OBJS) AFS_component_version_number.o
-       $(RANLIB) libauth.a
-
-libauth.krb.a: $(KOBJS) AFS_component_version_number.o
-       -rm -f libauth.krb.a
-       ar rv libauth.krb.a $(KOBJS) AFS_component_version_number.o
-       $(RANLIB) libauth.krb.a
-
-copyauth: copyauth.o
-       $(CC) $(CFLAGS) $(LDIRS) -o copyauth copyauth.o ${LIBS}
-
-setkey: setkey.o
-       ${CC} $(CFLAGS) $(LDIRS) -o setkey setkey.o ${LIBS}
-
-acfg_errors.o: acfg_errors.c
-
-acfg_errors.c cellconfig.h: acfg_errors.et cellconfig.p.h
-       rm -f cellconfig.h acfg_errors.c; ${COMPILE_ET} acfg_errors -h cellconfig
-
-ktc_errors.o: ktc_errors.c
-
-ktc_errors.c auth.h: ktc_errors.et auth.p.h
-       rm -f auth.h ktc_errors.c; ${COMPILE_ET} ktc_errors -h auth
-
-test: 
-       cd test; $(MAKE)
-
-kinstall: ${KSRCS}
-       ${INSTALL} ${KSRCS} ${KERNELDIR}afs
-
-ukinstall webinstall: ${UKSRCS}
-       ${INSTALL} ${UKSRCS} ${UKERNELDIR}afs
-
-${DESTDIR}etc/copyauth: copyauth
-       ${INSTALL} copyauth ${DESTDIR}etc/copyauth
-
-install.noversion: all kinstall ukinstall ${DESTDIR}etc/copyauth
-       ${INSTALL} libauth.a ${DESTDIR}lib/afs/libauth.a
-       ${INSTALL} libauth.krb.a ${DESTDIR}lib/afs/libauth.krb.a
-       ${INSTALL} auth.h ${DESTDIR}include/afs
-#      ${INSTALL} comauth.h ${DESTDIR}include/afs
-       ${INSTALL} cellconfig.h ${DESTDIR}include/afs
-       ${INSTALL} keys.h ${DESTDIR}include/afs
-
-includes: auth.h cellconfig.h keys.h
-       ${INSTALL} auth.h ${DESTDIR}include/afs
-       ${INSTALL} cellconfig.h ${DESTDIR}include/afs
-       ${INSTALL} keys.h ${DESTDIR}include/afs
-
-clean:
-       rm -f *.o *.a copyauth testcellconf setkey auth.h cellconfig.h acfg_errors.c ktc_errors.c core\
-       AFS_component_version_number.c