source: rtems/c/src/lib/libbsp/sh/gensh4/hw_init/Makefile.am @ b9f84f1

4.104.114.84.95
Last change on this file since b9f84f1 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: 668 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
8
9PGM = $(ARCH)/hw_init.rel
10
11C_FILES = hw_init.c
12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
13
14OBJS = $(C_O_FILES)
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../../../../../../automake/compile.am
18include $(top_srcdir)/../../../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
24## FIXME: This is gcc-specific.
25AM_CFLAGS += -fomit-frame-pointer
26
27$(PGM): $(OBJS)
28        $(make-rel)
29
30all-local: $(ARCH) $(OBJS) $(PGM)
31
32.PRECIOUS: $(PGM)
33
34EXTRA_DIST = hw_init.c
35
36include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.