source: rtems/cpukit/wrapup/Makefile.am @ 352c9b2

4.104.114.84.95
Last change on this file since 352c9b2 was 352c9b2, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/99 at 22:07:23

This patch adds the basic framework for the ITRON 3.0 API implementation
for RTEMS.

  • Property mode set to 100644
File size: 270 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if HAS_POSIX
8POSIX_DIRS = posix
9endif
10
[352c9b2]11if HAS_ITRON
12ITRON_DIRS = itron
13endif
14
15SUBDIRS = rtems $(POSIX_DIRS) $(ITRON_DIRS)
[e1d8abb]16
17include $(top_srcdir)/../../../automake/subdirs.am
18include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.