source: rtems/c/src/lib/libcpu/Makefile.am @ 59a01a6e

4.104.114.84.95
Last change on this file since 59a01a6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 406 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7noinst_HEADERS = shared/include/cache.h
8
9noinst_HEADERS += shared/src/cache_aligned_malloc.c \
10shared/src/cache_manager.c
11
12
13SUBDIRS = @subdirs@
14
15DIST_SUBDIRS = \
16a29k \
17hppa1.1 \
18i386 \
19i960 \
20m68k \
21mips \
22mips64orion \
23powerpc \
24sh \
25sparc
26
27include $(top_srcdir)/../../../../automake/subdirs.am
28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.