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

4.104.114.84.95
Last change on this file since 1bfedfe was 1e2c611, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/06 at 21:01:16

2006-08-09 Kolja Waschk <waschk@…>

  • nios2/Makefile.am, nios2/configure.ac, nios2/preinstall.am, nios2/shared/cache/cache.c, nios2/shared/cache/cache_.h, nios2/shared/misc/memcpy.c: New files.
  • Property mode set to 100644
File size: 867 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7include $(top_srcdir)/../../../automake/compile.am
8
9CLEANFILES =
10DISTCLEANFILES =
11noinst_PROGRAMS =
12
13if shared
14include_libcpudir = $(includedir)/libcpu
15
16## shared/cache
17include_libcpu_HEADERS = ../shared/include/cache.h
18noinst_PROGRAMS += shared/cache.rel
19shared_cache_rel_SOURCES = shared/cache/cache.c shared/cache/cache_.h \
20    ../shared/src/cache_aligned_malloc.c \
21    ../shared/src/cache_manager.c
22shared_cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/cache
23shared_cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
24
25## shared/misc
26noinst_PROGRAMS += shared/misc.rel
27shared_misc_rel_SOURCES = shared/misc/memcpy.c
28shared_misc_rel_CPPFLAGS = $(AM_CPPFLAGS) $(NIOS2_CPPFLAGS)
29shared_misc_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
30endif
31
32include $(srcdir)/preinstall.am
33
34include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.