source: rtems/c/src/ada/Makefile.am @ e1eeb883

5
Last change on this file since e1eeb883 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.0 KB
Line 
1if RTEMS_ADA
2include_adadir = $(includedir)/adainclude
3include_ada_HEADERS = rtems.adb rtems.ads
4include_ada_HEADERS +=  \
5    rtems-barrier.adb rtems-barrier.ads \
6    rtems-clock.adb rtems-clock.ads \
7    rtems-cpu_usage.ads \
8    rtems-debug.adb rtems-debug.ads \
9    rtems-event.adb rtems-event.ads \
10    rtems-extension.adb rtems-extension.ads \
11    rtems-fatal.adb rtems-fatal.ads \
12    rtems-interrupt.ads \
13    rtems-io.adb rtems-io.ads \
14    rtems-message_queue.adb rtems-message_queue.ads \
15    rtems-multiprocessing.adb rtems-multiprocessing.ads \
16    rtems-object.adb rtems-object.ads \
17    rtems-partition.adb rtems-partition.ads \
18    rtems-port.adb rtems-port.ads \
19    rtems-rate_monotonic.adb rtems-rate_monotonic.ads \
20    rtems-region.adb rtems-region.ads \
21    rtems-semaphore.adb rtems-semaphore.ads \
22    rtems-signal.adb rtems-signal.ads \
23    rtems-stack_checker.ads \
24    rtems-tasks.adb rtems-tasks.ads \
25    rtems-timer.adb rtems-timer.ads
26endif
27
28include $(srcdir)/preinstall.am
29include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.