FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/l1_custom_ext/Makefile @ 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 | |
children |
comparison
equal
deleted
inserted
replaced
215:d69f7512e3c1 | 216:4b97cf9a90f0 |
---|---|
1 OBJS= l1audio_cust.obj | |
2 TARGETS=$(patsubst %.obj,%.disasm,${OBJS}) $(patsubst %.obj,%.ctypes,${OBJS}) | |
3 TOOL= ../tool/tiobjd | |
4 | |
5 all: ${TARGETS} | |
6 | |
7 %.disasm: %.obj %.hints | |
8 ${TOOL} $*.obj disasm -gl -h $*.hints > $@ | |
9 | |
10 %.disasm: %.obj | |
11 ${TOOL} $*.obj disasm -gl > $@ | |
12 | |
13 %.ctypes: %.obj | |
14 ${TOOL} $*.obj ctypes -o > $@ | |
15 | |
16 ${TARGETS}: ${TOOL} Makefile | |
17 | |
18 clean: | |
19 rm -f *.disasm *.ctypes |