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

4.104.114.84.95
Last change on this file since fbd27c8 was 4e7d2181, checked in by Joel Sherrill <joel.sherrill@…>, on 02/14/03 at 19:52:49

2003-02-14 Joel Sherrill <joel@…>

AMD a29k is obsolete.

  • Makefile.am: Removed reference.
  • a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/configure.ac, a29k/clock/.cvsignore, a29k/clock/Makefile.am, a29k/clock/ckinit.c, a29k/clock/clock.S, a29k/clock/clock.h, a29k/timer/.cvsignore, a29k/timer/Makefile.am, a29k/timer/timer.c, a29k/timer/timerisr.c: Removed.
  • Property mode set to 100644
File size: 408 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 = \
16hppa1.1 \
17i386 \
18i960 \
19m68k \
20mips \
21mips64orion \
22powerpc \
23sh \
24shared \
25sparc
26
27include $(top_srcdir)/../../../../automake/subdirs.am
28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.