source: rtems/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.am @ b6fec258

4.104.114.84.95
Last change on this file since b6fec258 was b6fec258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 19:05:31

2003-12-02 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.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 611 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/shmsupp.rel
6
7C_FILES = addrconv.c getcfg.c cause_intr.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
22if HAS_MP
23all-local: $(OBJS) $(PGM)
24endif
25
26# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = README addrconv.c cause_intr.c getcfg.c lock.c mpisr.c
31
32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.