[BACK]Return to Makefile-linux-2.6 CVS log [TXT][DIR] Up to [Development] / xfs-linux-nodel

File: [Development] / xfs-linux-nodel / Attic / Makefile-linux-2.6 (download)

Revision 1.62, Thu Aug 12 21:33:22 1999 UTC (18 years, 2 months ago) by kpreslan
Branch: MAIN
Changes since 1.61: +9 -200 lines

TAKE - Imported Linux VFS operation stubs

#
# Makefile for XFS on Linux.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile...

O_TARGET := xfs.o
O_OBJS   := xfs_linux_ops_file.o xfs_linux_ops_inode.o xfs_linux_ops_super.o
M_OBJS   := $(O_TARGET)

include $(TOPDIR)/Rules.make