mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -11,17 +11,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/cpu_asm.h \
|
||||
rtems/score/arm.h rtems/score/types.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -56,7 +50,7 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* asm.h: Add doxygen preamble.
|
||||
|
||||
@@ -11,17 +11,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/avr.h \
|
||||
rtems/score/cpu_asm.h rtems/score/types.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -56,7 +50,7 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -14,17 +14,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/c4x.h \
|
||||
rtems/score/types.h rtems/score/cpu_asm.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c irq.c cpu_asm.S
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -68,7 +62,7 @@ $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUD
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 733/rtems
|
||||
|
||||
@@ -11,17 +11,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/h8300.h \
|
||||
rtems/score/types.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -52,7 +46,7 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -12,17 +12,11 @@ include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/i386.h \
|
||||
rtems/score/types.h rtems/score/interrupts.h rtems/score/registers.h \
|
||||
rtems/score/idtr.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -65,7 +59,7 @@ $(PROJECT_INCLUDE)/rtems/score/idtr.h: rtems/score/idtr.h $(PROJECT_INCLUDE)/rte
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/idtr.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -4,14 +4,9 @@
|
||||
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
include_rtemsdir = $(includedir)/rtems
|
||||
include_rtems_HEADERS = asm.h
|
||||
|
||||
@@ -24,9 +19,7 @@ include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m68k.h \
|
||||
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -78,7 +71,7 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-12-02 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
PR 730
|
||||
* cpu_asm.S: Collected PR 601 changes for commit to cvshead
|
||||
|
||||
@@ -14,17 +14,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips.h \
|
||||
rtems/score/types.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -68,7 +62,7 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -11,17 +11,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/no_cpu.h \
|
||||
rtems/score/cpu_asm.h rtems/score/types.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -56,7 +50,7 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -11,17 +11,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
|
||||
rtems/score/or32.h rtems/score/cpu_asm.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -56,7 +50,7 @@ $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUD
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -11,17 +11,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
|
||||
rtems/score/sh.h rtems/score/sh_io.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -56,7 +50,7 @@ $(PROJECT_INCLUDE)/rtems/score/sh_io.h: rtems/score/sh_io.h $(PROJECT_INCLUDE)/r
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sh_io.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh_io.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -11,17 +11,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/sparc.h rtems/score/cpu.h \
|
||||
rtems/score/types.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -52,7 +46,7 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor
|
||||
|
||||
@@ -13,17 +13,11 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/types.h rtems/score/cpu.h \
|
||||
rtems/score/unix.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
PREINSTALL_FILES =
|
||||
@@ -54,7 +48,7 @@ $(PROJECT_INCLUDE)/rtems/score/unix.h: rtems/score/unix.h $(PROJECT_INCLUDE)/rte
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/unix.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unix.h
|
||||
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user