source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/start/Makefile.am @ 08330bf

4.104.114.84.95
Last change on this file since 08330bf was 08330bf, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/00 at 01:04:11

Port of RTEMS to the ARM processor family by Eric Valette
<valette@…> and Emmanuel Raguet <raguet@…>
of Canon CRF - Communication Dept. This port includes a
basic BSP that is sufficient to link hello world.

  • Property mode set to 100644
File size: 625 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGMS = $(ARCH)/start.o
8
9S_FILES = start.S
10S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
11
12OBJS = $(S_O_FILES)
13
14TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../../../../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23LINKCMDS = $(top_srcdir)/startup/linkcmds
24
25$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o
26        $(INSTALL_DATA) $< $@
27
28
29all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
30
31EXTRA_DIST = start.S
32
33include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.