source: rtems/c/src/lib/libbsp/sh/gensh4/Makefile.am @ 5850c533

4.104.114.84.95
Last change on this file since 5850c533 was 6ce599c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/15/01 at 18:01:50

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

  • configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add START_HW_INIT-support macros, add console/Makefile.
  • Makefile.am: Add console SUBDIR.
  • hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
  • include/Makefile.am: Add bspopts.h.
  • include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
  • startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
  • startup/linkcmds: Comment out OUTPUT_FORMAT for coff compatibility.
  • wrapup/Makefile.am: Add console to BSP_PIECES.
  • console/Makefile.am: New.
  • console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
  • Property mode set to 100644
File size: 463 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
7
8## wrapup is the one that actually builds and installs the library
9##  from the individual .rel files built in other directories
10SUBDIRS = include start startup console hw_init wrapup
11
12include $(top_srcdir)/../../bsp.am
13
14EXTRA_DIST = bsp_specs times
15
16include $(top_srcdir)/../../../../../../automake/subdirs.am
17include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.