4.104.114.84.95
Last change
on this file since 85a7695 was
85a7695,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/02 at 14:02:15
|
2002-12-17 Ralf Corsepius <corsepiu@…>
- clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | VPATH = @srcdir@:@srcdir@/../../../shared |
---|
7 | |
---|
8 | PGM = $(ARCH)/startup.rel |
---|
9 | |
---|
10 | # |
---|
11 | # First and second generation used different Bridge chips :( |
---|
12 | # Generation 1 --> 82378zb (now in the CVS Attic) |
---|
13 | # Generation 2 --> FPGA |
---|
14 | STARTUP_C_FILES = FPGA.c |
---|
15 | |
---|
16 | C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \ |
---|
17 | setvec.c Hwr_init.c spurious.c genpvec.c $(STARTUP_C_FILES) \ |
---|
18 | gnatinstallhandler.c |
---|
19 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
---|
20 | |
---|
21 | OBJS = $(C_O_FILES) |
---|
22 | |
---|
23 | include $(top_srcdir)/../../../../../../automake/compile.am |
---|
24 | include $(top_srcdir)/../../../../../../automake/lib.am |
---|
25 | |
---|
26 | # |
---|
27 | # (OPTIONAL) Add local stuff here using += |
---|
28 | # |
---|
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 = FPGA.c Hwr_init.c bspclean.c bspstart.c genpvec.c \ |
---|
45 | linkcmds setvec.c spurious.c vmeintr.c |
---|
46 | |
---|
47 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.