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:
Sebastian Huber
2018-04-05 06:56:26 +02:00
parent 9b7c456732
commit 9edb72e4be
89 changed files with 0 additions and 94 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 $<

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 $<

View File

@@ -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

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,5 @@
ACLOCAL_AMFLAGS = -I aclocal ACLOCAL_AMFLAGS = -I aclocal
DISTCLEANFILES =
CLEANFILES = CLEANFILES =
noinst_HEADERS = noinst_HEADERS =