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

4.104.114.84.95
Last change on this file since 6777b24 was 6a5e592a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 14:38:19

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • shmsupp/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • vectors/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 585 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/shmsupp.rel
6
7C_FILES = addrconv.c getcfg.c lock.c mpisr.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10OBJS = $(C_O_FILES)
11
12include $(top_srcdir)/../../../../automake/compile.am
13include $(top_srcdir)/../../../../automake/lib.am
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
25all-local: $(OBJS) $(PGM)
26endif
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = README addrconv.c getcfg.c lock.c mpisr.c
31
32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.