Changeset 845fac33 in rtems


Ignore:
Timestamp:
01/30/02 22:46:17 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1e69b294
Parents:
1dba8de0
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/i386/ChangeLog

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

    r1dba8de0 r845fac33  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 SUBDIRS = rtems
    97
    108REL = $(ARCH)/rtems-cpu.rel
     
    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/i386.h \
     46    rtems/score/i386types.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/i386/ChangeLog

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

    r1dba8de0 r845fac33  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 SUBDIRS = rtems
    97
    108REL = $(ARCH)/rtems-cpu.rel
     
    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/i386.h \
     46    rtems/score/i386types.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.