source: rtems/c/src/lib/libbsp/m32r/m32rsim/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.3 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 += 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
18nodist_include_HEADERS += ../../shared/include/coverhd.h
19
20EXTRA_DIST = start/start.S
21start.$(OBJEXT): start/start.S
22        $(CPPASCOMPILE) -o $@ -c $<
23project_lib_DATA = start.$(OBJEXT)
24
25dist_project_lib_DATA += startup/linkcmds
26
27startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
28    ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
29    ../../shared/bspgetworkarea.c ../../shared/bsppost.c \
30    ../../shared/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
31    ../../shared/gnatinstallhandler.c startup/bspreset.c
32clock_SOURCES = ../../shared/clock_driver_simidle.c
33console_SOURCES = ../../shared/console-polled.c console/console-io.c \
34   console/trap0.S
35timer_SOURCES = ../../shared/timerstub.c
36
37noinst_LIBRARIES = libbsp.a
38libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
39    $(timer_SOURCES)
40
41include $(srcdir)/preinstall.am
42include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.