From 4ba8866e67f9cbdc7599e6b787bc52ea5aa825c3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Sep 2008 01:27:11 +0000 Subject: =?UTF-8?q?2008-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Remove noinst_PROGRAMS (Unused). --- c/src/lib/libbsp/powerpc/ep1a/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/ep1a/Makefile.am | 2 -- c/src/lib/libbsp/powerpc/haleakala/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/haleakala/Makefile.am | 14 -------------- c/src/lib/libbsp/powerpc/psim/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/psim/Makefile.am | 2 -- c/src/lib/libbsp/powerpc/score603e/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/score603e/Makefile.am | 2 -- c/src/lib/libbsp/powerpc/ss555/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/ss555/Makefile.am | 2 -- 10 files changed, 20 insertions(+), 22 deletions(-) (limited to 'c/src/lib/libbsp/powerpc') diff --git a/c/src/lib/libbsp/powerpc/ep1a/ChangeLog b/c/src/lib/libbsp/powerpc/ep1a/ChangeLog index c804fc150c..e980b9d53a 100644 --- a/c/src/lib/libbsp/powerpc/ep1a/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ep1a/ChangeLog @@ -1,3 +1,7 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Remove noinst_PROGRAMS (Unused). + 2008-09-26 Ralf Corsépius * Makefile.am: Cleanup ../../shared/include/bootcard.h handling. diff --git a/c/src/lib/libbsp/powerpc/ep1a/Makefile.am b/c/src/lib/libbsp/powerpc/ep1a/Makefile.am index 2516c150c3..2838546bc4 100644 --- a/c/src/lib/libbsp/powerpc/ep1a/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ep1a/Makefile.am @@ -19,8 +19,6 @@ nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h DISTCLEANFILES = include/bspopts.h nodist_include_HEADERS += ../../shared/include/coverhd.h -noinst_PROGRAMS = - ### dist_project_lib_DATA += startup/linkcmds diff --git a/c/src/lib/libbsp/powerpc/haleakala/ChangeLog b/c/src/lib/libbsp/powerpc/haleakala/ChangeLog index c290e20f8a..294f97ee3d 100644 --- a/c/src/lib/libbsp/powerpc/haleakala/ChangeLog +++ b/c/src/lib/libbsp/powerpc/haleakala/ChangeLog @@ -1,3 +1,7 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Remove noinst_PROGRAMS (Unused). + 2008-09-26 Ralf Corsépius * Makefile.am: Cleanup ../../shared/include/bootcard.h handling. diff --git a/c/src/lib/libbsp/powerpc/haleakala/Makefile.am b/c/src/lib/libbsp/powerpc/haleakala/Makefile.am index 579b69de94..e34cc244ca 100644 --- a/c/src/lib/libbsp/powerpc/haleakala/Makefile.am +++ b/c/src/lib/libbsp/powerpc/haleakala/Makefile.am @@ -18,8 +18,6 @@ nodist_include_HEADERS = include/bspopts.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h DISTCLEANFILES = include/bspopts.h -noinst_PROGRAMS = - include_HEADERS += include/coverhd.h EXTRA_DIST = ../../powerpc/shared/start/rtems_crti.S @@ -50,14 +48,6 @@ include_bsp_HEADERS += irq/irq.h \ irq_SOURCES = irq/irq_init.c irq/irq.c -## if HAS_NETWORKING -## network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -## noinst_PROGRAMS += network.rel -## network_rel_SOURCES = network/network.c -## network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS) -## network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -## endif - noinst_LIBRARIES = libbsp.a libbsp_a_SOURCES = $(startup_SOURCES) $(dlentry_SOURCES) $(console_SOURCES) \ $(irq_SOURCES) @@ -70,10 +60,6 @@ libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \ ../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \ ../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel -## if HAS_NETWORKING -## libbsp_a_LIBADD += network.rel -## endif - EXTRA_DIST += times include $(srcdir)/preinstall.am diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog index 7f971747df..fea3064a81 100644 --- a/c/src/lib/libbsp/powerpc/psim/ChangeLog +++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog @@ -1,3 +1,7 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Remove noinst_PROGRAMS (Unused). + 2008-09-26 Ralf Corsépius * Makefile.am: Cleanup ../../shared/include/bootcard.h handling. diff --git a/c/src/lib/libbsp/powerpc/psim/Makefile.am b/c/src/lib/libbsp/powerpc/psim/Makefile.am index 2d0d8e06c2..0577ba6113 100644 --- a/c/src/lib/libbsp/powerpc/psim/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/Makefile.am @@ -23,8 +23,6 @@ nodist_include_HEADERS = include/bspopts.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h DISTCLEANFILES = include/bspopts.h -noinst_PROGRAMS = - include_HEADERS += include/coverhd.h EXTRA_DIST = start/start.S diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog index 5ac4f3660b..629c4ba2f8 100644 --- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog +++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog @@ -1,3 +1,7 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Remove noinst_PROGRAMS (Unused). + 2008-09-26 Ralf Corsépius * Makefile.am: Cleanup ../../shared/include/bootcard.h handling. diff --git a/c/src/lib/libbsp/powerpc/score603e/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/Makefile.am index 910b809de9..55b632c334 100644 --- a/c/src/lib/libbsp/powerpc/score603e/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/Makefile.am @@ -18,8 +18,6 @@ nodist_include_HEADERS = include/bspopts.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h DISTCLEANFILES = include/bspopts.h -noinst_PROGRAMS = - include_HEADERS += ../../shared/tod.h include_HEADERS += include/coverhd.h include/gen2.h diff --git a/c/src/lib/libbsp/powerpc/ss555/ChangeLog b/c/src/lib/libbsp/powerpc/ss555/ChangeLog index 663b796c6a..64e4f8f0d9 100644 --- a/c/src/lib/libbsp/powerpc/ss555/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ss555/ChangeLog @@ -1,3 +1,7 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Remove noinst_PROGRAMS (Unused). + 2008-09-26 Ralf Corsépius * Makefile.am: Cleanup ../../shared/include/bootcard.h handling. diff --git a/c/src/lib/libbsp/powerpc/ss555/Makefile.am b/c/src/lib/libbsp/powerpc/ss555/Makefile.am index b49ba5848b..747fba59c8 100644 --- a/c/src/lib/libbsp/powerpc/ss555/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ss555/Makefile.am @@ -18,8 +18,6 @@ nodist_include_HEADERS = include/bspopts.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h DISTCLEANFILES = include/bspopts.h -noinst_PROGRAMS = - include_HEADERS += include/coverhd.h include_bsp_HEADERS = irq/irq.h -- cgit v1.2.3