- Timestamp:
- 08/16/03 12:32:11 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5321250
- Parents:
- b0e2360
- Location:
- c/src/lib/libcpu/i960
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i960/ChangeLog
rb0e2360 rbd5efa92 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 i960ca/Makefile.am: Reflect having moved automake. 5 i960ka/Makefile.am: Reflect having moved automake. 6 i960rp/Makefile.am: Reflect having moved automake. 7 1 8 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libcpu/i960/Makefile.am
rb0e2360 rbd5efa92 23 23 all-local: $(TMPINSTALL_FILES) 24 24 25 include $(top_srcdir)/../../../ ../../automake/subdirs.am26 include $(top_srcdir)/../../../ ../../automake/local.am25 include $(top_srcdir)/../../../automake/subdirs.am 26 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/i960/i960ca/Makefile.am
rb0e2360 rbd5efa92 4 4 5 5 6 include $(top_srcdir)/../../../ ../../automake/compile.am7 include $(top_srcdir)/../../../ ../../automake/lib.am6 include $(top_srcdir)/../../../automake/compile.am 7 include $(top_srcdir)/../../../automake/lib.am 8 8 9 9 C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c … … 20 20 EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c 21 21 22 include $(top_srcdir)/../../../ ../../automake/local.am22 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/i960/i960ka/Makefile.am
rb0e2360 rbd5efa92 4 4 5 5 6 include $(top_srcdir)/../../../ ../../automake/compile.am7 include $(top_srcdir)/../../../ ../../automake/lib.am6 include $(top_srcdir)/../../../automake/compile.am 7 include $(top_srcdir)/../../../automake/lib.am 8 8 9 9 C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c … … 20 20 EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c 21 21 22 include $(top_srcdir)/../../../ ../../automake/local.am22 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/i960/i960rp/Makefile.am
rb0e2360 rbd5efa92 4 4 5 5 6 include $(top_srcdir)/../../../ ../../automake/compile.am7 include $(top_srcdir)/../../../ ../../automake/lib.am6 include $(top_srcdir)/../../../automake/compile.am 7 include $(top_srcdir)/../../../automake/lib.am 8 8 9 9 C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c … … 20 20 EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c 21 21 22 include $(top_srcdir)/../../../ ../../automake/local.am22 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.