4.104.114.84.95
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | PGM = $(ARCH)/scv64.rel |
---|
8 | |
---|
9 | C_FILES = scv64.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 | # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile |
---|
25 | |
---|
26 | all-local: $(ARCH) $(OBJS) $(PGM) |
---|
27 | |
---|
28 | .PRECIOUS: $(PGM) |
---|
29 | |
---|
30 | EXTRA_DIST = scv64.c |
---|
31 | |
---|
32 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.