annotate leo-obj/l1_pei/Makefile @ 329:63d3afd14523

frbl/reconst/serial.c: 0x7a static function reconstructed
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 06 Mar 2020 07:42:09 +0000
parents e7c5841e2f8f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
189
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
1 OBJS= l1_pei.obj l1_pei_version.obj
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
2 TARGETS=$(patsubst %.obj,%.disasm,${OBJS})
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
3 TOOL= ../tool/tiobjd
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
4
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
5 all: ${TARGETS}
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
6
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
7 %.disasm: %.obj %.hints
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
8 ${TOOL} $*.obj disasm -h $*.hints > $@
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
9
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
10 %.disasm: %.obj
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
11 ${TOOL} $*.obj disasm > $@
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
13 ${TARGETS}: ${TOOL} Makefile
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
14
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
15 clean:
e7c5841e2f8f leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
16 rm -f *.disasm