source: rtems/c/src/lib/libbsp/m68k/mrm332/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 += ../../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/mrm332.h
17nodist_include_HEADERS += ../../shared/include/coverhd.h
18
19EXTRA_DIST = times
20
21noinst_LIBRARIES = libbspstart.a
22libbspstart_a_SOURCES = start/start.S
23project_lib_DATA = start.$(OBJEXT)
24
25dist_project_lib_DATA += startup/linkcmds startup/linkcmds_ROM
26
27noinst_LIBRARIES += libbsp.a
28libbsp_a_SOURCES =
29
30# startup
31libbsp_a_SOURCES += startup/start_c.c ../../shared/bsplibc.c \
32    ../../shared/bsppost.c ../../shared/bspstart.c startup/bsppredriverhook.c \
33    ../../shared/bspclean.c ../../shared/bootcard.c ../../shared/sbrk.c \
34    ../../shared/setvec.c ../../shared/bsppretaskinghook.c \
35    ../../shared/bspgetworkarea.c ../../shared/gnatinstallhandler.c \
36    startup/except_vect_332_ROM.S
37# clock
38libbsp_a_SOURCES += clock/ckinit.c
39# console
40libbsp_a_SOURCES += console/console.c console/sci.c console/sci.h
41# spurious
42libbsp_a_SOURCES += spurious/spinit.c
43# timer
44libbsp_a_SOURCES += timer/timer.c
45
46libbsp_a_LIBADD = \
47    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
48    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
49
50include $(srcdir)/preinstall.am
51include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.