source: rtems/c/src/lib/libcpu/sparc/Makefile.am @ 3e30f27

4.104.114.84.95
Last change on this file since 3e30f27 was 4159370, checked in by Joel Sherrill <joel.sherrill@…>, on 07/11/00 at 21:16:53

Reworked score/cpu/sparc so it can be safely compiled multilib. All
routines and structures that require CPU model specific information
are now in libcpu. This primarily required moving erc32 specific
information from score/cpu files to libcpu/sparc and the erc32 BSP.

  • Property mode set to 100644
File size: 239 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8SUBDIRS = include reg_win syscall
9
10include $(top_srcdir)/../../../../../automake/subdirs.am
11include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.