source: rtems/c/src/lib/libcpu/Makefile.am @ 8efda6a

4.104.115
Last change on this file since 8efda6a was 27fef33, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 09/22/08 at 11:39:25

* empty log message *

  • Property mode set to 100644
File size: 396 bytes
RevLine 
[df49c60]1##
[847dbbe]2## $Id$
[df49c60]3##
[847dbbe]4
[27fef33]5include_libcpudir = $(includedir)/libcpu
[193f8107]6
[27fef33]7include_libcpu_HEADERS = shared/include/utility.h
8
9noinst_HEADERS = shared/include/cache.h \
10        shared/src/cache_aligned_malloc.c \
11        shared/src/cache_manager.c
[193f8107]12
[5710072]13SUBDIRS = @libcpu_cpu_subdir@
14DIST_SUBDIRS = @libcpu_cpu_subdir@
[193f8107]15
[27fef33]16include $(srcdir)/preinstall.am
[2334e94b]17include $(top_srcdir)/automake/subdirs.am
18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.