Changeset 4e36a2f in rtems for c/src/librdbg


Ignore:
Timestamp:
01/31/00 15:27:02 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bb18b95
Parents:
8fbdf07
Message:

Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from
Ralf Corsepius <corsepiu@…> 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
Location:
c/src/librdbg/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/librdbg/src/i386/any/Makefile.am

    r8fbdf07 r4e36a2f  
    1010LIB = ${ARCH}/${LIBNAME}.a
    1111
    12 # C and C++ source names, if any, go here -- minus the .c or .cc
     12# C and C++ source names
    1313C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \
    1414    servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c
    1515C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
    1616
    17 # Asm source names, if any, go here -- minus the .s
     17# Asm source names
    1818S_FILES = rdbg_cpu_asm.S
    1919S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
    2020
    21 # Generated C source names, if any, go here -- minus the .c
     21# Generated C source names
    2222GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
    2323GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
    2424
    25 # H source names, if any, go here -- minus the .h
     25# H source names
    2626H_FILES = remdeb.h
    2727
  • c/src/librdbg/src/powerpc/mcp750/Makefile.am

    r8fbdf07 r4e36a2f  
    1010LIB = ${ARCH}/${LIBNAME}.a
    1111
    12 # C and C++ source names, if any, go here -- minus the .c or .cc
     12# C and C++ source names
    1313C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \
    1414    servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c
    1515C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
    1616
    17 # Asm source names, if any, go here -- minus the .s
     17# Asm source names
    1818S_FILES = rdbg_cpu_asm.S
    1919S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
    2020
    21 # Generated C source names, if any, go here -- minus the .c
     21# Generated C source names
    2222GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
    2323GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
    2424
    25 # H source names, if any, go here -- minus the .h
     25# H source names
    2626H_FILES = remdeb.h
    2727
  • c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am

    r8fbdf07 r4e36a2f  
    1010LIB = ${ARCH}/${LIBNAME}.a
    1111
    12 # C and C++ source names, if any, go here -- minus the .c or .cc
     12# C and C++ source names
    1313C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \
    1414    servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c
    1515C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
    1616
    17 # Asm source names, if any, go here -- minus the .s
     17# Asm source names
    1818S_FILES = rdbg_cpu_asm.S
    1919S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
    2020
    21 # Generated C source names, if any, go here -- minus the .c
     21# Generated C source names
    2222GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
    2323GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
    2424
    25 # H source names, if any, go here -- minus the .h
     25# H source names
    2626H_FILES = remdeb.h
    2727
Note: See TracChangeset for help on using the changeset viewer.