annotate leo-obj/Makefile @ 209:a5f126973f0e

leo-obj: analysis of l1_async.obj with disassembly hints
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 05 Mar 2016 01:28:06 +0000
parents 0f767203114a
children 4b97cf9a90f0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
201
0f767203114a leo-obj: need to look at l1_dyn_dwl objects
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 189
diff changeset
1 OBJDIRS=bootloader frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_dyn_dwl \
209
a5f126973f0e leo-obj: analysis of l1_async.obj with disassembly hints
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents: 201
diff changeset
2 l1_ext l1_int l1_pei main osx_na7_db tpudrv
132
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
3 SUBDIR= ${OBJDIRS} tool
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
4
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
5 all: ${SUBDIR}
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
6
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
7 ${OBJDIRS}: tool
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
8
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
9 ${SUBDIR}: FRC
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
10 cd $@; ${MAKE} ${MFLAGS}
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
11
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12 clean: FRC
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
13 rm -f a.out core errs
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
14 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
15
af0f8bfa3b3a leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
16 FRC: