Changeset 1c07f582 in rtems
- Timestamp:
- 05/01/02 23:05:49 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4f38ab05
- Parents:
- b97b2202
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
rb97b2202 r1c07f582 1 2002-04-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * rtems/powerpc/cache.h: New file (extracted from 4 old-exceptions/cpu.h) 5 * Makefile.am: Relect changes above. 6 1 7 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libcpu/powerpc/Makefile.am
rb97b2202 r1c07f582 4 4 5 5 ACLOCAL_AMFLAGS = -I ../../../../../aclocal 6 7 nobase_include_HEADERS = rtems/powerpc/cache.h 8 9 $(PROJECT_INCLUDE): 10 $(mkinstalldirs) $@ 11 12 $(PROJECT_INCLUDE)/rtems: 13 $(mkinstalldirs) $@ 14 15 $(PROJECT_INCLUDE)/rtems/powerpc: 16 $(mkinstalldirs) $@ 17 18 $(PROJECT_INCLUDE)/%: % 19 $(INSTALL_DATA) $< $@ 20 21 TMPINSTALL_FILES = $(PROJECT_INCLUDE) \ 22 $(PROJECT_INCLUDE)/rtems \ 23 $(PROJECT_INCLUDE)/rtems/powerpc \ 24 $(nobase_include_HEADERS:%=$(PROJECT_INCLUDE)/%) 6 25 7 26 ## Check configure.in for conditions to set the conditionals below … … 32 51 SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) wrapup 33 52 53 all-local: $(TMPINSTALL_FILES) 54 34 55 include $(top_srcdir)/../../../../../automake/subdirs.am 35 56 include $(top_srcdir)/../../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.