view leo-obj/l1_pei/Makefile @ 280:493bfe847128

compal/c139-{rssi,txcal}: results of C139 to CMU200 experiment
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 17 Feb 2019 00:42:34 +0000
parents e7c5841e2f8f
children
line wrap: on
line source

OBJS=	l1_pei.obj l1_pei_version.obj
TARGETS=$(patsubst %.obj,%.disasm,${OBJS})
TOOL=	../tool/tiobjd

all:	${TARGETS}

%.disasm:	%.obj %.hints
	${TOOL} $*.obj disasm -h $*.hints > $@

%.disasm:	%.obj
	${TOOL} $*.obj disasm > $@

${TARGETS}:	${TOOL} Makefile

clean:
	rm -f *.disasm