struct / union in initializer, RFE #901.
[sdcc.git] / sdcc-extra / emu / rrz80 / cpu / Makefile.in
blob00e7119efc1ef4cd1dcf6660ac377d2b044b657b
1 VPATH = @srcdir@
3 top_srcdir = @top_srcdir@
4 top_builddir = @top_builddir@
7 CSRC = z80.c z80optab.c z80_step.c \
8 z80_op1.c z80_op2.c z80_op3.c z80_op4.c z80_op5.c z80_op6.c
10 LIB = libz80cpu.a
12 CFLAGS = -DZ80C=1 -DCLEAR_MEM=1 -DHIJACK_RST_08=1 -DDEBUG_Z80=1 -DRETURN_HOOK=1
14 include $(top_builddir)/Makefile.rules