4.104.114.84.95
Last change
on this file since 64daf02 was
64daf02,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/15/02 at 12:58:15
|
2002-12-15 Ralf Corsepius <corsepiu@…>
- cache/Makefile.am: Don't include @RTEMS_BSP@.cfg.
Eliminate *_O_FILES.
- reg_win/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- syscall/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
-
Property mode set to
100644
|
File size:
566 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | PGM = $(ARCH)/reg_win.rel |
---|
7 | |
---|
8 | S_FILES = window.S |
---|
9 | reg_win_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) |
---|
10 | |
---|
11 | include $(top_srcdir)/../../../../../automake/compile.am |
---|
12 | include $(top_srcdir)/../../../../../automake/lib.am |
---|
13 | |
---|
14 | # |
---|
15 | # (OPTIONAL) Add local stuff here using += |
---|
16 | # |
---|
17 | |
---|
18 | $(PGM): $(reg_win_rel_OBJECTS) |
---|
19 | $(make-rel) |
---|
20 | |
---|
21 | # the .rel file built here will be put into libbsp.a by |
---|
22 | # libbsp/sparc/BSP/wrapup/Makefile |
---|
23 | |
---|
24 | all-local: $(ARCH) $(reg_win_rel_OBJECTS) $(PGM) |
---|
25 | |
---|
26 | .PRECIOUS: $(PGM) |
---|
27 | |
---|
28 | EXTRA_DIST = window.S |
---|
29 | |
---|
30 | include $(top_srcdir)/../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.