From 45269dc902f360953ecb9f8816beaae9daa4cec7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 15:34:26 +0000 Subject: Patch from Ralf Corsepius to move librdbg to its own top level package. --- c/src/lib/Makefile.am | 6 +----- c/src/lib/configure.in | 16 ---------------- c/src/lib/include/Makefile.am | 2 +- 3 files changed, 2 insertions(+), 22 deletions(-) (limited to 'c/src/lib') diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am index 0f0b750f5b..e588da2cc0 100644 --- a/c/src/lib/Makefile.am +++ b/c/src/lib/Makefile.am @@ -5,16 +5,12 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal -if HAS_RDBG -LIBRDBG = librdbg -endif - if HAS_LIBCHIP LIBCHIP = libchip endif SUBDIRS = start include libmisc libc libcpu libbsp \ - $(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) + $(LIBCHIP) $(LIBHWAPI) include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/lib/configure.in b/c/src/lib/configure.in index d4d945b0a7..dbb8bbd5e4 100644 --- a/c/src/lib/configure.in +++ b/c/src/lib/configure.in @@ -43,18 +43,6 @@ AM_CONDITIONAL(UNIX,test "$RTEMS_CPU" = "unix") AC_CONFIG_SUBDIRS(libcpu) AC_CONFIG_SUBDIRS(libbsp) -# If the TCP/IP stack is enabled, then find all TCP/IP Makefiles -if test "$HAS_NETWORKING" = "yes"; then - if test "$RTEMS_HAS_RDBG" = "yes"; then - RTEMS_CHECK_RDBG(RTEMS_BSP) - fi -fi - -if test "$HAS_RDBG" = "yes"; then - cfg_subdirs="$cfg_subdirs librdbg" -fi - -# If the HWAPI is enabled, the find the HWAPI Makefiles RTEMS_ENABLE_HWAPI if test "$RTEMS_HAS_HWAPI" = "yes"; then if test -d "${srcdir}/libhwapi"; then @@ -77,7 +65,6 @@ fi AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_LIBCHIP,test "$RTEMS_CPU" != "unix") -AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes") AC_CONFIG_SUBDIRS(libmisc) @@ -93,8 +80,5 @@ include/Makefile include/sys/Makefile include/motorola/Makefile include/zilog/Makefile -include/rdbg/Makefile -include/rdbg/i386/Makefile -include/rdbg/powerpc/Makefile libc/Makefile start/Makefile) diff --git a/c/src/lib/include/Makefile.am b/c/src/lib/include/Makefile.am index 52a266c506..363223b878 100644 --- a/c/src/lib/include/Makefile.am +++ b/c/src/lib/include/Makefile.am @@ -22,7 +22,7 @@ all-am: $(TMPINSTALL_FILES) debug-am: $(TMPINSTALL_FILES) profile-am: $(TMPINSTALL_FILES) -SUBDIRS = sys motorola zilog rdbg +SUBDIRS = sys motorola zilog include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3