source: rtems/c/src/lib/libcpu/Makefile.am @ 193f8107

4.104.114.84.95
Last change on this file since 193f8107 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
RevLine 
[df49c60]1##
[847dbbe]2## $Id$
[df49c60]3##
[847dbbe]4
5AUTOMAKE_OPTIONS = foreign 1.4
[feead226]6ACLOCAL_AMFLAGS = -I ../../../../aclocal
[847dbbe]7
[193f8107]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
[847dbbe]27
28include $(top_srcdir)/../../../../automake/subdirs.am
29include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.