URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [helas403/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.7 2002/03/28 00:41:34 joel Exp
##
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
SUBDIRS = include dlentry flashentry startup @exceptions@ wrapup
include $(top_srcdir)/../../bsp.am
$(PROJECT_RELEASE)/lib/bsp_specs.dl: bsp_specs.dl
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_RELEASE)/lib/bsp_specs.dl
EXTRA_DIST = bsp_specs bsp_specs.dl times
include $(top_srcdir)/../../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../../automake/local.am