source:
rtems/c/src/lib/libcpu/Makefile.am
@
1bfedfe
Last change on this file since 1bfedfe was 2c48597, checked in by Ralf Corsepius <ralf.corsepius@…>, on Dec 1, 2003 at 12:18:48 PM | |
---|---|
|
|
File size: 290 bytes |
Line | |
---|---|
1 | ## |
2 | ## $Id$ |
3 | ## |
4 | |
5 | noinst_HEADERS = shared/include/cache.h |
6 | |
7 | noinst_HEADERS += shared/src/cache_aligned_malloc.c \ |
8 | shared/src/cache_manager.c |
9 | |
10 | SUBDIRS = @libcpu_cpu_subdir@ |
11 | DIST_SUBDIRS = @libcpu_cpu_subdir@ |
12 | |
13 | include $(top_srcdir)/automake/subdirs.am |
14 | include $(top_srcdir)/automake/local.am |
Note: See TracBrowser
for help on using the repository browser.