changeset 216:4b97cf9a90f0

leo-obj: started analyzing l1audio_cust.obj in l1_custom_ext.lib
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 14 Mar 2017 06:04:28 +0000
parents d69f7512e3c1
children 7d7a4367ec28
files leo-obj/Makefile leo-obj/l1_custom_ext/Makefile leo-obj/l1_custom_ext/l1audio_cust.obj
diffstat 3 files changed, 21 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/leo-obj/Makefile	Sun Dec 25 23:48:16 2016 +0000
+++ b/leo-obj/Makefile	Tue Mar 14 06:04:28 2017 +0000
@@ -1,5 +1,5 @@
-OBJDIRS=bootloader frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_dyn_dwl \
-	l1_ext l1_int l1_pei main osx_na7_db tpudrv
+OBJDIRS=bootloader frame_na7_db_fl frame_na7_db_ir l1_custom_ext l1_custom_int \
+	l1_dyn_dwl l1_ext l1_int l1_pei main osx_na7_db tpudrv
 SUBDIR=	${OBJDIRS} tool
 
 all:	${SUBDIR}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/leo-obj/l1_custom_ext/Makefile	Tue Mar 14 06:04:28 2017 +0000
@@ -0,0 +1,19 @@
+OBJS=	l1audio_cust.obj
+TARGETS=$(patsubst %.obj,%.disasm,${OBJS}) $(patsubst %.obj,%.ctypes,${OBJS})
+TOOL=	../tool/tiobjd
+
+all:	${TARGETS}
+
+%.disasm:	%.obj %.hints
+	${TOOL} $*.obj disasm -gl -h $*.hints > $@
+
+%.disasm:	%.obj
+	${TOOL} $*.obj disasm -gl > $@
+
+%.ctypes:	%.obj
+	${TOOL} $*.obj ctypes -o > $@
+
+${TARGETS}:	${TOOL} Makefile
+
+clean:
+	rm -f *.disasm *.ctypes
Binary file leo-obj/l1_custom_ext/l1audio_cust.obj has changed