summaryrefslogtreecommitdiffstats
path: root/c/update-tools/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 20:01:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 20:01:41 +0000
commitb0ac03f4ddb8a1643313f4f9c04fa6aac9378192 (patch)
treec728f532ed1b269d475dfe829a8e1e088d5b84e8 /c/update-tools/Makefile.am
parentTools moved to top-level directory per patch from Ralf Corsepius <corsepiu@fa... (diff)
downloadrtems-b0ac03f4ddb8a1643313f4f9c04fa6aac9378192.tar.bz2
Moved to top level directory per patch rtems-rc-19990709-0.diff.gz
from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Diffstat (limited to '')
-rw-r--r--c/update-tools/Makefile.am47
1 files changed, 0 insertions, 47 deletions
diff --git a/c/update-tools/Makefile.am b/c/update-tools/Makefile.am
deleted file mode 100644
index 256cf69c78..0000000000
--- a/c/update-tools/Makefile.am
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# $Id$
-#
-
-AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
-# NOTE: It doesn't make much sense to install these files
-
-CLEANFILES = update word-replace
-
-if PERL
-# All files in this directory depend on having perl.
-# Do not handle them if perl is missing.
-
-noinst_SCRIPTS = \
-acpolish \
-ampolish \
-cipolish \
-rtems-polish.sh \
-word-replace \
-update
-
-noinst_DATA = \
-310_to_320_list
-
-update: $(srcdir)/update.in $(top_builddir)/config.status
- @cd $(top_builddir) \
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
- chmod 755 $@
-
-word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
- @cd $(top_builddir) \
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
- chmod 755 $@
-
-endif
-
-EXTRA_DIST = \
-310_to_320_list \
-update.in \
-word-replace.in \
-acpolish \
-ampolish \
-cipolish \
-rtems-polish.sh
-
-include $(top_srcdir)/../../automake/local.am