URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [a29k/] [portsw/] [wrapup/] [Makefile.am] - Rev 1782
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.9 2002/07/04 08:55:31 ralf Exp##BSP_FILES = startup console iic ethernet flash nvramCPU_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
