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


1.1
date     91.11.12.16.24.00;  author dlarson;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@INCFLAGS = -isana2:include
CLIB   = lib:lc.lib lib:amiga.lib lib:debug.lib

all: configure

configure: configure.o /skeleton/skeleton.o
	blink FROM lib:c.o $@@.o /skeleton/skeleton.o TO $@@ LIB $(CLIB)

#NO STACK CHECKING!!!
.c.o:
	lc $(INCFLAGS) -v -csuq $*

@
