summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-12 05:56:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-12 05:56:50 +0000
commit31cabe9ce018bc8fdefbc7a3e85c191c4c38a224 (patch)
treeea68342b2ec9bc79b81944ebdb9a9a95011313ce /c
parentCleanup. (diff)
downloadrtems-31cabe9ce018bc8fdefbc7a3e85c191c4c38a224.tar.bz2
Cleanup.
Diffstat (limited to 'c')
-rw-r--r--c/src/libchip/Makefile.am4
-rw-r--r--c/src/librtems++/Makefile.am4
-rw-r--r--c/src/optman/Makefile.am2
3 files changed, 1 insertions, 9 deletions
diff --git a/c/src/libchip/Makefile.am b/c/src/libchip/Makefile.am
index f964b6ef26..4e99f9e122 100644
--- a/c/src/libchip/Makefile.am
+++ b/c/src/libchip/Makefile.am
@@ -4,9 +4,6 @@
include $(top_srcdir)/automake/compile.am
-CLEANFILES =
-DISTCLEANFILES =
-
if LIBCHIP
include_libchipdir = $(includedir)/libchip
include_libchip_HEADERS =
@@ -112,5 +109,4 @@ EXTRA_DIST += shmdr/README
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
include $(srcdir)/preinstall.am
-
include $(top_srcdir)/automake/local.am
diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am
index d61d7b0e98..b2bfe6070e 100644
--- a/c/src/librtems++/Makefile.am
+++ b/c/src/librtems++/Makefile.am
@@ -25,9 +25,5 @@ endif
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
-CLEANFILES =
-DISTCLEANFILES =
-
include $(srcdir)/preinstall.am
-
include $(top_srcdir)/../automake/local.am
diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am
index e22baab4a6..ab83c40cf9 100644
--- a/c/src/optman/Makefile.am
+++ b/c/src/optman/Makefile.am
@@ -71,7 +71,7 @@ no_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
CLEANFILES =
+DISTCLEANFILES =
include $(srcdir)/preinstall.am
-
include $(top_srcdir)/automake/local.am