1# Host: Intel 386 running SVR4
2
3# we don't want nm-i386v4.h since that defines LOSING_POLL which isn't
4# appropriate for i386v42mp
5NAT_FILE= nm-i386v42mp.h
6
7# NATDEPFILES must remain entirely on one line.  When building a cross
8# debugger, configure will cause this line to be commented out in the
9# Makefile.  Many non-GNU versions of make don't permit the use of a
10# continuation character (backslash) to extend a commented line.  As a
11# consequence, make considers subsequent tab-indented lines to be
12# some sort of error.
13NATDEPFILES= corelow.o core-regset.o fork-child.o i386v4-nat.o \
14	gcore.o solib.o solib-svr4.o solib-legacy.o procfs.o proc-api.o \
15	proc-events.o proc-flags.o proc-why.o uw-thread.o
16
17