4.104.114.84.95
Last change
on this file since ac815430 was
ac815430,
checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 17:07:54
|
Patch rtems-rc-20000614-sh.tar.gz from Ralf Corsepius
<corsepiu@…> that migrates the SH port to
multilib'ing. This patch involved moving a number of
files in the CVS repository, adding new files, and
deleting files from their previous location. Ralf
gave good instructions (not repeated here) and here
are his notes:
Note 1: In this version, I did not change the installation points of
the headers which are moved inside of the source-tree. This is a
temporary hack for not breaking compatibility with 4.5 based BSPs,
but will probably not last once having real multilibs (We would have
include file conflicts when several BSPs/CPU_MODELS share a common
installation prefix).
Note 2: I hope not to have broken too much, but I would not be
astonished if something goes wrong.
Note 3: There are more patches to come :)
|
-
Property mode set to
100644
|
File size:
470 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | PGM = $(ARCH)/timer.rel |
---|
8 | |
---|
9 | C_FILES = timer.c |
---|
10 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) |
---|
11 | |
---|
12 | OBJS = $(C_O_FILES) |
---|
13 | |
---|
14 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
15 | include $(top_srcdir)/../../../../../../automake/lib.am |
---|
16 | |
---|
17 | # |
---|
18 | # (OPTIONAL) Add local stuff here using += |
---|
19 | # |
---|
20 | |
---|
21 | $(PGM): $(OBJS) |
---|
22 | $(make-rel) |
---|
23 | |
---|
24 | all-local: $(ARCH) $(OBJS) $(PGM) |
---|
25 | |
---|
26 | .PRECIOUS: $(PGM) |
---|
27 | |
---|
28 | EXTRA_DIST = timer.c |
---|
29 | |
---|
30 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.