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
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3include $(top_srcdir)/../automake/compile.am
4
5if HAS_CXX
6include_rtems__dir = $(includedir)/rtems++
7
8include_rtems___HEADERS = include/rtems++/rtemsEvent.h \
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 \
12    include/rtems++/rtemsTimer.h
13
14project_lib_LIBRARIES = librtems++.a
15
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
19librtems___a_CPPFLAGS = $(AM_CPPFLAGS)
20endif
21
22include $(srcdir)/preinstall.am
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.