forked from Imagelibrary/rtems
build: Remove DISTCLEANFILES
A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
This commit is contained in:
@@ -20,24 +20,19 @@ make/@RTEMS_BSP@.cache: make/bsp.mak @CUSTOM_CFG_FILES@
|
|||||||
make/@RTEMS_BSP@.cache
|
make/@RTEMS_BSP@.cache
|
||||||
|
|
||||||
noinst_DATA = make/@RTEMS_BSP@.cache
|
noinst_DATA = make/@RTEMS_BSP@.cache
|
||||||
DISTCLEANFILES = make/@RTEMS_BSP@.cache
|
|
||||||
|
|
||||||
rtems_makedir = $(prefix)/make
|
rtems_makedir = $(prefix)/make
|
||||||
rtems_make_customdir = $(rtems_makedir)/custom
|
rtems_make_customdir = $(rtems_makedir)/custom
|
||||||
rtems_make_custom_DATA = @CUSTOM_CFG_FILES@
|
rtems_make_custom_DATA = @CUSTOM_CFG_FILES@
|
||||||
DISTCLEANFILES += @CUSTOM_CFG_FILES@
|
|
||||||
|
|
||||||
noinst_DATA += make/custom/default.cfg
|
noinst_DATA += make/custom/default.cfg
|
||||||
DISTCLEANFILES += make/custom/default.cfg
|
|
||||||
|
|
||||||
@host_alias@-@RTEMS_BSP@.pc: config.status bsp.pc.in
|
@host_alias@-@RTEMS_BSP@.pc: config.status bsp.pc.in
|
||||||
./config.status --file=$@:$(srcdir)/bsp.pc.in
|
./config.status --file=$@:$(srcdir)/bsp.pc.in
|
||||||
|
|
||||||
pkgconfigdir = $(prefix)/lib/pkgconfig
|
pkgconfigdir = $(prefix)/lib/pkgconfig
|
||||||
pkgconfig_DATA = @host_alias@-@RTEMS_BSP@.pc
|
pkgconfig_DATA = @host_alias@-@RTEMS_BSP@.pc
|
||||||
DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc
|
|
||||||
|
|
||||||
DISTCLEANFILES += $(DEPDIR)/cfg.P
|
|
||||||
include $(DEPDIR)/cfg.P
|
include $(DEPDIR)/cfg.P
|
||||||
|
|
||||||
include $(top_srcdir)/automake/subdirs.am
|
include $(top_srcdir)/automake/subdirs.am
|
||||||
|
|||||||
@@ -131,7 +131,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/shared/cache/cache-l2c-310.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -167,7 +167,6 @@ librtemsbsp_a_CPPFLAGS += -I$(RTEMS_SOURCE_ROOT)/bsps/arm/atsam/include/libchip/
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -95,7 +95,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/shared/cache/cache-cp15.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
|||||||
if ENABLE_LCD
|
if ENABLE_LCD
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,6 @@ librtemsbsp_a_SOURCES += startup/bspstarthooks.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ librtemsbsp_a_SOURCES += ssi/ssi.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -115,7 +115,6 @@ librtemsbsp_a_SOURCES += startup/bspstarthooks.c
|
|||||||
# ------ Special Rules
|
# ------ Special Rules
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -133,7 +133,6 @@ endif
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -111,7 +111,6 @@ endif
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ librtemsbsp_a_SOURCES += ../shared/mminit.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ librtemsbsp_a_SOURCES += startup/fb-config.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
$(CPPASCOMPILE) -o $@ -c $<
|
$(CPPASCOMPILE) -o $@ -c $<
|
||||||
|
|||||||
@@ -82,7 +82,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -114,7 +114,6 @@ endif
|
|||||||
# ------ Special Rules
|
# ------ Special Rules
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -84,7 +84,6 @@ librtemsbsp_a_SOURCES += startup/bspstarthooks.c startup/bspstartmmu.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
|||||||
# debugio
|
# debugio
|
||||||
librtemsbsp_a_SOURCES += console/console-io.c
|
librtemsbsp_a_SOURCES += console/console-io.c
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
_SUBDIRS = . tools
|
_SUBDIRS = . tools
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
## Zilog component header files
|
## Zilog component header files
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
#isr
|
#isr
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
#isr
|
#isr
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
#isr
|
#isr
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
|||||||
#isr
|
#isr
|
||||||
#pci
|
#pci
|
||||||
#irq
|
#irq
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
#isr
|
#isr
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
#isr
|
#isr
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
project_lib_DATA = linkcmds
|
project_lib_DATA = linkcmds
|
||||||
|
|||||||
@@ -76,7 +76,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/or1k/shared/cache/cache.c
|
|||||||
# Special Rules #
|
# Special Rules #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
DISTCLEANFILES =
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
@@ -12,7 +11,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
|||||||
project_lib_DATA =
|
project_lib_DATA =
|
||||||
|
|
||||||
#include
|
#include
|
||||||
DISTCLEANFILES += include/bspopts.h
|
|
||||||
|
|
||||||
#start
|
#start
|
||||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
|||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
# include
|
# include
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
# start
|
# start
|
||||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
# include
|
# include
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
# start
|
# start
|
||||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
|||||||
# debugio
|
# debugio
|
||||||
librtemsbsp_a_SOURCES += console/console-io.c
|
librtemsbsp_a_SOURCES += console/console-io.c
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
$(CPPASCOMPILE) -o $@ -c $<
|
$(CPPASCOMPILE) -o $@ -c $<
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
|
|
||||||
start.$(OBJEXT): start/start.S
|
start.$(OBJEXT): start/start.S
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
|||||||
# in a kernel include directory.
|
# in a kernel include directory.
|
||||||
|
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
dist_project_lib_DATA = startup/bsp_specs
|
dist_project_lib_DATA = startup/bsp_specs
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -231,7 +231,6 @@ libscore_a_SOURCES += src/processormaskcopy.c
|
|||||||
|
|
||||||
|
|
||||||
# This file is in the build tree
|
# This file is in the build tree
|
||||||
DISTCLEANFILES = ../..include/rtems/score/cpuopts.h
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = ../../include/rtems/score/cpuopts.h
|
include_rtems_score_HEADERS = ../../include/rtems/score/cpuopts.h
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
include $(top_srcdir)/automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
DISTCLEANFILES =
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libscorecpu.a
|
noinst_LIBRARIES = libscorecpu.a
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
include $(top_srcdir)/automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
DISTCLEANFILES =
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libscorecpu.a
|
noinst_LIBRARIES = libscorecpu.a
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
include $(top_srcdir)/automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
DISTCLEANFILES =
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libscorecpu.a
|
noinst_LIBRARIES = libscorecpu.a
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
ACLOCAL_AMFLAGS = -I aclocal
|
ACLOCAL_AMFLAGS = -I aclocal
|
||||||
|
|
||||||
DISTCLEANFILES =
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
|
||||||
noinst_HEADERS =
|
noinst_HEADERS =
|
||||||
|
|||||||
Reference in New Issue
Block a user