source: rtems/c/src/Makefile.am @ 6ba9c27

4.104.114.84.95
Last change on this file since 6ba9c27 was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 586 bytes
RevLine 
[811804fe]1##
2##  $Id$
3##
[eb299afc]4
[feead226]5ACLOCAL_AMFLAGS = -I ../../aclocal
[eb299afc]6
[8dc51855]7SUBDIRS = @subdirs@
[eb299afc]8
9# NOTE: The wildcard on the install should pick up everything except
10#       the tests directory.  This significantly minimizes the install size.
11install-data-local:
[6e6f0f06]12        $(mkinstalldirs) $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@
13        cd $(PROJECT_ROOT)/@RTEMS_BSP@; \
14          tar cf - [bilsuM]* | \
15          (cd $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@; tar xpBf - );
[eb299afc]16
[df49c60]17uninstall-local:
[6e6f0f06]18        rm -rf $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@/[bsl]*;
[df49c60]19
[eb299afc]20include $(top_srcdir)/../../automake/subdirs.am
[df49c60]21include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.