URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [mips64orion/] [p4000/] [wrapup/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.6 2002/07/04 08:55:16 ralf Exp##BSP_FILES = startup console liblnkCPU_FILES = clock timer# bummer; have to use $foreach since % pattern subst rules only replace 1xOBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \$(foreach piece, $(CPU_FILES), ../../../../libcpu/$(RTEMS_CPU)/$(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
