head	1.4;
access;
symbols
	V1_6_7:1.4
	V1_6_6:1.4
	V1_6_5:1.4
	V1_6_4:1.4
	V1_6_3:1.4
	V1_6_2:1.3
	V1_6_1:1.3
	V1_6:1.3
	V1_5_2:1.3
	V1_4_1:1.3
	V1_4:1.2
	V1_3_3:1.1;
locks; strict;
comment	@# @;


1.4
date	2000.03.23.14.48.00;	author vandys;	state Exp;
branches;
next	1.3;

1.3
date	95.10.06.06.09.27;	author vandys;	state Exp;
branches;
next	1.2;

1.2
date	95.03.04.23.42.49;	author vandys;	state Exp;
branches;
next	1.1;

1.1
date	94.10.05.20.25.49;	author vandys;	state Exp;
branches;
next	;


desc
@Initial RCS checkin of Mike Larson's CDFS
@


1.4
log
@Makefile reorg; include master source is in vsta/src.  Centralize
common parameters.
@
text
@#
# Makefile - builds VSTa CDROM filesystem
#
OBJS=main.o cdfsdir.o cdfsmount.o cdfsopen.o cdfsread.o \
         cdfsrrip.o cdfstime.o cdfserror.o cdfsio.o block.o
COPTS=-DDEBUG -D__VSTA__ -Wall
OUT=cdfs

include ../../makefile.all

cdfs: $(OBJS)
	$(LD) $(LDFLAGS) -o cdfs $(CRT0) $(OBJS) -lusr -lc

install:	cdfs
		strip cdfs
		cp cdfs $(ROOT)/boot
@


1.3
log
@1.4.1 SCSI update
@
text
@d4 1
a4 8

CC = gcc
LD = ld

HFILES = cdfs.h
CFILES = main.c cdfsdir.c cdfsmount.c cdfsopen.c cdfsread.c \
         cdfsrrip.c cdfstime.c cdfserror.c cdfsio.c block.c
OFILES = main.o cdfsdir.o cdfsmount.o cdfsopen.o cdfsread.o \
d6 2
a7 7
HFILES = cdfs.h highsier.h iso.h isofs_rrip.h


INCS = -I../../../include
CFLAGS = -DDEBUG -D__VSTA__ $(INCS) -O -Wall
LDFLAGS = -L../../lib
CRT0=../../lib/crt0.o
d9 1
a9 2
cdfs:		$(OFILES)
		$(LD) $(LDFLAGS) -o cdfs $(CRT0) $(OFILES) -lusr -lc
d11 2
a12 5
clean:
		rm -f *.o

clobber:	clean
		rm -f cdfs
d16 1
a16 13
		cp cdfs /vsta/boot

cdfs.tar:
		tar cvf cdfs.tar makefile README $(HFILES) $(CFILES)

main.o:		main.c cdfs.h
cdfsdir.o:	cdfsdir.c cdfs.h
cdfsmount.o:	cdfsmount.c cdfs.h
cdfsopen.o:	cdfsopen.c cdfs.h
cdfsread.o:	cdfsread.c cdfs.h
cdfstime.o:	cdfstime.c cdfs.h
cdfsio.o:	cdfsio.c cdfs.h
block.o:	block.c
@


1.2
log
@The great src/ renaming
@
text
@d4 1
d13 2
a20 3
.c.o:
		$(CC) $(CFLAGS) -c $*.c

d32 1
a32 1
		cp cdfs ../../../boot
d35 10
a44 1
		tar cvf cdfs.tar makefile README *.h *.c
@


1.1
log
@Initial revision
@
text
@d13 1
a13 1
INCS = -I../../include
d15 2
a16 2
LDFLAGS = -L../../libc
CRT0=../../libc/crt0.o
d32 1
a32 1
		cp cdfs ../../boot
a35 9

main.o:		main.c cdfs.h
cdfsdir.o:	cdfsdir.c cdfs.h
cdfsmount.o:	cdfsmount.c cdfs.h
cdfsopen.o:	cdfsopen.c cdfs.h
cdfsread.o:	cdfsread.c cdfs.h
cdfstime.o:	cdfstime.c cdfs.h
cdfsio.o:	cdfsio.c cdfs.h
block.o:	block.c
@
