convert-all-makefiles-to-makefile-ins-20010802
[openafs.git] / src / export / Makefile
diff --git a/src/export/Makefile b/src/export/Makefile
deleted file mode 100644 (file)
index 98469f2..0000000
+++ /dev/null
@@ -1,69 +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
-
-# $Locker$
-#
-# Makefile for EXPORT kernel extension, and friends
-#
-
-COMPONENT=export
-include ../config/Makefile.${SYS_NAME}
-
-KERNELDIR = ../libafs/
-UKERNELDIR = ../libuafs/
-     DEFS =
-     INCS = -I${TOP_SRCDIR}/config -I${SRCDIR}include
-   CFLAGS = ${OPTMZ} ${DEFS} ${INCS}
-  EXPORTS = -bexport:export.exp
-  IMPORTS = /lib/kernex.exp /lib/syscalls.exp extras.exp
-     KOBJ = export.o symtab.o
-
-include ../config/Makefile.version
-
-all: export.ext export.ext.nonfs cfgexport cfgafs
-
-noversion system: install
-
-install: all kinstall ukinstall
-       ${INSTALL} export.ext ${DESTDIR}root.client/usr/vice/etc/dkload
-       ${INSTALL} export.ext.nonfs ${DESTDIR}root.client/usr/vice/etc/dkload
-       ${INSTALL} export.exp ${DESTDIR}lib/afs/export.exp
-       ${INSTALL} extras.exp ${DESTDIR}lib/afs/extras.exp
-       ${INSTALL} cfgexport  ${DESTDIR}root.client/usr/vice/etc/dkload/cfgexport
-       ${INSTALL} cfgafs     ${DESTDIR}root.client/usr/vice/etc/dkload/cfgafs
-
-kinstall:
-       ${INSTALL} export.h ${DESTDIR}include
-       ${INSTALL} export.h ../libafs
-       ${INSTALL} export.exp ${DESTDIR}lib
-       ${INSTALL} export.exp ../libafs
-
-ukinstall webinstall:
-       ${INSTALL} export.h ${UKERNELDIR}
-       ${INSTALL} export.exp ${UKERNELDIR}
-
-export.ext: ${KOBJ}
-       ${LD} -o export.ext -eexport ${IMPORTS} ${KOBJ} ${EXPORTS} -lcsys
-
-export.ext.nonfs: export.nonfs.o symtab.o
-       ${LD} -o export.ext.nonfs -eexport ${IMPORTS} export.nonfs.o symtab.o ${EXPORTS} -lcsys
-
-export.nonfs.o:
-       ${CC} ${INCS} -DAFS_NONFSTRANS -c export.c
-       -mv export.o export.nonfs.o
-
-cfgexport: cfgexport.o
-       ${CC} ${INCS} -O -o cfgexport cfgexport.o
-
-cfgafs: cfgafs.o
-       ${CC} ${INCS} -O -o cfgafs cfgafs.o
-
-cfgexport.o: cfgexport.c AFS_component_version_number.c
-cfgafs.o: cfgafs.c AFS_component_version_number.c
-
-clean:
-       rm -f *.o *.Zlst *.map *.out cfgexport cfgafs *.ext AFS_component_version_number.c