source: rtems/c/src/lib/Makefile.am @ dd04e32

4.104.114.84.95
Last change on this file since dd04e32 was dd04e32, checked in by Joel Sherrill <joel.sherrill@…>, on 10/26/99 at 02:58:06

Patch from Ralf Corsepius <corsepiu@…> to move
c/src/lib/libmisc to c/src/libmisc.

  • Property mode set to 100644
File size: 306 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8if HAS_LIBCHIP
9LIBCHIP = libchip
10endif
11
12SUBDIRS = start include libc libcpu libbsp \
13    $(LIBCHIP) $(LIBHWAPI)
14
15include $(top_srcdir)/../../../automake/subdirs.am
16include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.