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

4.104.114.84.95
Last change on this file since 094051bd was 094051bd, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:32

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • reg_win/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • syscall/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 669 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)/%.o)
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../../../../../automake/compile.am
17include $(top_srcdir)/../../../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(PGM): $(syscall_rel_OBJECTS)
24        $(make-rel)
25
26# the .rel file built here will be put into libbsp.a by
27#    libbsp/sparc/BSP/wrapup/Makefile
28
29all-local: $(ARCH) $(syscall_rel_OBJECTS) $(PGM)
30
31.PRECIOUS: $(PGM)
32
33EXTRA_DIST = syscall.S syscall.h
34
35include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.