source: rtems/cpukit/Makefile.am @ c55df85

4.104.114.84.95
Last change on this file since c55df85 was 029527b6, checked in by Joel Sherrill <joel.sherrill@…>, on 01/06/02 at 20:23:18

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

  • Makefile.am: Readded reference to wrapup.
  • Property mode set to 100644
File size: 399 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 = include 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.