source: rtems/c/src/lib/libbsp/sparc/leon/startup/Makefile.am @ 6fd43a1b

4.104.114.84.95
Last change on this file since 6fd43a1b was 6fd43a1b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 14:59:50

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

  • Makefile.am: Add dirstamp support to preinstallation.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • gnatsupp/Makefile.am: Cosmetics.
  • leon_open_eth/Makefile.am: Correct paths to automake/*.am..
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.

PR 538/bsps:

  • wrapup/Makefile.am: Add leon_open_eth.rel
  • Property mode set to 100644
File size: 861 bytes
Line 
1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
6
7PGM = $(ARCH)/startup.rel
8
9C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c main.c bootcard.c sbrk.c \
10    setvec.c spurious.c
11C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
12
13S_FILES = boardinit.S
14S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
15
16OBJS = $(C_O_FILES) $(S_O_FILES)
17
18include $(top_srcdir)/../../../../automake/compile.am
19include $(top_srcdir)/../../../../automake/lib.am
20
21#
22# (OPTIONAL) Add local stuff here using +=
23#
24
25$(PGM): $(OBJS)
26        $(make-rel)
27
28bsplib_DATA = linkcmds
29
30$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
31        $(INSTALL_DATA) $< $@
32
33TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
34
35all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES)
36
37.PRECIOUS: $(PGM)
38
39EXTRA_DIST = linkcmds setvec.c spurious.c boardinit.S
40
41include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.