FreeCalypso > hg > freecalypso-reveng
view leo-obj/l1_pei/Makefile @ 269:d0bb4b083595
dsample-fw-disasm: located cinit records for rf_path and synth_*
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 19 Jan 2018 07:20:42 +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