source: rtems/c/src/Makefile.am @ cf282090

4.104.114.84.95
Last change on this file since cf282090 was 6e6f0f06, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:09:20

2001-02-03 Ralf Corsepius <corsepiu@…>

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