FreeCalypso > hg > freecalypso-reveng
view leo-obj/l1_ext/Makefile @ 333:f8a4a330d0e6
frbl/reconst/serial.c: 0x200 static function reconstructed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 07 Mar 2020 02:10:27 +0000 |
parents | a5f126973f0e |
children |
line wrap: on
line source
OBJS= l1_async.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