Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc-extra / emu / rrz80 / Makefile.in
blob1873294c8567fb54fd98fb91d311f7058cae59b8
1 VPATH = @srcdir@
3 top_srcdir = @top_srcdir@
4 top_builddir = @top_builddir@
6 CSRC = rrz80.c map.c
7 CCSRC = disasm.cc
9 BIN = rrz80
11 SUBDIRS = cpu
13 # linking is done with gcc instead of g++
14 # stdc++ must be included while linking with
15 # gcc 3.2 under CYGWIN; 2003-01-26 Bernhard
16 LDLIBS += @LIBSTDCXX@
18 EXTRA_LIBS = cpu/libz80cpu.a
20 include $(top_builddir)/Makefile.rules