source: rtems/c/src/lib/libbsp/powerpc/haleakala/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.9 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
11
12nodist_include_HEADERS = include/bspopts.h
13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
14DISTCLEANFILES = include/bspopts.h
15
16include_HEADERS += include/coverhd.h
17
18noinst_LIBRARIES = libbspstart.a
19libbspstart_a_SOURCES = ../../powerpc/shared/start/rtems_crti.S
20project_lib_DATA = rtems_crti.$(OBJEXT)
21
22dist_project_lib_DATA += startup/linkcmds
23
24noinst_LIBRARIES += libbsp.a
25libbsp_a_SOURCES =
26
27# startup
28libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
29    ../../shared/bspreset_fatal.c ../../shared/bsppost.c \
30    startup/bspstart.c ../../shared/bootcard.c \
31    ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
32    ../../shared/bsppretaskinghook.c ../../shared/sbrk.c \
33    ../../shared/gnatinstallhandler.c
34
35# dlentry
36libbsp_a_SOURCES += dlentry/dlentry.S
37
38include_bsp_HEADERS = ../../powerpc/shared/console/uart.h \
39    ../../powerpc/shared/console/consoleIo.h
40# console
41libbsp_a_SOURCES += ../../powerpc/shared/console/uart.c \
42    ../../powerpc/shared/console/console.c
43
44include_bsp_HEADERS += irq/irq.h \
45    ../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h
46
47# irq
48libbsp_a_SOURCES += irq/irq_init.c irq/irq.c
49
50libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
51    ../../../libcpu/@RTEMS_CPU@/@exceptions@/exc_bspsupport.rel \
52    ../../../libcpu/@RTEMS_CPU@/@exceptions@/irq_bspsupport.rel \
53    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
54    ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
55    ../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \
56    ../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel
57
58include $(srcdir)/preinstall.am
59include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.