source: rtems/c/src/lib/libbsp/sh/gensh4/Makefile.am @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
5include_bspdir = $(includedir)/bsp
6
7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
10include_HEADERS += include/tm27.h
11
12nodist_include_HEADERS = include/bspopts.h
13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
14DISTCLEANFILES = include/bspopts.h
15
16include_HEADERS += include/sdram.h
17include_HEADERS += ../../shared/include/coverhd.h
18
19noinst_LIBRARIES = libbspstart.a
20libbspstart_a_SOURCES = start/start.S
21project_lib_DATA = start.$(OBJEXT)
22
23dist_project_lib_DATA += startup/linkcmds startup/linkcmds.rom \
24    startup/linkcmds.rom2ram
25
26noinst_LIBRARIES += libbsp.a
27libbsp_a_SOURCES =
28
29# startup
30libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
31    ../../shared/bsppredriverhook.c ../shared/bspstart.c \
32    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
33    ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/bootcard.c \
34    ../../shared/gnatinstallhandler.c ../shared/bsphwinit.c
35# console
36libbsp_a_SOURCES += console/console.c ../../shared/dummy_printk_support.c
37# hw_init
38libbsp_a_SOURCES += hw_init/hw_init.c
39
40libbsp_a_LIBADD = \
41    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/clock.rel \
42    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel \
43    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/sci.rel \
44    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel
45
46EXTRA_DIST = times
47
48include $(srcdir)/preinstall.am
49include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.