From d1b26aafd6dcabc888586be86db1e1adf9bb6f05 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Jan 2004 12:54:49 +0000 Subject: 2004-01-30 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS. * Makefile.am: Use automake compilation rules. --- .../support/new_exception_processing/ChangeLog | 5 ++++ .../support/new_exception_processing/Makefile.am | 30 +++++++++++----------- .../support/new_exception_processing/configure.ac | 1 + c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog | 5 ++++ 4 files changed, 26 insertions(+), 15 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog index fecfd457c3..d4714a0b0d 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog @@ -1,3 +1,8 @@ +2004-01-30 Ralf Corsepius + + * configure.ac: Add RTEMS_PROG_CCAS. + * Makefile.am: Use automake compilation rules. + 2003-12-12 Ralf Corsepius * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am index 9bcad871b5..9c5b684b4e 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am @@ -4,26 +4,26 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal -C_FILES = cpu.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) - -S_FILES = cpu_asm.S -S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT)) - include $(top_srcdir)/../../../../../automake/compile.am -include $(top_srcdir)/../../../../../automake/lib.am -# -# (OPTIONAL) Add local stuff here using += -# +EXTRA_PROGRAMS = +CLEANFILES = +noinst_DATA = -REL = $(ARCH)/rtems-cpu.rel +all-local: $(TMPINSTALL_FILES) -$(REL): $(C_O_FILES) $(S_O_FILES) - $(make-rel) +EXTRA_PROGRAMS += rtems-cpu.rel +CLEANFILES += rtems-cpu.rel +rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S +rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -all-local: $(TMPINSTALL_FILES) $(REL) +EXTRA_PROGRAMS += rtems-cpu_g.rel +CLEANFILES += rtems-cpu_g.rel +rtems_cpu_g_rel_SOURCES = $(rtems_cpu_rel_SOURCES) +rtems_cpu_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) +rtems_cpu_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -EXTRA_DIST = $(C_FILES) $(S_FILES) +noinst_DATA += rtems-cpu$(LIB_VARIANT).rel include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/configure.ac b/c/src/lib/libbsp/powerpc/support/new_exception_processing/configure.ac index e97e894f0a..61969c11d9 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/configure.ac +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/configure.ac @@ -13,6 +13,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +RTEMS_PROG_CCAS AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog b/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog index fecfd457c3..d4714a0b0d 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog +++ b/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog @@ -1,3 +1,8 @@ +2004-01-30 Ralf Corsepius + + * configure.ac: Add RTEMS_PROG_CCAS. + * Makefile.am: Use automake compilation rules. + 2003-12-12 Ralf Corsepius * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. -- cgit v1.2.3