source: rtems/c/src/lib/libcpu/Makefile.am @ 70633be1

4.104.114.84.95
Last change on this file since 70633be1 was 193f8107, checked in by Joel Sherrill <joel.sherrill@…>, on 10/10/01 at 00:36:15

2001-10-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: reformat noinst_HEADERS to work around a bug in automake-1.4-p5.
  • configure.in: autoupdate to autoconf-2.52, apply RTEMS_CPU_SUBDIRS.
  • Property mode set to 100644
File size: 437 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../aclocal
7
8noinst_HEADERS = shared/include/cache.h
9
10noinst_HEADERS += shared/src/cache_aligned_malloc.c \
11shared/src/cache_manager.c
12
13
14SUBDIRS = @subdirs@
15
16DIST_SUBDIRS = \
17a29k \
18hppa1.1 \
19i386 \
20i960 \
21m68k \
22mips \
23mips64orion \
24powerpc \
25sh \
26sparc
27
28include $(top_srcdir)/../../../../automake/subdirs.am
29include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.