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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [Makefile.am] - Diff between revs 30 and 173

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 173
##
##
##  $Id: Makefile.am,v 1.2 2001-09-27 11:59:11 chris Exp $
##  $Id: Makefile.am,v 1.2 2001-09-27 11:59:11 chris Exp $
##
##
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
SUBDIRS = @cfg_subdirs@ wrapup tests
SUBDIRS = @cfg_subdirs@ wrapup tests
rtems_bspdir = $(prefix)/@RTEMS_BSP@
rtems_bspdir = $(prefix)/@RTEMS_BSP@
# NOTE: The wildcard on the install should pick up everything except
# NOTE: The wildcard on the install should pick up everything except
#       the tests directory.  This significantly minimizes the install size.
#       the tests directory.  This significantly minimizes the install size.
install-data-local:
install-data-local:
        $(mkinstalldirs) $(rtems_bspdir)
        $(mkinstalldirs) $(rtems_bspdir)
        cd $(PROJECT_ROOT); \
        cd $(PROJECT_ROOT); \
          tar cf - @RTEMS_BSP@/[bilsuM]* | (cd $(DESTDIR)$(prefix); tar xpBf - );
          tar cf - @RTEMS_BSP@/[bilsuM]* | (cd $(DESTDIR)$(prefix); tar xpBf - );
uninstall-local:
uninstall-local:
        rm -rf $(rtems_bspdir)/[bsl]*;
        rm -rf $(rtems_bspdir)/[bsl]*;
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am
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.