source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/startup/Makefile.am @ f1c62bb

4.104.114.84.95
Last change on this file since f1c62bb was 89e1b54, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/02 at 04:44:31

2002-12-13 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 884 bytes
RevLine 
[6617845]1##
[08330bf]2## $Id$
[6617845]3##
[08330bf]4
5
6VPATH = @srcdir@:@srcdir@/../../../shared
7
[6617845]8C_FILES = bsplibc.c bsppost.c bspstart.c exit.c bootcard.c main.c sbrk.c \
9    gnatinstallhandler.c
[d0d73ec]10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[08330bf]11
12S_FILES =
[d0d73ec]13S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
[08330bf]14
15startup_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
16
[6617845]17include $(top_srcdir)/../../../../../../automake/compile.am
[08330bf]18include $(top_srcdir)/../../../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
24# USE_INIT_FINI tells main.c what C++ help we need.
25
26$(PGM): $(startup_rel_OBJECTS)
27        $(make-rel)
28
[1a27b40]29bsplib_DATA = linkcmds
30
[08330bf]31$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
32        $(INSTALL_DATA) $< $@
33
34TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
35
36all: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
37
38.PRECIOUS: $(PGM)
39
40EXTRA_DIST = linkcmds
41
42include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.