Changeset ff118d4b in rtems
- Timestamp:
- Nov 2, 2002, 2:33:39 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 76b6085f
- Parents:
- cf0bf01
- Location:
- c/src/lib/libcpu/mips
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/ChangeLog
rcf0bf01 rff118d4b 1 2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am. 4 Install include/mongoose-v.h. 5 * mongoosev/include/Makefile.am: Remove. 6 * configure.ac: Reflect changes above. 7 1 8 2002-11-01 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/lib/libcpu/mips/configure.ac
rcf0bf01 rff118d4b 40 40 mongoosev/Makefile 41 41 mongoosev/duart/Makefile 42 mongoosev/include/Makefile43 42 mongoosev/vectorisrs/Makefile 44 43 shared/Makefile -
c/src/lib/libcpu/mips/mongoosev/Makefile.am
rcf0bf01 rff118d4b 5 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 6 6 7 SUBDIRS = include duart vectorisrs 7 SUBDIRS = duart vectorisrs 8 9 include_mipsdir = $(includedir)/libcpu 10 include_mips_HEADERS = include/mongoose-v.h 11 12 $(PROJECT_INCLUDE)/libcpu: 13 $(mkinstalldirs) $@ 14 15 $(PROJECT_INCLUDE)/libcpu/%.h: include/%.h 16 $(INSTALL_DATA) $< $@ 17 18 TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \ 19 $(include_mips_HEADERS:include/%.h=$(PROJECT_INCLUDE)/libcpu/%.h) 20 21 all-local: $(TMPINSTALL_FILES) 8 22 9 23 include $(top_srcdir)/../../../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.