#
# Makefile for the linux supermounting routines.
#
# 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...

#TOPDIR=/usr/src/linux

#CC=gcc
#CFLAGS=-D__KERNEL__ -I/usr/src/linux-2.2/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DUTS_MACHINE='"i386"' -DMODULE

O_TARGET := supermount.o
O_OBJS	 := inode.o super.o shadow.o dir.o namei.o file.o
M_OBJS	 := $(O_TARGET)

include $(TOPDIR)/Rules.make
