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

4.104.114.84.95
Last change on this file since 66851179 was 66851179, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 11:21:47

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

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