URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [Makefile.am] - Rev 1782
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.9 2002/03/28 00:43:09 joel Exp##ACLOCAL_AMFLAGS = -I ../../../../aclocal# If we are building a "real" BSP, then we need to descend into the# appropriate CPU specific directory. The bare BSP is a special# case which can be built for any CPU and it resides at the same# level as the CPUs. If we are building the bare BSP, then descend# into that directory.SUBDIRS = include shared shmdr @subdirs@EXTRA_DIST = MERGE.PROCEDURE bsp.aminclude $(top_srcdir)/../../../../automake/subdirs.aminclude $(top_srcdir)/../../../../automake/local.am
