source: rtems/c/src/ada-tests/samples/base_mp/Makefile.am @ f619250

4.115
Last change on this file since f619250 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: 556 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../../../testsuites/automake/compile.am
3
4SUBDIRS = node1 node2
5#include $(top_srcdir)/ada.am
6
7#mptest$(EXEEXT): mptest.adb
8#       $(GNATCOMPILE) -margs -a $< -o $@
9
10#if EXPADA
11#noinst_PROGRAMS = mptest
12#endif
13
14#mptest_exe_SOURCES = mptest.adb mptest.ads
15
16#EXTRA_DIST += node1/mptest-per_node_configuration.adb
17
18#EXTRA_DIST += node2/mptest-per_node_configuration.adb
19
20include $(top_srcdir)/../../../testsuites/automake/subdirs.am
21include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.