source: rtems/c/src/lib/libbsp/i960/i960sim/wrapup/Makefile.am @ 9065de85

4.104.114.84.95
Last change on this file since 9065de85 was 9065de85, checked in by Joel Sherrill <joel.sherrill@…>, on 07/10/00 at 18:42:16

Added dummy clock driver.

  • Property mode set to 100644
File size: 776 bytes
RevLine 
[68c498f4]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[9065de85]7BSP_FILES = startup clock console timer
[68c498f4]8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../../../../../../automake/lib.am
11
12# bummer; have to use $foreach since % pattern subst rules only replace 1x
13OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
14    $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel)
15
16LIB = $(ARCH)/libbsp.a
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(LIB): ${OBJS}
23        $(make-library)
24
25$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
26        $(INSTALL_DATA) $< $@
27
28TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
29
30all-local: ${ARCH} $(TMPINSTALL_FILES)
31
32include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.