source: rtems/c/src/lib/libcpu/nios2/Makefile.am @ 102fd7c9

5
Last change on this file since 102fd7c9 was 102fd7c9, checked in by Sebastian Huber <sebastian.huber@…>, on 12/07/17 at 08:19:16

bsps: Do not install <libcpu/cache.h>

This is a cache manager implementation header file.

Update #3254.

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