source: rtems/c/src/lib/libcpu/Makefile.am @ 333a312

4.115
Last change on this file since 333a312 was 91d2e18, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:53:58

Remove CVS-Ids.

  • Property mode set to 100644
File size: 330 bytes
Line 
1include_libcpudir = $(includedir)/libcpu
2
3EXTRA_DIST =
4EXTRA_DIST += shared/include/cache.h
5EXTRA_DIST += shared/src/cache_aligned_malloc.c
6EXTRA_DIST += shared/src/cache_manager.c
7
8SUBDIRS = @libcpu_cpu_subdir@
9DIST_SUBDIRS = @libcpu_cpu_subdir@
10
11include $(top_srcdir)/automake/subdirs.am
12include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.