Changeset d8a78f4f in rtems


Ignore:
Timestamp:
01/31/02 21:33:38 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0286b9f
Parents:
1e69b294
Message:

2002-01-31 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect 2002-01-23 changes.
Files:
6 edited

Legend:

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

    r1e69b294 rd8a78f4f  
     12002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect 2002-01-23 changes.
     4
    152002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/exec/score/cpu/sparc/ChangeLog

    r1e69b294 rd8a78f4f  
     12002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect 2002-01-23 changes.
     4
    152001-01-30      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/exec/score/cpu/sparc/Makefile.am

    r1e69b294 rd8a78f4f  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 C_FILES = cpu.c
    9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    10 
    11 include_HEADERS = asm.h
    12 
    13 S_FILES = cpu_asm.S
    14 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    15 
    16 REL = $(ARCH)/rtems-cpu.rel
    177
    188include $(top_srcdir)/../../../../../../automake/multilib.am
     
    2010include $(top_srcdir)/../../../../../../automake/lib.am
    2111
    22 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
    2314
    2415$(PROJECT_INCLUDE):
    2516        $(mkinstalldirs) $@
    26 
    27 $(PROJECT_INCLUDE)/%.h: %.h
    28         $(INSTALL_DATA) $< $@
    2917
    3018$(PROJECT_INCLUDE)/rtems:
     
    3422        $(mkinstalldirs) $@
    3523
     24include_HEADERS= asm.h
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/sparc.h \
     30    rtems/score/cpu.h \
     31    rtems/score/sparctypes.h
     32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     33    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     34
     35C_FILES = cpu.c
     36C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     37
     38S_FILES = cpu_asm.S
     39S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
     40
     41REL = $(ARCH)/rtems-cpu.rel
     42
     43rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
     44
    3645$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    3746        $(INSTALL_DATA) $< $@
     
    3948$(REL): $(rtems_cpu_rel_OBJECTS)
    4049        $(make-rel)
    41 
    42 include_rtems_scoredir = $(includedir)/rtems/score
    43 include_rtems_score_HEADERS = \
    44     rtems/score/cpu.h \
    45     rtems/score/sparc.h \
    46     rtems/score/sparctypes.h
    47 
    48 PREINSTALL_FILES = $(PROJECT_INCLUDE) \
    49     $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
    50     $(PROJECT_INCLUDE)/rtems/score \
    51     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    5250
    5351TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    6058EXTRA_DIST = cpu.c cpu_asm.S rtems.S
    6159
    62 include $(top_srcdir)/../../../../../../automake/subdirs.am
    6360include $(top_srcdir)/../../../../../../automake/local.am
  • cpukit/score/cpu/sh/ChangeLog

    r1e69b294 rd8a78f4f  
     12002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect 2002-01-23 changes.
     4
    152002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/sparc/ChangeLog

    r1e69b294 rd8a78f4f  
     12002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect 2002-01-23 changes.
     4
    152001-01-30      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/score/cpu/sparc/Makefile.am

    r1e69b294 rd8a78f4f  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 C_FILES = cpu.c
    9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    10 
    11 include_HEADERS = asm.h
    12 
    13 S_FILES = cpu_asm.S
    14 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    15 
    16 REL = $(ARCH)/rtems-cpu.rel
    177
    188include $(top_srcdir)/../../../../../../automake/multilib.am
     
    2010include $(top_srcdir)/../../../../../../automake/lib.am
    2111
    22 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
    2314
    2415$(PROJECT_INCLUDE):
    2516        $(mkinstalldirs) $@
    26 
    27 $(PROJECT_INCLUDE)/%.h: %.h
    28         $(INSTALL_DATA) $< $@
    2917
    3018$(PROJECT_INCLUDE)/rtems:
     
    3422        $(mkinstalldirs) $@
    3523
     24include_HEADERS= asm.h
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/sparc.h \
     30    rtems/score/cpu.h \
     31    rtems/score/sparctypes.h
     32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     33    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     34
     35C_FILES = cpu.c
     36C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     37
     38S_FILES = cpu_asm.S
     39S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
     40
     41REL = $(ARCH)/rtems-cpu.rel
     42
     43rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
     44
    3645$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    3746        $(INSTALL_DATA) $< $@
     
    3948$(REL): $(rtems_cpu_rel_OBJECTS)
    4049        $(make-rel)
    41 
    42 include_rtems_scoredir = $(includedir)/rtems/score
    43 include_rtems_score_HEADERS = \
    44     rtems/score/cpu.h \
    45     rtems/score/sparc.h \
    46     rtems/score/sparctypes.h
    47 
    48 PREINSTALL_FILES = $(PROJECT_INCLUDE) \
    49     $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
    50     $(PROJECT_INCLUDE)/rtems/score \
    51     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    5250
    5351TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    6058EXTRA_DIST = cpu.c cpu_asm.S rtems.S
    6159
    62 include $(top_srcdir)/../../../../../../automake/subdirs.am
    6360include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.