OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sparc/] [erc32/] [startup/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.8 2002/07/20 05:43:03 ralf Exp
3
##
4
 
5
 
6
VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
7
 
8
PGM = $(ARCH)/startup.rel
9
 
10
C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c main.c bootcard.c sbrk.c \
11
    setvec.c spurious.c erc32mec.c
12
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
13
 
14
S_FILES = boardinit.S
15
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
16
 
17
OBJS = $(C_O_FILES) $(S_O_FILES)
18
 
19
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20
include $(top_srcdir)/../../../../../../automake/compile.am
21
include $(top_srcdir)/../../../../../../automake/lib.am
22
 
23
#
24
# (OPTIONAL) Add local stuff here using +=
25
#
26
 
27
# USE_INIT_FINI tells main.c what C++ help we need.
28
AM_CPPFLAGS += -DUSE_INIT_FINI
29
 
30
$(PGM): $(OBJS)
31
        $(make-rel)
32
 
33
bsplib_DATA = linkcmds
34
 
35
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
36
        $(INSTALL_DATA) $< $@
37
 
38
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
39
 
40
all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
41
 
42
.PRECIOUS: $(PGM)
43
 
44
EXTRA_DIST = linkcmds setvec.c spurious.c boardinit.S
45
 
46
include $(top_srcdir)/../../../../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.