source: rtems/testsuites/psxtests/psx06/Makefile.am @ 9a4eca5

5
Last change on this file since 9a4eca5 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
RevLine 
[33a105fb]1
[3d54837]2rtems_tests_PROGRAMS = psx06
3psx06_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
[c94eb25]4
[d4f5ddcb]5dist_rtems_tests_DATA = psx06.scn
[c94eb25]6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]8include $(top_srcdir)/../automake/compile.am
[d549d0a6]9include $(top_srcdir)/../automake/leaf.am
[197c913]10
[c94eb25]11
[977fc49]12AM_CPPFLAGS += -I$(top_srcdir)/include
[e0ecc8c6]13AM_CPPFLAGS += -I$(top_srcdir)/../support/include
14
[1b8f204f]15LINK_OBJS = $(psx06_OBJECTS)
[3d54837]16LINK_LIBS = $(psx06_LDLIBS)
[c94eb25]17
[3d54837]18psx06$(EXEEXT): $(psx06_OBJECTS) $(psx06_DEPENDENCIES)
19        @rm -f psx06$(EXEEXT)
[3bb5d94]20        $(make-exe)
[1ace275]21
[d549d0a6]22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.