source: rtems/c/src/lib/Makefile.am @ 45269dc

4.104.114.84.95
Last change on this file since 45269dc was 45269dc, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/99 at 15:34:26

Patch from Ralf Corsepius <corsepiu@…> to move librdbg
to its own top level package.

  • Property mode set to 100644
File size: 314 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 libmisc 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.