URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [i960/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.7 2002/03/28 00:47:58 joel Exp
##
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
if i960ca
CPU_SUBDIR = i960ca
endif
if i960ka
CPU_SUBDIR = i960ka
endif
if i960rp
CPU_SUBDIR = i960rp
endif
SUBDIRS = include $(CPU_SUBDIR)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am