diff leo-obj/frame_na7_db_fl/Makefile @ 138:8754c410c10d

leo-obj: starting to examine GPF OSL objects
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 07 Apr 2014 05:40:49 +0000
parents
children 21fda9752bd9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/leo-obj/frame_na7_db_fl/Makefile	Mon Apr 07 05:40:49 2014 +0000
@@ -0,0 +1,16 @@
+OSL=	os_com.disasm os_drv.disasm os_evt.disasm os_isr.disasm os_mem.disasm \
+	os_mis.disasm os_pro.disasm os_sem.disasm os_tim.disasm
+TARGETS=${OSL}
+TOOL=	../tool/tiobjd
+
+all:	${TARGETS}
+
+.SUFFIXES:	.obj .disasm
+
+.obj.disasm:
+	${TOOL} $*.obj disasm > $@
+
+${TARGETS}:	${TOOL} Makefile
+
+clean:
+	rm -f *.disasm