summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/Makefile.am
blob: 9e71cc51832a03137111241afba1e2183ee74b92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../../../../aclocal

noinst_HEADERS = shared/include/cache.h

noinst_HEADERS += shared/src/cache_aligned_malloc.c \
shared/src/cache_manager.c


SUBDIRS = @subdirs@

DIST_SUBDIRS = \
a29k \
hppa1.1 \
i386 \
i960 \
m68k \
mips \
mips64orion \
powerpc \
sh \
sparc

include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am