FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/l1_pei/Makefile @ 189:e7c5841e2f8f
leo-obj/l1_pei: added and analyzed
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 17 Aug 2014 22:49:48 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 188:3e78a1bf9ebc | 189:e7c5841e2f8f |
|---|---|
| 1 OBJS= l1_pei.obj l1_pei_version.obj | |
| 2 TARGETS=$(patsubst %.obj,%.disasm,${OBJS}) | |
| 3 TOOL= ../tool/tiobjd | |
| 4 | |
| 5 all: ${TARGETS} | |
| 6 | |
| 7 %.disasm: %.obj %.hints | |
| 8 ${TOOL} $*.obj disasm -h $*.hints > $@ | |
| 9 | |
| 10 %.disasm: %.obj | |
| 11 ${TOOL} $*.obj disasm > $@ | |
| 12 | |
| 13 ${TARGETS}: ${TOOL} Makefile | |
| 14 | |
| 15 clean: | |
| 16 rm -f *.disasm |
