forked from Imagelibrary/rtems
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. include/rdbg/Makefile.am: Reflect having moved automake. include/rdbg/i386/Makefile.am: Reflect having moved automake. include/rdbg/m68k/Makefile.am: Reflect having moved automake. include/rdbg/powerpc/Makefile.am: Reflect having moved automake. src/Makefile.am: Reflect having moved automake. src/i386/Makefile.am: Reflect having moved automake. src/i386/any/Makefile.am: Reflect having moved automake. src/m68k/Makefile.am: Reflect having moved automake. src/m68k/any/Makefile.am: Reflect having moved automake. src/powerpc/Makefile.am: Reflect having moved automake. src/powerpc/new_exception_processing/Makefile.am: Reflect having moved automake.
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
Makefile.am: Reflect having moved automake.
|
||||
include/Makefile.am: Reflect having moved automake.
|
||||
include/rdbg/Makefile.am: Reflect having moved automake.
|
||||
include/rdbg/i386/Makefile.am: Reflect having moved automake.
|
||||
include/rdbg/m68k/Makefile.am: Reflect having moved automake.
|
||||
include/rdbg/powerpc/Makefile.am: Reflect having moved automake.
|
||||
src/Makefile.am: Reflect having moved automake.
|
||||
src/i386/Makefile.am: Reflect having moved automake.
|
||||
src/i386/any/Makefile.am: Reflect having moved automake.
|
||||
src/m68k/Makefile.am: Reflect having moved automake.
|
||||
src/m68k/any/Makefile.am: Reflect having moved automake.
|
||||
src/powerpc/Makefile.am: Reflect having moved automake.
|
||||
src/powerpc/new_exception_processing/Makefile.am: Reflect having moved automake.
|
||||
|
||||
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
SUBDIRS = include src
|
||||
|
||||
include $(top_srcdir)/../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
|
||||
SUBDIRS = rdbg
|
||||
|
||||
include $(top_srcdir)/../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -23,5 +23,5 @@ SUBDIRS = $(RTEMS_CPU)
|
||||
DIST_SUBDIRS = $(RTEMS_CPU)
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -17,4 +17,4 @@ $(PROJECT_INCLUDE)/rdbg/%.h: %.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -17,4 +17,4 @@ $(PROJECT_INCLUDE)/rdbg/%.h: %.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -17,4 +17,4 @@ $(PROJECT_INCLUDE)/rdbg/%.h: %.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -10,5 +10,5 @@ endif
|
||||
EXTRA_DIST = _servtgt.c awk.svc excep.c ptrace.c rdbg.c remdeb.x servbkpt.c \
|
||||
servcon.c servrpc.c servtgt.c servtsp.c servutil.c
|
||||
|
||||
include $(top_srcdir)/../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -7,5 +7,5 @@ SUBDIRS = any
|
||||
|
||||
EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
|
||||
|
||||
include $(top_srcdir)/../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -34,8 +34,8 @@ OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
|
||||
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../automake/compile.am
|
||||
include $(top_srcdir)/../../automake/lib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/lib.am
|
||||
|
||||
#
|
||||
# Add local stuff here using +=
|
||||
@@ -91,4 +91,4 @@ all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -7,5 +7,5 @@ SUBDIRS = any
|
||||
|
||||
EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
|
||||
|
||||
include $(top_srcdir)/../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -34,8 +34,8 @@ OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
|
||||
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../automake/compile.am
|
||||
include $(top_srcdir)/../../automake/lib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/lib.am
|
||||
|
||||
#
|
||||
# Add local stuff here using +=
|
||||
@@ -91,4 +91,4 @@ all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -7,5 +7,5 @@ SUBDIRS = new_exception_processing
|
||||
|
||||
EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
|
||||
|
||||
include $(top_srcdir)/../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -34,8 +34,8 @@ OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
|
||||
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../automake/compile.am
|
||||
include $(top_srcdir)/../../automake/lib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/lib.am
|
||||
|
||||
#
|
||||
# Add local stuff here using +=
|
||||
@@ -91,4 +91,4 @@ all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user