head	1.3;
access;
symbols
	dws_pl15i:1.3
	LINUX_0_99_15I:1.1.1.1
	cluster_15h:1.3
	dws_pl15h_ibcs:1.3
	LINUX_0_99_15H:1.1.1.1
	LINUX_0_99_15G:1.1.1.1
	dws_pl15f_cluster_08a:1.1.1.1
	dws_pl15f:1.1.1.1
	LINUX_0_99_15F:1.1.1.1
	dws_pl15e:1.1.1.1
	LINUX_0_99_15E:1.1.1.1
	LINUX_0_99_15D:1.1.1.1
	LINUX_0_99_15C:1.1.1.1
	dws_pl15b:1.1.1.1
	LINUX_0_99_15B:1.1.1.1
	dws_pl15a:1.1.1.1
	LINUX_0_99_15A:1.1.1.1
	dws_pl15:1.1.1.1
	LINUX_0_99_15:1.1.1.1
	LINUX_0_99_14Z:1.1.1.1
	dws_pl14y:1.1.1.1
	LINUX_0_99_14Y:1.1.1.1
	dws_pl14x:1.1.1.1
	LINUX_0_99_14X:1.1.1.1
	LINUX_0_99_14W:1.1.1.1
	LINUX_0_99_14V:1.1.1.1
	LINUX_0_99_14U:1.1.1.1
	dws_pl14t:1.1.1.1
	LINUX_0_99_14T:1.1.1.1
	dws_pl14s:1.1.1.1
	LINUX_0_99_14S:1.1.1.1
	dws_pl14r:1.1.1.1
	LINUX_0_99_14R:1.1.1.1
	dws_pl14q:1.1.1.1
	LINUX_0_99_14Q:1.1.1.1
	dws_pl14p:1.1.1.1
	LINUX_0_99_14P:1.1.1.1
	dws_pl14o:1.1.1.1
	LINUX_0_99_14O:1.1.1.1
	LINUX_0_99_14M:1.1.1.1
	LINUX_0_99_14L:1.1.1.1
	LINUX_0_99_14K:1.1.1.1
	LINUX_0_99_14J:1.1.1.1
	LINUX_0_99_14I:1.1.1.1
	LINUX_0_99_14H:1.1.1.1
	LINUX_0_99_14G:1.1.1.1
	dws_pl14f:1.1.1.1
	LINUX_0_99_14F:1.1.1.1
	dws_pl14e:1.1.1.1
	LINUX_0_99_14E:1.1.1.1
	LINUX_0_99_14D:1.1.1.1
	LINUX_0_99_14C:1.1.1.1
	LINUX_0_99_14B:1.1.1.1
	LINUX_0_99_14A:1.1.1.1
	LINUX_0_99_14:1.1.1.1
	LINUX:1.1.1;
locks; strict;
comment	@# @;


1.3
date	94.02.27.13.07.49;	author dws;	state Exp;
branches;
next	1.2;

1.2
date	94.02.27.12.59.05;	author dws;	state Exp;
branches;
next	1.1;

1.1
date	93.12.09.16.58.11;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.09.16.58.12;	author steinber;	state Exp;
branches;
next	;


desc
@@


1.3
log
@support for loadable fs module.
@
text
@#
# Makefile for the linux isofs-filesystem 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...

OBJS=	namei.o inode.o file.o dir.o util.o rock.o symlink.o

ifndef CONFIG_ISO9660_FS
OBJS := $(OBJS) init.o
CFLAGS = -m486 -O6 -pipe -D__KERNEL__ -DLINUX -Wall
MODULE = isofs
else
MODULE = isofs.o
endif
 
$(MODULE): $(OBJS)
	$(LD) -r -o $(MODULE) $(OBJS)

release.h:
	echo char kernel_version[] = \"`uname -r`\"\; > release.h

clean:
	rm -f *.o release.h *~

.PHONY: all clean dep

dep: release.h
	$(CC) $(CFLAGS) -M *.c > .depend

#
# include a dependency file if one exists
#
ifeq (.depend,$(wildcard .depend))
include .depend
endif
@


1.2
log
@support for loadable fs module.
@
text
@d12 1
a12 1
ifndef ISO9660_FS
@


1.1
log
@Initial revision
@
text
@d10 12
a21 6
.c.s:
	$(CC) $(CFLAGS) -S $<
.c.o:
	$(CC) $(CFLAGS) -c $<
.s.o:
	$(AS) -o $*.o $<
d23 5
a27 1
OBJS=	namei.o inode.o file.o dir.o util.o rock.o symlink.o
d29 1
a29 2
isofs.o: $(OBJS)
	$(LD) -r -o isofs.o $(OBJS)
d31 2
a32 2
dep:
	$(CPP) -M *.c > .depend
@


1.1.1.1
log
@LINUX_0_99_14
@
text
@@
