4.104.114.84.95
Last change
on this file since f79ea0b was
f79ea0b,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 15:57:55
|
2003-12-03 Ralf Corsepius <corsepiu@…>
- Makefile.am: Cosmetics.
- console/Makefile.am: Cosmetics.
- i2c/Makefile.am: Cosmetics.
- nvram/Makefile.am: Cosmetics.
- start/Makefile.am: Cosmetics.
- startup/Makefile.am: Cosmetics.
- tod/Makefile.am: Cosmetics.
- wrapup/Makefile.am: Cosmetics.
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared |
---|
6 | |
---|
7 | PGM = $(ARCH)/startup.rel |
---|
8 | |
---|
9 | C_FILES = bspclean.c bsplibc.c bsppost.c m68kpretaskinghook.c bspstart.c \ |
---|
10 | init5206e.c bootcard.c main.c sbrk.c setvec.c gnatinstallhandler.c |
---|
11 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
---|
12 | |
---|
13 | OBJS = $(C_O_FILES) |
---|
14 | |
---|
15 | include $(top_srcdir)/../../../../automake/compile.am |
---|
16 | include $(top_srcdir)/../../../../automake/lib.am |
---|
17 | |
---|
18 | # |
---|
19 | # (OPTIONAL) Add local stuff here using += |
---|
20 | # |
---|
21 | |
---|
22 | $(PGM): $(OBJS) |
---|
23 | $(make-rel) |
---|
24 | |
---|
25 | $(PROJECT_RELEASE)/lib/gdbinit: gdbinit |
---|
26 | $(INSTALL_DATA) $< $@ |
---|
27 | |
---|
28 | bsplib_DATA = linkcmds gdbinit linkcmds.flash |
---|
29 | |
---|
30 | $(PROJECT_RELEASE)/lib/linkcmds: linkcmds |
---|
31 | $(INSTALL_DATA) $< $@ |
---|
32 | |
---|
33 | $(PROJECT_RELEASE)/lib/linkcmds.flash: linkcmds.flash |
---|
34 | $(INSTALL_DATA) $< $@ |
---|
35 | |
---|
36 | # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile |
---|
37 | TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds \ |
---|
38 | $(PROJECT_RELEASE)/lib/linkcmds.flash $(PROJECT_RELEASE)/lib/gdbinit |
---|
39 | |
---|
40 | all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) |
---|
41 | |
---|
42 | .PRECIOUS: $(PGM) |
---|
43 | |
---|
44 | EXTRA_DIST = bspclean.c bspstart.c init5206e.c linkcmds linkcmds.flash \ |
---|
45 | gdbinit |
---|
46 | |
---|
47 | include $(top_srcdir)/../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.