source: rtems/c/src/lib/libcpu/sparc/syscall/Makefile.am @ 64daf02

4.104.114.84.95
Last change on this file since 64daf02 was 64daf02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/15/02 at 12:58:15

2002-12-15 Ralf Corsepius <corsepiu@…>

  • cache/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate *_O_FILES.
  • reg_win/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • syscall/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 627 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/syscall.rel
7
8## Assembly sources
9S_FILES = syscall.S
10
11noinst_HEADERS = syscall.h
12
13syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
14
15include $(top_srcdir)/../../../../../automake/compile.am
16include $(top_srcdir)/../../../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(PGM): $(syscall_rel_OBJECTS)
23        $(make-rel)
24
25# the .rel file built here will be put into libbsp.a by
26#    libbsp/sparc/BSP/wrapup/Makefile
27
28all-local: $(ARCH) $(syscall_rel_OBJECTS) $(PGM)
29
30.PRECIOUS: $(PGM)
31
32EXTRA_DIST = syscall.S syscall.h
33
34include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.