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


1.9
date     93.06.07.15.24.47;  author peter;  state Exp;
branches ;
next     1.8;

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

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

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

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

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

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

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

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


desc
@Initial check-in.
@


1.9
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} amiga.lib

quick:		amiga.lib

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

.INCLUDE=${MAKEMETA}
@


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


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


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


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


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


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


1.2
log
@Added comment about how to add a module.
Alphabetized modules.  Added rexxsyslib.
@
text
@d11 1
d28 1
@


1.1
log
@Initial revision
@
text
@d4 4
d14 1
a15 1
		disk \
d29 1
a30 1
		mathieeedoubtrans \
d36 1
@
