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


1.10
date     92.03.11.14.52.32;  author peter;  state Exp;
branches ;
next     1.9;

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

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

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

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

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

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

1.3
date     90.11.07.12.21.37;  author bryce;  state Exp;
branches ;
next     1.2;

1.2
date     90.11.07.12.00.43;  author bryce;  state Exp;
branches ;
next     1.1;

1.1
date     90.11.07.11.51.12;  author bryce;  state Exp;
branches ;
next     ;


desc
@Top level Makefile for all of amiga.lib, and the sfd scheme.
@


1.10
log
@Now chmods the libs so everyone can read.
@
text
@##########################################################################
#
#	Thu Jul 22 00:10:55 EDT 1990	Added small.lib -Bryce
#	Thu Jul 26 16:13:11 EDT 1990	Added ddebug -Bryce
#
MAKEMETA=	../tools/makemeta

SUBDIRS=	csupport sfd hardware cstrings debug ddebug \
		startup version

LIBFILES=	amiga.lib rom.lib small.lib cstrings.lib ddebug.lib debug.lib

AMIGALIBS=	version/amiga.lib sfd/amiga.lib csupport/amiga.lib \
		hardware/hardware_lib.lib

ROMLIBS=	version/rom.lib sfd/rom.lib csupport/rom.lib \
		hardware/hardware_lib.lib

SMALLLIBS=	version/small.lib sfd/small.lib csupport/amiga.lib \
		hardware/hardware_lib.lib

DOCFILES=	amiga_lib.doc debug_lib.doc ddebug_lib.doc

all quick:	${SUBDIRS}
		cat ${AMIGALIBS} >amiga.lib.TMP
		mv amiga.lib.TMP amiga.lib
		cat ${ROMLIBS} >rom.lib.TMP
		mv rom.lib.TMP rom.lib
		cat ${SMALLLIBS} >small.lib.TMP
		mv small.lib.TMP small.lib
		${MMINSTALL} ${DOCDIR} ${DOCFILES}
		chmod 660 ${LIBFILES}

clean::
		-touch autofd/*.fd

.INCLUDE=${MAKEMETA}
@


1.9
log
@Now amiga.lib, small.lib, and rom.lib get their own names in the
version string.
@
text
@d11 2
d32 1
@


1.8
log
@Now refers to new names of debug_lib.doc and ddebug_lib.doc
@
text
@d9 1
a9 1
		startup amiga_lib
d11 1
a11 1
AMIGALIBS=	amiga_lib/amiga.lib sfd/amiga.lib csupport/amiga.lib \
d14 1
a14 1
ROMLIBS=	amiga_lib/rom.lib sfd/rom.lib csupport/rom.lib \
d17 1
a17 1
SMALLLIBS=	sfd/small.lib csupport/amiga.lib \
@


1.7
log
@Doc files are now expected in the V:lib directory.
@
text
@d20 1
a20 1
DOCFILES=	amiga_lib.doc debug.doc ddebug.doc
@


1.6
log
@Make rule now installs the three doc files.
@
text
@d20 1
a20 1
DOCFILES=	csupport/amiga_lib.doc debug/debug.doc ddebug/ddebug.doc
@


1.5
log
@Removed references to cxlib, since we're pulling that from
csupport/commodities_support.
Removed references to alib.sfd, since prototypes come from
inside csupport too.
@
text
@d20 2
d29 1
@


1.4
log
@Added amiga_lib subdirectory, which is responsible for supplying
a version string for amiga.lib and rom.lib.
@
text
@d8 2
a9 2
SUBDIRS=	csupport sfd cxlib hardware cstrings debug ddebug \
		alib.sfd startup amiga_lib
d12 1
a12 1
		hardware/hardware_lib.lib cxlib/amiga.lib
d18 1
a18 1
		hardware/hardware_lib.lib cxlib/amiga.lib
@


1.3
log
@Add as a subdir alib.sfd.  We _want_ protos & pragmas, we _don't_ want
stubs.
@
text
@d9 1
a9 1
		alib.sfd startup
d11 1
a11 1
AMIGALIBS=	sfd/amiga.lib csupport/amiga.lib \
d14 1
a14 1
ROMLIBS=	sfd/rom.lib csupport/rom.lib \
@


1.2
log
@The alib stubs _cannot_ be put into amiga.lib (a stub for a linked
function?)
@
text
@d9 1
a9 1
		startup
@


1.1
log
@Initial revision
@
text
@d11 1
a11 1
AMIGALIBS=	sfd/amiga.lib alib.sfd/amiga.lib csupport/amiga.lib \
d14 1
a14 1
ROMLIBS=	sfd/rom.lib alib.sfd/rom.lib csupport/rom.lib \
d17 1
a17 1
SMALLLIBS=	sfd/small.lib alib.sfd/amiga.lib csupport/amiga.lib \
@
