head     1.8;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.8
date     93.06.07.15.24.35;  author peter;  state Exp;
branches ;
next     1.7;

1.7
date     93.03.18.13.46.33;  author peter;  state Exp;
branches ;
next     1.6;

1.6
date     93.02.15.20.05.11;  author peter;  state Exp;
branches ;
next     1.5;

1.5
date     92.09.04.12.30.49;  author peter;  state Exp;
branches ;
next     1.4;

1.4
date     92.07.21.16.32.46;  author peter;  state Exp;
branches ;
next     1.3;

1.3
date     92.06.05.14.39.22;  author peter;  state Exp;
branches ;
next     1.2;

1.2
date     92.01.13.16.36.42;  author peter;  state Exp;
branches ;
next     1.1;

1.1
date     91.11.01.11.59.02;  author peter;  state Exp;
branches ;
next     ;


desc
@ROM lib makefile.  Added rexxsyslib, disk resource.
@


1.8
log
@Added lowlevel and nonvolatile 
@
text
@######################################################################
MAKEMETA=	../../../tools/makemeta

# The list of modules is maintained by hand.  If you add a module,
# you must add it to V:lib/sfd/Makefile, V:lib/sfd/(RAM|ROM|LVO)/Makefile,
# and mkdir V:lib/sfd/(RAM|ROM)/subsystem!

SUBDIRS=	amigaguide \
		asl \
		battclock \
		battmem \
		bullet \
		cardres \
		cia \
		colorwheel \
		commodities \
		console \
		datatypes \
		disk \
		diskfont \
		dos \
		exec \
		expansion \
		gadtools \
		graphics \
		icon \
		iffparse \
		input \
		intuition \
		keymap \
		layers \
		locale \
		lowlevel \
		mathffp \
		mathieeedoubbas \
		mathieeedoubtrans \
		mathieeesingbas \
		mathieeesingtrans \
		mathtrans \
		misc \
		nonvolatile \
		potgo \
		ramdrive \
		realtime \
		rexxsyslib \
		timer \
		translator \
		utility \
		wb

all:		${SUBDIRS} rom.lib

quick:		rom.lib

rom.lib:	FRC
		rm -f rom.lib
		for i in ${SUBDIRS} ; do cat $${i}.lib >>rom.lib; done

.INCLUDE=${MAKEMETA}
@


1.7
log
@Added realtime.library.
@
text
@d33 1
d41 1
@


1.6
log
@Don't need to make a dir in LVO when adding a subsystem.
@
text
@d42 1
@


1.5
log
@Added cardres.
@
text
@d6 1
a6 1
# and mkdir V:lib/sfd/(RAM|ROM|LVO)/subsystem!
@


1.4
log
@Added colorwheel.
@
text
@d13 1
@


1.3
log
@Added amigaguide and datatypes
@
text
@d14 1
@


1.2
log
@Added bullet and locale.
@
text
@d8 2
a9 1
SUBDIRS=	asl \
d16 1
@


1.1
log
@Initial revision
@
text
@d11 1
d28 1
@
