summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-05 16:19:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-05 16:19:31 +0000
commit02ccf4afcfa41123fac3974c97e62e8a2eb9ae9d (patch)
treeb15c7418c70446e197b32c05643870e8556032da /c/src/Makefile.am
parent2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-02ccf4afcfa41123fac3974c97e62e8a2eb9ae9d.tar.bz2
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New. * Makefile.am: Remove tar-installation. Prepend @exec@ to SUBDIRS. * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index bd07d90354..1642c633aa 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -4,18 +4,10 @@
ACLOCAL_AMFLAGS = -I ../../aclocal
-SUBDIRS = @subdirs@
+SUBDIRS = @exec@ @subdirs@
# NOTE: The wildcard on the install should pick up everything except
# the tests directory. This significantly minimizes the install size.
-install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@
- cd $(PROJECT_ROOT)/@RTEMS_BSP@; \
- tar cf - [bilsuM]* | \
- (cd $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@; tar xpBf - );
-
-uninstall-local:
- rm -rf $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@/[bsl]*;
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am