source:
rtems/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.am
@
2568abf3
Last change on this file since 2568abf3 was d4425210, checked in by Ralf Corsepius <ralf.corsepius@…>, on Aug 11, 2002 at 6:44:20 AM | |
---|---|
|
|
File size: 655 bytes |
Rev | Line | |
---|---|---|
[df49c60] | 1 | ## |
[7068e246] | 2 | ## $Id$ |
[df49c60] | 3 | ## |
[7068e246] | 4 | |
5 | ||
[847dbbe] | 6 | PGM = $(ARCH)/shmsupp.rel |
[7068e246] | 7 | |
8 | C_FILES = addrconv.c getcfg.c lock.c mpisr.c | |
[d4425210] | 9 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
[7068e246] | 10 | |
11 | OBJS = $(C_O_FILES) | |
12 | ||
13 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg | |
[b00a141] | 14 | include $(top_srcdir)/../../../../../../automake/compile.am |
[7068e246] | 15 | include $(top_srcdir)/../../../../../../automake/lib.am |
16 | ||
17 | # | |
18 | # (OPTIONAL) Add local stuff here using += | |
19 | # | |
20 | ||
[847dbbe] | 21 | $(PGM): $(OBJS) |
[7068e246] | 22 | $(make-rel) |
23 | ||
[847dbbe] | 24 | # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile |
25 | ||
[7068e246] | 26 | if HAS_MP |
[847dbbe] | 27 | all-local: $(ARCH) $(OBJS) $(PGM) |
[7068e246] | 28 | endif |
29 | ||
[847dbbe] | 30 | .PRECIOUS: $(PGM) |
[7068e246] | 31 | |
[4e36a2f] | 32 | EXTRA_DIST = addrconv.c getcfg.c lock.c mpisr.c |
[7068e246] | 33 | |
34 | include $(top_srcdir)/../../../../../../automake/local.am |
Note: See TracBrowser
for help on using the repository browser.