URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [Makefile.am] - Rev 173
Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 11:59:11 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocalSUBDIRS = @cfg_subdirs@ wrapup testsrtems_bspdir = $(prefix)/@RTEMS_BSP@# NOTE: The wildcard on the install should pick up everything except# the tests directory. This significantly minimizes the install size.install-data-local:$(mkinstalldirs) $(rtems_bspdir)cd $(PROJECT_ROOT); \tar cf - @RTEMS_BSP@/[bilsuM]* | (cd $(DESTDIR)$(prefix); tar xpBf - );uninstall-local:rm -rf $(rtems_bspdir)/[bsl]*;include $(top_srcdir)/../../automake/subdirs.aminclude $(top_srcdir)/../../automake/host.am
