source: rtems/c/src/exec/Makefile.am @ 989b938

4.104.114.84.95
Last change on this file since 989b938 was 989b938, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/01 at 14:37:05

2001-12-19 Ralf Corsepius <corsepiu@…>

  • wrapup/posix/Makefile.am: Add multilib support.
  • wrapup/itron/Makefile.am: Add multilib support.
  • wrapup/rtems/Makefile.am: Add multilib support.
  • Makefile.am: Add multilib support.
  • Property mode set to 100644
File size: 391 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.5
6ACLOCAL_AMFLAGS = -I ../../../aclocal
7
8include $(top_srcdir)/../../../automake/multilib.am
9
10if HAS_POSIX
11POSIX_SUBDIRS = posix
12endif
13
14if HAS_ITRON
15ITRON_SUBDIRS = itron
16endif
17
18SUBDIRS = score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup
19
20include $(top_srcdir)/../../../automake/subdirs.am
21include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.