source: rtems/c/src/Makefile.am @ 02ccf4a

4.104.114.84.95
Last change on this file since 02ccf4a was 02ccf4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 16:19:31

2002-07-05 Ralf Corsepius <corsepiu@…>

  • 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]...).
  • Property mode set to 100644
File size: 320 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../aclocal
6
7SUBDIRS = @exec@ @subdirs@
8
9# NOTE: The wildcard on the install should pick up everything except
10#       the tests directory.  This significantly minimizes the install size.
11
12include $(top_srcdir)/../../automake/subdirs.am
13include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.