forked from Imagelibrary/rtems
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* Makefile.am: Install asm.h to $(includedir)/rtems.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS = asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/cpu_asm.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/cpu_asm.h \
|
||||||
@@ -28,14 +29,14 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -7,7 +7,10 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS = asm.h c4xio.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
|
include_HEADERS = c4xio.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/c4x.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/c4x.h \
|
||||||
@@ -33,9 +36,14 @@ $(PROJECT_INCLUDE)/$(dirstamp):
|
|||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/c4xio.h: c4xio.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/c4xio.h: c4xio.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/c4xio.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/c4xio.h
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS = asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/h8300.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/h8300.h \
|
||||||
@@ -28,14 +29,14 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS= asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS= asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/i386.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/i386.h \
|
||||||
@@ -29,14 +30,14 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS = asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/i960.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/i960.h \
|
||||||
@@ -28,14 +29,14 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -15,7 +15,10 @@ EXTRA_LIBRARIES += libscorecpu_g.a
|
|||||||
CLEANFILES += libscorecpu_g.a
|
CLEANFILES += libscorecpu_g.a
|
||||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||||
|
|
||||||
include_HEADERS = asm.h m68302.h m68360.h qsm.h sim.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
|
include_HEADERS = m68302.h m68360.h qsm.h sim.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m68k.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m68k.h \
|
||||||
@@ -35,9 +38,14 @@ $(PROJECT_INCLUDE)/$(dirstamp):
|
|||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/m68302.h: m68302.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/m68302.h: m68302.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/m68302.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/m68302.h
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -7,7 +7,10 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS = asm.h idtcpu.h iregdef.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
|
include_HEADERS = idtcpu.h iregdef.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips.h \
|
||||||
@@ -33,9 +36,14 @@ $(PROJECT_INCLUDE)/$(dirstamp):
|
|||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/idtcpu.h: idtcpu.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/idtcpu.h: idtcpu.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/idtcpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/idtcpu.h
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS = asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/no_cpu.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/no_cpu.h \
|
||||||
@@ -28,14 +29,14 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, cpu_asm.c, rtems/score/cpu.h: Convert to using c99 fixed
|
* cpu.c, cpu_asm.c, rtems/score/cpu.h: Convert to using c99 fixed
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS= asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS= asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
|
||||||
@@ -28,14 +29,14 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
|
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS = asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/ppc.h rtems/score/types.h
|
include_rtems_score_HEADERS = rtems/score/ppc.h rtems/score/types.h
|
||||||
@@ -27,14 +28,14 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h:
|
* cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h:
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS= asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS= asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
|
||||||
@@ -28,14 +29,14 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install asm.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
include $(top_srcdir)/../../../automake/multilib.am
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
|
|
||||||
include_HEADERS= asm.h
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/sparc.h rtems/score/cpu.h \
|
include_rtems_score_HEADERS = rtems/score/sparc.h rtems/score/cpu.h \
|
||||||
@@ -28,14 +29,14 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
|||||||
Reference in New Issue
Block a user