source: rtems/c/src/lib/libbsp/m68k/sim68000/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.7 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[b812f84]2
[65cf99c]3include $(top_srcdir)/../../../../automake/compile.am
4
[a1bc0a15]5include_bspdir = $(includedir)/bsp
6
[2a7f9a28]7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
[9957dbf]10include_HEADERS += ../../shared/include/tm27.h
[4cbf22a]11
[2a7f9a28]12nodist_include_HEADERS = include/bspopts.h
[a1bc0a15]13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[4cbf22a]14DISTCLEANFILES = include/bspopts.h
15noinst_PROGRAMS =
[b812f84]16
[7f2e47b9]17nodist_include_HEADERS += ../../shared/include/coverhd.h
[2821666f]18
[a14fba32]19noinst_LIBRARIES = libbspstart.a
20libbspstart_a_SOURCES = start/start.S
[4cbf22a]21project_lib_DATA = start.$(OBJEXT)
[7f2e47b9]22
23dist_project_lib_DATA += startup/linkcmds
24
[a14fba32]25noinst_LIBRARIES += libbsp.a
[64eb0c7]26libbsp_a_SOURCES =
[e94666d]27
[64eb0c7]28# startup
29libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
[a993d45]30    ../../shared/bsppost.c ../../shared/bspstart.c ../../shared/bootcard.c \
31    startup/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
[07ce99e]32    ../../shared/bspgetworkarea.c ../../shared/sbrk.c \
[06d34af]33    ../../shared/setvec.c ../../shared/gnatinstallhandler.c \
[a993d45]34    ../../m68k/shared/bspspuriousinit.c ../../m68k/shared/m68000spurious.c \
35    startup/spurious_assistant.c
[64eb0c7]36# clock
[995e61f7]37libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
[64eb0c7]38# console
[e1ddcec0]39libbsp_a_SOURCES += console/conscfg.c ../../shared/console.c \
40    ../../shared/console_select.c ../../shared/console_control.c \
41    ../../shared/console_read.c ../../shared/console_write.c
[64eb0c7]42# debugio
43libbsp_a_SOURCES += console/debugio.c
44# timer
45libbsp_a_SOURCES += ../../shared/timerstub.c
[7f2e47b9]46
[1d0ee80e]47libbsp_a_LIBADD = \
48    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
[4cbf22a]49    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
[65cf99c]50
[5a9284a]51include $(srcdir)/preinstall.am
[a4aeb92]52include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.