head     1.7;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.7
date     89.02.17.21.58.08;  author bart;  state Exp;
branches ;
next     1.6;

1.6
date     89.02.17.13.16.32;  author bart;  state Exp;
branches ;
next     1.5;

1.5
date     89.02.15.14.04.15;  author bart;  state Exp;
branches ;
next     1.4;

1.4
date     89.01.16.12.38.39;  author bart;  state Exp;
branches ;
next     1.3;

1.3
date     89.01.10.15.51.24;  author bart;  state Exp;
branches ;
next     1.2;

1.2
date     88.12.27.12.57.12;  author bart;  state Exp;
branches ;
next     1.1;

1.1
date     88.12.27.12.24.28;  author bart;  state Exp;
branches ;
next     ;


desc
@@


1.7
log
@checkpoint
@
text
@MAKEFILE=	Makefile
VERSION= 36
V=/usr/commodore/amiga/V$(VERSION)

SUBSYSNAME= db

LIBC=		${VERDIR}/lib/lc.lib
CSTRINGS=	${VERDIR}/lib/cstrings.lib
DEBUG=		${VERDIR}/lib/debug.lib
MYLIBS=		$(LIBC) $(CSTRINGS) $(DEBUG)
#CFLAGS=	-DDEBUG

STARTUP=	${VERDIR}/lib/Lstartup.obj

AFILES=		
CFILES=		db.c 

OFILES=		db.obj

all:	${SUBSYSNAME}.ld

.INCLUDE=$V/tools/makemeta
@


1.6
log
@sscanf
@
text
@@


1.5
log
@*** empty log message ***
@
text
@d7 1
a7 1
LIBC=
d13 1
a13 1
STARTUP=	${VERDIR}/lib/Astartup.obj
@


1.4
log
@*** empty log message ***
@
text
@d7 1
a7 1
LIBC=		${VERDIR}/lib/ramdisplay.lib
d11 1
a11 1
CFLAGS=		-DDEBUG
d15 1
a15 1
AFILES=		interface.asm
d18 1
a18 1
OFILES=		db.obj interface.obj
@


1.3
log
@*** empty log message ***
@
text
@@


1.2
log
@*** empty log message ***
@
text
@d7 2
a8 1
LIBC=
d10 1
a10 1
MYLIBS=		$(LIBC) $(DEBUG)
@


1.1
log
@Initial revision
@
text
@@
