source: rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.am @ daa9eb96

4.104.114.84.95
Last change on this file since daa9eb96 was daa9eb96, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/03 at 16:09:55

2003-12-22 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • shmsupp/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • timer/Makefile.am: Eliminate VPATH.
  • vectors/Makefile.am: Eliminate VPATH.
  • Property mode set to 100644
File size: 577 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5PGM = $(ARCH)/shmsupp.rel
6
7C_FILES = addrconv.c getcfg.c lock.c mpisr.c
[d869f64e]8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4e36a2f]9
10OBJS = $(C_O_FILES)
11
[ebdf51fd]12include $(top_srcdir)/../../../../automake/compile.am
13include $(top_srcdir)/../../../../automake/lib.am
[4e36a2f]14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19$(PGM): $(OBJS)
20        $(make-rel)
21
22# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
23
24if HAS_MP
[daa9eb96]25all-local: $(PGM)
[4e36a2f]26endif
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = README addrconv.c getcfg.c lock.c mpisr.c
31
[ebdf51fd]32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.