Changeset 1dba8de0 in rtems
- Timestamp:
- 01/30/02 22:18:04 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 845fac33
- Parents:
- 279a6da
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sparc/ChangeLog
r279a6da r1dba8de0 1 2001-01-30 Joel Sherrill <joel@OARcorp.com> 2 3 * Makefile.am: Corrected so .h files from rtems/score/ are installed. 4 1 5 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/exec/score/cpu/sparc/Makefile.am
r279a6da r1dba8de0 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 8 SUBDIRS = rtems9 7 10 8 C_FILES = cpu.c … … 30 28 $(INSTALL_DATA) $< $@ 31 29 30 $(PROJECT_INCLUDE)/rtems: 31 $(mkinstalldirs) $@ 32 33 $(PROJECT_INCLUDE)/rtems/score: 34 $(mkinstalldirs) $@ 35 32 36 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 33 37 $(INSTALL_DATA) $< $@ … … 36 40 $(make-rel) 37 41 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 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) 39 52 40 53 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o -
cpukit/score/cpu/sparc/ChangeLog
r279a6da r1dba8de0 1 2001-01-30 Joel Sherrill <joel@OARcorp.com> 2 3 * Makefile.am: Corrected so .h files from rtems/score/ are installed. 4 1 5 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/sparc/Makefile.am
r279a6da r1dba8de0 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 8 SUBDIRS = rtems9 7 10 8 C_FILES = cpu.c … … 30 28 $(INSTALL_DATA) $< $@ 31 29 30 $(PROJECT_INCLUDE)/rtems: 31 $(mkinstalldirs) $@ 32 33 $(PROJECT_INCLUDE)/rtems/score: 34 $(mkinstalldirs) $@ 35 32 36 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o 33 37 $(INSTALL_DATA) $< $@ … … 36 40 $(make-rel) 37 41 38 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 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) 39 52 40 53 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
Note: See TracChangeset
for help on using the changeset viewer.