Changeset 1c07f582 in rtems


Ignore:
Timestamp:
05/01/02 23:05:49 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4f38ab05
Parents:
b97b2202
Message:

2002-04-30 Ralf Corsepius <corsepiu@…>

  • rtems/powerpc/cache.h: New file (extracted from old-exceptions/cpu.h)
  • Makefile.am: Relect changes above.
Location:
c/src/lib/libcpu/powerpc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/powerpc/ChangeLog

    rb97b2202 r1c07f582  
     12002-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
    172002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libcpu/powerpc/Makefile.am

    rb97b2202 r1c07f582  
    44
    55ACLOCAL_AMFLAGS = -I ../../../../../aclocal
     6
     7nobase_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
     21TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
     22  $(PROJECT_INCLUDE)/rtems \
     23  $(PROJECT_INCLUDE)/rtems/powerpc \
     24  $(nobase_include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    625
    726## Check configure.in for conditions to set the conditionals below
     
    3251SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) wrapup
    3352
     53all-local: $(TMPINSTALL_FILES)
     54
    3455include $(top_srcdir)/../../../../../automake/subdirs.am
    3556include $(top_srcdir)/../../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.