EXTRA_CFLAGS=-Wno-strict-prototypes \
 -D__KERNEL__ \
 -DKERNEL \
 -D_KERNEL \
 -DMODULE \
 -I$(srctree)/3rdparty/libafs/src/libafs/modload/. \
 -I$(srctree)/3rdparty/libafs/src/libafs/modload/../ \
 -I$(srctree)/3rdparty/libafs/src/config \
 -I$(srctree)/3rdparty/libafs/src/rx \
 -I$(srctree)/3rdparty/libafs/src/rxstat \
 -I$(srctree)/3rdparty/libafs/src/libafs/modload/. \
 -I$(srctree)/3rdparty/libafs/src/libafs/modload/.. \
 -I$(srctree)/3rdparty/libafs/src/libafs/modload/../nfs \
 -I$(srctree)/3rdparty/libafs/src \
 -I$(srctree)/3rdparty/libafs/src/afs \
 -I$(srctree)/3rdparty/libafs/src/afs/LINUX \
 -I$(srctree)/3rdparty/libafs/src/config \
 -I$(srctree)/3rdparty/libafs/src/rx/LINUX \
 -I$(srctree)/3rdparty/libafs/src/rxkad \
 -I$(srctree)/3rdparty/libafs/src/rxkad/domestic \
 -I$(srctree)/3rdparty/libafs/src/util \
 -I$(srctree)/3rdparty/libafs/src \
 -I$(srctree)/3rdparty/libafs/src/afs \
 -I$(srctree)/3rdparty/libafs/src/afs/LINUX \
 -I$(srctree)/3rdparty/libafs/src/util \
 -I$(srctree)/3rdparty/libafs/src/rxkad \
 -I$(srctree)/3rdparty/libafs/src/config \
 -I$(srctree)/3rdparty/libafs/src/fsint \
 -I$(srctree)/3rdparty/libafs/src/vlserver \
 -I$(srctree)/3rdparty/libafs/include \
 -I$(srctree)/3rdparty/libafs/include/afs
obj-m := libafs.o
libafs-objs := afs_atomlist.o\
 afs_lhash.o\
 afs_analyze.o\
 afs_axscache.o\
 afs_buffer.o\
 afs_callback.o\
 afs_cbqueue.o\
 afs_cell.o\
 afs_chunk.o\
 afs_conn.o\
 afs_daemons.o\
 afs_dcache.o\
 afs_dir.o\
 afs_dynroot.o\
 afs_init.o\
 afs_lock.o\
 afs_mariner.o\
 afs_memcache.o\
 afs_osi.o\
 afs_osidnlc.o\
 afs_osi_alloc.o\
 afs_osi_pag.o\
 afs_osi_uio.o\
 afs_osi_vget.o\
 afs_segments.o\
 afs_server.o\
 afs_stat.o\
 afs_user.o\
 afs_util.o\
 afs_vcache.o\
 afs_vnop_access.o\
 afs_vnop_attrs.o\
 afs_vnop_create.o\
 afs_vnop_dirops.o\
 afs_vnop_fid.o\
 afs_vnop_flock.o\
 afs_vnop_link.o\
 afs_vnop_lookup.o\
 afs_vnop_open.o\
 afs_vnop_read.o\
 afs_vnop_readdir.o\
 afs_vnop_remove.o\
 afs_vnop_rename.o\
 afs_vnop_strategy.o\
 afs_vnop_symlink.o\
 afs_vnop_write.o\
 afs_volume.o\
 afsaux.o\
 Kvice.xdr.o\
 xdr_arrayn.o\
 xdr_array.o\
 xdr_int32.o\
 xdr_int64.o\
 Kvice.cs.o\
 fcrypt.o\
 rx.o\
 rx_rdwr.o\
 rx_clock.o\
 rx_event.o\
 rx_globals.o\
 rx_kmutex.o\
 rx_knet.o\
 rx_kcommon.o\
 rx_misc.o\
 rx_null.o\
 rx_getaddr.o\
 rx_packet.o\
 rx_multi.o\
 xdr_rx.o\
 Kvldbint.cs.o\
 Kvldbint.xdr.o\
 Kcallback.ss.o\
 Krxstat.ss.o\
 Krxstat.xdr.o\
 rxstat.o\
 crypt_conn.o\
 AFS_component_version_number.o\
 afs_exporter.o\
 rxkad_client.o\
 rxkad_common.o\
 xdr_afsuuid.o\
 xdr.o\
 afs_uuid.o\
 osi_alloc.o\
 osi_cred.o\
 osi_groups.o\
 osi_inode.o\
 osi_file.o\
 osi_misc.o\
 osi_module.o\
 osi_probe.o\
 osi_sleep.o\
 osi_syscall.o\
 osi_sysctl.o\
 osi_vfsops.o\
 osi_vm.o\
 osi_vnodeops.o\
 afs_call.o\
 afs_pioctl.o

# Generated automatically from Makefile.version-NOCML.in by configure.
# 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

PACKAGE=openafs
VERSION=1.3.82

AFS_component_version_number.o: AFS_component_version_number.c

AFS_component_version_number.c: 
	echo 'char cml_version_number[]="@(#) OpenAFS ${VERSION} built ' `date +"%Y-%m-%d"` '";' > AFS_component_version_number.c
	echo 'char* AFSVersion = "${PACKAGE} ${VERSION}"; ' >>AFS_component_version_number.c


