FreeCalypso > hg > freecalypso-reveng
view leo-obj/l1_dyn_dwl/Makefile @ 388:b99663e66660
pirelli/chg-circuit: traced the current path to the battery
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 23 Mar 2022 21:55:57 +0000 |
parents | 0f767203114a |
children |
line wrap: on
line source
OBJS= l1_dyn_dwl_afunc.obj l1_dyn_dwl_apihisr.obj l1_dyn_dwl_async.obj \ l1_dyn_dwl_func.obj l1_dyn_dwl_init.obj l1_dyn_dwl_sync.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