comparison Makefile @ 1990:57ae42c3ab45

Fix 68k test harness target, add cycle count to output and add a cycle limit
author Michael Pavone <pavone@retrodev.com>
date Fri, 12 Jun 2020 23:54:22 -0700
parents a042e046f7f2
children 7a6835c02db0
comparison
equal deleted inserted replaced
1989:0d87116630c7 1990:57ae42c3ab45
295 295
296 libemu68k.a : $(M68KOBJS) $(TRANSOBJS) 296 libemu68k.a : $(M68KOBJS) $(TRANSOBJS)
297 ar rcs libemu68k.a $(M68KOBJS) $(TRANSOBJS) 297 ar rcs libemu68k.a $(M68KOBJS) $(TRANSOBJS)
298 298
299 trans : trans.o serialize.o $(M68KOBJS) $(TRANSOBJS) util.o 299 trans : trans.o serialize.o $(M68KOBJS) $(TRANSOBJS) util.o
300 $(CC) -o trans trans.o $(M68KOBJS) $(TRANSOBJS) util.o $(OPT) 300 $(CC) -o $@ $^ $(OPT)
301 301
302 transz80 : transz80.o $(Z80OBJS) $(TRANSOBJS) 302 transz80 : transz80.o $(Z80OBJS) $(TRANSOBJS)
303 $(CC) -o transz80 transz80.o $(Z80OBJS) $(TRANSOBJS) 303 $(CC) -o transz80 transz80.o $(Z80OBJS) $(TRANSOBJS)
304 304
305 ztestrun : ztestrun.o serialize.o $(Z80OBJS) $(TRANSOBJS) 305 ztestrun : ztestrun.o serialize.o $(Z80OBJS) $(TRANSOBJS)