4.104.114.84.95
Last change
on this file since 0250594 was
0250594,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:42:16
|
2002-07-20 Ralf Corsepius <corsepiu@…>
- startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
linkcmds.rom2ram.
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared |
---|
7 | |
---|
8 | PGM = $(ARCH)/startup.rel |
---|
9 | |
---|
10 | C_FILES = bsplibc.c bsppost.c bspstart.c bspclean.c sbrk.c \ |
---|
11 | bootcard.c main.c gnatinstallhandler.c |
---|
12 | |
---|
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 | bsplib_DATA = linkcmds linkcmds.rom linkcmds.rom2ram |
---|
26 | |
---|
27 | $(PROJECT_RELEASE)/lib/linkcmds: linkcmds |
---|
28 | $(INSTALL_DATA) $< $@ |
---|
29 | |
---|
30 | $(PROJECT_RELEASE)/lib/linkcmds.rom: linkcmds.rom |
---|
31 | $(INSTALL_DATA) $< $@ |
---|
32 | |
---|
33 | $(PROJECT_RELEASE)/lib/linkcmds.rom2ram: linkcmds.rom2ram |
---|
34 | $(INSTALL_DATA) $< $@ |
---|
35 | |
---|
36 | $(PGM): $(OBJS) |
---|
37 | $(make-rel) |
---|
38 | |
---|
39 | TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds $(PROJECT_RELEASE)/lib/linkcmds.rom \ |
---|
40 | $(PROJECT_RELEASE)/lib/linkcmds.rom2ram |
---|
41 | |
---|
42 | all-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS) $(PGM) |
---|
43 | |
---|
44 | .PRECIOUS: $(PGM) |
---|
45 | |
---|
46 | EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.rom linkcmds.rom2ram |
---|
47 | |
---|
48 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.