Changeset 5ce7c349 in rtems


Ignore:
Timestamp:
03/05/01 22:46:48 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
232b6333
Parents:
f010a5e
Message:

2001-02-18 Ralf Corsepius <corsepiu@…:

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

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/hppa1.1/ChangeLog

    rf010a5e r5ce7c349  
     12001-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de:
     2
     3        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.       
     4
    152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libcpu/hppa1.1/include/Makefile.am

    rf010a5e r5ce7c349  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = runway.h semaphore.h
     7include_hppa1_1dir = $(includedir)/hppa1.1
     8
     9include_hppa1_1_HEADERS = runway.h semaphore.h
    810
    911# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
     
    1719
    1820PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \
    19     $(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h)
     21    $(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%)
    2022
    2123all-local: $(TMPINSTALL_FILES)
Note: See TracChangeset for help on using the changeset viewer.