URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [m68k/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.8 2002/03/28 00:48:05 joel Exp
##
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
if shared
SHARED_LIB = shared
endif
if m68040
CPU_SUBDIR = m68040
endif
if mcf5206
CPU_SUBDIR = mcf5206
endif
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am