Changeset 8a13fe81 in rtems
- Timestamp:
- Jan 30, 2004, 12:49:31 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d1b26aaf
- Parents:
- 2c8fbdd
- Location:
- c/src/lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog
r2c8fbdd r8a13fe81 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 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am
r2c8fbdd r8a13fe81 5 5 ACLOCAL_AMFLAGS = -I ../../../../../aclocal 6 6 7 # C source names 8 C_FILES = cpu.c 9 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) 7 include $(top_srcdir)/../../../../../automake/compile.am 8 9 EXTRA_PROGRAMS = 10 CLEANFILES = 11 noinst_DATA = 10 12 11 13 include_rtems_scoredir = $(includedir)/rtems/score 12 14 include_rtems_score_HEADERS = rtems/score/ppc_offs.h 13 15 14 # Assembly source names15 S_FILES = cpu_asm.S16 S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT))17 18 include $(top_srcdir)/../../../../../automake/compile.am19 include $(top_srcdir)/../../../../../automake/lib.am20 21 16 AM_CPPFLAGS += -I$(srcdir) 22 17 23 REL = $(ARCH)/rtems-cpu.rel 18 EXTRA_DIST = TODO irq_stub.S ppccache.c 24 19 25 $(REL): $(C_O_FILES) $(S_O_FILES) 26 $(make-rel) 20 EXTRA_PROGRAMS += rtems-cpu.rel 21 CLEANFILES += rtems-cpu.rel 22 rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S rtems/score/ppc_offs.h 23 rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 24 rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) 27 25 28 all-local: $(TMPINSTALL_FILES) $(REL) 26 EXTRA_PROGRAMS += rtems-cpu_g.rel 27 CLEANFILES += rtems-cpu_g.rel 28 rtems_cpu_g_rel_SOURCES = $(rtems_cpu_rel_SOURCES) 29 rtems_cpu_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) 30 rtems_cpu_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) 29 31 30 UNUSED_FILES = irq_stub.S 31 32 EXTRA_DIST = TODO $(C_FILES) $(S_FILES) $(UNUSED_FILES) 32 noinst_DATA += rtems-cpu$(LIB_VARIANT).rel 33 33 34 34 PREINSTALL_DIRS = … … 44 44 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h 45 45 46 CLEANFILES = $(PREINSTALL_FILES)46 CLEANFILES += $(PREINSTALL_FILES) 47 47 DISTCLEANFILES = $(PREINSTALL_DIRS) 48 48 -
c/src/lib/libbsp/powerpc/support/old_exception_processing/configure.ac
r2c8fbdd r8a13fe81 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/old-exceptions/ChangeLog
r2c8fbdd r8a13fe81 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 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7
Note: See TracChangeset
for help on using the changeset viewer.