head	1.2;
access;
symbols
	RELENG_3_5_0_RELEASE:1.1.1.1.4.1
	RELENG_3_4_0_RELEASE:1.1.1.1.4.1
	RELENG_3_3_0_RELEASE:1.1.1.1.4.1
	RELENG_3_2_0_RELEASE:1.1.1.1.4.1
	RELENG_3_1_0_RELEASE:1.1.1.1
	RELENG_3:1.1.1.1.0.4
	RELENG_3_BP:1.1.1.1
	RELENG_2_2_8_RELEASE:1.1.1.1
	RELENG_3_0_0_RELEASE:1.1.1.1
	RELENG_2_2_7_RELEASE:1.1.1.1
	RELENG_2_2_6_RELEASE:1.1.1.1
	RELENG_2_2_5_RELEASE:1.1.1.1
	RELENG_2_2_2_RELEASE:1.1.1.1
	RELENG_2_2_1_RELEASE:1.1.1.1
	RELENG_2_2_0_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	v4_16:1.1.1.1
	FSF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	99.05.02.15.33.56;	author dfr;	state dead;
branches;
next	1.1;

1.1
date	96.11.03.17.02.53;	author pst;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.11.03.17.02.53;	author pst;	state Exp;
branches
	1.1.1.1.4.1;
next	1.1.1.2;

1.1.1.2
date	2004.06.20.01.55.44;	author marcel;	state dead;
branches;
next	;

1.1.1.1.4.1
date	99.05.08.08.58.10;	author dfr;	state dead;
branches;
next	;


desc
@@


1.2
log
@Delete parts of gdb which are now shared with binutils.
@
text
@# VxWorks 5.x target Makefile fragment.
# The autoconfiguration fails for a VxWorks target, because the
# libraries are actually on the target board, not in the file system.
# Therefore, we compute the dependencies by hand.

HDEFINES = -DNO_SYS_PARAM_H
CONFIG_H = vxconfig.h
NEEDED_LIST = vxneeded-list

vxconfig.h: Makefile
	if [ -f ../newlib/Makefile ]; then \
	  $(MAKE) $(FLAGS_TO_PASS) xconfig.h; \
	  cp xconfig.h vxconfig.h; \
	else \
	  echo "#define NEED_sys_nerr 1" >vxconfig.h; \
	  echo "#define NEED_sys_errlist 1" >>vxconfig.h; \
	  echo "#define NEED_sys_siglist 1" >>vxconfig.h; \
	  echo "#define NEED_psignal 1" >>vxconfig.h; \
	fi

vxneeded-list: Makefile
	if [ -f ../newlib/Makefile ]; then \
	  $(MAKE) $(FLAGS_TO_PASS) xneeded-list; \
	  cp xneeded-list vxneeded-list; \
	else \
	  echo getopt.o getpagesize.o insque.o random.o strcasecmp.o strncasecmp.o strdup.o vfork.o sigsetmask.o waitpid.o >vxneeded-list; \
	fi
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import GDB in its full glory (all 25mb).  We'll put it on a diet once it's
fully registered.

(This is the second try, the first import ignored .info files but not .info-*
 files, for some reason.  I'm going to make this consistent.)

Reviewed by:	core
Approved for:	2.2
@
text
@@


1.1.1.2
log
@This file was not part of the GDB 5.2.1 import and should have been
deleted from the vendor branch.
@
text
@@


1.1.1.1.4.1
log
@MFC: Import gdb-4.18

Approved by: core
@
text
@@
