source: rtems/c/src/librtems++/Makefile.am @ 32a4aea5

5
Last change on this file since 32a4aea5 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: 778 bytes
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../aclocal
[e1d8abb]2
[c53e9e2f]3include $(top_srcdir)/../automake/compile.am
[4735923]4
5if HAS_CXX
[cd05d03]6include_rtems__dir = $(includedir)/rtems++
7
[4735923]8include_rtems___HEADERS = include/rtems++/rtemsEvent.h \
[cd05d03]9    include/rtems++/rtemsInterrupt.h include/rtems++/rtemsMessageQueue.h \
10    include/rtems++/rtemsSemaphore.h include/rtems++/rtemsStatusCode.h \
11    include/rtems++/rtemsTask.h include/rtems++/rtemsTaskMode.h \
[4735923]12    include/rtems++/rtemsTimer.h
13
[c0ceea5]14project_lib_LIBRARIES = librtems++.a
15
[2dbcee8]16librtems___a_SOURCES = src/rtemsEvent.cc src/rtemsInterrupt.cc \
17    src/rtemsMessageQueue.cc src/rtemsSemaphore.cc src/rtemsStatusCode.cc \
18    src/rtemsTask.cc src/rtemsTimer.cc
[844609f9]19librtems___a_CPPFLAGS = $(AM_CPPFLAGS)
[cd05d03]20endif
[4735923]21
[5c5c238]22include $(srcdir)/preinstall.am
[c53e9e2f]23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.