4.104.114.84.95
Last change
on this file since e71ce071 was
9fbba98,
checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/97 at 17:47:48
|
Fixed path which points to shared directory for all BSPs.
|
-
Property mode set to
100644
|
File size:
961 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | @SET_MAKE@ |
---|
6 | srcdir = @srcdir@ |
---|
7 | top_srcdir = @top_srcdir@ |
---|
8 | VPATH=@srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared |
---|
9 | |
---|
10 | PGM=${ARCH}/startup.rel |
---|
11 | |
---|
12 | # C source names, if any, go here -- minus the .c |
---|
13 | C_PIECES=bspstart sbrk setvec vmeintr |
---|
14 | C_FILES=$(C_PIECES:%=%.c) |
---|
15 | C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) |
---|
16 | |
---|
17 | H_FILES= |
---|
18 | |
---|
19 | SRCS=$(srcdir)/linkcmds $(C_FILES) $(H_FILES) |
---|
20 | OBJS=$(C_O_FILES) |
---|
21 | |
---|
22 | include $(RTEMS_CUSTOM) |
---|
23 | include $(PROJECT_ROOT)/make/leaf.cfg |
---|
24 | |
---|
25 | # |
---|
26 | # (OPTIONAL) Add local stuff here using += |
---|
27 | # |
---|
28 | |
---|
29 | DEFINES += |
---|
30 | CPPFLAGS += |
---|
31 | CFLAGS += |
---|
32 | |
---|
33 | LD_PATHS += |
---|
34 | LD_LIBS += |
---|
35 | LDFLAGS += |
---|
36 | |
---|
37 | # |
---|
38 | # Add your list of files to delete here. The config files |
---|
39 | # already know how to delete some stuff, so you may want |
---|
40 | # to just run 'make clean' first to see what gets missed. |
---|
41 | # 'make clobber' already includes 'make clean' |
---|
42 | # |
---|
43 | |
---|
44 | CLEAN_ADDITIONS += |
---|
45 | CLOBBER_ADDITIONS += |
---|
46 | |
---|
47 | ${PGM}: ${SRCS} ${OBJS} |
---|
48 | $(make-rel) |
---|
49 | |
---|
50 | all: ${ARCH} $(SRCS) $(PGM) |
---|
51 | $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib |
---|
52 | |
---|
Note: See
TracBrowser
for help on using the repository browser.