OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [Makefile.am] - Blame information for rev 778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
##  $Id: Makefile.am,v 1.2 2001-09-27 11:59:11 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
 
8
SUBDIRS = @cfg_subdirs@ wrapup tests
9
 
10
rtems_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.
14
install-data-local:
15
        $(mkinstalldirs) $(rtems_bspdir)
16
        cd $(PROJECT_ROOT); \
17
          tar cf - @RTEMS_BSP@/[bilsuM]* | (cd $(DESTDIR)$(prefix); tar xpBf - );
18
 
19
uninstall-local:
20
        rm -rf $(rtems_bspdir)/[bsl]*;
21
 
22
include $(top_srcdir)/../../automake/subdirs.am
23
include $(top_srcdir)/../../automake/host.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.