- Timestamp:
- 08/16/03 12:58:17 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a6c03545
- Parents:
- 61ffa76b
- Location:
- c/src/lib/libbsp/hppa1.1/simhppa
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
r61ffa76b r14fb972 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 include/Makefile.am: Reflect having moved automake. 5 shmsupp/Makefile.am: Reflect having moved automake. 6 start/Makefile.am: Reflect having moved automake. 7 startup/Makefile.am: Reflect having moved automake. 8 tty/Makefile.am: Reflect having moved automake. 9 wrapup/Makefile.am: Reflect having moved automake. 10 1 11 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 12 -
c/src/lib/libbsp/hppa1.1/simhppa/Makefile.am
r61ffa76b r14fb972 13 13 EXTRA_DIST = bsp_specs times 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am
r61ffa76b r14fb972 31 31 all-local: $(TMPINSTALL_FILES) 32 32 33 include $(top_srcdir)/../../../../ ../../automake/local.am33 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am
r61ffa76b r14fb972 11 11 OBJS = $(C_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 = addrconv.c cause_intr.c getcfg.c lock.c mpisr.c README 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am
r61ffa76b r14fb972 8 8 OBJS = $(S_O_FILES) 9 9 10 include $(top_srcdir)/../../../../ ../../automake/compile.am11 include $(top_srcdir)/../../../../ ../../automake/lib.am10 include $(top_srcdir)/../../../../automake/compile.am 11 include $(top_srcdir)/../../../../automake/lib.am 12 12 13 13 # … … 28 28 EXTRA_DIST = start.S 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am
r61ffa76b r14fb972 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 # … … 39 39 EXTRA_DIST = bspclean.c bspstart.c setvec.c 40 40 41 include $(top_srcdir)/../../../../ ../../automake/local.am41 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am
r61ffa76b r14fb972 11 11 OBJS = $(C_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 = tty.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am
r61ffa76b r14fb972 16 16 BSP_FILES = startup tty $(BSP_MP_O_FILES) 17 17 18 include $(top_srcdir)/../../../../ ../../automake/compile.am19 include $(top_srcdir)/../../../../ ../../automake/lib.am18 include $(top_srcdir)/../../../../automake/compile.am 19 include $(top_srcdir)/../../../../automake/lib.am 20 20 21 21 # bummer; have to use $foreach since % pattern subst rules only replace 1x … … 35 35 all-local: $(ARCH) $(LIB) 36 36 37 include $(top_srcdir)/../../../../ ../../automake/local.am37 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.