source: rtems/c/src/lib/libbsp/arm/edb7312/wrapup/Makefile.am @ 9a6f471

4.104.114.84.95
Last change on this file since 9a6f471 was 9a6f471, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 05:17:21

2003-12-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstallation dirstamp support.
  • irq/Makefile.am: Add preinstallation dirstamp support.
  • network/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 848 bytes
RevLine 
[3d6669cc]1##
2## $Id$
3##
4
5BSP_FILES = clock console startup irq timer network start
6
7# bummer; have to use $foreach since % pattern subst rules only replace 1x
[9a6f471]8OBJS = $(foreach piece, $(BSP_FILES), $(wildcard \
9    ../$(piece)/$(ARCH)/*.$(OBJEXT))) $(wildcard \
10    ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) $(wildcard \
11    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT))
[3d6669cc]12LIB = $(ARCH)/libbsp.a
13
[d8abd37]14include $(top_srcdir)/../../../../automake/compile.am
15include $(top_srcdir)/../../../../automake/lib.am
[3d6669cc]16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21$(LIB): ${OBJS}
22        $(make-library)
23
24$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
25        $(INSTALL_DATA) $< $@
26
27TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
28
[5b62726f]29all-local: $(TMPINSTALL_FILES)
[3d6669cc]30
[d8abd37]31include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.