source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am @ bb2b825

4.115
Last change on this file since bb2b825 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.2 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4include $(top_srcdir)/../../bsp.am
5
6include_bspdir = $(includedir)/bsp
7
8dist_project_lib_DATA = bsp_specs
9
10include_HEADERS = include/bsp.h
11include_HEADERS += ../../shared/include/tm27.h
12
13nodist_include_HEADERS = include/bspopts.h
14nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
15DISTCLEANFILES = include/bspopts.h
16noinst_PROGRAMS =
17
18include_HEADERS += include/coverhd.h
19
20dist_project_lib_DATA += startup/linkcmds
21
22noinst_LIBRARIES = libbsp.a
23libbsp_a_SOURCES =
24
25# startup
26libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
27    ../../shared/bsppretaskinghook.c ../../shared/bsppredriverhook.c \
28    ../../shared/startup/bspgetworkarea.c ../../shared/bsppost.c \
29    startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
30    startup/setvec.c ../../shared/gnatinstallhandler.c
31# clock
32libbsp_a_SOURCES += clock/ckinit.c
33# console
34libbsp_a_SOURCES += console/console.c
35# timer
36libbsp_a_SOURCES += timer/timer.c timer/timerisr.c
37# shmsupp
38libbsp_a_SOURCES += shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
39    shmsupp/mpisr.c
40
41EXTRA_DIST = times
42
43include $(srcdir)/preinstall.am
44include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.