forked from Imagelibrary/rtems
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove include_rtems_score_HEADERS. Reformat for preinstallation dirstamp support.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Remove include_rtems_score_HEADERS.
|
||||||
|
Reformat for preinstallation dirstamp support.
|
||||||
|
|
||||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Remove all-local: $(ARCH).
|
* Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
|||||||
@@ -2,16 +2,11 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
|
||||||
|
|
||||||
C_FILES = cpu.c
|
C_FILES = cpu.c
|
||||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
|
||||||
|
|
||||||
include_rtems_score_HEADERS =
|
|
||||||
|
|
||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT))
|
||||||
|
|
||||||
@@ -22,18 +17,6 @@ include $(top_srcdir)/../../../../../automake/lib.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \
|
|
||||||
$(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
|
||||||
$(mkinstalldirs) $@
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
|
||||||
$(mkinstalldirs) $@
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%: %
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
REL = $(ARCH)/rtems-cpu.rel
|
||||||
|
|
||||||
$(REL): $(C_O_FILES) $(S_O_FILES)
|
$(REL): $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Remove include_rtems_score_HEADERS.
|
||||||
|
Reformat for preinstallation dirstamp support.
|
||||||
|
|
||||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Remove all-local: $(ARCH).
|
* Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
|||||||
Reference in New Issue
Block a user