Changeset e78e7be4 in rtems
- Timestamp:
- Jan 20, 2004, 3:03:47 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 02b8de7
- Parents:
- 3cdac3ee
- Location:
- c/src/lib/libbsp/m68k/sim68000
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/sim68000/ChangeLog
r3cdac3ee re78e7be4 1 2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove non-existing file "times" from EXTRA_DIST. 4 * startup/Makefile.am: Remove non-existing files setvec.c, 5 bspclean.c, exit.c from EXTRA_DIST. 6 * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST. 7 * wrapup/Makefile.am: Reflect changes to libcpu. 8 1 9 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/sim68000/Makefile.am
r3cdac3ee re78e7be4 13 13 14 14 nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h 15 16 EXTRA_DIST = times17 15 18 16 S_FILES = start/start.S -
c/src/lib/libbsp/m68k/sim68000/startup/Makefile.am
r3cdac3ee re78e7be4 30 30 all-local: $(PGM) $(TMPINSTALL_FILES) 31 31 32 EXTRA_DIST = bsp clean.c bspstart.c exit.c linkcmds setvec.c32 EXTRA_DIST = bspstart.c linkcmds 33 33 34 34 TMPINSTALL_FILES = -
c/src/lib/libbsp/m68k/sim68000/timer/Makefile.am
r3cdac3ee re78e7be4 28 28 .PRECIOUS: $(PGM) 29 29 30 EXTRA_DIST = timer.c31 32 30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/sim68000/wrapup/Makefile.am
r3cdac3ee re78e7be4 10 10 # bummer; have to use $foreach since % pattern subst rules only replace 1x 11 11 OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 12 $(wildcard \ 13 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT)) \ 14 $(wildcard \ 15 ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ 16 $(foreach piece, $(GENERIC_FILES), \ 17 ../../../$(piece)/$(ARCH)/$(piece).rel) 12 ../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \ 13 ../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel 18 14 19 15 $(ARCH)/libbsp.a: ${OBJS}
Note: See TracChangeset
for help on using the changeset viewer.