Changeset b9e196b in rtems
- Timestamp:
- 08/16/03 12:32:19 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 29993bb
- Parents:
- 5321250
- Location:
- c/src/lib/libcpu/mips64orion
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips64orion/ChangeLog
r5321250 rb9e196b 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 timer/Makefile.am: Reflect having moved automake. 6 1 7 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libcpu/mips64orion/Makefile.am
r5321250 rb9e196b 7 7 SUBDIRS = clock timer 8 8 9 include $(top_srcdir)/../../../ ../../automake/subdirs.am10 include $(top_srcdir)/../../../ ../../automake/local.am9 include $(top_srcdir)/../../../automake/subdirs.am 10 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/mips64orion/clock/Makefile.am
r5321250 rb9e196b 14 14 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 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 # … … 30 30 EXTRA_DIST = ckinit.c clock.S clock.h 31 31 32 include $(top_srcdir)/../../../ ../../automake/local.am32 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/mips64orion/timer/Makefile.am
r5321250 rb9e196b 12 12 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 13 13 14 include $(top_srcdir)/../../../ ../../automake/compile.am15 include $(top_srcdir)/../../../ ../../automake/lib.am14 include $(top_srcdir)/../../../automake/compile.am 15 include $(top_srcdir)/../../../automake/lib.am 16 16 17 17 # … … 28 28 EXTRA_DIST = gettime.S timer.c 29 29 30 include $(top_srcdir)/../../../ ../../automake/local.am30 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.