Changeset 14926c2e in rtems
- Timestamp:
- 01/30/02 17:48:22 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 033d167
- Parents:
- 8b25dc6
- Files:
-
- 18 deleted
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/a29k/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/exec/score/cpu/a29k/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 8 SUBDIRS = rtems9 10 C_FILES = cpu.c11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)12 13 include_HEADERS = amd.ah asm.h pswmacro.ah register.ah14 15 S_FILES = cpu_asm.S sig.S16 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)17 7 18 8 include $(top_srcdir)/../../../../../../automake/multilib.am … … 20 10 include $(top_srcdir)/../../../../../../automake/lib.am 21 11 12 $(PROJECT_INCLUDE)/%.h: %.h 13 $(INSTALL_DATA) $< $@ 14 22 15 $(PROJECT_INCLUDE): 23 16 $(mkinstalldirs) $@ 24 17 25 $(PROJECT_INCLUDE)/ %.h: %.h26 $( INSTALL_DATA) $<$@18 $(PROJECT_INCLUDE)/rtems: 19 $(mkinstalldirs) $@ 27 20 28 $(PROJECT_INCLUDE)/%.ah: %.ah 29 $(INSTALL_DATA) $< $@ 21 $(PROJECT_INCLUDE)/rtems/score: 22 $(mkinstalldirs) $@ 23 24 include_HEADERS = amd.ah asm.h pswmacro.ah register.ah 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/a29k.h \ 30 rtems/score/a29ktypes.h \ 31 rtems/score/cpu.h \ 32 rtems/score/cpu_asm.h 33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ 34 $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) 30 35 31 36 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 32 37 $(INSTALL_DATA) $< $@ 38 39 C_FILES = cpu.c 40 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 41 42 S_FILES = cpu_asm.S sig.S 43 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) 33 44 34 45 REL = $(ARCH)/rtems-cpu.rel … … 38 49 $(REL): $(rtems_cpu_rel_OBJECTS) 39 50 $(make-rel) 40 41 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)42 51 43 52 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 50 59 EXTRA_DIST = cpu.c cpu_asm.S rtems.c sig.S 51 60 52 include $(top_srcdir)/../../../../../../automake/subdirs.am53 61 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/exec/score/cpu/a29k/configure.ac
r8b25dc6 r14926c2e 27 27 28 28 # Explicitly list all Makefiles here 29 AC_CONFIG_FILES([Makefile 30 rtems/Makefile 31 rtems/score/Makefile]) 29 AC_CONFIG_FILES([Makefile]) 32 30 AC_OUTPUT -
c/src/exec/score/cpu/arm/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/exec/score/cpu/arm/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 8 SUBDIRS = rtems 8 include $(top_srcdir)/../../../../../../automake/multilib.am 9 include $(top_srcdir)/../../../../../../automake/compile.am 10 include $(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 24 include_HEADERS = asm.h 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/cpu.h \ 30 rtems/score/arm.h \ 31 rtems/score/armtypes.h 32 PREINSTALL_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) $< $@ 9 37 10 38 C_FILES = cpu.c … … 14 42 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) 15 43 16 include_HEADERS = asm.h17 18 44 REL = $(ARCH)/rtems-cpu.rel 19 45 20 46 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 21 47 22 include $(top_srcdir)/../../../../../../automake/multilib.am23 include $(top_srcdir)/../../../../../../automake/compile.am24 include $(top_srcdir)/../../../../../../automake/lib.am25 26 $(PROJECT_INCLUDE):27 $(mkinstalldirs) $@28 29 $(PROJECT_INCLUDE)/%.h: %.h30 $(INSTALL_DATA) $< $@31 32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o33 $(INSTALL_DATA) $< $@34 35 48 $(REL): $(rtems_cpu_rel_OBJECTS) 36 49 $(make-rel) 37 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)39 50 40 51 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 47 58 EXTRA_DIST = cpu.c cpu_asm.S 48 59 49 include $(top_srcdir)/../../../../../../automake/subdirs.am50 60 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/exec/score/cpu/c4x/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/exec/score/cpu/c4x/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 8 SUBDIRS = rtems 8 include $(top_srcdir)/../../../../../../automake/multilib.am 9 include $(top_srcdir)/../../../../../../automake/compile.am 10 include $(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 24 include_HEADERS = asm.h c4xio.h 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/cpu.h \ 30 rtems/score/c4x.h \ 31 rtems/score/c4xtypes.h \ 32 rtems/score/cpu_asm.h 33 PREINSTALL_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) $< $@ 9 38 10 39 C_FILES = cpu.c irq.c 11 40 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 13 include_HEADERS = asm.h c4xio.h14 41 15 42 S_FILES = cpu_asm.S … … 18 45 REL = $(ARCH)/rtems-cpu.rel 19 46 20 include $(top_srcdir)/../../../../../../automake/multilib.am21 include $(top_srcdir)/../../../../../../automake/compile.am22 include $(top_srcdir)/../../../../../../automake/lib.am23 24 47 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 25 26 $(PROJECT_INCLUDE):27 $(mkinstalldirs) $@28 29 $(PROJECT_INCLUDE)/%.h: %.h30 $(INSTALL_DATA) $< $@31 32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o33 $(INSTALL_DATA) $< $@34 48 35 49 $(REL): $(rtems_cpu_rel_OBJECTS) 36 50 $(make-rel) 37 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)39 51 40 52 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 47 59 EXTRA_DIST = cpu.c irq.c cpu_asm.S rtems.c 48 60 49 include $(top_srcdir)/../../../../../../automake/subdirs.am50 61 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/exec/score/cpu/c4x/configure.ac
r8b25dc6 r14926c2e 27 27 28 28 # Explicitly list all Makefiles here 29 AC_CONFIG_FILES([Makefile 30 rtems/Makefile 31 rtems/score/Makefile]) 29 AC_CONFIG_FILES([Makefile]) 32 30 AC_OUTPUT -
c/src/exec/score/cpu/h8300/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/exec/score/cpu/h8300/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 8 SUBDIRS = rtems 8 include $(top_srcdir)/../../../../../../automake/multilib.am 9 include $(top_srcdir)/../../../../../../automake/compile.am 10 include $(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 24 include_HEADERS = asm.h 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/cpu.h \ 30 rtems/score/h8300.h \ 31 rtems/score/h8300types.h 32 PREINSTALL_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) $< $@ 9 37 10 38 C_FILES = cpu.c rtems.c 11 39 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 13 include_HEADERS = asm.h14 40 15 41 S_FILES = cpu_asm.S … … 18 44 REL = $(ARCH)/rtems-cpu.rel 19 45 20 include $(top_srcdir)/../../../../../../automake/multilib.am21 include $(top_srcdir)/../../../../../../automake/compile.am22 include $(top_srcdir)/../../../../../../automake/lib.am23 24 46 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 25 26 $(PROJECT_INCLUDE):27 $(mkinstalldirs) $@28 29 $(PROJECT_INCLUDE)/%.h: %.h30 $(INSTALL_DATA) $< $@31 32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o33 $(INSTALL_DATA) $< $@34 47 35 48 $(REL): $(rtems_cpu_rel_OBJECTS) 36 49 $(make-rel) 37 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)39 50 40 51 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 47 58 EXTRA_DIST = cpu.c cpu_asm.S rtems.c 48 59 49 include $(top_srcdir)/../../../../../../automake/subdirs.am50 60 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/exec/score/cpu/h8300/configure.ac
r8b25dc6 r14926c2e 27 27 28 28 # Explicitly list all Makefiles here 29 AC_CONFIG_FILES([Makefile 30 rtems/Makefile 31 rtems/score/Makefile]) 29 AC_CONFIG_FILES([Makefile]) 32 30 AC_OUTPUT -
cpukit/score/cpu/a29k/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/score/cpu/a29k/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 8 SUBDIRS = rtems9 10 C_FILES = cpu.c11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)12 13 include_HEADERS = amd.ah asm.h pswmacro.ah register.ah14 15 S_FILES = cpu_asm.S sig.S16 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)17 7 18 8 include $(top_srcdir)/../../../../../../automake/multilib.am … … 20 10 include $(top_srcdir)/../../../../../../automake/lib.am 21 11 12 $(PROJECT_INCLUDE)/%.h: %.h 13 $(INSTALL_DATA) $< $@ 14 22 15 $(PROJECT_INCLUDE): 23 16 $(mkinstalldirs) $@ 24 17 25 $(PROJECT_INCLUDE)/ %.h: %.h26 $( INSTALL_DATA) $<$@18 $(PROJECT_INCLUDE)/rtems: 19 $(mkinstalldirs) $@ 27 20 28 $(PROJECT_INCLUDE)/%.ah: %.ah 29 $(INSTALL_DATA) $< $@ 21 $(PROJECT_INCLUDE)/rtems/score: 22 $(mkinstalldirs) $@ 23 24 include_HEADERS = amd.ah asm.h pswmacro.ah register.ah 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/a29k.h \ 30 rtems/score/a29ktypes.h \ 31 rtems/score/cpu.h \ 32 rtems/score/cpu_asm.h 33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ 34 $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) 30 35 31 36 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 32 37 $(INSTALL_DATA) $< $@ 38 39 C_FILES = cpu.c 40 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 41 42 S_FILES = cpu_asm.S sig.S 43 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) 33 44 34 45 REL = $(ARCH)/rtems-cpu.rel … … 38 49 $(REL): $(rtems_cpu_rel_OBJECTS) 39 50 $(make-rel) 40 41 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)42 51 43 52 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 50 59 EXTRA_DIST = cpu.c cpu_asm.S rtems.c sig.S 51 60 52 include $(top_srcdir)/../../../../../../automake/subdirs.am53 61 include $(top_srcdir)/../../../../../../automake/local.am -
cpukit/score/cpu/a29k/configure.ac
r8b25dc6 r14926c2e 27 27 28 28 # Explicitly list all Makefiles here 29 AC_CONFIG_FILES([Makefile 30 rtems/Makefile 31 rtems/score/Makefile]) 29 AC_CONFIG_FILES([Makefile]) 32 30 AC_OUTPUT -
cpukit/score/cpu/arm/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/score/cpu/arm/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 8 SUBDIRS = rtems 8 include $(top_srcdir)/../../../../../../automake/multilib.am 9 include $(top_srcdir)/../../../../../../automake/compile.am 10 include $(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 24 include_HEADERS = asm.h 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/cpu.h \ 30 rtems/score/arm.h \ 31 rtems/score/armtypes.h 32 PREINSTALL_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) $< $@ 9 37 10 38 C_FILES = cpu.c … … 14 42 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) 15 43 16 include_HEADERS = asm.h17 18 44 REL = $(ARCH)/rtems-cpu.rel 19 45 20 46 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 21 47 22 include $(top_srcdir)/../../../../../../automake/multilib.am23 include $(top_srcdir)/../../../../../../automake/compile.am24 include $(top_srcdir)/../../../../../../automake/lib.am25 26 $(PROJECT_INCLUDE):27 $(mkinstalldirs) $@28 29 $(PROJECT_INCLUDE)/%.h: %.h30 $(INSTALL_DATA) $< $@31 32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o33 $(INSTALL_DATA) $< $@34 35 48 $(REL): $(rtems_cpu_rel_OBJECTS) 36 49 $(make-rel) 37 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)39 50 40 51 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 47 58 EXTRA_DIST = cpu.c cpu_asm.S 48 59 49 include $(top_srcdir)/../../../../../../automake/subdirs.am50 60 include $(top_srcdir)/../../../../../../automake/local.am -
cpukit/score/cpu/c4x/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/score/cpu/c4x/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 8 SUBDIRS = rtems 8 include $(top_srcdir)/../../../../../../automake/multilib.am 9 include $(top_srcdir)/../../../../../../automake/compile.am 10 include $(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 24 include_HEADERS = asm.h c4xio.h 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/cpu.h \ 30 rtems/score/c4x.h \ 31 rtems/score/c4xtypes.h \ 32 rtems/score/cpu_asm.h 33 PREINSTALL_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) $< $@ 9 38 10 39 C_FILES = cpu.c irq.c 11 40 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 13 include_HEADERS = asm.h c4xio.h14 41 15 42 S_FILES = cpu_asm.S … … 18 45 REL = $(ARCH)/rtems-cpu.rel 19 46 20 include $(top_srcdir)/../../../../../../automake/multilib.am21 include $(top_srcdir)/../../../../../../automake/compile.am22 include $(top_srcdir)/../../../../../../automake/lib.am23 24 47 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 25 26 $(PROJECT_INCLUDE):27 $(mkinstalldirs) $@28 29 $(PROJECT_INCLUDE)/%.h: %.h30 $(INSTALL_DATA) $< $@31 32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o33 $(INSTALL_DATA) $< $@34 48 35 49 $(REL): $(rtems_cpu_rel_OBJECTS) 36 50 $(make-rel) 37 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)39 51 40 52 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 47 59 EXTRA_DIST = cpu.c irq.c cpu_asm.S rtems.c 48 60 49 include $(top_srcdir)/../../../../../../automake/subdirs.am50 61 include $(top_srcdir)/../../../../../../automake/local.am -
cpukit/score/cpu/c4x/configure.ac
r8b25dc6 r14926c2e 27 27 28 28 # Explicitly list all Makefiles here 29 AC_CONFIG_FILES([Makefile 30 rtems/Makefile 31 rtems/score/Makefile]) 29 AC_CONFIG_FILES([Makefile]) 32 30 AC_OUTPUT -
cpukit/score/cpu/h8300/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/score/cpu/h8300/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 8 SUBDIRS = rtems 8 include $(top_srcdir)/../../../../../../automake/multilib.am 9 include $(top_srcdir)/../../../../../../automake/compile.am 10 include $(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 24 include_HEADERS = asm.h 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/cpu.h \ 30 rtems/score/h8300.h \ 31 rtems/score/h8300types.h 32 PREINSTALL_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) $< $@ 9 37 10 38 C_FILES = cpu.c rtems.c 11 39 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 13 include_HEADERS = asm.h14 40 15 41 S_FILES = cpu_asm.S … … 18 44 REL = $(ARCH)/rtems-cpu.rel 19 45 20 include $(top_srcdir)/../../../../../../automake/multilib.am21 include $(top_srcdir)/../../../../../../automake/compile.am22 include $(top_srcdir)/../../../../../../automake/lib.am23 24 46 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 25 26 $(PROJECT_INCLUDE):27 $(mkinstalldirs) $@28 29 $(PROJECT_INCLUDE)/%.h: %.h30 $(INSTALL_DATA) $< $@31 32 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o33 $(INSTALL_DATA) $< $@34 47 35 48 $(REL): $(rtems_cpu_rel_OBJECTS) 36 49 $(make-rel) 37 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)39 50 40 51 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 47 58 EXTRA_DIST = cpu.c cpu_asm.S rtems.c 48 59 49 include $(top_srcdir)/../../../../../../automake/subdirs.am50 60 include $(top_srcdir)/../../../../../../automake/local.am -
cpukit/score/cpu/h8300/configure.ac
r8b25dc6 r14926c2e 27 27 28 28 # Explicitly list all Makefiles here 29 AC_CONFIG_FILES([Makefile 30 rtems/Makefile 31 rtems/score/Makefile]) 29 AC_CONFIG_FILES([Makefile]) 32 30 AC_OUTPUT -
cpukit/score/cpu/mips64orion/ChangeLog
r8b25dc6 r14926c2e 1 2002-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 1 8 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/score/cpu/mips64orion/Makefile.am
r8b25dc6 r14926c2e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 8 SUBDIRS = rtems9 10 C_FILES = cpu.c11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)12 13 include_HEADERS = asm.h cpu_asm.h idtcpu.h idtmon.h iregdef.h14 15 S_FILES = cpu_asm.S16 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)17 7 18 8 include $(top_srcdir)/../../../../../../automake/multilib.am … … 20 10 include $(top_srcdir)/../../../../../../automake/lib.am 21 11 12 $(PROJECT_INCLUDE)/%.h: %.h 13 $(INSTALL_DATA) $< $@ 14 22 15 $(PROJECT_INCLUDE): 23 16 $(mkinstalldirs) $@ 24 17 25 $(PROJECT_INCLUDE)/%.h: %.h 26 $(INSTALL_DATA) $< $@ 18 $(PROJECT_INCLUDE)/rtems: 19 $(mkinstalldirs) $@ 20 21 $(PROJECT_INCLUDE)/rtems/score: 22 $(mkinstalldirs) $@ 23 24 include_HEADERS = asm.h cpu_asm.h idtcpu.h idtmon.h iregdef.h 25 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 26 27 include_rtems_scoredir = $(includedir)/rtems/score 28 include_rtems_score_HEADERS = \ 29 rtems/score/cpu.h \ 30 rtems/score/mips64orion.h \ 31 rtems/score/mipstypes.h 32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ 33 $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) 27 34 28 35 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 29 36 $(INSTALL_DATA) $< $@ 37 38 C_FILES = cpu.c 39 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 40 41 S_FILES = cpu_asm.S 42 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) 30 43 31 44 REL = $(ARCH)/rtems-cpu.rel … … 35 48 $(REL): $(rtems_cpu_rel_OBJECTS) 36 49 $(make-rel) 37 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)39 50 40 51 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 47 58 EXTRA_DIST = cpu.c cpu_asm.S rtems.c 48 59 49 include $(top_srcdir)/../../../../../../automake/subdirs.am50 60 include $(top_srcdir)/../../../../../../automake/local.am -
cpukit/score/cpu/mips64orion/configure.ac
r8b25dc6 r14926c2e 27 27 28 28 # Explicitly list all Makefiles here 29 AC_CONFIG_FILES([Makefile 30 rtems/Makefile 31 rtems/score/Makefile]) 29 AC_CONFIG_FILES([Makefile]) 32 30 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.