mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libchip/Makefile.am: Don't include lib.am. * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove unnecessary EXTRA_DISTs.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* libchip/Makefile.am: Don't include lib.am.
|
||||
* librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
|
||||
librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
|
||||
unnecessary EXTRA_DISTs.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
##
|
||||
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/lib.am
|
||||
|
||||
noinst_DATA =
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
|
||||
|
||||
RPCCPUDIR = $(RTEMS_CPU)/any
|
||||
|
||||
EXTRA_LIBRARIES = librdbg.a
|
||||
@@ -38,7 +36,6 @@ X_FILES = ../remdeb.x any/remdeb_f.x
|
||||
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
|
||||
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/lib.am
|
||||
|
||||
FRONTEND = \"$(RPCCPUDIR)/remdeb_f.x\"
|
||||
|
||||
@@ -75,7 +72,7 @@ include_rdbg_HEADERS = $(srcdir)/any/remdeb.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST += remdeb_f.x $(GEN_C_FILES)
|
||||
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
|
||||
|
||||
RPCCPUDIR = $(RTEMS_CPU)/any
|
||||
|
||||
EXTRA_LIBRARIES = librdbg.a
|
||||
@@ -38,7 +36,6 @@ X_FILES = ../remdeb.x any/remdeb_f.x
|
||||
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
|
||||
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/lib.am
|
||||
|
||||
FRONTEND = \"$(RPCCPUDIR)/remdeb_f.x\"
|
||||
|
||||
@@ -75,7 +72,7 @@ include_rdbg_HEADERS = $(srcdir)/any/remdeb.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST += remdeb_f.x $(GEN_C_FILES)
|
||||
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
|
||||
|
||||
RPCCPUDIR = $(RTEMS_CPU)/new_exception_processing
|
||||
|
||||
EXTRA_LIBRARIES = librdbg.a
|
||||
@@ -39,7 +37,6 @@ X_FILES = ../remdeb.x new_exception_processing/remdeb_f.x
|
||||
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
|
||||
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/lib.am
|
||||
|
||||
FRONTEND = \"$(RPCCPUDIR)/remdeb_f.x\"
|
||||
|
||||
@@ -76,7 +73,7 @@ include_rdbg_HEADERS = $(srcdir)/new_exception_processing/remdeb.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST += remdeb_f.x $(GEN_C_FILES)
|
||||
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
|
||||
Reference in New Issue
Block a user