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

4.104.114.84.95
Last change on this file since 1bfedfe was fc1a3ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 10:12:31

Remove all-local:.

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