source: rtems/c/src/lib/libcpu/Makefile.am @ 0c0181d

4.115
Last change on this file since 0c0181d was dbfd8b1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/18/11 at 07:18:28

2011-06-18 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove reference to non-existing file shared/include/utility.h.
  • Property mode set to 100644
File size: 345 bytes
Line 
1##
2## $Id$
3##
4
5include_libcpudir = $(includedir)/libcpu
6
7EXTRA_DIST =
8EXTRA_DIST += shared/include/cache.h
9EXTRA_DIST += shared/src/cache_aligned_malloc.c
10EXTRA_DIST += shared/src/cache_manager.c
11
12SUBDIRS = @libcpu_cpu_subdir@
13DIST_SUBDIRS = @libcpu_cpu_subdir@
14
15include $(top_srcdir)/automake/subdirs.am
16include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.