From 4e36a2f133c68aaf637e166385eff1a05b59f38e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Jan 2000 15:27:02 +0000 Subject: Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from Ralf Corsepius that contain: * Modifications, (minor) corrections, cleanups to most existing Makefile.ams * Adds automake support to all remaining BSPs which have not yet been converted to automake. * Makefile.am for all remaining wrapup/Makefile.ams --- c/src/librdbg/src/i386/any/Makefile.am | 8 ++++---- c/src/librdbg/src/powerpc/mcp750/Makefile.am | 8 ++++---- c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'c/src/librdbg/src') diff --git a/c/src/librdbg/src/i386/any/Makefile.am b/c/src/librdbg/src/i386/any/Makefile.am index 09e67efe2d..13e1743c61 100644 --- a/c/src/librdbg/src/i386/any/Makefile.am +++ b/c/src/librdbg/src/i386/any/Makefile.am @@ -9,20 +9,20 @@ VPATH = @srcdir@:@srcdir@/..:@srcdir@/../.. LIBNAME = librdbg LIB = ${ARCH}/${LIBNAME}.a -# C and C++ source names, if any, go here -- minus the .c or .cc +# C and C++ source names C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \ servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -# Asm source names, if any, go here -- minus the .s +# Asm source names S_FILES = rdbg_cpu_asm.S S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) -# Generated C source names, if any, go here -- minus the .c +# Generated C source names GEN_C_FILES = remdeb_xdr.c remdeb_svc.c GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o) -# H source names, if any, go here -- minus the .h +# H source names H_FILES = remdeb.h # X source names diff --git a/c/src/librdbg/src/powerpc/mcp750/Makefile.am b/c/src/librdbg/src/powerpc/mcp750/Makefile.am index 758a69de50..7dec77f067 100644 --- a/c/src/librdbg/src/powerpc/mcp750/Makefile.am +++ b/c/src/librdbg/src/powerpc/mcp750/Makefile.am @@ -9,20 +9,20 @@ VPATH = @srcdir@:@srcdir@/..:@srcdir@/../.. LIBNAME = librdbg LIB = ${ARCH}/${LIBNAME}.a -# C and C++ source names, if any, go here -- minus the .c or .cc +# C and C++ source names C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \ servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -# Asm source names, if any, go here -- minus the .s +# Asm source names S_FILES = rdbg_cpu_asm.S S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) -# Generated C source names, if any, go here -- minus the .c +# Generated C source names GEN_C_FILES = remdeb_xdr.c remdeb_svc.c GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o) -# H source names, if any, go here -- minus the .h +# H source names H_FILES = remdeb.h # X source names diff --git a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am index 758a69de50..7dec77f067 100644 --- a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am +++ b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am @@ -9,20 +9,20 @@ VPATH = @srcdir@:@srcdir@/..:@srcdir@/../.. LIBNAME = librdbg LIB = ${ARCH}/${LIBNAME}.a -# C and C++ source names, if any, go here -- minus the .c or .cc +# C and C++ source names C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \ servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -# Asm source names, if any, go here -- minus the .s +# Asm source names S_FILES = rdbg_cpu_asm.S S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) -# Generated C source names, if any, go here -- minus the .c +# Generated C source names GEN_C_FILES = remdeb_xdr.c remdeb_svc.c GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o) -# H source names, if any, go here -- minus the .h +# H source names H_FILES = remdeb.h # X source names -- cgit v1.2.3