source: rtems/c/src/lib/libbsp/mips/rbtx4925/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: 2.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 += ../../shared/include/tm27.h
11include_bsp_HEADERS = ../shared/liblnk/regs.h
12#isr
13include_bsp_HEADERS += ../../shared/include/irq-generic.h
14include_bsp_HEADERS += ../../shared/include/irq-info.h
15include_bsp_HEADERS += include/irq.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
19DISTCLEANFILES = include/bspopts.h
20
21noinst_PROGRAMS =
22
23nodist_include_HEADERS += ../../shared/include/coverhd.h
24
25noinst_LIBRARIES = libbspstart.a
26libbspstart_a_SOURCES = start/start.S
27project_lib_DATA = start.$(OBJEXT)
28
29dist_project_lib_DATA += startup/linkcmds
30
31noinst_LIBRARIES += libbsp.a
32libbsp_a_SOURCES =
33
34# startup
35libbsp_a_SOURCES += ../../shared/bspclean.c
36libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
37libbsp_a_SOURCES += ../../shared/bsppretaskinghook.c
38libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
39libbsp_a_SOURCES += ../../shared/bsplibc.c
40libbsp_a_SOURCES += ../../shared/bsppost.c
41libbsp_a_SOURCES += startup/bspstart.c
42libbsp_a_SOURCES += ../../shared/bootcard.c
43libbsp_a_SOURCES += ../../shared/sbrk.c
44libbsp_a_SOURCES += startup/inittlb.c
45libbsp_a_SOURCES += ../shared/startup/idttlb.S
46libbsp_a_SOURCES += ../shared/startup/idtmem.S
47libbsp_a_SOURCES += ../shared/irq/exception.S
48# clock
49libbsp_a_SOURCES += clock/clockdrv.c
50libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
51# console
52libbsp_a_SOURCES += console/console-io.c
53# liblnk
54libbsp_a_SOURCES += ../shared/liblnk/lnklib.S
55libbsp_a_SOURCES += ../shared/liblnk/pmon.S
56libbsp_a_SOURCES += ../shared/liblnk/regs.h
57#isr
58libbsp_a_SOURCES += ../../shared/src/irq-generic.c
59libbsp_a_SOURCES += ../../shared/src/irq-legacy.c
60libbsp_a_SOURCES += ../../shared/src/irq-info.c
61libbsp_a_SOURCES += ../../shared/src/irq-shell.c
62libbsp_a_SOURCES += ../../shared/src/irq-server.c
63libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
64libbsp_a_SOURCES += ../shared/irq/irq.c
65libbsp_a_SOURCES += ../shared/irq/maxvectors.c
66libbsp_a_SOURCES += irq/vectorisrs.c
67libbsp_a_SOURCES += ../shared/irq/interruptmask_TX49.c
68
69libbsp_a_LIBADD  = ../../../libcpu/@RTEMS_CPU@/shared/cache.rel
70libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/interrupts.rel
71libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/tx49/timer.rel
72
73include $(srcdir)/preinstall.am
74include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.