source: rtems/c/src/lib/libbsp/v850/Makefile.am @ f3b29236

5
Last change on this file since f3b29236 was a748603, checked in by Chris Johns <chrisj@…>, on 05/14/17 at 01:52:52

build-system: Parallel build all subdirs.

  • Property mode set to 100644
File size: 372 bytes
Line 
1##
2##
3
4ACLOCAL_AMFLAGS = -I ../../../aclocal
5
6## Descend into the @RTEMS_BSP_FAMILY@ directory
7## Currently, the shared directory is not explicitly
8## added but it is present in the source tree.
9_SUBDIRS = @RTEMS_BSP_FAMILY@
10
11EXTRA_DIST =
12
13include $(srcdir)/preinstall.am
14include $(top_srcdir)/../../../automake/subdirs.am
15include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.