Ignore:
Timestamp:
06/12/00 20:27:50 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3ab61f0
Parents:
41ab6966
Message:

Fixed so hppa1.1 compiles with only problems in simhppa BSP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am

    r41ab6966 redc61d4  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h
    8 noinst_HEADERS = $(H_FILES)
     7GENOFFSETS = $(PROJECT_ROOT)/tools/cpu/hppa1.1/genoffsets
     8
     9GENERIC_H_FILES = offsets.h
     10STATIC_H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h
     11noinst_HEADERS = $(STATIC_H_FILES)
    912
    1013#
     
    1215#
    1316
     17offsets.h: $(GENOFFSETS) cpu.h
     18        $(RM) $@
     19        $(GENOFFSETS) > $@
     20
     21CLEANFILES = offsets.h
     22
    1423PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    15     $(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
     24    $(STATIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \
     25    $(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
    1626
    1727$(PROJECT_INCLUDE)/rtems/score:
Note: See TracChangeset for help on using the changeset viewer.