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

4.104.114.84.95
Last change on this file since 4cf920c4 was 7287412, checked in by Joel Sherrill <joel.sherrill@…>, on 03/01/01 at 21:49:29

2001-02-18 Ralf Corsepius <corsepiu@…:

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