Changeset 4eef8f7 in rtems
- Timestamp:
- Jan 20, 2003, 4:34:19 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7b0c547a
- Parents:
- 159efe9f
- Location:
- c/src/lib/libcpu/i960
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i960/ChangeLog
r159efe9f r4eef8f7 1 2003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Merge-in include/Makefile.am. 4 * include/Makefile.am: Removed. 5 * configure.ac: Reflect changes above. 6 1 7 2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libcpu/i960/Makefile.am
r159efe9f r4eef8f7 5 5 ACLOCAL_AMFLAGS = -I ../../../../../aclocal 6 6 7 SUBDIRS = include i960ca i960ka i960rp 7 SUBDIRS = . i960ca i960ka i960rp 8 9 include_libcpudir = $(includedir)/libcpu 10 11 include_libcpu_HEADERS = include/i960CA.h include/i960HA.h include/i960KA.h \ 12 include/i960RP.h include/i960JX_RP_common.h 13 14 $(PROJECT_INCLUDE)/libcpu: 15 $(mkinstalldirs) $@ 16 17 $(PROJECT_INCLUDE)/libcpu/%.h: include/%.h 18 $(INSTALL_DATA) $< $@ 19 20 TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \ 21 $(include_libcpu_HEADERS:include/%.h=$(PROJECT_INCLUDE)/libcpu/%) 22 23 all-local: $(TMPINSTALL_FILES) 8 24 9 25 include $(top_srcdir)/../../../../../automake/subdirs.am -
c/src/lib/libcpu/i960/configure.ac
r159efe9f r4eef8f7 33 33 i960ca/Makefile 34 34 i960ka/Makefile 35 i960rp/Makefile 36 include/Makefile]) 35 i960rp/Makefile]) 37 36 AC_OUTPUT 38 37
Note: See TracChangeset
for help on using the changeset viewer.