Changeset b0e2360 in rtems
- Timestamp:
- 08/16/03 12:32:06 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bd5efa92
- Parents:
- 0bc2339
- Location:
- c/src/lib/libcpu/hppa1.1
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/hppa1.1/ChangeLog
r0bc2339 rb0e2360 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 include/Makefile.am: Reflect having moved automake. 6 milli/Makefile.am: Reflect having moved automake. 7 semaphore/Makefile.am: Reflect having moved automake. 8 timer/Makefile.am: Reflect having moved automake. 9 1 10 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
c/src/lib/libcpu/hppa1.1/Makefile.am
r0bc2339 rb0e2360 7 7 SUBDIRS = include milli clock timer semaphore 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/hppa1.1/clock/Makefile.am
r0bc2339 rb0e2360 10 10 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(top_srcdir)/../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../automake/compile.am 13 include $(top_srcdir)/../../../automake/lib.am 14 14 15 15 # … … 26 26 EXTRA_DIST = clock.c 27 27 28 include $(top_srcdir)/../../../ ../../automake/local.am28 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/hppa1.1/include/Makefile.am
r0bc2339 rb0e2360 24 24 EXTRA_DIST = runway.h semaphore.h 25 25 26 include $(top_srcdir)/../../../ ../../automake/local.am26 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/hppa1.1/milli/Makefile.am
r0bc2339 rb0e2360 10 10 milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(top_srcdir)/../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../automake/compile.am 13 include $(top_srcdir)/../../../automake/lib.am 14 14 15 15 # … … 26 26 EXTRA_DIST = milli.S 27 27 28 include $(top_srcdir)/../../../ ../../automake/local.am28 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am
r0bc2339 rb0e2360 10 10 semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(top_srcdir)/../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../automake/compile.am 13 include $(top_srcdir)/../../../automake/lib.am 14 14 15 15 # … … 26 26 EXTRA_DIST = semaphore.c 27 27 28 include $(top_srcdir)/../../../ ../../automake/local.am28 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/hppa1.1/timer/Makefile.am
r0bc2339 rb0e2360 10 10 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(top_srcdir)/../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../automake/compile.am 13 include $(top_srcdir)/../../../automake/lib.am 14 14 15 15 # … … 26 26 EXTRA_DIST = timer.c 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.