Changeset 2eb9d169 in rtems


Ignore:
Timestamp:
03/05/01 22:49:23 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1fc16ff
Parents:
98f3cfa
Message:

2001-02-18 Ralf Corsepiu <corsepius@…>

  • include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
Location:
c/src/lib/libcpu/sh/sh7032
Files:
2 edited

Legend:

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

    r98f3cfa r2eb9d169  
     12001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
     2
     3        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
     4
    152001-01-05      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/lib/libcpu/sh/sh7032/include/Makefile.am

    r98f3cfa r2eb9d169  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = sci.h sh7_pfc.h sh7_sci.h
    8 SCORE_H_FILES = ispsh7032.h iosh7032.h
    9 
    107# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
    118#       file name conflicts
     9include_shdir = $(includedir)/sh
     10include_rtems_scoredir = $(includedir)/rtems/score
     11
     12include_sh_HEADERS = sci.h sh7_pfc.h sh7_sci.h
     13include_rtems_score_HEADERS = ispsh7032.h iosh7032.h
    1214
    1315$(PROJECT_INCLUDE)/sh:
     
    2123
    2224TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \
    23     $(H_FILES:%.h=$(PROJECT_INCLUDE)/sh/%.h) \
    24     $(SCORE_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
     25    $(include_sh_HEADERS:%=$(PROJECT_INCLUDE)/sh/%) \
     26    $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%)
    2527
    2628all-local: $(TMPINSTALL_FILES)
Note: See TracChangeset for help on using the changeset viewer.