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

4.115
Last change on this file since a3579d3b was 618cae2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 13:40:04

2008-09-26 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous $(top_srcdir).
  • Property mode set to 100644
File size: 944 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7include $(top_srcdir)/../../../automake/compile.am
8
9noinst_PROGRAMS =
10
11include_libcpudir = $(includedir)/libcpu
12include_libcpu_HEADERS = ../shared/include/cache.h
13
14noinst_PROGRAMS += cache.rel
15cache_rel_SOURCES = cache/cache.c cache/cache_.h \
16    ../shared/src/cache_aligned_malloc.c ../shared/src/cache_manager.c
17cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/cache
18cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
19
20if has_instruction_cache
21cache_rel_CPPFLAGS += -DHAS_INSTRUCTION_CACHE
22endif
23
24noinst_PROGRAMS += syscall.rel
25syscall_rel_SOURCES = syscall/syscall.S syscall/syscall.h
26syscall_rel_CPPFLAGS = $(AM_CPPFLAGS)
27syscall_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
28
29noinst_PROGRAMS += reg_win.rel
30reg_win_rel_SOURCES = reg_win/window.S
31reg_win_rel_CPPFLAGS = $(AM_CPPFLAGS)
32reg_win_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
33
34include $(srcdir)/preinstall.am
35include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.