Changeset 1dba8de0 in rtems


Ignore:
Timestamp:
01/30/02 22:18:04 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
845fac33
Parents:
279a6da
Message:

2001-01-30 Joel Sherrill <joel@…>

  • Makefile.am: Corrected so .h files from rtems/score/ are installed.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/sparc/ChangeLog

    r279a6da r1dba8de0  
     12001-01-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
     4
    152002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/exec/score/cpu/sparc/Makefile.am

    r279a6da r1dba8de0  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 SUBDIRS = rtems
    97
    108C_FILES = cpu.c
     
    3028        $(INSTALL_DATA) $< $@
    3129
     30$(PROJECT_INCLUDE)/rtems:
     31        $(mkinstalldirs) $@
     32
     33$(PROJECT_INCLUDE)/rtems/score:
     34        $(mkinstalldirs) $@
     35
    3236$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    3337        $(INSTALL_DATA) $< $@
     
    3640        $(make-rel)
    3741
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     42include_rtems_scoredir = $(includedir)/rtems/score
     43include_rtems_score_HEADERS = \
     44    rtems/score/cpu.h \
     45    rtems/score/sparc.h \
     46    rtems/score/sparctypes.h
     47
     48PREINSTALL_FILES = $(PROJECT_INCLUDE) \
     49    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
     50    $(PROJECT_INCLUDE)/rtems/score \
     51    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3952
    4053TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
  • cpukit/score/cpu/sparc/ChangeLog

    r279a6da r1dba8de0  
     12001-01-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
     4
    152002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/sparc/Makefile.am

    r279a6da r1dba8de0  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 SUBDIRS = rtems
    97
    108C_FILES = cpu.c
     
    3028        $(INSTALL_DATA) $< $@
    3129
     30$(PROJECT_INCLUDE)/rtems:
     31        $(mkinstalldirs) $@
     32
     33$(PROJECT_INCLUDE)/rtems/score:
     34        $(mkinstalldirs) $@
     35
    3236$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    3337        $(INSTALL_DATA) $< $@
     
    3640        $(make-rel)
    3741
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     42include_rtems_scoredir = $(includedir)/rtems/score
     43include_rtems_score_HEADERS = \
     44    rtems/score/cpu.h \
     45    rtems/score/sparc.h \
     46    rtems/score/sparctypes.h
     47
     48PREINSTALL_FILES = $(PROJECT_INCLUDE) \
     49    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
     50    $(PROJECT_INCLUDE)/rtems/score \
     51    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3952
    4053TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
Note: See TracChangeset for help on using the changeset viewer.