From dbe8e5194cf71cb20e7a05ff382ad70e833fd3e6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Jan 2006 04:19:28 +0000 Subject: Cleanups --- cpukit/score/Makefile.am | 6 +----- cpukit/score/cpu/arm/Makefile.am | 4 ---- cpukit/score/cpu/avr/Makefile.am | 4 ---- cpukit/score/cpu/c4x/Makefile.am | 4 ---- cpukit/score/cpu/h8300/Makefile.am | 4 ---- cpukit/score/cpu/i386/Makefile.am | 4 ---- cpukit/score/cpu/m68k/Makefile.am | 4 ---- cpukit/score/cpu/mips/Makefile.am | 4 ---- cpukit/score/cpu/no_cpu/Makefile.am | 4 ---- cpukit/score/cpu/powerpc/Makefile.am | 4 ---- cpukit/score/cpu/sh/Makefile.am | 4 ---- cpukit/score/cpu/sparc/Makefile.am | 4 ---- cpukit/score/cpu/unix/Makefile.am | 4 ---- 13 files changed, 1 insertion(+), 53 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 30e6394843..604a8c26cb 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -5,9 +5,6 @@ include $(top_srcdir)/automake/multilib.am include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - SUBDIRS = . cpu ## include @@ -156,11 +153,10 @@ libscore_a_CPPFLAGS = $(AM_CPPFLAGS) EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt -DISTCLEANFILES += include/rtems/score/cpuopts.h +DISTCLEANFILES = include/rtems/score/cpuopts.h all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/arm/Makefile.am b/cpukit/score/cpu/arm/Makefile.am index 5db0330dbe..6b5c429b37 100644 --- a/cpukit/score/cpu/arm/Makefile.am +++ b/cpukit/score/cpu/arm/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -21,5 +18,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/avr/Makefile.am b/cpukit/score/cpu/avr/Makefile.am index f552c539b5..9a83e2e614 100644 --- a/cpukit/score/cpu/avr/Makefile.am +++ b/cpukit/score/cpu/avr/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -21,5 +18,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/c4x/Makefile.am b/cpukit/score/cpu/c4x/Makefile.am index b35e78766d..e924d8a0e9 100644 --- a/cpukit/score/cpu/c4x/Makefile.am +++ b/cpukit/score/cpu/c4x/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -24,5 +21,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/h8300/Makefile.am b/cpukit/score/cpu/h8300/Makefile.am index 5f275ca108..1ca2e64608 100644 --- a/cpukit/score/cpu/h8300/Makefile.am +++ b/cpukit/score/cpu/h8300/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -21,5 +18,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/i386/Makefile.am b/cpukit/score/cpu/i386/Makefile.am index a838c84154..b7a13d64ff 100644 --- a/cpukit/score/cpu/i386/Makefile.am +++ b/cpukit/score/cpu/i386/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS= rtems/asm.h @@ -22,5 +19,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/m68k/Makefile.am b/cpukit/score/cpu/m68k/Makefile.am index e739e45542..46bb6a19f0 100644 --- a/cpukit/score/cpu/m68k/Makefile.am +++ b/cpukit/score/cpu/m68k/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - noinst_LIBRARIES = libscorecpu.a libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) @@ -26,5 +23,4 @@ libscorecpu_a_SOURCES = cpu.c cpu_asm.S all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/mips/Makefile.am b/cpukit/score/cpu/mips/Makefile.am index 74954e6190..5a4dad6ba8 100644 --- a/cpukit/score/cpu/mips/Makefile.am +++ b/cpukit/score/cpu/mips/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -24,5 +21,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/no_cpu/Makefile.am b/cpukit/score/cpu/no_cpu/Makefile.am index 561f4f48d2..18189d141d 100644 --- a/cpukit/score/cpu/no_cpu/Makefile.am +++ b/cpukit/score/cpu/no_cpu/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -21,5 +18,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/powerpc/Makefile.am b/cpukit/score/cpu/powerpc/Makefile.am index 7ce820ccae..fb10b52771 100644 --- a/cpukit/score/cpu/powerpc/Makefile.am +++ b/cpukit/score/cpu/powerpc/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -33,5 +30,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/sh/Makefile.am b/cpukit/score/cpu/sh/Makefile.am index 74f06703a6..29f9e14644 100644 --- a/cpukit/score/cpu/sh/Makefile.am +++ b/cpukit/score/cpu/sh/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -21,5 +18,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/sparc/Makefile.am b/cpukit/score/cpu/sparc/Makefile.am index 1292dd9ee5..2d648f8b18 100644 --- a/cpukit/score/cpu/sparc/Makefile.am +++ b/cpukit/score/cpu/sparc/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h @@ -21,5 +18,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am diff --git a/cpukit/score/cpu/unix/Makefile.am b/cpukit/score/cpu/unix/Makefile.am index 541ebe9549..bb99bf5326 100644 --- a/cpukit/score/cpu/unix/Makefile.am +++ b/cpukit/score/cpu/unix/Makefile.am @@ -4,9 +4,6 @@ include $(top_srcdir)/automake/compile.am -CLEANFILES = -DISTCLEANFILES = - AM_CPPFLAGS += -DCPU_SYNC_IO include_rtemsdir = $(includedir)/rtems @@ -23,5 +20,4 @@ libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) all-local: $(PREINSTALL_FILES) include $(srcdir)/preinstall.am - include $(top_srcdir)/automake/local.am -- cgit v1.2.3