URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libcpu/] [powerpc/] [Makefile.am] - Rev 173
Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 12:01:23 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal## Check configure.in for conditions to set the conditionals belowif sharedSHARED_LIB = sharedendifif mpc505CPU_SUBDIR = mpc505endifif mpc6xxCPU_SUBDIR = mpc6xxendifif mpc821CPU_SUBDIR = mpc821endifif mpc860CPU_SUBDIR = mpc860endifif ppc403CPU_SUBDIR = ppc403endifSUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) wrapupinclude $(top_srcdir)/../../../../../automake/subdirs.aminclude $(top_srcdir)/../../../../../automake/local.am
