Changeset 6d41a874 in rtems
- Timestamp:
- 02/01/02 14:11:39 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e6dec71c
- Parents:
- be1feee
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sh/ChangeLog
rbe1feee r6d41a874 1 2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Reflect 2002-01-23 changes. 4 1 5 2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/exec/score/cpu/sh/Makefile.am
rbe1feee r6d41a874 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 … … 10 10 include $(top_srcdir)/../../../../../../automake/lib.am 11 11 12 SUBDIRS = rtems 13 14 include_HEADERS= asm.h 12 $(PROJECT_INCLUDE)/%.h: %.h 13 $(INSTALL_DATA) $< $@ 15 14 16 15 $(PROJECT_INCLUDE): 17 16 $(mkinstalldirs) $@ 18 17 19 $(PROJECT_INCLUDE)/ %.h: %.h20 $( INSTALL_DATA) $<$@18 $(PROJECT_INCLUDE)/rtems: 19 $(mkinstalldirs) $@ 21 20 22 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 23 $(INSTALL_DATA) $< $@ 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/shtypes.h \ 31 rtems/score/sh.h \ 32 rtems/score/sh_io.h 33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ 34 $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) 24 35 25 36 C_FILES = cpu.c … … 33 44 $(make-rel) 34 45 35 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 46 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 47 $(INSTALL_DATA) $< $@ 36 48 37 49 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 42 54 .PRECIOUS: $(REL) 43 55 44 EXTRA_DIST = asm.hcpu.c rtems.c56 EXTRA_DIST = cpu.c rtems.c 45 57 46 include $(top_srcdir)/../../../../../../automake/subdirs.am47 58 include $(top_srcdir)/../../../../../../automake/local.am -
cpukit/score/cpu/sh/ChangeLog
rbe1feee r6d41a874 1 2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Reflect 2002-01-23 changes. 4 1 5 2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/sh/Makefile.am
rbe1feee r6d41a874 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 7 … … 10 10 include $(top_srcdir)/../../../../../../automake/lib.am 11 11 12 SUBDIRS = rtems 13 14 include_HEADERS= asm.h 12 $(PROJECT_INCLUDE)/%.h: %.h 13 $(INSTALL_DATA) $< $@ 15 14 16 15 $(PROJECT_INCLUDE): 17 16 $(mkinstalldirs) $@ 18 17 19 $(PROJECT_INCLUDE)/ %.h: %.h20 $( INSTALL_DATA) $<$@18 $(PROJECT_INCLUDE)/rtems: 19 $(mkinstalldirs) $@ 21 20 22 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 23 $(INSTALL_DATA) $< $@ 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/shtypes.h \ 31 rtems/score/sh.h \ 32 rtems/score/sh_io.h 33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ 34 $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) 24 35 25 36 C_FILES = cpu.c … … 33 44 $(make-rel) 34 45 35 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 46 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 47 $(INSTALL_DATA) $< $@ 36 48 37 49 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o … … 42 54 .PRECIOUS: $(REL) 43 55 44 EXTRA_DIST = asm.hcpu.c rtems.c56 EXTRA_DIST = cpu.c rtems.c 45 57 46 include $(top_srcdir)/../../../../../../automake/subdirs.am47 58 include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.