Changeset 7d751b6 in rtems
- Timestamp:
- 08/16/03 12:53:33 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 724cc1e
- Parents:
- bc92457
- Location:
- c/src/lib/libbsp/powerpc/helas403
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/helas403/ChangeLog
rbc92457 r7d751b6 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 dlentry/Makefile.am: Reflect having moved automake. 5 flashentry/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 startup/Makefile.am: Reflect having moved automake. 8 wrapup/Makefile.am: Reflect having moved automake. 9 1 10 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
c/src/lib/libbsp/powerpc/helas403/Makefile.am
rbc92457 r7d751b6 18 18 EXTRA_DIST = bsp_specs bsp_specs.dl times 19 19 20 include $(top_srcdir)/../../../../ ../../automake/subdirs.am21 include $(top_srcdir)/../../../../ ../../automake/local.am20 include $(top_srcdir)/../../../../automake/subdirs.am 21 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am
rbc92457 r7d751b6 11 11 OBJS = $(S_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = dlentry.S 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.am
rbc92457 r7d751b6 11 11 OBJS = $(S_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = flashentry.S 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/helas403/include/Makefile.am
rbc92457 r7d751b6 17 17 all-local: $(TMPINSTALL_FILES) 18 18 19 include $(top_srcdir)/../../../../ ../../automake/force-preinstall.am20 include $(top_srcdir)/../../../../ ../../automake/local.am19 include $(top_srcdir)/../../../../automake/force-preinstall.am 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/helas403/startup/Makefile.am
rbc92457 r7d751b6 14 14 OBJS = $(C_O_FILES) 15 15 16 include $(top_srcdir)/../../../../ ../../automake/compile.am17 include $(top_srcdir)/../../../../ ../../automake/lib.am16 include $(top_srcdir)/../../../../automake/compile.am 17 include $(top_srcdir)/../../../../automake/lib.am 18 18 19 19 # … … 38 38 EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.dl setvec.c 39 39 40 include $(top_srcdir)/../../../../ ../../automake/local.am40 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am
rbc92457 r7d751b6 14 14 LIB = $(ARCH)/libbsp.a 15 15 16 include $(top_srcdir)/../../../../ ../../automake/compile.am17 include $(top_srcdir)/../../../../ ../../automake/lib.am16 include $(top_srcdir)/../../../../automake/compile.am 17 include $(top_srcdir)/../../../../automake/lib.am 18 18 19 19 # … … 26 26 all-local: $(ARCH) $(LIB) 27 27 28 include $(top_srcdir)/../../../../ ../../automake/local.am28 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.