URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme136/] [wrapup/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.8 2002/07/04 08:54:36 ralf Exp##include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../../../../automake/compile.aminclude $(top_srcdir)/../../../../../../automake/lib.amif HAS_MPGENERIC_MP_REL_PIECES = shmdrendifGENERIC_PIECES = $(GENERIC_MP_REL_PIECES)if HAS_MPBSP_MP_O_PIECES = shmsuppendifBSP_PIECES = startup clock console timer $(BSP_MP_O_PIECES)# bummer; have to use $foreach since % pattern subst rules only replace 1xOBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \$(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.o) \$(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)LIB = $(ARCH)/libbsp.a## (OPTIONAL) Add local stuff here using +=#$(LIB): $(OBJS)$(make-library)all-local: $(ARCH) $(LIB)include $(top_srcdir)/../../../../../../automake/local.am
