Changeset d1b26aaf in rtems
- Timestamp:
- Jan 30, 2004, 12:54:49 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84b68f5f
- Parents:
- 8a13fe81
- Location:
- c/src/lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog
r8a13fe81 rd1b26aaf 1 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add RTEMS_PROG_CCAS. 4 * Makefile.am: Use automake compilation rules. 5 1 6 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
r8a13fe81 rd1b26aaf 5 5 ACLOCAL_AMFLAGS = -I ../../../../../aclocal 6 6 7 C_FILES = cpu.c 8 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) 7 include $(top_srcdir)/../../../../../automake/compile.am 9 8 10 S_FILES = cpu_asm.S 11 S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT)) 9 EXTRA_PROGRAMS = 10 CLEANFILES = 11 noinst_DATA = 12 12 13 include $(top_srcdir)/../../../../../automake/compile.am 14 include $(top_srcdir)/../../../../../automake/lib.am 13 all-local: $(TMPINSTALL_FILES) 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 15 EXTRA_PROGRAMS += rtems-cpu.rel 16 CLEANFILES += rtems-cpu.rel 17 rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S 18 rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 19 rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) 19 20 20 REL = $(ARCH)/rtems-cpu.rel 21 EXTRA_PROGRAMS += rtems-cpu_g.rel 22 CLEANFILES += rtems-cpu_g.rel 23 rtems_cpu_g_rel_SOURCES = $(rtems_cpu_rel_SOURCES) 24 rtems_cpu_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) 25 rtems_cpu_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) 21 26 22 $(REL): $(C_O_FILES) $(S_O_FILES) 23 $(make-rel) 24 25 all-local: $(TMPINSTALL_FILES) $(REL) 26 27 EXTRA_DIST = $(C_FILES) $(S_FILES) 27 noinst_DATA += rtems-cpu$(LIB_VARIANT).rel 28 28 29 29 include $(top_srcdir)/../../../../../automake/local.am -
c/src/lib/libbsp/powerpc/support/new_exception_processing/configure.ac
r8a13fe81 rd1b26aaf 14 14 RTEMS_PROG_CC_FOR_TARGET 15 15 RTEMS_CANONICALIZE_TOOLS 16 RTEMS_PROG_CCAS 16 17 17 18 AC_CONFIG_FILES([Makefile]) -
c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog
r8a13fe81 rd1b26aaf 1 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add RTEMS_PROG_CCAS. 4 * Makefile.am: Use automake compilation rules. 5 1 6 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7
Note: See TracChangeset
for help on using the changeset viewer.