source: rtems/c/src/lib/libbsp/arm/armulator/start/Makefile.am @ 4f44fb1

4.104.114.84.95
Last change on this file since 4f44fb1 was 02e3a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 02:49:25

2002-07-21 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Remove leftover from eliminating PGM.
  • Property mode set to 100644
File size: 919 bytes
Line 
1##
2## $Id$
3##
4
5S_FILES = start.S
6S_O_FILES = $(S_FILES:%.c=$(ARCH)/%.o)
7
8OBJS = $(S_O_FILES)
9
10include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
11include $(top_srcdir)/../../../../../../automake/compile.am
12include $(top_srcdir)/../../../../../../automake/lib.am
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18# From newlib
19# Select which debug protocol is being used.
20# ARM_RDP_MONITOR selects the Demon monitor.
21# ARM_RDI_MONITOR selects the Angel monitor.
22# If neither are defined, then hard coded defaults will be used
23# to create the program's environment.
24AM_CPPFLAGS += -DARM_RDI_MONITOR
25
26$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o
27        $(INSTALL_DATA) $< $@
28
29TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
30
31all-local: $(ARCH) $(OBJS) $(ARCH)/start.o $(TMPINSTALL_FILES)
32
33.PRECIOUS: $(ARCH)/start.o
34
35EXTRA_DIST = start.S
36
37include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.