URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sh/] [gensh4/] [wrapup/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.5 2002/07/04 08:55:05 ralf Exp#### build and install libbsp##BSP_PIECES = startup hw_init console# pieces to pick up out of libcpu/sh/sh7750CPU_PIECES = clock sci timer score# bummer; have to use $foreach since % pattern subst rules only replace 1xOBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/sh7750/$(piece)/$(ARCH)/$(piece).rel)LIB = $(ARCH)/libbsp.ainclude $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../../../../automake/compile.aminclude $(top_srcdir)/../../../../../../automake/lib.am## (OPTIONAL) Add local stuff here using +=#$(LIB): $(OBJS)$(make-library)all-local: $(ARCH) $(LIB)include $(top_srcdir)/../../../../../../automake/local.am
