source: rtems/c/src/lib/libcpu/lm32/Makefile.am @ 5826a1b

4.115
Last change on this file since 5826a1b was 8e25311, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:51:08

Remove CVS-Ids.

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