- Timestamp:
- 08/16/03 12:32:49 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d8abd37
- Parents:
- bf0747d
- Location:
- c/src/lib/libcpu/sparc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sparc/ChangeLog
rbf0747d rf581aa6f 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 cache/Makefile.am: Reflect having moved automake. 5 reg_win/Makefile.am: Reflect having moved automake. 6 syscall/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/sparc/Makefile.am
rbf0747d rf581aa6f 7 7 SUBDIRS = cache reg_win syscall 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/sparc/cache/Makefile.am
rbf0747d rf581aa6f 14 14 noinst_HEADERS = cache_.h 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 if has_instruction_cache … … 41 41 EXTRA_DIST = cache.c cache_.h 42 42 43 include $(top_srcdir)/../../../ ../../automake/local.am43 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/sparc/reg_win/Makefile.am
rbf0747d rf581aa6f 9 9 reg_win_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 10 10 11 include $(top_srcdir)/../../../ ../../automake/compile.am12 include $(top_srcdir)/../../../ ../../automake/lib.am11 include $(top_srcdir)/../../../automake/compile.am 12 include $(top_srcdir)/../../../automake/lib.am 13 13 14 14 # … … 28 28 EXTRA_DIST = window.S 29 29 30 include $(top_srcdir)/../../../ ../../automake/local.am30 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/sparc/syscall/Makefile.am
rbf0747d rf581aa6f 13 13 syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 14 14 15 include $(top_srcdir)/../../../ ../../automake/compile.am16 include $(top_srcdir)/../../../ ../../automake/lib.am15 include $(top_srcdir)/../../../automake/compile.am 16 include $(top_srcdir)/../../../automake/lib.am 17 17 18 18 # … … 32 32 EXTRA_DIST = syscall.S syscall.h 33 33 34 include $(top_srcdir)/../../../ ../../automake/local.am34 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.