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

4.104.114.84.95
Last change on this file since f581aa6f was f581aa6f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:49

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
cache/Makefile.am: Reflect having moved automake.
reg_win/Makefile.am: Reflect having moved automake.
syscall/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 609 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.