source: rtems/c/src/lib/libbsp/i960/rxgen960/shmsupp/Makefile.am @ 66f3fad

4.104.114.84.95
Last change on this file since 66f3fad was 66f3fad, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:43:13

2000-09-04 Ralf Corsepius <corsepiu@…>

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