Fri May 8 07:48:27 1992 K. Richard Pixley (rich@cygnus.com)
+ * Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,
+ 29k-share/dfe/yank.c, vx-share/xdr_ptrace.c, vx-share/xdr_regs.c:
+ Remove -I29k-share, -Ivx-share from Makefile.in. Make #includes
+ relative to each source file.
+
* Makefile.in: propogate INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
recursions.
# All the includes used for CFLAGS and for lint.
# -I. for config files.
# -I${srcdir} possibly for regex.h also.
-INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR) -I${srcdir}/vx-share -I${srcdir}/29k-share/include -I${srcdir}/29k-share/udi
+INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR)
# {X,T}M_CFLAGS, if defined, has system-dependent CFLAGS.
# CFLAGS for GDB
#include <string.h>
#include "terminal.h"
#include "target.h"
-#include "udiproc.h"
+#include "29k-share/udi/udiproc.h"
/* access the register store directly, without going through
the normal handler functions. This avoids an extra data copy
#undef free
#include <sys/time.h> /* UTek's <rpc/rpc.h> doesn't #incl this */
#include <netdb.h>
-#include <ptrace.h>
-#include "xdr_ptrace.h"
-#include "xdr_ld.h"
-#include "xdr_rdb.h"
-#include "dbgRpcLib.h"
+#include "vx-share/ptrace.h"
+#include "vx-share/xdr_ptrace.h"
+#include "vx-share/xdr_ld.h"
+#include "vx-share/xdr_rdb.h"
+#include "vx-share/dbgRpcLib.h"
#include <symtab.h>
01a,05jun90,llk extracted from xdr_ptrace.h, version 01c.
*/
-#include <vxWorks.h>
+#include "vxWorks.h"
#include <rpc/rpc.h>
-#include <xdr_ptrace.h>
+#include "xdr_ptrace.h"
#define MAX_LEN 32000
for the GDB interface for VxWorks.
*/
-#include <vxWorks.h>
+#include "vxWorks.h"
#include <rpc/rpc.h>
-#include <reg.h>
-#include <xdr_regs.h>
+#include "reg.h"
+#include "xdr_regs.h"
#ifdef I80960