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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [c4x/] [c4xsim/] [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.4 2002/07/19 05:04:53 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 c3xspurious.c c4xspurious.c bspspuriousinit.c spurious.c \
12
    gnatinstallhandler.c
13
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
14
 
15
OBJS = $(C_O_FILES)
16
 
17
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
18
include $(top_srcdir)/../../../../../../automake/compile.am
19
include $(top_srcdir)/../../../../../../automake/lib.am
20
 
21
#
22
# (OPTIONAL) Add local stuff here using +=
23
#
24
 
25
# USE_INIT_FINI tells main.c what C++ help we need.
26
 
27
# AM_CPPFLAGS += -DUSE_INIT_FINI
28
 
29
$(PGM): $(OBJS)
30
        $(make-rel)
31
 
32
bsplib_DATA = linkcmds
33
 
34
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
35
        $(INSTALL_DATA) $< $@
36
 
37
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
38
 
39
all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
40
 
41
.PRECIOUS: $(PGM)
42
 
43
EXTRA_DIST = bspclean.c bspstart.c linkcmds setvec.c spurious.c
44
 
45
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.