source: rtems/c/src/lib/libcpu/Makefile.am @ 359e537

4.104.115
Last change on this file since 359e537 was f1f60c22, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/22/08 at 14:55:15

2008-09-22 Ralf Corsépius <ralf.corsepius@…>

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