source: rtems/cpukit/Makefile.am @ 20db683

4.104.114.84.95
Last change on this file since 20db683 was cc279333, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 19:36:11

2002-01-04 Joel Sherrill <joel@…>

  • Makefile.am, configure.ac: Remove references to wrapup subdirectory.
  • Property mode set to 100644
File size: 392 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
19
20include $(top_srcdir)/../../../automake/subdirs.am
21include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.