Changeset 14926c2e in rtems


Ignore:
Timestamp:
01/30/02 17:48:22 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
033d167
Parents:
8b25dc6
Message:

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

  • rtems/Makefile.am: Removed.
  • rtems/score/Makefile.am: Removed.
  • configure.ac: Reflect changes above.
  • Makefile.am: Reflect changes above.
Files:
18 deleted
25 edited

Legend:

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

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/exec/score/cpu/a29k/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 SUBDIRS = rtems
    9 
    10 C_FILES = cpu.c
    11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    12 
    13 include_HEADERS = amd.ah asm.h pswmacro.ah register.ah
    14 
    15 S_FILES = cpu_asm.S sig.S
    16 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    177
    188include $(top_srcdir)/../../../../../../automake/multilib.am
     
    2010include $(top_srcdir)/../../../../../../automake/lib.am
    2111
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
    2215$(PROJECT_INCLUDE):
    2316        $(mkinstalldirs) $@
    2417
    25 $(PROJECT_INCLUDE)/%.h: %.h
    26         $(INSTALL_DATA) $< $@
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
    2720
    28 $(PROJECT_INCLUDE)/%.ah: %.ah
    29         $(INSTALL_DATA) $< $@
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     24include_HEADERS = amd.ah asm.h pswmacro.ah register.ah
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/a29k.h \
     30    rtems/score/a29ktypes.h \
     31    rtems/score/cpu.h \
     32    rtems/score/cpu_asm.h
     33PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     34    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3035
    3136$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    3237        $(INSTALL_DATA) $< $@
     38
     39C_FILES = cpu.c
     40C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     41
     42S_FILES = cpu_asm.S sig.S
     43S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    3344
    3445REL = $(ARCH)/rtems-cpu.rel
     
    3849$(REL): $(rtems_cpu_rel_OBJECTS)
    3950        $(make-rel)
    40 
    41 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    4251
    4352TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    5059EXTRA_DIST = cpu.c cpu_asm.S rtems.c sig.S
    5160
    52 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5361include $(top_srcdir)/../../../../../../automake/local.am
  • c/src/exec/score/cpu/a29k/configure.ac

    r8b25dc6 r14926c2e  
    2727
    2828# Explicitly list all Makefiles here
    29 AC_CONFIG_FILES([Makefile
    30 rtems/Makefile
    31 rtems/score/Makefile])
     29AC_CONFIG_FILES([Makefile])
    3230AC_OUTPUT
  • c/src/exec/score/cpu/arm/ChangeLog

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/exec/score/cpu/arm/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
    8 SUBDIRS = rtems
     8include $(top_srcdir)/../../../../../../automake/multilib.am
     9include $(top_srcdir)/../../../../../../automake/compile.am
     10include $(top_srcdir)/../../../../../../automake/lib.am
     11
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
     15$(PROJECT_INCLUDE):
     16        $(mkinstalldirs) $@
     17
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
     20
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     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/cpu.h \
     30    rtems/score/arm.h  \
     31    rtems/score/armtypes.h
     32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     33    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     34
     35$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
     36        $(INSTALL_DATA) $< $@
    937
    1038C_FILES = cpu.c
     
    1442S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    1543
    16 include_HEADERS = asm.h
    17 
    1844REL = $(ARCH)/rtems-cpu.rel
    1945
    2046rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
    2147
    22 include $(top_srcdir)/../../../../../../automake/multilib.am
    23 include $(top_srcdir)/../../../../../../automake/compile.am
    24 include $(top_srcdir)/../../../../../../automake/lib.am
    25 
    26 $(PROJECT_INCLUDE):
    27         $(mkinstalldirs) $@
    28 
    29 $(PROJECT_INCLUDE)/%.h: %.h
    30         $(INSTALL_DATA) $< $@
    31 
    32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    33         $(INSTALL_DATA) $< $@
    34 
    3548$(REL): $(rtems_cpu_rel_OBJECTS)
    3649        $(make-rel)
    37 
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    3950
    4051TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4758EXTRA_DIST = cpu.c cpu_asm.S
    4859
    49 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5060include $(top_srcdir)/../../../../../../automake/local.am
  • c/src/exec/score/cpu/c4x/ChangeLog

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/exec/score/cpu/c4x/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
    8 SUBDIRS = rtems
     8include $(top_srcdir)/../../../../../../automake/multilib.am
     9include $(top_srcdir)/../../../../../../automake/compile.am
     10include $(top_srcdir)/../../../../../../automake/lib.am
     11
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
     15$(PROJECT_INCLUDE):
     16        $(mkinstalldirs) $@
     17
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
     20
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     24include_HEADERS = asm.h c4xio.h
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/cpu.h \
     30    rtems/score/c4x.h \
     31    rtems/score/c4xtypes.h \
     32    rtems/score/cpu_asm.h
     33PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     34    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     35
     36$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
     37        $(INSTALL_DATA) $< $@
    938
    1039C_FILES = cpu.c irq.c
    1140C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    12 
    13 include_HEADERS = asm.h c4xio.h
    1441
    1542S_FILES = cpu_asm.S
     
    1845REL = $(ARCH)/rtems-cpu.rel
    1946
    20 include $(top_srcdir)/../../../../../../automake/multilib.am
    21 include $(top_srcdir)/../../../../../../automake/compile.am
    22 include $(top_srcdir)/../../../../../../automake/lib.am
    23 
    2447rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
    25 
    26 $(PROJECT_INCLUDE):
    27         $(mkinstalldirs) $@
    28 
    29 $(PROJECT_INCLUDE)/%.h: %.h
    30         $(INSTALL_DATA) $< $@
    31 
    32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    33         $(INSTALL_DATA) $< $@
    3448
    3549$(REL): $(rtems_cpu_rel_OBJECTS)
    3650        $(make-rel)
    37 
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    3951
    4052TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4759EXTRA_DIST = cpu.c irq.c cpu_asm.S rtems.c
    4860
    49 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5061include $(top_srcdir)/../../../../../../automake/local.am
  • c/src/exec/score/cpu/c4x/configure.ac

    r8b25dc6 r14926c2e  
    2727
    2828# Explicitly list all Makefiles here
    29 AC_CONFIG_FILES([Makefile
    30 rtems/Makefile
    31 rtems/score/Makefile])
     29AC_CONFIG_FILES([Makefile])
    3230AC_OUTPUT
  • c/src/exec/score/cpu/h8300/ChangeLog

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/exec/score/cpu/h8300/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
    8 SUBDIRS = rtems
     8include $(top_srcdir)/../../../../../../automake/multilib.am
     9include $(top_srcdir)/../../../../../../automake/compile.am
     10include $(top_srcdir)/../../../../../../automake/lib.am
     11
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
     15$(PROJECT_INCLUDE):
     16        $(mkinstalldirs) $@
     17
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
     20
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     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/cpu.h \
     30    rtems/score/h8300.h \
     31    rtems/score/h8300types.h
     32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     33    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     34
     35$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
     36        $(INSTALL_DATA) $< $@
    937
    1038C_FILES = cpu.c rtems.c
    1139C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    12 
    13 include_HEADERS = asm.h
    1440
    1541S_FILES = cpu_asm.S
     
    1844REL = $(ARCH)/rtems-cpu.rel
    1945
    20 include $(top_srcdir)/../../../../../../automake/multilib.am
    21 include $(top_srcdir)/../../../../../../automake/compile.am
    22 include $(top_srcdir)/../../../../../../automake/lib.am
    23 
    2446rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
    25 
    26 $(PROJECT_INCLUDE):
    27         $(mkinstalldirs) $@
    28 
    29 $(PROJECT_INCLUDE)/%.h: %.h
    30         $(INSTALL_DATA) $< $@
    31 
    32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    33         $(INSTALL_DATA) $< $@
    3447
    3548$(REL): $(rtems_cpu_rel_OBJECTS)
    3649        $(make-rel)
    37 
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    3950
    4051TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4758EXTRA_DIST = cpu.c cpu_asm.S rtems.c
    4859
    49 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5060include $(top_srcdir)/../../../../../../automake/local.am
  • c/src/exec/score/cpu/h8300/configure.ac

    r8b25dc6 r14926c2e  
    2727
    2828# Explicitly list all Makefiles here
    29 AC_CONFIG_FILES([Makefile
    30 rtems/Makefile
    31 rtems/score/Makefile])
     29AC_CONFIG_FILES([Makefile])
    3230AC_OUTPUT
  • cpukit/score/cpu/a29k/ChangeLog

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • cpukit/score/cpu/a29k/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 SUBDIRS = rtems
    9 
    10 C_FILES = cpu.c
    11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    12 
    13 include_HEADERS = amd.ah asm.h pswmacro.ah register.ah
    14 
    15 S_FILES = cpu_asm.S sig.S
    16 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    177
    188include $(top_srcdir)/../../../../../../automake/multilib.am
     
    2010include $(top_srcdir)/../../../../../../automake/lib.am
    2111
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
    2215$(PROJECT_INCLUDE):
    2316        $(mkinstalldirs) $@
    2417
    25 $(PROJECT_INCLUDE)/%.h: %.h
    26         $(INSTALL_DATA) $< $@
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
    2720
    28 $(PROJECT_INCLUDE)/%.ah: %.ah
    29         $(INSTALL_DATA) $< $@
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     24include_HEADERS = amd.ah asm.h pswmacro.ah register.ah
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/a29k.h \
     30    rtems/score/a29ktypes.h \
     31    rtems/score/cpu.h \
     32    rtems/score/cpu_asm.h
     33PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     34    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3035
    3136$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    3237        $(INSTALL_DATA) $< $@
     38
     39C_FILES = cpu.c
     40C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     41
     42S_FILES = cpu_asm.S sig.S
     43S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    3344
    3445REL = $(ARCH)/rtems-cpu.rel
     
    3849$(REL): $(rtems_cpu_rel_OBJECTS)
    3950        $(make-rel)
    40 
    41 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    4251
    4352TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    5059EXTRA_DIST = cpu.c cpu_asm.S rtems.c sig.S
    5160
    52 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5361include $(top_srcdir)/../../../../../../automake/local.am
  • cpukit/score/cpu/a29k/configure.ac

    r8b25dc6 r14926c2e  
    2727
    2828# Explicitly list all Makefiles here
    29 AC_CONFIG_FILES([Makefile
    30 rtems/Makefile
    31 rtems/score/Makefile])
     29AC_CONFIG_FILES([Makefile])
    3230AC_OUTPUT
  • cpukit/score/cpu/arm/ChangeLog

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • cpukit/score/cpu/arm/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
    8 SUBDIRS = rtems
     8include $(top_srcdir)/../../../../../../automake/multilib.am
     9include $(top_srcdir)/../../../../../../automake/compile.am
     10include $(top_srcdir)/../../../../../../automake/lib.am
     11
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
     15$(PROJECT_INCLUDE):
     16        $(mkinstalldirs) $@
     17
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
     20
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     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/cpu.h \
     30    rtems/score/arm.h  \
     31    rtems/score/armtypes.h
     32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     33    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     34
     35$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
     36        $(INSTALL_DATA) $< $@
    937
    1038C_FILES = cpu.c
     
    1442S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    1543
    16 include_HEADERS = asm.h
    17 
    1844REL = $(ARCH)/rtems-cpu.rel
    1945
    2046rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
    2147
    22 include $(top_srcdir)/../../../../../../automake/multilib.am
    23 include $(top_srcdir)/../../../../../../automake/compile.am
    24 include $(top_srcdir)/../../../../../../automake/lib.am
    25 
    26 $(PROJECT_INCLUDE):
    27         $(mkinstalldirs) $@
    28 
    29 $(PROJECT_INCLUDE)/%.h: %.h
    30         $(INSTALL_DATA) $< $@
    31 
    32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    33         $(INSTALL_DATA) $< $@
    34 
    3548$(REL): $(rtems_cpu_rel_OBJECTS)
    3649        $(make-rel)
    37 
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    3950
    4051TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4758EXTRA_DIST = cpu.c cpu_asm.S
    4859
    49 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5060include $(top_srcdir)/../../../../../../automake/local.am
  • cpukit/score/cpu/c4x/ChangeLog

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • cpukit/score/cpu/c4x/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
    8 SUBDIRS = rtems
     8include $(top_srcdir)/../../../../../../automake/multilib.am
     9include $(top_srcdir)/../../../../../../automake/compile.am
     10include $(top_srcdir)/../../../../../../automake/lib.am
     11
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
     15$(PROJECT_INCLUDE):
     16        $(mkinstalldirs) $@
     17
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
     20
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     24include_HEADERS = asm.h c4xio.h
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/cpu.h \
     30    rtems/score/c4x.h \
     31    rtems/score/c4xtypes.h \
     32    rtems/score/cpu_asm.h
     33PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     34    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     35
     36$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
     37        $(INSTALL_DATA) $< $@
    938
    1039C_FILES = cpu.c irq.c
    1140C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    12 
    13 include_HEADERS = asm.h c4xio.h
    1441
    1542S_FILES = cpu_asm.S
     
    1845REL = $(ARCH)/rtems-cpu.rel
    1946
    20 include $(top_srcdir)/../../../../../../automake/multilib.am
    21 include $(top_srcdir)/../../../../../../automake/compile.am
    22 include $(top_srcdir)/../../../../../../automake/lib.am
    23 
    2447rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
    25 
    26 $(PROJECT_INCLUDE):
    27         $(mkinstalldirs) $@
    28 
    29 $(PROJECT_INCLUDE)/%.h: %.h
    30         $(INSTALL_DATA) $< $@
    31 
    32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    33         $(INSTALL_DATA) $< $@
    3448
    3549$(REL): $(rtems_cpu_rel_OBJECTS)
    3650        $(make-rel)
    37 
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    3951
    4052TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4759EXTRA_DIST = cpu.c irq.c cpu_asm.S rtems.c
    4860
    49 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5061include $(top_srcdir)/../../../../../../automake/local.am
  • cpukit/score/cpu/c4x/configure.ac

    r8b25dc6 r14926c2e  
    2727
    2828# Explicitly list all Makefiles here
    29 AC_CONFIG_FILES([Makefile
    30 rtems/Makefile
    31 rtems/score/Makefile])
     29AC_CONFIG_FILES([Makefile])
    3230AC_OUTPUT
  • cpukit/score/cpu/h8300/ChangeLog

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • cpukit/score/cpu/h8300/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
    8 SUBDIRS = rtems
     8include $(top_srcdir)/../../../../../../automake/multilib.am
     9include $(top_srcdir)/../../../../../../automake/compile.am
     10include $(top_srcdir)/../../../../../../automake/lib.am
     11
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
     15$(PROJECT_INCLUDE):
     16        $(mkinstalldirs) $@
     17
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
     20
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     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/cpu.h \
     30    rtems/score/h8300.h \
     31    rtems/score/h8300types.h
     32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     33    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     34
     35$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
     36        $(INSTALL_DATA) $< $@
    937
    1038C_FILES = cpu.c rtems.c
    1139C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    12 
    13 include_HEADERS = asm.h
    1440
    1541S_FILES = cpu_asm.S
     
    1844REL = $(ARCH)/rtems-cpu.rel
    1945
    20 include $(top_srcdir)/../../../../../../automake/multilib.am
    21 include $(top_srcdir)/../../../../../../automake/compile.am
    22 include $(top_srcdir)/../../../../../../automake/lib.am
    23 
    2446rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
    25 
    26 $(PROJECT_INCLUDE):
    27         $(mkinstalldirs) $@
    28 
    29 $(PROJECT_INCLUDE)/%.h: %.h
    30         $(INSTALL_DATA) $< $@
    31 
    32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    33         $(INSTALL_DATA) $< $@
    3447
    3548$(REL): $(rtems_cpu_rel_OBJECTS)
    3649        $(make-rel)
    37 
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    3950
    4051TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4758EXTRA_DIST = cpu.c cpu_asm.S rtems.c
    4859
    49 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5060include $(top_srcdir)/../../../../../../automake/local.am
  • cpukit/score/cpu/h8300/configure.ac

    r8b25dc6 r14926c2e  
    2727
    2828# Explicitly list all Makefiles here
    29 AC_CONFIG_FILES([Makefile
    30 rtems/Makefile
    31 rtems/score/Makefile])
     29AC_CONFIG_FILES([Makefile])
    3230AC_OUTPUT
  • cpukit/score/cpu/mips64orion/ChangeLog

    r8b25dc6 r14926c2e  
     12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Removed.
     4        * rtems/score/Makefile.am: Removed.
     5        * configure.ac: Reflect changes above.
     6        * Makefile.am: Reflect changes above.
     7
    182001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • cpukit/score/cpu/mips64orion/Makefile.am

    r8b25dc6 r14926c2e  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    7 
    8 SUBDIRS = rtems
    9 
    10 C_FILES = cpu.c
    11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    12 
    13 include_HEADERS = asm.h cpu_asm.h idtcpu.h idtmon.h iregdef.h
    14 
    15 S_FILES = cpu_asm.S
    16 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    177
    188include $(top_srcdir)/../../../../../../automake/multilib.am
     
    2010include $(top_srcdir)/../../../../../../automake/lib.am
    2111
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
     14
    2215$(PROJECT_INCLUDE):
    2316        $(mkinstalldirs) $@
    2417
    25 $(PROJECT_INCLUDE)/%.h: %.h
    26         $(INSTALL_DATA) $< $@
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
     20
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     24include_HEADERS = asm.h cpu_asm.h idtcpu.h idtmon.h iregdef.h
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/cpu.h \
     30    rtems/score/mips64orion.h \
     31    rtems/score/mipstypes.h
     32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     33    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    2734
    2835$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    2936        $(INSTALL_DATA) $< $@
     37
     38C_FILES = cpu.c
     39C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     40
     41S_FILES = cpu_asm.S
     42S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    3043
    3144REL = $(ARCH)/rtems-cpu.rel
     
    3548$(REL): $(rtems_cpu_rel_OBJECTS)
    3649        $(make-rel)
    37 
    38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    3950
    4051TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4758EXTRA_DIST = cpu.c cpu_asm.S rtems.c
    4859
    49 include $(top_srcdir)/../../../../../../automake/subdirs.am
    5060include $(top_srcdir)/../../../../../../automake/local.am
  • cpukit/score/cpu/mips64orion/configure.ac

    r8b25dc6 r14926c2e  
    2727
    2828# Explicitly list all Makefiles here
    29 AC_CONFIG_FILES([Makefile
    30 rtems/Makefile
    31 rtems/score/Makefile])
     29AC_CONFIG_FILES([Makefile])
    3230AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.