Changeset 4e36a2f in rtems for c/src/librdbg
- Timestamp:
- 01/31/00 15:27:02 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bb18b95
- Parents:
- 8fbdf07
- Location:
- c/src/librdbg/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librdbg/src/i386/any/Makefile.am
r8fbdf07 r4e36a2f 10 10 LIB = ${ARCH}/${LIBNAME}.a 11 11 12 # C and C++ source names , if any, go here -- minus the .c or .cc12 # C and C++ source names 13 13 C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \ 14 14 servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c 15 15 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) 16 16 17 # Asm source names , if any, go here -- minus the .s17 # Asm source names 18 18 S_FILES = rdbg_cpu_asm.S 19 19 S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) 20 20 21 # Generated C source names , if any, go here -- minus the .c21 # Generated C source names 22 22 GEN_C_FILES = remdeb_xdr.c remdeb_svc.c 23 23 GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o) 24 24 25 # H source names , if any, go here -- minus the .h25 # H source names 26 26 H_FILES = remdeb.h 27 27 -
c/src/librdbg/src/powerpc/mcp750/Makefile.am
r8fbdf07 r4e36a2f 10 10 LIB = ${ARCH}/${LIBNAME}.a 11 11 12 # C and C++ source names , if any, go here -- minus the .c or .cc12 # C and C++ source names 13 13 C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \ 14 14 servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c 15 15 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) 16 16 17 # Asm source names , if any, go here -- minus the .s17 # Asm source names 18 18 S_FILES = rdbg_cpu_asm.S 19 19 S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) 20 20 21 # Generated C source names , if any, go here -- minus the .c21 # Generated C source names 22 22 GEN_C_FILES = remdeb_xdr.c remdeb_svc.c 23 23 GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o) 24 24 25 # H source names , if any, go here -- minus the .h25 # H source names 26 26 H_FILES = remdeb.h 27 27 -
c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
r8fbdf07 r4e36a2f 10 10 LIB = ${ARCH}/${LIBNAME}.a 11 11 12 # C and C++ source names , if any, go here -- minus the .c or .cc12 # C and C++ source names 13 13 C_FILES = rdbg.c servcon.c servbkpt.c servrpc.c excep.c excep_f.c servtgt.c \ 14 14 servtsp.c servutil.c _servtgt.c rdbg_f.c ptrace.c 15 15 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) 16 16 17 # Asm source names , if any, go here -- minus the .s17 # Asm source names 18 18 S_FILES = rdbg_cpu_asm.S 19 19 S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) 20 20 21 # Generated C source names , if any, go here -- minus the .c21 # Generated C source names 22 22 GEN_C_FILES = remdeb_xdr.c remdeb_svc.c 23 23 GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o) 24 24 25 # H source names , if any, go here -- minus the .h25 # H source names 26 26 H_FILES = remdeb.h 27 27
Note: See TracChangeset
for help on using the changeset viewer.