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


1.2
date     91.01.16.13.49.26;  author eric;  state Exp;
branches ;
next     1.1;

1.1
date     90.04.08.01.05.00;  author andy;  state Exp;
branches ;
next     ;


desc
@greenhills makefile
@


1.2
log
@PrintFiles is now a native module.
@
text
@##

# NATIVE BUILD ONLY

default:
	@@echo "This is a Lattice 5.04 built module"
@


1.1
log
@Initial revision
@
text
@d1 1
a1 5
MAKEFILE=	Makefile
MAKEMETA=	/usr/commodore/amiga/V36/tools/makemeta
SUBSYSNAME=	printfiles
SRCDIR=		printfiles
DISKPATH=
d3 1
a3 2
#MYLIBS=		${LIBDIR}/debug.lib
STARTUP=	${LIBDIR}/startup.obj
d5 2
a6 11
CFILES=		printfiles.c

OFILES=		printfiles.obj

HFILES=		standard.h

all:		${SUBSYSNAME}.ld
		astrip ${SUBSYSNAME}.ld

.INCLUDE=${MAKEMETA}
SYMBOLOPT=
@
