source: rtems/c/src/Makefile.am @ 624d7ca4

4.104.114.84.95
Last change on this file since 624d7ca4 was 3330ecb, checked in by Joel Sherrill <joel.sherrill@…>, on 10/26/99 at 02:45:04

Patch rtems-rc-19991011-0.diff from Ralf Corsepius <corsepiu@…>
fixes a minor configuration bug.

  • Property mode set to 100644
File size: 588 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8SUBDIRS= @cfg_subdirs@ wrapup tests
9
10rtems_bspdir=$(prefix)/@RTEMS_BSP@
11
12# NOTE: The wildcard on the install should pick up everything except
13#       the tests directory.  This significantly minimizes the install size.
14install-data-local:
15        rm -rf $(rtems_bspdir)/[bsl]*;
16        $(mkinstalldirs) $(rtems_bspdir)
17        cd $(PROJECT_ROOT); \
18          tar cf - @RTEMS_BSP@/[bilsuM]* | (cd $(prefix); tar xpBf - );
19
20include $(top_srcdir)/../../automake/subdirs.am
21include $(top_srcdir)/../../automake/local.am
Note: See TracBrowser for help on using the repository browser.