head     36.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @*   @;


36.1
date     90.11.09.15.48.30;  author eric;  state Exp;
branches ;
next     36.0;

36.0
date     90.11.08.14.39.39;  author eric;  state Exp;
branches ;
next     ;


desc
@Makefile for CMD
@


36.1
log
@CMD is a native built program.
@
text
@##

# NATIVE BUILD ONLY

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


36.0
log
@added to rcs
@
text
@d1 1
a1 2
MAKEFILE=	Makefile
SUBSYSNAME=	cmd
d3 1
a3 3
SRCDIRPATH=	Toolkit
SRCDIR=		cmd
DISKPATH=	Toolkit/tools/cmd
d5 2
a6 12
STARTUP=	$(LIBDIR)/startup.obj

CFILES=		cmd.c
AFILES=		cmda.asm

OFILES=		cmd.obj cmda.obj

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

.INCLUDE=/usr/commodore/amiga/V36/tools/makemeta
SYMBOLOPT=
@
