Changeset 3ffcd229 in rtems


Ignore:
Timestamp:
08/09/03 09:36:05 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7ebeaa1
Parents:
b31b35f
Message:

2003-08-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
Location:
c/src/lib/libcpu/sh
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sh/sh7032/ChangeLog

    rb31b35f r3ffcd229  
     12003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
     4
    152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/sh/sh7032/Makefile.am

    rb31b35f r3ffcd229  
    2222        $(INSTALL_DATA) $< $@
    2323
     24$(PROJECT_INCLUDE)/rtems/score:
     25        $(mkinstalldirs) $@
     26
    2427$(PROJECT_INCLUDE)/rtems/score/%.h: include/%.h
    2528        $(INSTALL_DATA) $< $@
     
    2730PREINSTALL_FILES = $(PROJECT_INCLUDE)/sh \
    2831    $(include_sh_HEADERS:include/%.h=$(PROJECT_INCLUDE)/sh/%.h) \
     32    $(PROJECT_INCLUDE)/rtems/score \
    2933    $(include_rtems_score_HEADERS:include/%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
    3034
  • c/src/lib/libcpu/sh/sh7045/ChangeLog

    rb31b35f r3ffcd229  
     12003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
     4
    152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/sh/sh7045/Makefile.am

    rb31b35f r3ffcd229  
    2323        $(INSTALL_DATA) $< $@
    2424
     25$(PROJECT_INCLUDE)/rtems/score:
     26        $(mkinstalldirs) $@
     27
    2528$(PROJECT_INCLUDE)/rtems/score/%.h: include/%.h
    2629        $(INSTALL_DATA) $< $@
     
    2831PREINSTALL_FILES = $(PROJECT_INCLUDE)/sh \
    2932    $(include_sh_HEADERS:include/%=$(PROJECT_INCLUDE)/sh/%) \
     33    $(PROJECT_INCLUDE)/rtems/score \
    3034    $(include_rtems_score_HEADERS:include/%=$(PROJECT_INCLUDE)/rtems/score/%)
    3135
Note: See TracChangeset for help on using the changeset viewer.