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:
Ralf Corsepius
2004-02-09 14:52:00 +00:00
parent cd24a22b43
commit 97380b40f4
5 changed files with 10 additions and 13 deletions

View File

@@ -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

View File

@@ -3,7 +3,6 @@
##
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
noinst_DATA =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =