view lib/makefile @ 2782:aaba193af04f lwtools-port

Updated code to use lwasm/lwlink
author Boisy Pitre <boisy.pitre@nuance.com>
date Sat, 26 Jan 2013 08:26:31 -0600
parents 0104de794ec7
children 03f26e88b809
line wrap: on
line source

include $(NITROS9DIR)/rules.mak

SRC = os9s.a scfs.a rbfs.a pipes.a systype.a net.a drivewire.a

all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l

sys6809l1.l: sys6809l1.a

sys6809l2.l: sys6809l2.a

sys6309l2.l: sys6309l2.a

net.l: net.a

drivewire.l: drivewire.a

alib.l:
	cd alib; make

clean:
	$(RM) *.l *.r *.zip
	cd alib; make clean