2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>

* Makefile.am, configure.ac: Remove (Unused).
This commit is contained in:
Ralf Corsepius
2005-02-12 03:51:21 +00:00
parent 9cd49d421a
commit 1e58f5a289
8 changed files with 16 additions and 88 deletions

View File

@@ -1,3 +1,7 @@
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Remove (Unused).
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -1,14 +0,0 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
include $(top_srcdir)/../../../../../automake/compile.am
noinst_PROGRAMS = rtems-cpu.rel
rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S
rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS)
rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -1,19 +0,0 @@
AC_PREREQ(2.59)
AC_INIT([rtems-c-src-lib-libbsp-powerpc-support-new_exception_processing],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu.c])
RTEMS_TOP(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.9])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Remove (Unused).
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h:

View File

@@ -1,36 +0,0 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
include $(top_srcdir)/../../../../../automake/compile.am
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = rtems/score/ppc_offs.h
AM_CPPFLAGS += -I$(srcdir)
EXTRA_DIST = TODO irq_stub.S ppccache.c
noinst_PROGRAMS = rtems-cpu.rel
rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S rtems/score/ppc_offs.h
rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS)
rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
PREINSTALL_DIRS =
PREINSTALL_FILES =
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
$(PROJECT_INCLUDE)/rtems/score/ppc_offs.h: rtems/score/ppc_offs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h
CLEANFILES = $(PREINSTALL_FILES)
DISTCLEANFILES = $(PREINSTALL_DIRS)
include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -1,19 +0,0 @@
AC_PREREQ(2.59)
AC_INIT([rtems-c-src-lib-libbsp-powerpc-support-old_exception_processing],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([cpu.c])
RTEMS_TOP(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.9])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Remove (Unused).
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -1,3 +1,7 @@
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Remove (Unused).
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: