view leo-obj/l1_custom_int/Makefile @ 380:a66cb88c5f77

compal/audio/omr-via-headset: result of experiment
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 10 Oct 2021 21:48:24 +0000 (2021-10-10)
parents 5fb64a7c3f92
children
line wrap: on
line source
OBJS=	ind_os.obj l1_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